Inventory
An inventory is a physically tagged stock linked with a SKU and a Location in the warehouse
Fetch Inventories
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": "FAIL",
"message": "Unexpected error"
}{
"count": 11,
"previous": null,
"next": 0,
"result": [
{
"id": 70563,
"sku_name": "Cannon Digital Camera",
"location_name": "Default Client-7",
"client_name": "Default Client",
"site_name": "Koramangala WH",
"uom": "g",
"created_date": "2022-04-22T20:43:16.007483+05:30",
"modified_date": "2022-04-22T20:43:16.017089+05:30",
"tag": "TAG-224R308",
"tracking_level": "Each",
"qty": 15,
"allocated_qty": 0,
"status": "UnLocked",
"weight": "2700.00",
"expiry_date": "2023-01-22T05:30:00+05:30",
"mfg_date": "2022-04-17T05:30:00+05:30",
"remarks": null,
"created_by": 109093,
"modified_by": 109093,
"sku": 89,
"location": 6,
"site": 7,
"pack_config": 6,
"client": 4,
"container": null,
"dimensions": null,
"supplier": 4
},
{
"id": 67823,
"sku_name": "Cannon Digital Camera 55-200 lens",
"location_name": "Default Client-7",
"client_name": "Default Client",
"site_name": "Koramangala WH",
"uom": "g",
"created_date": "2022-04-15T20:15:59.941605+05:30",
"modified_date": "2022-04-26T09:12:06.165728+05:30",
"tag": "TAG-21XHAI9",
"tracking_level": "Each",
"qty": 1,
"allocated_qty": 0,
"status": "UnLocked",
"weight": "2700.00",
"expiry_date": "2022-12-15T05:30:00+05:30",
"mfg_date": "2022-04-10T05:30:00+05:30",
"remarks": null,
"is_shopify_synced": true,
"created_by": 109093,
"modified_by": null,
"sku": 89,
"location": 6,
"site": 7,
"pack_config": 6,
"client": 4,
"container": null,
"dimensions": null,
"supplier": 4
}
]
}Create Inventory
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Was this helpful?