---
title: "List SKU Market Prices"
method: GET
path: "/pricing/sku/{skuIds}"
tags: ["Pricing"]
---

# List SKU Market Prices

`GET /pricing/sku/{skuIds}`

Returns all SKU market prices for the Ids specified.  Market prices that could
be found are returned in the results array in the response.  Market prices that
could not be found are indicated in the errors array.

## Path parameters

- `skuIds` string, required

## Response `200`

SKU market prices were found for all of the specified SKU Ids.

- TcgApiModelCommonApiResultTcgApiModelPricingSkuPrice
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelPricingSkuPrice[]
    - `skuId` integer
    - `lowPrice` number, double
    - `lowestShipping` number, double
    - `lowestListingPrice` number, double
    - `marketPrice` number, double
    - `directLowPrice` number, double

## Other responses

- `207` — Some SKU market prices found. Those that were found are returned. Those that were not are indicated by an error message.
- `400` — No Ids were specified.
- `404` — No SKU market prices were found associated with the specified Ids or all Ids were invalid.

---

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