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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
[
  {
    "skuId": 15179,
    "price": 7000,
    "channelId": 1
  },
  {
  	"skuId": 21752,
    "price": 7000,
    "channelId": 1
  }
]
Path Params
string
required

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

Body Params
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json