Items


GET Retrieve Item Inventory


Request

GET /v2/inventory?item={sku}

Parameters
sku string Optional
The item's SKU. If no SKU is provided, all SKUs are returned.

Response JSON

    HTTP/1.1 200 OK
    {
        "items": [{
            "item": "ITM123",
            "available_qty": 10,
            "onhand_qty": 30,
            "onhold_qty": 0
        }]
    }

©2024 Verde Fulfillment USA