get
https://api.loopsubscriptions.com/storefront/2026-04/bundle/preferences
The Read Preferences API endpoint is designed to fetch admin preferences from the Loop admin portal for bundles associated with a specific Shopify domain.
Fetches the bundle preferences configured in the Loop admin portal for a store, so your custom UI stays consistent with the merchant's settings.
Auth: Storefront-callable (no token).
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
version | path | string | Yes | API version (2023-10). |
myshopifyDomain | query | string | Yes | The store's *.myshopify.com domain. |
Response
data is a map of preference key → value. Known preferences:
| Key | Example value | Meaning |
|---|---|---|
bundle_inventory_control | SHOW | Whether inventory (e.g. out-of-stock state) is surfaced in the bundle UI. SHOW / HIDE. |