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().

Authentication

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

Permissions
Manage Loyalty
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

Tier ID.


tierUpdateTierRequired

Tier info to update.

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