Add a pricing policy to a product
Adds a sell-side pricing policy (qty-break tier) to an existing product.
Use min_quantity to specify the minimum order quantity that activates this tier.
Each combination of (pricing_level_id, min_quantity) must be unique for active policies.
All money fields are returned as JS numbers (float).
Required: one of pricing_level_id or account_id must be provided.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Headers
Client-generated unique key for idempotent POST/PATCH/DELETE operations. Alias for the Idempotency parameter. Max 255 chars. On retry with the same key, the original response is returned without re-executing the operation. Keys expire after 24 hours.
255Path Parameters
Body
Pricing level UUID. Required if account_id not provided.
Account-specific override. Required if pricing_level_id not provided.
Minimum order qty to activate this tier. Default 1. Must be unique per pricing_level_id scope.
5
44.99
regular, multiplier Response
Pricing policy added

