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_type—absoluteorrelativebase_pricing_tier_id(nullable integer) — required if pricing_type=relativeadjustment_percentage(nullable numeric, -99.9999 to 999.9999) — required if pricing_type=relativeadjustment_fixed_amount(nullable numeric)rounding_value(nullable numeric, gt:0)
Request
Responses
- 200
Successful response