Create product
/products
POST
Query Parameters
Name
Type
Description
merchant_token
string
Token is created in management system.
Headers
Name
Type
Description
Content-Type
string
application/json
Accept
string
application/json
Request Body
Name
Type
Description
name
string
Product name
sku
string
Product SKU (if any or system will generate automatically)
description
string
Description
price
integer
Price
cost
integer
Cost
weight
integer
Weight
width
integer
Width
height
integer
Height
length
integer
Length
quantity
integer
Quantity
Last updated