For the complete documentation index, see llms.txt. This page is also available as Markdown.

Search Product

To search items in your inventory with the Item Name (string), GTIN number of the product, or Salt-Composition(content).

Explore Medicines Available in Staging

Search Products

POST {{apiUrl}}catalog/medicines/search

If the Item is present in your inventory, then it will appear first.

Request Body

Name
Type
Description

apikey*

String

Authentication token

searchstring*

String

Search String input

It can be used in following ways.

By Item Name

"searchstring":"dolo"

By Content

"searchstring":"c,paraceta"

By GTIN Number

"searchstring":"89080034169"

{
    "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"
            }
        ]
    }    
}

List of available medicines in the staging environment:

Last updated