---
title: "List Product Buylist Prices"
method: GET
path: "/pricing/buy/product/{productIds}"
tags: ["Pricing"]
---

# List Product Buylist Prices

`GET /pricing/buy/product/{productIds}`

Returns all product 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

- `productIds` string, required

## Response `200`

Product buylist prices were found for all of the specified product Ids.

- TcgApiModelCommonApiResultTcgApiModelPricingProductBuylistPrice
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelPricingProductBuylistPrice[]
    - `productId` integer
    - `prices` object
    - `skus` TcgApiModelPricingProductConditionBuylistPrice[]
      - `skuId` integer
      - `prices` object

## Other responses

- `207` — Some product 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 product 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)
