v1

latestOpenAPI 3.0.02026-07-2480129136.5 KB
Stores

Update SKU inventory

Adds or updates a SKU to the current Store's inventory whose Seller is associated with the user's bearer token making this API call.

put/stores/{storeKey}/inventory/skus/{skuId}

Path parameters

storeKeystring required

Required. A unique key used to identify the caller of the API.

skuIdinteger required

Required. The Id of the SKU to register in inventory.

Request body

pricenumber double
quantityinteger
channelIdinteger

Response

OK

successboolean
errorsstring[]