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": "1513d4da-3c86-4fe1-b2d6-e8050aa3e361",
      "object": "bundle_item",
      "basis_amount": null,
      "quantity": 1,
      "current_version": true,
      "metadata": {},
      "position": 0,
      "bundle_product": "7ed54b75-2d04-4065-b233-0f9deb9fccc8",
      "component_product": "3248b9a3-4614-40d9-910b-9899312b78b3",
      "created_at": 1778010860,
      "updated_at": 1778010860
    }
  ]
}

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_product_ids[]
string[]

Only return objects that belong to the given bundle products.

component_product_ids[]
string[]

Only return objects that reference the given component products.

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.

Response

200 - application/json

Success

object
string

A string describing the object type returned.

pagination
object
data
array

An array of objects.