get https://api.tcgplayer.com/pricing/group/
Returns all product prices associated with the specified Group.
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"
},