v1

latestSwagger 2.02026-07-133652141.7 KB
product

Update a single product stock

Update a single product inventory information. Products with zero stock will not be eligible for sale.

put/product/{skuSellerId}/stock

Path parameters

skuSellerIdstring required

Unique Product Id (SKU) in the seller system that will be updated

Headers

authorizationstring required

Authorization token. The Authorization token can be found in your Admin console.

Request body

quantityinteger required

Stock available

crossDockingTimeinteger

Time it will take to manufacture, prepare or setup this product. Time must be provided in seconds. For example 1 day should be informed as 86400. This time will be included in the product ETA informed to the customer

Response

Success!