Create product by ASIN
Products
Create product by ASIN
Creates a new product using an Amazon ASIN to auto-populate product data.
POST
Create product by ASIN
Authorization
Your seller API key. Provided by your nocnoc account manager.
Body parameters
Alphanumeric unique code for the product. Between 1 and 45 characters.
Must include
asin as an array of strings. Example: {"asin": ["B00QAIV7V2"]}.Stock quantity. Between 0 and 9999.
Price of the product. Up to 10 integer digits and 2 decimal places.
Currency code (ISO). Required if
price is provided. Currently only USD is supported.