Loyalty tiers
A Loyalty Tier resource represents a customer’s current tier, whether points- or spend-based.
Although we do not currently expose any direct endpoints for loyalty tiers, you can retrieve the loyalty_tier
information included within the loyalty_tier_membership
object through the following APIs:
Field | Type | Description |
---|---|---|
id | integer | Unique ID of the tier |
name | string | Name of the tier |
number | integer | Where the tier sits in the hierarchy of your tiers |
default | boolean | A boolean value indicating if this tier is the default tier |
hidden | boolean | A boolean value indicating if this tier is hidden |
lower_bound | string | String representation of the lower bounds of this tier |
upper_bound | string or null | String representation of the upper bounds of this tier |