Retrieves the subscription bundle configuration settings for the authenticated shop. Returns settings that control bundle behavior, pricing, and display options.
Key Features:
Use Cases:
Note: The ID parameter is provided for compatibility but settings are retrieved by authenticated shop.
Authentication: Requires API key authentication via X-API-Key header or api_key parameter
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/subscription-bundle-settings/{id}{
"shop": "<string>",
"selectedFrequencyLabelText": "<string>",
"addButtonText": "<string>",
"selectMinimumProductButtonText": "<string>",
"productsToProceedText": "<string>",
"proceedToCheckoutButtonText": "<string>",
"myDeliveryText": "<string>",
"id": 123,
"bundleTopHtml": "<string>",
"bundleBottomHtml": "<string>",
"failedToAddTitleText": "<string>",
"okBtnText": "<string>",
"failedToAddMsgText": "<string>",
"buttonColor": "<string>",
"backgroundColor": "<string>",
"pageBackgroundColor": "<string>",
"buttonBackgroundColor": "<string>",
"variantNotAvailable": "<string>",
"isBundleWithoutScroll": true,
"descriptionLength": 123,
"currencySwitcherClassName": "<string>",
"productPriceFormatField": "<string>",
"productTitleFontColor": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Settings ID (deprecated - retrieves by shop)
API Key (Deprecated - Use Header X-API-Key instead)
Bundle settings retrieved successfully
CART, CHECKOUT curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/subscription-bundle-settings/{id}{
"shop": "<string>",
"selectedFrequencyLabelText": "<string>",
"addButtonText": "<string>",
"selectMinimumProductButtonText": "<string>",
"productsToProceedText": "<string>",
"proceedToCheckoutButtonText": "<string>",
"myDeliveryText": "<string>",
"id": 123,
"bundleTopHtml": "<string>",
"bundleBottomHtml": "<string>",
"failedToAddTitleText": "<string>",
"okBtnText": "<string>",
"failedToAddMsgText": "<string>",
"buttonColor": "<string>",
"backgroundColor": "<string>",
"pageBackgroundColor": "<string>",
"buttonBackgroundColor": "<string>",
"variantNotAvailable": "<string>",
"isBundleWithoutScroll": true,
"descriptionLength": 123,
"currencySwitcherClassName": "<string>",
"productPriceFormatField": "<string>",
"productTitleFontColor": "<string>"
}