Inventory List

Get an up to date list of all products in your inventory.

GET https://coberapi.com/api/1.0/inventory

Sample Response

        
[
    {
        "sku": "107703",
        "name": "notification sheets 107703",
        "totalquantity": 6000,
        "reorderlevel": null,
        "skids": [
            {
                "quantity": 6000,
                "initialquantity": 30000,
                "location": "1G54B"
            },
            {
                "quantity": 30000,
                "initialquantity": 30000,
                "location": "1G54C"
            }
        ]
    },
    {
        "sku": "107701",
        "name": "referral cards 107701 REF107701",
        "totalquantity": 0,
        "reorderlevel": null,
        "skids": [
            {
            "quantity": 0,
            "initialquantity": 10000,
            "emptied": "2020-04-19 20:51:28"
            }
        ]
    }
]