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

# List Product Prices by Group

`GET /pricing/group/{groupId}`

Returns all product prices associated with the specified Group.

## Path parameters

- `groupId` integer, required

## Response `200`

Product prices were found and returned for the specified Group.

- TcgApiModelCommonApiResultTcgApiModelPricingProductPrice
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelPricingProductPrice[]
    - `productId` integer
    - `lowPrice` number, double
    - `midPrice` number, double
    - `highPrice` number, double
    - `marketPrice` number, double
    - `directLowPrice` number, double
    - `subTypeName` string

## Other responses

- `400` — Group Id is less than or equal to zero.
- `404` — No product prices found for the specified Group.

---

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