Search Product
To search items in your inventory with the Item Name (string), GTIN number of the product, or Salt-Composition(content).
Search Products
Request Body
Name
Type
Description
{
"status_code": "1",
"status_message": "Success",
"datetime": "2022-12-06 15:16:32",
"data": {
"did_you_mean_result": [], // if medicine not found then suggestions
"result": [
{
"dosage_type": "drop",
"medicine_name": "Spasmex 20 mg/500 mg Drop",
"content": "Dicyclomine (20mg) + Paracetamol (500mg)",
"mrp": "22.5",
"medicine_id": "5V9jvbzLGKcIwCOnnt5E/w==",
"packing_size": "10 ml in 1 packet",
"size": "1",
"manufacturer_name": "Hema Laboratories",
"medicine_type": "drug"
},
{
"dosage_type": "drop",
"medicine_name": "Lanol 100 Mg/ml Drop",
"content": "Paracetamol (100mg/ml)",
"mrp": "18",
"medicine_id": "mvwaFPrEdzOHMTd9V9zsQg==",
"packing_size": "1 Bottle of 15 Ml",
"size": "1",
"manufacturer_name": "Hetero Drugs Ltd",
"medicine_type": "drug"
}
]
}
}Last updated