Skip to main content
POST
/
api
/
external
/
v2
/
bulk-automations
/
replace-product
Replace products in subscriptions in bulk
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.

Query Parameters

api_key
string
required

Your API Key

allSubscriptions
boolean

allSubscriptions

newVariantIds
integer<int64>[]
required

New Variant Ids

oldVariantIds
integer<int64>[]
required

Old Variant Ids

Body

application/json
subscriptionIds
string

Response

Bulk product replacement operation successfully queued and initiated. Subscriptions will be updated asynchronously.