Get Inventory Status
To get status of the items in your inventory.
Inventory Status:
Request Body
Name
Type
Description
{
"status_code": "1",
"status_message": "Success",
"datetime": "2022-12-08 16:50:09",
"data": [
{
"medicine_id": "otUfMtG4nIpWSc+oWoX7Lw==",
"chemist_id": "pR/skynRizeVxF1blGRVMw==",
"quantity": 1380, // Current Quantity
"mrp": 24,
"lock_discount": "no", // Default discount if any
"sell_in_loose": "yes",
"cess_percentage": 0,
"gst_percentage": 12
}
]
}{
"status_code": "0",
"status_message": "Invalid medicine key",
"datetime": "2022-12-07 11:15:44",
"data": null
}Last updated