Update product
/products
PUT
Query Parameters
Name
Type
Description
merchant_token
string
Token is created in management system.
Headers
Name
Type
Description
Accept
string
application/json
Request Body
Name
Type
Description
name
string
Product name
sku
string
Product SKU
description
string
Description
price
integer
Price
cost
integer
Cost
weight
integer
Weight
width
integer
Width
height
integer
Height
length
integer
Length
quantity
integer
Quantity
Parameters response defination
Key
Description
price
New price
old_price
Old price
cost
Cost
Last updated