Skip to main content
POST
Create product by ASIN
Requests go to the live environment — all actions are real.

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.
object
required
Must include asin as an array of strings. Example: {"asin": ["B00QAIV7V2"]}.
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.

Returns

The created product object with data populated from the Amazon ASIN.

Example request