PUT
/
catalog
/
products
/
{product-id}
/
pricing
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

product-id
string
required

product id

id
string
required

row id (PK)

Body

application/json
customer_group_id
string

customer group ulid

cost_price
number
required
listing_price
number
required
selling_price
number
required
min_order_quantity
integer
max_order_quantity
integer
incremental_quantity
integer
tax_type
string
required
tax_rate
number
required

Response

200 - application/json
message
string
success
boolean
content
object