Updates the delivery price for subscription contracts in bulk.
Endpoint:
PUT /api/external/v2/bulk-automations/delivery-price
Authentication:
api_key (required) – Your API keydeliveryPrice (required) – New delivery price to be appliedallSubscriptions (optional) – Apply to all subscriptions for the shop (true/false)Request Body:
{
"subscriptionIds": "28191031580"
}
What This Endpoint Does:
How It Works:
Important Notes:
allSubscriptions=true, provided subscriptionIds will be ignoredallSubscriptions=false, subscriptionIds cannot be emptycurl --request PUT \
--url https://subscription-admin.appstle.com/api/external/v2/bulk-automations/delivery-price \
--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.
curl --request PUT \
--url https://subscription-admin.appstle.com/api/external/v2/bulk-automations/delivery-price \
--header 'Content-Type: application/json' \
--data '
{
"subscriptionIds": "<string>"
}
'{}