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

Search Products

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

Explore Medicines Available in Staging

Search Products

POST {{apiUrl}}doctor/medicines/search

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

Request Body

Name
Type
Description

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"

apikey*

String

Authentication token

{
    "status_code": "1",
    "status_message": "Success",
    "datetime": "2022-12-07 10:49:06",
    "data": {
        "did_you_mean_result": [], // if medicine not found then suggestions
        "result": [
            {
                "dosage_type": "tablet",
                "medicine_name": "Cold N Flu Tablet",
                "content": "Paracetamol (500mg) + Phenylephrine Hydrochloride (5mg) + Chlorpheniramine Maleate (2mg)",
                "mrp": 78,
                "medicine_id": "8HiQkGfpzbiAzkma2b5/yw==",
                "packing_size": "1 Strip of  10 Tablet",
                "size": "10",
                "manufacturer_name": "Elder Labs Limited",
                "medicine_type": "drug",
                "gst_percentage": "12",
                "available_for_patient": "yes",
                "discontinued": "no",
                "loose_quantity": 4970,
                "sale_discount": 0,
                "strip_quantity": 497,
                "is_inventory_available": "yes",
                "sell_in_loose": "yes"
            },
            {
                "dosage_type": "tablet",
                "medicine_name": "N-Cold New Tablet",
                "content": "Paracetamol (325mg) + Phenylephrine (2.5mg) + Chlorpheniramine (2mg)",
                "mrp": 48.6,
                "medicine_id": "RYmIov0OJ2TM7qQEJ2YRqw==",
                "packing_size": "1 Strip of  10 Tablet",
                "size": "10",
                "manufacturer_name": "German Remedies Pharmaceuticals Pvt Ltd",
                "medicine_type": "drug",
                "gst_percentage": "12",
                "salt_content_id": "18885",
                "available_for_patient": "yes",
                "discontinued": "no",
                "loose_quantity": 3970,
                "sale_discount": 0,
                "strip_quantity": 397,
                "is_inventory_available": "yes",
                "sell_in_loose": "yes"
            }
        ]
    }
}

List of Medicines available in the staging environment:

Last updated