Skip to main content
PATCH
Update stock and price
Requests go to the live environment — all actions are real.
At least one of available_quantity or price must be provided. If price is provided, currency_code is required.

Authorization

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

Path parameters

string
required
The SKU of the product to update.

Body parameters

integer
New stock quantity. Between 0 and 9999. Required if price is not provided.
number
New price. Required if available_quantity is not provided.
string
Currency code (ISO). Required if price is provided. Currently only USD is supported.

Returns

The updated product object reflecting the new stock and/or price.