updateTier( )


Updates a loyalty tier.

Use this endpoint to update tier-specific settings, such as the name and the required points threshold of an individual loyalty tier. To update global settings that apply to all of a site's loyalty tiers, use updateTiersProgramSettings().

Admin Method

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permission Scopes

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

Tier ID.


tierUpdateTierRequired

Tier info to update.

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