Skip to main content
POST
Create product
Requests go to the live environment — all actions are real.
If you have an Amazon ASIN, use Create product by ASIN instead — it auto-populates product data automatically.

Authorization

string
required
Your seller API key. Provided by your nocnoc account manager.

Body parameters

string
required
Alphanumeric unique code for the product. Between 1 and 45 characters.
string
required
Brand of the product. Between 1 and 45 characters.
integer
required
Stock quantity. Between 0 and 9999.
number
required
Price of the product. Up to 10 integer digits and 2 decimal places.
string
required
Currency code (ISO). Currently only USD is supported.
string
required
Product title to be published.
string
required
Product description to be published.
string
required
Language of the description. Currently only en is supported.
string
Product condition. One of: NEW, USED, OPEN_BOX, REFURBISHED_A, REFURBISHED_B, REFURBISHED_C, REFURBISHED_D. Defaults to NEW.
object
required
Dimensions of the package. Contains size (object with unit, length, width, height) and weight (object with unit, value). Size units: cm, inch, inches, mm. Weight units: kg, lb, gram, kilogram, pound.
object
required
Dimensions of the product itself. Same structure as package_dimensions.
array
required
Array of image objects, each with a source_url field. Minimum 1, maximum 10.
object
International identifiers. Contains gtin (array of strings — Global Trade Item Number, e.g. EAN, UPC).
array
Additional product attributes. Each object has type (one of: COLOR, SIZE) and value (string).

Returns

The created product object with all submitted fields confirmed.

Example request