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

# List SKU Buylist Prices

`GET /pricing/buy/sku/{skuIds}`

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

## Path parameters

- `skuIds` string, required

## Response `200`

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

- TcgApiModelCommonApiResultTcgApiModelPricingProductConditionBuylistPrice
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelPricingProductConditionBuylistPrice[]
    - `skuId` integer
    - `prices` object

## Other responses

- `207` — Some SKU buylist 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 buylist 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/revisions/dc32a30fcb68/schema)
