get https://api.tcgplayer.com/stores//inventory/products//quantity
Get Product Inventory Quantities.
Gets the quantity of a specific productId in the authenticated store's inventory.
{
"success": boolean,
"errors": [],
"results": [
{
"productId": integer,
"totalQuantity": integer,
"skus": []
}
]
}
{
"success": true,
"errors": [],
"results": [
{
"productId": 1245,
"totalQuantity": 0,
"skus": []
}
]
}