Retrieves pending plan downgrade information for a subscription contract.
curl --request GET \
--url https://www.myshop.com/apps/memberships/cp/api/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.
OK
curl --request GET \
--url https://www.myshop.com/apps/memberships/cp/api/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>"
}