Skip to main content
GET
/
subscriptions
/
cp
/
api
/
subscription-bundlings
/
single-product
List single-product Build-a-Box bundlings for the shop
curl --request GET \
  --url https://www.myshop.com/apps/subscriptions/cp/api/subscription-bundlings/single-product
[
  {
    "shop": "<string>",
    "id": 123,
    "subscriptionBundlingEnabled": true,
    "subscriptionId": 123,
    "minProductCount": 123,
    "maxProductCount": 123,
    "discount": 123,
    "uniqueRef": "<string>",
    "groupName": "<string>",
    "subscriptionBundleLink": "<string>",
    "customRedirectURL": "<string>",
    "minOrderAmount": 123,
    "tieredDiscount": "<string>",
    "singleProductSettings": "<string>",
    "subscriptionGroup": "<string>",
    "bundleTopHtml": "<string>",
    "bundleBottomHtml": "<string>",
    "proceedToCheckoutButtonText": "<string>",
    "chooseProductsText": "<string>",
    "name": "<string>",
    "trackInventory": true,
    "allowOneTimePurchase": true,
    "thirdPartyRule": true,
    "variants": "<string>",
    "discountedVariants": "<string>",
    "sections": "<string>",
    "collectionData": "<string>",
    "sellingPlanIds": "<string>",
    "minUniqueProductCheck": true
  }
]

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.

Response

200 - */*

OK

shop
string
required
id
integer<int64>
subscriptionBundlingEnabled
boolean
subscriptionId
integer<int64>
minProductCount
integer<int32>
maxProductCount
integer<int32>
discount
number<double>
uniqueRef
string
groupName
string
bundleRedirect
enum<string>
Available options:
CART,
CHECKOUT,
CUSTOM,
NONE
customRedirectURL
string
minOrderAmount
number<double>
tieredDiscount
string
productViewStyle
enum<string>
Available options:
QUICK_ADD,
VIEW_DETAILS
buildABoxType
enum<string>
Available options:
CLASSIC,
SINGLE_PRODUCT,
MIX_AND_MATCH,
INFINITE,
CUSTOMIZE_BUNDLE,
CLASSIC_BUILD_A_BOX,
SINGLE_PRODUCT_BUILD_A_BOX,
VOLUME_DISCOUNT,
DISCOUNTED_PRICING,
SHIPPING_DISCOUNT,
BUY_X_GET_Y,
SECTIONED_BUNDLE
singleProductSettings
string
subscriptionGroup
string
bundleTopHtml
string
bundleBottomHtml
string
proceedToCheckoutButtonText
string
chooseProductsText
string
name
string
trackInventory
boolean
allowOneTimePurchase
boolean
thirdPartyRule
boolean
selectionType
enum<string>
Available options:
FIXED,
FLEXIBLE
variants
string
discountedVariants
string
sections
string
appliesOn
enum<string>
Available options:
PRODUCT,
COLLECTION,
BOTH,
ONE_TIME,
SUBSCRIPTION
productDiscountType
enum<string>
Available options:
SELECTED_PRODUCT,
EACH_PRODUCT
collectionData
string
productSelectionType
enum<string>
Available options:
PRODUCT,
COLLECTION
sellingPlanIds
string
minUniqueProductCheck
boolean