customer.cancelled
Triggered when a customer's subscription is cancelled.
customer.cancelled
customer.cancelled
Payload Structure
{
"payload": {
"createdAt": "2025-05-30T10:40:47.081Z",
"tierId": "3a636361",
"merchantId": "inveterate",
"detail": {
"cancellationSource": "FAILURE",
"tierName": "PAID"
},
"updatedAt": "2025-05-30T10:40:47.081Z",
"customerId": "7733540520067"
},
"metadata": {
"id": "e3d8d8cc05d1ac397cb5d89e417d2350",
"retryCount": 0,
"shopDomain": "inveterate.myshopify.com",
"topic": "customer.cancelled",
"version": "2025-06",
"triggerredAt": "2025-05-30T10:40:47.613Z"
}
}
Payload Fields
payload
createdAt
(string): ISO timestamp when the event was createdtierId
(string): Unique identifier for the tier the customer was cancelled frommerchantId
(string): Merchant identifiercustomerId
(string): Customer identifierupdatedAt
(string): ISO timestamp when the event was last updateddetail
(object): Additional details about the cancellationcancellationSource
(string): Reason for cancellation (e.g., "FAILURE", "CUSTOMER", "MERCHANT")tierName
(string): Name of the tier that was cancelled
metadata
id
(string): Unique event identifierretryCount
(number): Number of retry attempts for this eventshopDomain
(string): Shopify domain of the merchanttopic
(string): Event topic nameversion
(string): API versiontriggerredAt
(string): ISO timestamp when the event was triggered
Last updated
Was this helpful?