get https://api.tcgplayer.com/catalog/products//skus
This endpoint returns all of the available SKUs for the specified product.
{
"success": true,
"errors": [
string
],
"results": [
{
"skuId": 0,
"productId": 0,
"languageId": 0,
"printingId": 0,
"conditionId": 0
}
]
}
/catalog/products/152944/skus
{
"success": true,
"errors": [],
"results": [
{
"skuId": 3546374,
"productId": 152944,
"languageId": 1,
"printingId": 11,
"conditionId": 1
},
{
"skuId": 3546375,
"productId": 152944,
"languageId": 1,
"printingId": 11,
"conditionId": 2
},
{
"skuId": 3546376,
"productId": 152944,
"languageId": 1,
"printingId": 11,
"conditionId": 3
},
{
"skuId": 3546377,
"productId": 152944,
"languageId": 1,
"printingId": 11,
"conditionId": 4
},
{
"skuId": 3546378,
"productId": 152944,
"languageId": 1,
"printingId": 11,
"conditionId": 5
}
]
}