Skip to main content
PATCH
Update a pricing policy

Authorizations

Authorization
string
header
required

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

Idempotency-Key
string

Path Parameters

id
string<uuid>
required

Body

application/json
pricing_level_id
string<uuid> | null
account_id
string<uuid> | null
pricing_type
enum<string>
Available options:
regular,
multiplier
min_quantity
integer
Required range: x >= 1
sell_price
number<float> | null
list_price
number<float> | null
adjustment
number<float> | null
margin_pct
number<float> | null
is_active
boolean
is_default
boolean

Response

Updated pricing policy

The response is of type object.