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.

[
  {
    "skuId": 15179,
    "price": 7000,
    "channelId": 1
  },
  {
  	"skuId": 21752,
    "price": 7000,
    "channelId": 1
  }
]
Language
Click Try It! to start a request and see the response here!