Create product
Products
Create product
Creates a new product and adds it to your catalog. Requires full product data.
POST
Create product
If you have an Amazon ASIN, use Create product by ASIN instead — it auto-populates product data automatically.
Authorization
Your seller API key. Provided by your nocnoc account manager.
Body parameters
Alphanumeric unique code for the product. Between 1 and 45 characters.
Brand of the product. Between 1 and 45 characters.
Stock quantity. Between 0 and 9999.
Price of the product. Up to 10 integer digits and 2 decimal places.
Currency code (ISO). Currently only
USD is supported.Product title to be published.
Product description to be published.
Language of the description. Currently only
en is supported.Product condition. One of:
NEW, USED, OPEN_BOX, REFURBISHED_A, REFURBISHED_B, REFURBISHED_C, REFURBISHED_D. Defaults to NEW.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.Dimensions of the product itself. Same structure as
package_dimensions.Array of image objects, each with a
source_url field. Minimum 1, maximum 10.International identifiers. Contains
gtin (array of strings — Global Trade Item Number, e.g. EAN, UPC).Additional product attributes. Each object has
type (one of: COLOR, SIZE) and value (string).