---
title: "Update SKU Inventory Price"
method: PUT
path: "/stores/{storeKey}/inventory/skus/{skuId}/price"
tags: ["Stores"]
---

# Update SKU Inventory Price

`PUT /stores/{storeKey}/inventory/skus/{skuId}/price`

Updates the current store's pricing of this SKU from the current Store's inventory whose Seller is associated with the user's bearer token making this API call.

## Path parameters

- `storeKey` string, required
- `skuId` integer, required

## Request body

- TcgApiModelStorePriceUpdate
  - `price` number, double
  - `channelId` integer

## Response `200`

OK

- TcgApiModelCommonApiResultTcgApiModelStoreSku
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreSku[]
    - `skuId` integer
    - `storePriceCustomId` integer
    - `condition` TcgApiModelStoreCondition
      - `conditionId` integer
      - `name` string
    - `language` TcgApiModelCommonLanguage
      - `languageId` integer
      - `name` string
      - `abbr` string
    - `foil` boolean
    - `price` number, double
    - `quantity` integer
    - `isFeatured` boolean
    - `isCustom` boolean
    - `title` string
    - `description` string
    - `mainImageUrl` string
    - `additionalImageUrls` string[]

---

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