Skip to main content
PUT
/
subscriptions
/
cp
/
api
/
subscription-contracts-freeze-status-detail
Update freeze (skip-billing) status on a contract
curl --request PUT \
  --url https://www.myshop.com/apps/subscriptions/cp/api/subscription-contracts-freeze-status-detail
{
  "freezeStatus": true,
  "errorMessage": "<string>",
  "allowedMutations": [
    "<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.

Query Parameters

contractId
integer<int64>
required

Response

200 - */*

OK

freezeStatus
boolean
errorMessage
string
allowedMutations
string[]