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

You can only call this method when authenticated as a Wix app or Wix user identity.

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