customer.joined.paid_tier
Triggered when a customer joins a paid tier in the loyalty program through subscription purchase.
customer.joined.paid_tier
customer.joined.paid_tier
Payload Structure
{
"payload": {
"createdAt": "2025-05-30T10:17:56.959Z",
"tierId": "3a636361",
"merchantId": "inveterate",
"detail": {
"entryType": "SUBSCRIPTION_PURCHASE",
"tierName": "PAID"
},
"updatedAt": "2025-05-30T10:17:56.959Z",
"customerId": "7733540520067"
},
"metadata": {
"id": "f40a52b943e043a761df4f9e21364ccd",
"retryCount": 0,
"shopDomain": "inveterate.myshopify.com",
"topic": "customer.joined.paid_tier",
"version": "2025-06",
"triggerredAt": "2025-05-30T10:17:58.166Z"
}
}
Payload Fields
payload
createdAt
(string): ISO timestamp when the event was createdtierId
(string): Unique identifier for the paid tier the customer joinedmerchantId
(string): Merchant identifiercustomerId
(string): Customer identifierupdatedAt
(string): ISO timestamp when the event was last updateddetail
(object): Additional details about the tier entryentryType
(string): How the customer joined (e.g., "SUBSCRIPTION_PURCHASE")tierName
(string): Name of the paid tier
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?