Product Details

To get item details in your inventory by unique medicine Id.

Product Details

POST {{apiUrl}}fulfillment/medicines/view

Request Body

Name
Type
Description

apikey*

String

Authentication Token

medicine_id*

String

Unique id of the product

medicine_ids

String

Stringified Array of medicine_ids.

medicine_id param is optional, if medicine_ids param is passed.

medicine_ids should contain at least 2 medicine_ids.

Example:

["z5s5a+e/Cj4ip7sUl2zJFQ==", "otUfMtG4nIpWSc+oWoX7Lw=="]

latitude

Number

Latitude of the customer

longitude

Number

Longitude of the customer

distance

Number

Distance of fulfillment.

radius of search area for search provided item

{
    "status_code": "1",
    "status_message": "Success",
    "datetime": "2025-04-01 12:30:34",
    "version": "1.1.89",
    "data": {
        "content": "Losartan (50mg)",
        "how_medicine_works": "Ltk 50 Tablet is an angiotensin receptor blocker (ARB). It relaxes blood vessel by blocking the action of a chemical that usually makes blood vessels tighter. This lowers the blood pressure, allowing the blood to flow more smoothly to different organs and the heart to pump more efficiently.",
        "how_to_use": "Take this medicine in the dose and duration as advised by your doctor. Swallow it as a whole. Do not chew, crush or break it. Ltk 50 Tablet may be taken with or without food, but it is better to take it at a fixed time.",
        "id": "y1sw0N315wy4+UDhhT5FjA==",
        "medicine_image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/medicines/6142edda9e799.jpeg",
        "is_rx_required": 0,
        "dosage_type": "tablet",
        "medicine_name": "Ltk 50 Tablet",
        "mrp": 23.5,
        "packing_size": "1 Strip of  10 Tablet",
        "pack_size": "10 Tablet",
        "packing": "Strip",
        "size": 10,
        "hsn_code": "10001111",
        "manufacturer_name": "Unison Pharmaceuticals Pvt Ltd",
        "side_effects": " Common   Dizziness  Back pain  Sinus inflammation  Increased potassium level in blood  ",
        "alcohol": "Taking Losartan with alcohol may excessively lower the blood pressure.",
        "driving": "It is not known whether Ltk 50 Tablet alters the ability to drive. Do not drive if you experience any symptoms that affect your ability to concentrate and react.",
        "kidney": "Ltk 50 Tablet is safe to use in patients with kidney disease. No dose adjustment of Ltk 50 Tablet is recommended.<br>However, talk to your doctor if you have any underlying kidney disease. Regular monitoring of blood pressure is recommended for better dose adjustment.",
        "lactation": "Ltk 50 Tablet is probably safe to use during lactation.  Limited human data suggests that the drug does not represent a significant risk to the baby.",
        "liver": "Ltk 50 Tablet should be used with caution in patients with liver disease. Dose adjustment of Ltk 50 Tablet may be needed. Please consult your doctor.<br>Use of Ltk 50 Tablet is not recommended in patients with severe liver disease.",
        "pregnancy": "Ltk 50 Tablet is unsafe to use during pregnancy.<br>There is positive evidence of human fetal risk, but the benefits from use in pregnant women may be acceptable despite the risk, for example in life-threatening situations. Please consult your doctor.",
        "medicine_category": "drug",
        "gst_percentage": 12,
        "medicine_type": 65,
        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/medicines/6142edda9e799.jpeg",
        "price": 21.15,
        "medicine_uses": "Ltk 50 Tablet is used in the treatment of <a href='/diseases/high-blood-pressure-68'>high blood pressure</a>.",
        "other_packings": "",
        "salt_content_id": "SBFG1vyLxuS3eapamEiruQ==",
        "schedule_type": "",
        "discount_percentage": 10,
        "in_stock": false,
        "size_variants": [],
        "size_variants_2": [],
        "alternative_results": {
            "results": [
                {
                    "approved": 0,
                    "available_for_patient": "yes",
                    "cess_percentage": 0,
                    "requested_by_entity": "chemist",
                    "content": "Paracetamol (650mg)",
                    "dosage_type": "tablet",
                    "gst_percentage": 12,
                    "gtin_number": "",
                    "hsn_code": "30049099",
                    "image": "https://d2ffmswuyj0h1d.cloudfront.net/storage/medicines/thumb/60ae1dc73132f.jpg",
                    "manufacturer_name": "Hetero Drugs Ltd",
                    "medicine_id": "PDqfWw+enNR0w5U23KOsZg==",
                    "medicine_name": "Lanol ER Tablet (10 Tablet)",
                    "medicine_name_suggest": "Lanol ER Tablet (10 Tablet)",
                    "medicine_type": "drug",
                    "mrp": 22.4,
                    "pack_size": "10 Tablet",
                    "packing_size": "1 Strip of  10 Tablet",
                    "price": 20.16,
                    "discount_percentage": 10,
                    "salt_content_id": 197,
                    "schedule_type": "H",
                    "size": 10,
                    "slug": "lanol-er-tablet-10-tablet-MDDRG2183024649",
                    "is_rx_required": 1,
                    "primary_category_id": 819,
                    "popularity_score": 99.83337266934151
                }
            ],
            "is_salt_content_id_zero": false
        },
        "medicine_images": [],
        "thumb_image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/medicines/thumb/6142edda9e799.jpeg",
        "thumb_medicine_image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/medicines/thumb/6142edda9e799.jpeg"
    }
}

Last updated

Was this helpful?