Skip to main content

Set as Default Tier

PUT 

/api/product-pricing-tiers/:productPricingTier/default

Set a pricing tier as the system default. Only absolute (non-relative) tiers that are not archived can be set as default. Unsetting the previous default is done automatically.

Required scope: products:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Returns 400 if the tier is archived or is a relative pricing type.

Requires permission: pricing_tiers.update

Request

Responses

OK

Response Headers
    Content-Type