Skip to main content
GET
/
v1
/
bundle_items
List
curl --request GET \
  --url https://{defaultHost}/v1/bundle_items \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "pagination": {
    "count": 1,
    "limit": 20,
    "page": 1,
    "url": "/v1/bundle_items"
  },
  "data": [
    {
      "id": "0ed36e6d-4b1e-4a82-ab94-8eeb72579910",
      "object": "bundle_item",
      "quantity": 1,
      "metadata": {},
      "position": 0,
      "bundle_price": "58352e86-3462-4cd1-80e2-3b9dc2da4667",
      "price": "6eb3003d-ba0d-4dfd-97f1-d23b1c1e83d5",
      "product": "0216e684-b461-4bd7-91a6-238d6c984935",
      "variant": null,
      "created_at": 1776179335,
      "updated_at": 1776179335
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.surecart.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

bundle_price_ids[]
string[]

Only return objects that belong to the given bundle prices.

ids[]
string[]

Only return objects with the given IDs.

limit
integer

A limit on the number of items to be returned, between 1 and 100.

page
integer

The page of items you want returned.

price_ids[]
string[]

Only return objects that belong to the given prices.

Response

200 - application/json

Success

object
string

A string describing the object type returned.

pagination
object
data
array

An array of objects.