---
title: "Batch Update Store Sku Prices"
method: POST
path: "/stores/{storeKey}/inventory/skus/batch"
tags: ["Stores"]
---

# Batch Update Store Sku Prices

`POST /stores/{storeKey}/inventory/skus/batch`

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.

## Path parameters

- `storeKey` string, required

## Request body

- TcgApiModelStoreSkuPriceUpdate[]
  - `skuId` integer
  - `price` number, double
  - `channelId` integer

## Response `200`

OK

- TcgApiModelCommonApiResultSystemGuid
  - `success` boolean
  - `errors` string[]
  - `results` string[]

---

[API](https://skmtc.dev/tcgplayer/apis/tcgapi.md) · [All operations](https://skmtc.dev/tcgplayer/apis/tcgapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tcgplayer/tcgapi/revisions/dc32a30fcb68/schema)
