Prive allows merchants to configure subscriptions specific to membership experience. Merchants can rely on these Shopify customer tags to surface up different web content in their Shopify Liquid template files.
| Tag | Description |
|---|---|
| Member_status: enum {active,inactive,failed} | Membership status of customer. |
| Membership_type: string[] | Configured in the subscription offer. A list of membership types that is configured by the merchant. |
| Membership_trial_conversion: boolean | Membership is converted from trial. |
| Membership_duration: enum{monthly,annual,lifetime} | Configured in the subscription offer. This is the duration of the membership before it is set to renew. |
| Member_last_cancelled_date: string | Date the member last cancelled. |