getTier( )


Retrieves a loyalty tier.

To retrieve a list of all of a site's tiers, use listTiers().

Permission Scopes

For app development, you must have one of the following permission scopes:
Read Loyalty
Manage Loyalty
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
tierIdstringRequired

ID of the tier to retrieve.

Returns
Return Type:Promise<Tier>
Was this helpful?
Yes
No