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,
  vip_tier: string,
  status: string,
  dob: string,
  dob_last_updated_at: datetime,
  referral_code: string
}

Example:

{
  points_balance: 100,
  vip_tier: "Gold",
  status: "member",
  dob: "01-30",
  dob_last_updated_at: "2023-01-02T18:13:29Z",
  referral_code: "32hj5h32"
}