curl --request POST \
--url https://subscription-admin.appstle.com/api/external/v2/bulk-automations/replace-product \
--header 'Content-Type: application/json' \
--data '
{
"subscriptionIds": "<string>"
}
'{}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.
Your API Key
allSubscriptions
New Variant Ids
Old Variant Ids
Bulk product replacement operation successfully queued and initiated. Subscriptions will be updated asynchronously.
curl --request POST \
--url https://subscription-admin.appstle.com/api/external/v2/bulk-automations/replace-product \
--header 'Content-Type: application/json' \
--data '
{
"subscriptionIds": "<string>"
}
'{}