Fired when a customer accumulates enough lifetime points to move up to a higher VIP tier. The event includes both the previous and new tier names so you can tailor your response.Documentation Index
Fetch the complete documentation index at: https://developers.mageloyalty.com/llms.txt
Use this file to discover all available pages before exploring further.
Payload fields
| Field | Type | Description |
|---|---|---|
shopify_customer_id | string | The customer’s Shopify customer ID |
email | string | null | The customer’s email address |
previous_tier | string | null | The tier the customer was on before the upgrade, or null if they had no tier |
new_tier | string | The tier the customer has been promoted to |
lifetime_points | integer | The customer’s all-time total earned points |
Example payload
Common use cases
- Send a congratulatory email or SMS welcoming the customer to their new tier
- Update the customer’s segment or tag in your marketing platform
- Trigger a special one-time reward or gift for reaching the new tier
- Log tier progression data for analytics and reporting