Skip to main content
GET
/
v1
/
bundle_items
/
{id}
Retrieve
curl --request GET \
  --url https://{defaultHost}/v1/bundle_items/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "d1568aaa-7b04-4c37-bf17-1fef8f04b4d5",
  "object": "bundle_item",
  "quantity": 1,
  "metadata": {},
  "position": 0,
  "bundle_price": "0a115bdc-c54c-4147-963a-f6f48e0802ab",
  "price": "9eb309b2-3559-4e41-803d-2fe098b29904",
  "product": "6419f6d6-e1a5-4873-986e-16a0ea0daef2",
  "variant": null,
  "created_at": 1776179336,
  "updated_at": 1776179336
}

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.

Path Parameters

id
string
required

Response

200 - application/json

Success

id
string | null

The UUID of the specific object.

object
string

A string describing the object type returned.

quantity
integer

The quantity of this component in the bundle.

position
integer | null

The position of this item within the bundle.

metadata
object

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

bundle_price

Expandable – The associated bundle price ID.

price

Expandable – The associated price ID.

product

Expandable – The associated product ID.

variant

Expandable – The associated variant ID.

created_at
integer | null

Time at which the object was created. Measured in seconds since the Unix epoch.

updated_at
integer | null

Time at which the object was last updated. Measured in seconds since the Unix epoch.