v1

latestOpenAPI 3.0.02026-07-2480129136.5 KB
Stores

Batch Update Store Sku Prices

Perform multiple price updates asynchronously in a batch. The response will contain a single GUID to identify the batch. All price updates are applied to the inventory of the seller indicated by the bearer token used to make this request. When the batch has been processed, a message will be sent to your application's web hook containing the GUID from this response.

post/stores/{storeKey}/inventory/skus/batch

Path parameters

storeKeystring required

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

Request body

skuIdinteger
pricenumber double
channelIdinteger

Response

OK

successboolean
errorsstring[]
resultsstring[]