get
https://api.tcgplayer.com/stores//inventory/products//quantity
Get Product Inventory Quantities.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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": []
}
]
}
400Bad Request
404Not Found
