Get Product Inventory Quantities

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": []
        }
    ]
}
Language
Click Try It! to start a request and see the response here!