Skip to main content
PUT
Update membership contract status

Query Parameters

contractId
integer<int64>
required

Membership contract ID (numeric ID, not Shopify GID)

status
enum<string>
required

New status value

Available options:
ACTIVE,
PAUSED,
CANCELLED,
EXPIRED
pauseDurationCycle
integer<int32>

Optional pause duration in billing cycles. When specified, membership will auto-resume after N cycles

Response

Membership status updated successfully (no content returned)