Skip to main content

Update Pricing Tier

PUT 

/api/product-pricing-tiers/:product_pricing_tier

Update an existing product pricing tier. currency_code cannot be changed on update.

Authentication: Requires Bearer token.

Request body fields (all optional on update):

  • name (string, max:255, unique)
  • pricing_typeabsolute or relative
  • base_pricing_tier_id (nullable integer) — required if pricing_type=relative
  • adjustment_percentage (nullable numeric, -99.9999 to 999.9999) — required if pricing_type=relative
  • adjustment_fixed_amount (nullable numeric)
  • rounding_value (nullable numeric, gt:0)

Request

Responses

Successful response