---
title: "Get SKU Quantity"
method: GET
path: "/stores/{storeKey}/inventory/skus/{skuId}/quantity"
tags: ["Stores"]
---

# Get SKU Quantity

`GET /stores/{storeKey}/inventory/skus/{skuId}/quantity`

Get SKU Quantity.

## Path parameters

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

## Query parameters

- `includeGeneric` boolean
- `includeCustom` boolean
- `channelId` integer
- `includeExcludedCategories` boolean

## Response `200`

OK

- TcgApiModelCommonApiResultTcgApiModelStoreSkuQuantity
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreSkuQuantity[]
    - `skuId` integer
    - `storePriceCustomId` integer
    - `quantity` integer
    - `isCustom` boolean
    - `title` string
    - `description` string
    - `mainImageUrl` string
    - `additionalImageUrls` string[]

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[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)
