InventoryItems
Last updated
Was this helpful?
Was this helpful?
GET /inventory HTTP/1.1
ApiKey: YOUR_API_KEY
Accept: */*
[
{
"productId": "123e4567-e89b-12d3-a456-426614174000",
"sku": "text",
"clientId": "123e4567-e89b-12d3-a456-426614174000",
"warehouseId": "123e4567-e89b-12d3-a456-426614174000",
"quantity": 1,
"isSerialControlled": true,
"isExpiryControlled": true,
"isDecimalControlled": true,
"details": [
{
"serialNumber": "text",
"lotNumber": "text",
"expiry": "2026-03-27T23:58:19.730Z",
"eachCount": 1,
"quantity": 1
}
]
}
]