List Bundles

Lists a store's bundles. Use it to power a landing page of all the bundles a store offers. To display or sell a specific bundle, take its id from this response and call Read bundle details.


Auth: Storefront-callable (no token). Identify the store with the myshopifyDomain query parameter.

Each item in data includes:

FieldTypeDescription
idstringThe Bundle ID. Use this value in Read bundle details and Create transaction.
namestringBundle name.
descriptionstring | nullShort description, if any.
imagestring | nullBundle image URL.
typestringFIXED (Preset - exact set of items) or RANGE (BYOB - build within min/max limits).
statusstringACTIVE or DRAFT.

Tip: the most common error here is a store lookup failure - pass the correct myshopifyDomain (your *.myshopify.com domain, not the custom storefront domain).


Path Params
string
required
Defaults to 2023-10

YYYY-MM

Query Params
string

myshopifyDomain is your default domain which you have chosen when you signed up to Shopify. It has ".myshopify.com" at the end (your-store-name.myshopify.com)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json