Skip to main content
PUT
/
api
/
external
/
v2
/
bulk-automations
/
delivery-price
Bulk update subscription delivery price
curl --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://appstleinc-aeca3e0a.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

api_key
string
required

Your API Key

deliveryPrice
number<double>
required
suppressEmailNotification
boolean
allSubscriptions
boolean

Body

application/json
subscriptionIds
string

Response

Bulk delivery price update successfully queued and initiated.