Skip to main content
GET
List bundles

Authorizations

Authorization
string
header
required

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

Headers

X-Page-Continue
string

Page marker, from the X-Page-Next header of the previous response

X-Page-Size
integer

Page size, defaults to 50

Required range: 1 <= x <= 250

Path Parameters

storeId
string
required

Store ID

Example:

"64e5a8a1af49a89df37e4ee7"

Query Parameters

parent_sku
string

Return only bundles whose parent product has this SKU. Case-sensitive. If the SKU is on more than one variant, every matching bundle is returned.

Response

Success

A page of stored bundles.

bundles
Bundle List Item · object[]
required

The bundles on this page.

sku_resolved
boolean

Present only when parent_sku was supplied. false means no product in your catalog has that SKU, which is different from the SKU existing but having no bundle.