---
title: "Get Market Price by SKU"
method: GET
path: "/pricing/marketprices/{productconditionId}"
tags: ["Pricing"]
---

# Get Market Price by SKU

`GET /pricing/marketprices/{productconditionId}`

Gets the current Market Price for the specified SKU.

## Path parameters

- `productconditionId` integer, required

## Response `200`

SKU found and market price returned.

- TcgApiModelCommonApiResultTcgApiModelPricingStoreProductMarketPrice
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelPricingStoreProductMarketPrice[]
    - `productConditionId` integer
    - `price` number, double
    - `lowestRange` number, double
    - `highestRange` number, double

## Other responses

- `404` — No market prices found for the specified SKU.

---

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