Updates the delivery method configuration for subscription contracts in bulk.
Endpoint:
PUT /api/external/v2/bulk-automations/delivery-method
Authentication:
api_key (required) – Your API keydeliveryMethodTitle (required) – Delivery method titledeliveryMethodCode (required) – Delivery method codedeliveryMethodPresentmentTitle (required) – Customer-facing delivery method titledeliveryMethodId (required) – Shopify Delivery Method Definition GraphQL IDRequest Body:
{
"subscriptionIds": "29879894300"
}
What This Endpoint Does:
How It Works:
Important Notes:
curl --request PUT \
--url https://subscription-admin.appstle.com/api/external/v2/bulk-automations/delivery-method \
--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
Bulk delivery method update successfully queued and initiated.
curl --request PUT \
--url https://subscription-admin.appstle.com/api/external/v2/bulk-automations/delivery-method \
--header 'Content-Type: application/json' \
--data '
{
"subscriptionIds": "<string>"
}
'{}