v1
latestOpenAPI 3.1.02026-07-241120379.1 KBRead 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.
get/2023-10/bundle/preferences
Path parameters
versionstring required
YYYY-MM
Query parameters
myshopifyDomainstring required
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)
Response
200
Example response
{
"success": true,
"message": "Preferences fetched successfully",
"data": {
"bundle_inventory_control": "SHOW"
},
"code": "SUCCESS"
}