Customer object
All customer metafield data is stored on the following metafield
customer.metafields.custom.rivo.value
{{ customer.metafields.custom.rivo.value | json }}
This is a list of attributes included in customer.metafields.custom.rivo.value
{
points_balance: integer,
credits_balance: float,
vip_tier: string,
status: string,
dob: string,
dob_last_updated_at: datetime,
referral_code: string
}
Example:
{
points_balance: 100,
credits_balance: "18.25",
vip_tier: "Gold",
status: "member",
dob: "01-30",
dob_last_updated_at: "2023-01-02T18:13:29Z",
referral_code: "32hj5h32"
}
Updated 5 months ago