Retrieves the pending/scheduled downgrade details for a specific subscription contract. This endpoint returns information about a downgrade that has been scheduled but not yet executed.
Response Information:
Use Cases:
Authentication: Requires API key authentication via X-API-Key header or api_key parameter
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/subscription-contract-details/{contractId}/pending-downgrade{
"shop": "<string>",
"contractId": 123,
"waitTillTimestamp": "<string>",
"oldLineId": "<string>",
"oldVariantId": "<string>",
"newVariantId": "<string>",
"sellingPlanId": "<string>",
"sellingPlanName": "<string>",
"oldPrice": 123,
"newPrice": 123,
"newCustomerTag": "<string>",
"oldCustomerTags": "<string>",
"newOrderTag": "<string>",
"eventSource": "<string>",
"retryCount": 123,
"customerId": 123,
"executionArn": "<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.
The subscription contract ID
API Key (Deprecated - Use Header X-API-Key instead)
Pending downgrade found and returned successfully
curl --request GET \
--url https://membership-admin.appstle.com/api/external/v2/subscription-contract-details/{contractId}/pending-downgrade{
"shop": "<string>",
"contractId": 123,
"waitTillTimestamp": "<string>",
"oldLineId": "<string>",
"oldVariantId": "<string>",
"newVariantId": "<string>",
"sellingPlanId": "<string>",
"sellingPlanName": "<string>",
"oldPrice": 123,
"newPrice": 123,
"newCustomerTag": "<string>",
"oldCustomerTags": "<string>",
"newOrderTag": "<string>",
"eventSource": "<string>",
"retryCount": 123,
"customerId": 123,
"executionArn": "<string>"
}