---
title: "List Product Buylist Prices by Group"
method: GET
path: "/pricing/buy/group/{groupId}"
tags: ["Pricing"]
---

# List Product Buylist Prices by Group

`GET /pricing/buy/group/{groupId}`

Returns all product buylist prices associated with the specified Group.

## Path parameters

- `groupId` integer, required

## Response `200`

Product buylist prices were found and returned for the specified Group.

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

## Other responses

- `400` — Group Id is less than or equal to zero.
- `404` — No group was found for the specified {groupId}.

---

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