---
title: "List SKU List Price"
method: GET
path: "/stores/{storeKey}/inventory/skuprices"
tags: ["Stores"]
---

# List SKU List Price

`GET /stores/{storeKey}/inventory/skuprices`

This listing comes 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

## Query parameters

- `groupId` integer
- `skuId` integer
- `includeGeneric` boolean
- `includeCustom` boolean
- `channelId` integer
- `includeExcludedCategories` boolean
- `offset` integer
- `limit` integer

## Response `200`

OK

- TcgApiModelCommonPagedApiResultTcgApiModelStoreSkuListPrice
  - `totalItems` integer
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreSkuListPrice[]
    - `skuListPriceId` string
    - `skuId` integer
    - `storePriceCustomId` integer
    - `price` number, double
    - `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/versions/dc32a30fcb68/schema)
