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}}patient/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

show_sale_rate

yes|no

To show the medicines on discounted rate.

yes | price = mrp - discount

no | price = mrp

Default: no

{
    "status_code": "1",
    "status_message": "Success",
    "datetime": "2022-12-06 17:49:55",
    "data": {
        "did_you_mean_result": [], // if medicine not found then suggestions
        "result": [
            {
                "dosage_type": "",
                "medicine_name": "LTK-H Tablet 5",
                "content": "",
                "mrp": 24,
                "price": "32.9",
                "medicine_id": "otUfMtG4nIpWSc+oWoX7Lw==",
                "packing_size": "1 Strip of  15 Tablet",
                "size": "15",
                "manufacturer_name": "Unison Pharmaceuticals Pvt Ltd",
                "medicine_type": "otc",
                "gst_percentage": "12",
                "available_for_patient": "yes",
                "discontinued": "no",
                "loose_quantity": 1305,
                "sale_discount": 0,
                "strip_quantity": 87,
                "is_inventory_available": "yes",
                "sell_in_loose": "yes"
            },
            {
                "dosage_type": "",
                "medicine_name": "Ltk 50 Tablet",
                "content": "Losartan (50mg)",
                "mrp": 115,
                "price": "23.5",
                "medicine_id": "ZnsQl586DmR/ANT3aLdM4g==",
                "packing_size": "10 tablets in 1 strip",
                "size": "10",
                "manufacturer_name": "Unison Pharmaceuticals Pvt Ltd",
                "medicine_type": "drug",
                "gst_percentage": "5",
                "available_for_patient": "yes",
                "discontinued": "no",
                "loose_quantity": 100,
                "sale_discount": 0,
                "strip_quantity": 10,
                "is_inventory_available": "yes",
                "sell_in_loose": "yes"
            }
        ]
    }
}

List of available medicines in the staging environment:

Last updated