get
https://api.tcgplayer.com/stores//inventory/skus//quantity
Get SKU Quantity.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Returns the quantity of a specific SKU that is in stock in the store.
{
"success": boolean,
"errors": [],
"results": [
{
"skuId": integer,
"quantity": integer,
"isCustom": boolean
}
]
}
{
"success": true,
"errors": [],
"results": [
{
"skuId": 15179,
"quantity": 2,
"isCustom": false
}
]
}
400Bad Request
404Not Found
