Catalog
Update product pricing
PUT
/
catalog
/
products
/
{product-id}
/
pricing
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
product-id
string
requiredproduct id
id
string
requiredrow id (PK)
Body
application/json
cost_price
number
requiredlisting_price
number
requiredselling_price
number
requiredtax_type
string
requiredMaximum length:
64
tax_rate
number
requiredcustomer_group_id
string
customer group ulid
Maximum length:
128
min_order_quantity
integer
max_order_quantity
integer
incremental_quantity
integer
Response
200 - application/json
message
string
success
boolean
content
object