Updates the delivery method for a subscription contract, supporting standard shipping, local delivery, and customer pickup options. The delivery method determines how future orders will be fulfilled.
Delivery Method Types: The system automatically determines the type based on the subscription’s current delivery address:
Two Ways to Update:
Using Delivery Method ID: When providing a delivery-method-id:
Delivery Type Requirements:
Price Updates:
Side Effects:
Common Use Cases:
Important Notes:
Authentication: Requires valid X-API-Key header
curl --request PUT \
--url https://subscription-admin.appstle.com/api/external/v2/subscription-contracts-update-delivery-method \
--header 'X-API-Key: <x-api-key>'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.
API Key for authentication
Subscription contract ID to update
x >= 1Display name of the delivery method. This is what customers see. Ignored if delivery-method-id is provided.
255Internal code for the delivery method. Often same as title. Used for system identification. Ignored if delivery-method-id is provided.
255Localized version of the title for multi-language stores. Often same as title for single-language stores. Ignored if delivery-method-id is provided.
255Optional Shopify DeliveryMethodDefinition ID. When provided, automatically fetches and applies the delivery method's title, code, presentment title, and price. Can be numeric ID or full GraphQL ID (gid://shopify/DeliveryMethodDefinition/123).
Delivery method successfully updated
curl --request PUT \
--url https://subscription-admin.appstle.com/api/external/v2/subscription-contracts-update-delivery-method \
--header 'X-API-Key: <x-api-key>'