Get SKU Quantity

Get SKU Quantity.

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
        }
    ]
}
Path Params
string
required

Required. A unique key used to identify the caller of the API.

int64
required

Required. Identity of the SKU being searched for.

Query Params
boolean

If set to true, generic listings will be returned. Default is true.

boolean

If set to true, custom listings will be returned. Default is true.

int32

The channel to search for results. Defaults to 0, the TCG Marketplace.

boolean

If true, will return results for excluded categories. Default is false.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Bad Request

404

Not Found

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json