get
https://api.loopsubscriptions.com/storefront/2026-04/bundle
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:
| Field | Type | Description |
|---|---|---|
id | string | The Bundle ID. Use this value in Read bundle details and Create transaction. |
name | string | Bundle name. |
description | string | null | Short description, if any. |
image | string | null | Bundle image URL. |
type | string | FIXED (Preset - exact set of items) or RANGE (BYOB - build within min/max limits). |
status | string | ACTIVE or DRAFT. |
Tip: the most common error here is a store lookup failure - pass the correct
myshopifyDomain(your*.myshopify.comdomain, not the custom storefront domain).