Tier Object


A tier is a loyalty level that customers are assigned to based on the amount of points they earn. Read more about loyalty tiers here.

Properties
idstringRead-onlyformat GUID

Tier ID.


tierDefinitionTierDefinition

Information about the tier.


requiredPointsintegerminimum 0maximum 9999999

The amount of points required to be in this tier.


revisionintegerRead-onlyformat uint64

Revision number, which increments by 1 each time the loyalty tier is updated.

To prevent conflicting changes, the current revision must be passed when updating the loyalty tier.


createdDatestringRead-onlyformat date-time

Date and time the tier was created.


updatedDatestringRead-onlyformat date-time

Date and time the tier was last updated.

Tier
JSON
{ "id": "acddc0e0-5e27-4a1b-a52d-b3785ac258cb", "tierDefinition": { "icon": { "id": "", "url": "shapes/39dce0a5d1ce498f95526b1390eaf585.svg", "height": 0, "width": 0 }, "name": "Gold", "description": "" }, "requiredPoints": 200, "revision": "2", "createdDate": "2024-02-15T14:22:02.539Z", "updatedDate": "2024-04-17T11:34:25.274Z" }
Did this help?