curl --request PUT \
--url https://www.myshop.com/apps/subscriptions/cp/api/v2/subscription-contracts-add-sectioned-line-item/{contractId} \
--header 'Content-Type: application/json' \
--data '
{
"bundleUniqueId": "<string>",
"sectionedBundleItems": [
{
"id": 123,
"sectionedVariantInfos": [
{
"variantId": "<string>",
"variantQty": 123
}
]
}
]
}
'{}Documentation Index
Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request PUT \
--url https://www.myshop.com/apps/subscriptions/cp/api/v2/subscription-contracts-add-sectioned-line-item/{contractId} \
--header 'Content-Type: application/json' \
--data '
{
"bundleUniqueId": "<string>",
"sectionedBundleItems": [
{
"id": 123,
"sectionedVariantInfos": [
{
"variantId": "<string>",
"variantQty": 123
}
]
}
]
}
'{}