curl --request GET \
--url https://www.myshop.com/apps/subscriptions/cp/api/cancellation-managements/{id}{
"shop": "<string>",
"id": 123,
"cancellationInstructionsText": "<string>",
"cancellationReasonsJSON": "<string>",
"pauseInstructionsText": "<string>",
"pauseDurationCycle": 123,
"enableDiscountEmail": true,
"discountEmailAddress": "<string>",
"pauseReasonsJSON": "<string>",
"dynamicallyPauseCycleOnCancellation": true
}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.
OK
CANCEL_IMMEDIATELY, CANCELLATION_INSTRUCTIONS, CUSTOMER_RETENTION_FLOW, CANCEL_AFTER_PAUSE PAUSE_IMMEDIATELY, PAUSE_INSTRUCTIONS, CUSTOMER_RETENTION_FLOW curl --request GET \
--url https://www.myshop.com/apps/subscriptions/cp/api/cancellation-managements/{id}{
"shop": "<string>",
"id": 123,
"cancellationInstructionsText": "<string>",
"cancellationReasonsJSON": "<string>",
"pauseInstructionsText": "<string>",
"pauseDurationCycle": 123,
"enableDiscountEmail": true,
"discountEmailAddress": "<string>",
"pauseReasonsJSON": "<string>",
"dynamicallyPauseCycleOnCancellation": true
}