get
https://api.tcgplayer.com/pricing/group/
Returns all product prices associated with the specified Group.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
This will return all of the pricing for a specific product group. Many products in our catalog refer to their individual groups as a "set".
{
"success": true,
"errors": [
"string"
],
"results": [
{
"productId": 0,
"lowPrice": 0,
"midPrice": 0,
"highPrice": 0,
"marketPrice": 0,
"directLowPrice": 0,
"subTypeName": "string"
}
]
}
/pricing/group/2324
{
"success": true,
"errors": [],
"results": [
{
"productId": 175065,
"lowPrice": 43.77,
"midPrice": 44.99,
"highPrice": 49.99,
"marketPrice": 41.82,
"directLowPrice": null,
"subTypeName": "Normal"
},
{
"productId": 175066,
"lowPrice": 5.75,
"midPrice": 6.99,
"highPrice": 7.01,
"marketPrice": 6.37,
"directLowPrice": null,
"subTypeName": "Normal"
},
400Group Id is less than or equal to zero.
404No product prices found for the specified Group.
