Skip to content

Restocking

There will be cases where you've made a sale and the exact same SKU is available for sale again. Or you've deleted a listing to take it down for inspection and want to re-list it. This is known as restocking.

For these situations, you can call PUT /api/v1/products/{sku}/ to create the listing again. This ensures we have the latest information about the listing, such as the description, images, and other details.

Do not use the PATCH endpoint for restocking

We have a dedicated PATCH /api/v1/products/{sku}/ endpoint that allows you to update the listing quantity.

However, for restocking specifically, this endpoint does not allow to go from 0 to 1 or more.