> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Tiers # Type: Tier Object # Link: https://dev.wix.com/docs/api-reference/crm/loyalty-program/loyalty-program-management/tiers/tier-object.md ## Description: A tier is a loyalty level that customers are assigned to based on the amount of points they earn. Read more [about loyalty tiers](https://support.wix.com/en/article/about-tiers). ## Schema: ```json Type: Tier Object | type: Tier Description: A tier is a loyalty level that customers are assigned to based on the amount of points they earn. Read more [about loyalty tiers](https://support.wix.com/en/article/about-tiers). - name: id | type: string | description: Tier ID. - name: value | type: string | description: - name: tierDefinition | type: TierDefinition | description: Information about the tier. - name: icon | type: Image | description: Details about the tier icon. - name: id | type: string | description: WixMedia image ID. - name: url | type: string | description: Image URL. - name: height | type: number | description: Original image height. - name: width | type: number | description: Original image width. - name: altText | type: string | description: Image alt text. - name: filename | type: string | description: Image filename. - name: name | type: string | description: Tier name. - name: description | type: string | description: Tier description. - name: requiredPoints | type: number | description: The amount of points required to be in this tier. - name: revision | type: string | description: 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. - name: value | type: number | description: - name: createdDate | type: string | description: Date and time the tier was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the tier was last updated. ```