# Checkout V3

This API provides availability of medicines with alternatives. And calculates the total cart value.

## Get the availability of medicines

<mark style="color:green;">`POST`</mark> [`{{apiUrl}}fulfillment/orders/checkout_v3`](https://dev-api.evitalrx.in/v1/fulfillment/orders/checkout_v3)

For the medicines which are out of stock, available alternative medicines will be provided.

> In API request, You need to pass either provide **patient\_id** or **mobile & patient\_name**.

#### Charges Breakdown Explanation

* `with_discount` represents the **actual payable amount** after applying the offers.
* `without_discount`  represents the total amount without applying any discount. It can also be used to show **Savings Calculation**.

**charges-total-with\_discount** = This amount is summation of items `price * quantity`.

**charges-total-without\_discount** = This amount is summation of items `mrp * quantity` .

**payable\_amount.without\_discount** calculation

```markdown
payable_amount.without_discount =
    total.without_discount
  + delivery_charge.without_discount
  + surge_charge.without_discount
  + handling_fee.without_discount
  + small_cart_fee.without_discount
  + delivery_tip_amount.without_discount
```

**payable\_amount.with\_discount** calculation

```markdown
 payable_amount.with_discount =
       total.with_discount
      + delivery_charge.with_discount
      + surge_charge.with_discount
      + handling_fee.with_discount
      + small_cart_fee.with_discount
      + delivery_tip_amount.with_discount
```

## Things to know

This API provides the real time stock availability cases that can be occur are:

* Similar to check-serviceability, checkout API is need to be called to have an updated the cart availability as item-availability is directly related to the pharmacy availability directly.
* On Cart-Screen, Whenever the check-serviceability API is called the checkout should also be called with update `location_token`.
* On Collecting Payment from patient always use `payable_amount.with_discount` .&#x20;

> ***NOTE :*** The amount quoted is the maximum amount it may or may not get reduced from the maximum quoted price. For Postpaid cleints, this Price Variation needs to handeled at their end.&#x20;

#### Request Body

<table><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>apikey<mark style="color:red;">*</mark></td><td>String</td><td>Authentication Token</td></tr><tr><td>location_token<mark style="color:red;">*</mark></td><td>String</td><td>Get token from Check Serviceability V3 API</td></tr><tr><td>patient_id<mark style="color:red;">*</mark></td><td>String</td><td><p>Id to uniquely identify the patient for whom the order is placed.</p><p></p><p>if mobile and patient name is provided, then patient_id is optional.</p></td></tr><tr><td>mobile</td><td>String</td><td>Patient's mobile no</td></tr><tr><td>patient_name</td><td>String</td><td>Patient's name</td></tr><tr><td>items<mark style="color:red;">*</mark></td><td>String</td><td><p>Stringified Array of Items.</p><p></p><p>Items should contain at least 1 object. </p><p></p><p>MIN: 1 (medicines)</p><p>MAX: 20 (medicines)</p><p></p><p>Example:</p><pre class="language-json"><code class="lang-json">"[{\"quantity\":1,\"medicine_id\":\"vVgL6Ggy5tYhqQr1qXOAzA==\"},{\"quantity\":2,\"medicine_id\":\"BXGcaezmfzcQEdh7fZVmUg==\"}]"
</code></pre></td></tr><tr><td>latitude<mark style="color:red;">*</mark></td><td>Number</td><td>Latitude of the customer</td></tr><tr><td>longitude<mark style="color:red;">*</mark></td><td>Number</td><td>Longitude of the customer</td></tr><tr><td>zipcode<mark style="color:red;">*</mark></td><td>String</td><td>Zipcode of the customer</td></tr><tr><td>find_alternative</td><td>Boolean</td><td>Flag to get item alternatives</td></tr><tr><td>show_cart_options</td><td>Boolean</td><td>To know alternate cart items options.</td></tr><tr><td>delivery_type</td><td>'pickup' | 'delivery'</td><td>"delivery" : Order will be delivered to patient address.<br>"pickup" : Order is required to  be picked-up by patient from pharmacy store</td></tr><tr><td>address</td><td>String</td><td>Address of Patient for delivery.</td></tr><tr><td>address_line2</td><td>String</td><td>Address Line 2 for long address</td></tr><tr><td>city</td><td>String </td><td>City of Patient for delivery</td></tr><tr><td>state</td><td>String</td><td>State of Patient for delivery</td></tr></tbody></table>

{% tabs %}
{% tab title="200: OK Success" %}

```json
{
    "status_code": "1",
    "status_message": "Success",
    "datetime": "2025-07-28 16:13:52",
    "version": "1.1.254",
    "data": {
        "shipping_charges": 50,
        "charges": {
            "total": {
                "with_discount": 355.8,
                "without_discount": 355.8
            },
            "delivery_charge": {
                "with_discount": 69,
                "without_discount": 69
            },
            "roundoff": {
                "with_discount": 0.2,
                "without_discount": 0.2
            },
            "payable_amount": {
                "with_discount": 425,
                "without_discount": 424.8
            },
            "wallet_amount": {
                "available_amount": 0,
                "redeemable_amount": 0
            },
            "surge_charge": {
                "with_discount": 0,
                "without_discount": 0
            },
            "handling_fee": {
                "with_discount": 0,
                "without_discount": 0
            },
            "small_cart_fee": {
                "with_discount": 0,
                "without_discount": 0
            },
            "delivery_tip_amount": {
                "with_discount": 0,
                "without_discount": 0
            }
        },
        "items": [
            {
                "medicine_id": "EvM8wa0vXyjsi2JZnNKXrA==",
                "mrp": 42.83,
                "price": 42.83,
                "discount_percentage": 0,
                "available": "yes",
                "available_quantity": 2,
                "requested_quantity": 2,
                "alternatives": [
                    {
                        "medicine_id": "y1sw0N315wy4+UDhhT5FjA==",
                        "medicine_slug": "ltk-50-tablet-MDDRG507073861",
                        "content": "Losartan (50mg)",
                        "is_rx_required": 0,
                        "medicine_name": "Ltk 50 Tablet",
                        "manufacturer_name": "Unison Pharmaceuticals Pvt Ltd",
                        "size": 10,
                        "packing": "Strip",
                        "pack_size": "10 Tablet",
                        "packing_size": "1 Strip of  10 Tablet",
                        "mrp": 25,
                        "price": 25,
                        "discount_percentage": 0,
                        "medicine_type": "drug",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/6142edda9e799.jpeg",
                        "available_quantity": 2,
                        "available": "yes",
                        "requested_quantity": 2,
                        "estimated_delivery_tat": "2025-07-28 18:13:52",
                        "service_type": "regular"
                    },
                    {
                        "medicine_id": "biijdBcG6mMCg+g8mrHGFA==",
                        "medicine_slug": "losfirst-50mg-tablet-MDDRG5503084143",
                        "content": "Losartan (50mg)",
                        "is_rx_required": 1,
                        "medicine_name": "Losfirst 50 mg Tablet",
                        "manufacturer_name": "Zyphar's Pharmaceuticals Pvt Ltd",
                        "size": 10,
                        "packing": "Strip",
                        "pack_size": "10 Tablets",
                        "packing_size": "10 tablets in 1 strip",
                        "mrp": 44.63,
                        "price": 41.06,
                        "discount_percentage": 8,
                        "medicine_type": "drug",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/default.jpg",
                        "available_quantity": 2,
                        "available": "yes",
                        "requested_quantity": 2,
                        "estimated_delivery_tat": "2025-07-28 18:13:52",
                        "service_type": "regular"
                    }
                ],
                "estimated_delivery_tat": "2025-07-28 18:13:52",
                "service_type": "regular"
            },
            {
                "medicine_id": "eYlGilhNCz4CDs/NqrnbcQ==",
                "mrp": 12.8,
                "price": 11.52,
                "discount_percentage": 10,
                "available": "yes",
                "available_quantity": 5,
                "requested_quantity": 5,
                "alternatives": [],
                "estimated_delivery_tat": "2025-07-28 18:13:52",
                "service_type": "regular"
            },
            {
                "medicine_id": "y1sw0N315wy4+UDhhT5FjA==",
                "mrp": 25,
                "price": 23,
                "discount_percentage": 8,
                "available": "yes",
                "available_quantity": 2,
                "requested_quantity": 2,
                "alternatives": [],
                "estimated_delivery_tat": "2025-07-28 18:13:52",
                "service_type": "regular"
            },
            {
                "medicine_id": "adUASNSP6SnY/XbyHLkruw==",
                "mrp": 65.21,
                "price": 58.69,
                "discount_percentage": 10,
                "available": "no",
                "available_quantity": 0,
                "requested_quantity": 2,
                "alternatives": [],
                "estimated_delivery_tat": "",
                "service_type": ""
            }
        ],
        "cart_options": [
            {
                "label": "quick_same_medicines",
                "title": "Quick Delivery with Same Medicines",
                "available_item_count": 3,
                "total_mrp": 199.66,
                "total_discount": 10.4,
                "total_price": 189.26,
                "shipping": 50,
                "payable_amount": 239.26,
                "items": [
                    {
                        "medicine_id": "EvM8wa0vXyjsi2JZnNKXrA==",
                        "mrp": 42.83,
                        "price": 42.83,
                        "discount_percentage": 0,
                        "requested_quantity": 2,
                        "amount": 85.66,
                        "medicine_slug": "losakind-50-tablet-MDDRG286667590",
                        "content": "Losartan (50mg)",
                        "is_rx_required": 1,
                        "medicine_name": "Losakind-50 Tablet",
                        "manufacturer_name": "Mankind Pharma Ltd",
                        "size": 10,
                        "packing": "Strip",
                        "pack_size": "10 Tablet",
                        "packing_size": "1 Strip of  10 Tablet",
                        "medicine_type": "drug",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/62975c5feb174.jpg",
                        "is_swap_available": "no",
                        "swap_medicines": [],
                        "available_quantity": 2,
                        "available": "yes",
                        "estimated_delivery_tat": "2025-07-28 18:13:52",
                        "service_type": "regular"
                    },
                    {
                        "medicine_id": "eYlGilhNCz4CDs/NqrnbcQ==",
                        "mrp": 12.8,
                        "price": 11.52,
                        "discount_percentage": 10,
                        "requested_quantity": 5,
                        "amount": 57.6,
                        "medicine_slug": "ltk-25mg-tablet-MDDRG507073860",
                        "content": "Losartan (25mg)",
                        "is_rx_required": 1,
                        "medicine_name": "Ltk 25mg Tablet",
                        "manufacturer_name": "Unison Pharmaceuticals Pvt Ltd",
                        "size": 10,
                        "packing": "Strip",
                        "pack_size": "10 Tablet",
                        "packing_size": "1 Strip of  10 Tablet",
                        "medicine_type": "drug",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/60c459646117f.jpg",
                        "is_swap_available": "no",
                        "swap_medicines": [],
                        "available_quantity": 5,
                        "available": "yes",
                        "estimated_delivery_tat": "2025-07-28 18:13:52",
                        "service_type": "regular"
                    },
                    {
                        "medicine_id": "y1sw0N315wy4+UDhhT5FjA==",
                        "mrp": 25,
                        "price": 23,
                        "discount_percentage": 8,
                        "requested_quantity": 2,
                        "amount": 46,
                        "medicine_slug": "ltk-50-tablet-MDDRG507073861",
                        "content": "Losartan (50mg)",
                        "is_rx_required": 0,
                        "medicine_name": "Ltk 50 Tablet",
                        "manufacturer_name": "Unison Pharmaceuticals Pvt Ltd",
                        "size": 10,
                        "packing": "Strip",
                        "pack_size": "10 Tablet",
                        "packing_size": "1 Strip of  10 Tablet",
                        "medicine_type": "drug",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/6142edda9e799.jpeg",
                        "is_swap_available": "no",
                        "swap_medicines": [],
                        "available_quantity": 2,
                        "available": "yes",
                        "estimated_delivery_tat": "2025-07-28 18:13:52",
                        "service_type": "regular"
                    },
                    {
                        "medicine_id": "adUASNSP6SnY/XbyHLkruw==",
                        "mrp": 65.21,
                        "price": 58.69,
                        "discount_percentage": 10,
                        "requested_quantity": 2,
                        "amount": 0,
                        "medicine_slug": "dytor-----5",
                        "content": "",
                        "is_rx_required": 0,
                        "medicine_name": "Dytor -   5",
                        "manufacturer_name": "1mg Technologies Pvt. Ltd",
                        "size": 15,
                        "packing": "15",
                        "pack_size": "15T",
                        "packing_size": "15T",
                        "medicine_type": "drug",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/default.jpg",
                        "is_swap_available": "no",
                        "swap_medicines": [],
                        "available_quantity": 0,
                        "available": "no",
                        "estimated_delivery_tat": "",
                        "service_type": ""
                    }
                ]
            },
            {
                "label": "quick_alternative_medicines",
                "title": "Quick Delivery with Alternative Medicines",
                "available_item_count": 3,
                "total_mrp": 199.66,
                "total_discount": 10.4,
                "total_price": 189.26,
                "shipping": 50,
                "payable_amount": 239.26,
                "items": [
                    {
                        "medicine_id": "EvM8wa0vXyjsi2JZnNKXrA==",
                        "mrp": 42.83,
                        "price": 42.83,
                        "discount_percentage": 0,
                        "requested_quantity": 2,
                        "amount": 85.66,
                        "medicine_slug": "losakind-50-tablet-MDDRG286667590",
                        "content": "Losartan (50mg)",
                        "is_rx_required": 1,
                        "medicine_name": "Losakind-50 Tablet",
                        "manufacturer_name": "Mankind Pharma Ltd",
                        "size": 10,
                        "packing": "Strip",
                        "pack_size": "10 Tablet",
                        "packing_size": "1 Strip of  10 Tablet",
                        "medicine_type": "drug",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/62975c5feb174.jpg",
                        "is_swap_available": "no",
                        "swap_medicines": [],
                        "available_quantity": 2,
                        "available": "yes",
                        "estimated_delivery_tat": "2025-07-28 18:13:52",
                        "service_type": "regular"
                    },
                    {
                        "medicine_id": "eYlGilhNCz4CDs/NqrnbcQ==",
                        "mrp": 12.8,
                        "price": 11.52,
                        "discount_percentage": 10,
                        "requested_quantity": 5,
                        "amount": 57.6,
                        "medicine_slug": "ltk-25mg-tablet-MDDRG507073860",
                        "content": "Losartan (25mg)",
                        "is_rx_required": 1,
                        "medicine_name": "Ltk 25mg Tablet",
                        "manufacturer_name": "Unison Pharmaceuticals Pvt Ltd",
                        "size": 10,
                        "packing": "Strip",
                        "pack_size": "10 Tablet",
                        "packing_size": "1 Strip of  10 Tablet",
                        "medicine_type": "drug",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/60c459646117f.jpg",
                        "is_swap_available": "no",
                        "swap_medicines": [],
                        "available_quantity": 5,
                        "available": "yes",
                        "estimated_delivery_tat": "2025-07-28 18:13:52",
                        "service_type": "regular"
                    },
                    {
                        "medicine_id": "y1sw0N315wy4+UDhhT5FjA==",
                        "mrp": 25,
                        "price": 23,
                        "discount_percentage": 8,
                        "requested_quantity": 2,
                        "amount": 46,
                        "medicine_slug": "ltk-50-tablet-MDDRG507073861",
                        "content": "Losartan (50mg)",
                        "is_rx_required": 0,
                        "medicine_name": "Ltk 50 Tablet",
                        "manufacturer_name": "Unison Pharmaceuticals Pvt Ltd",
                        "size": 10,
                        "packing": "Strip",
                        "pack_size": "10 Tablet",
                        "packing_size": "1 Strip of  10 Tablet",
                        "medicine_type": "drug",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/6142edda9e799.jpeg",
                        "is_swap_available": "no",
                        "swap_medicines": [],
                        "available_quantity": 2,
                        "available": "yes",
                        "estimated_delivery_tat": "2025-07-28 18:13:52",
                        "service_type": "regular"
                    },
                    {
                        "medicine_id": "adUASNSP6SnY/XbyHLkruw==",
                        "mrp": 65.21,
                        "price": 58.69,
                        "discount_percentage": 10,
                        "requested_quantity": 2,
                        "amount": 0,
                        "medicine_slug": "dytor-----5",
                        "content": "",
                        "is_rx_required": 0,
                        "medicine_name": "Dytor -   5",
                        "manufacturer_name": "1mg Technologies Pvt. Ltd",
                        "size": 15,
                        "packing": "15",
                        "pack_size": "15T",
                        "packing_size": "15T",
                        "medicine_type": "drug",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/default.jpg",
                        "is_swap_available": "no",
                        "swap_medicines": [],
                        "available_quantity": 0,
                        "available": "no",
                        "estimated_delivery_tat": "",
                        "service_type": ""
                    }
                ]
            }
        ]
    }
}
```

{% endtab %}

{% tab title="200: OK Invalid params" %}

```json
{
    "status_code": "0",
    "status_message": "longitude is required",
    "datetime": "2023-02-15 12:46:54",
    "data": null
}
```

{% endtab %}

{% tab title="200: OK No pharmacy found" %}

```json
{
    "status_code": "0",
    "status_message": "No Pharmacies found near by your location",
    "datetime": "2023-02-15 12:37:11",
    "data": null
}
```

{% endtab %}

{% tab title="200: Error Note" %}
**Error Slug :** It provides the an error slug for shorter error form.\
**Error Note :** It provides potential errors can occur during the place-order flow working as a pre-validator. This gives error full description

* **`ADDRESS_LAT_LONG_MISMATCH` :** It indicates that the patient `address` (**address + address\_line2 + city + state + zipcode**) does not match with `latitude` & `longitude` . Such major difference can cause discrepancy at the time of delivery.

```json
{
    "status_code": "1",
    "status_message": "Success",
    "datetime": "2026-02-23 16:56:03",
    "version": "1.1.559",
    "data": {
        "error_slug": "ADDRESS_LAT_LONG_MISMATCH",
        "error_note": "Your current location must be within 3000 meters of the provided address.",
        "shipping_charges": 99,
        "charges": {
            "total": {
                "with_discount": 30.74,
                "without_discount": 30.74
            },
            "delivery_charge": {
                "with_discount": 99,
                "without_discount": 99
            },
            "roundoff": {
                "with_discount": 0.26,
                "without_discount": 0.26
            },
            "payable_amount": {
                "with_discount": 130,
                "without_discount": 129.74
            },
            "wallet_amount": {
                "available_amount": 0,
                "redeemable_amount": 0
            },
            "surge_charge": {
                "with_discount": 0,
                "without_discount": 0
            },
            "handling_fee": {
                "with_discount": 0,
                "without_discount": 0
            },
            "small_cart_fee": {
                "with_discount": 0,
                "without_discount": 0
            },
            "delivery_tip_amount": {
                "with_discount": 0,
                "without_discount": 0
            }
        },
        "items": [
            {
                "medicine_id": "25d10fcd689bd0d00b2ddf1f80504404",
                "mrp": 30.74,
                "price": 30.74,
                "discount_percentage": 0,
                "available": "yes",
                "available_quantity": 1,
                "requested_quantity": 1,
                "hsn_code": "12343245",
                "medicine_category": "generic",
                "salt_content_id": "55331f9e6726942309ea0a07700cfade",
                "medicine_uses": "Dolo 650 mg Tablet is used for <a href='/diseases/pain-relief-168'>pain relief</a> and <a href='/diseases/fever-191'>fever</a>. It is used to relieve pain in conditions like headache, joint pain, muscle pain or dental pain.",
                "medicine_slug": "dolo-650-mg-tablet-MDDRG315497373",
                "content": "Paracetamol/Acetaminophen (650mg)",
                "medicine_name": "Dolo 650 Mg Tablet",
                "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/default.jpg",
                "size": 15,
                "packing": "Strip",
                "pack_size": "15 Tablets",
                "packing_size": "1 Strip of 15 tablets",
                "popularity_score": 0,
                "medicine_type": "drug",
                "alternatives": [
                    {
                        "medicine_id": "e083b908ee27700b7a4f427af70d2c6a",
                        "medicine_slug": "doloflam-tablet-MDDRG5194076526",
                        "content": "Nimesulide (NA)",
                        "is_rx_required": 1,
                        "medicine_name": "Doloflam Tablet",
                        "manufacturer_name": "Vilco Laboratories Pvt Ltd",
                        "size": 10,
                        "packing": "Strip",
                        "pack_size": "10 Tablets",
                        "packing_size": "10 tablets in 1 strip",
                        "mrp": 9.3,
                        "price": 8.37,
                        "discount_percentage": 10,
                        "medicine_type": "drug",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/default.jpg",
                        "available_quantity": 1,
                        "available": "yes",
                        "requested_quantity": 1,
                        "popularity_score": 0,
                        "estimated_delivery_tat": "2026-02-23 18:56:03",
                        "service_type": "regular"
                    },
                    {
                        "medicine_id": "25238bbc02da87d1e4d64ce6f0bc6641",
                        "medicine_slug": "vesdol-gel-MDOTC5174086888",
                        "content": "",
                        "is_rx_required": 0,
                        "medicine_name": "Vesdol Gel",
                        "manufacturer_name": "Vestal Healthcare",
                        "size": 1,
                        "packing": "Gel",
                        "pack_size": "30 Gm",
                        "packing_size": "30 gm Gel",
                        "mrp": 90,
                        "price": 90,
                        "discount_percentage": 0,
                        "medicine_type": "otc",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/blank_otc_uobogo.png",
                        "available_quantity": 1,
                        "available": "yes",
                        "requested_quantity": 1,
                        "popularity_score": 0,
                        "estimated_delivery_tat": "2026-02-23 18:56:03",
                        "service_type": "regular"
                    },
                    {
                        "medicine_id": "68ead7689035e0b037c9c23e99b5108e",
                        "medicine_slug": "rancil-10-tablet-MDDRG4750189557",
                        "content": "Cilnidipine (10mg)",
                        "is_rx_required": 1,
                        "medicine_name": "Rancil 10 Tablet",
                        "manufacturer_name": "Sun Pharmaceutical Industries Ltd",
                        "size": 10,
                        "packing": "Strip",
                        "pack_size": "10 Tablets",
                        "packing_size": "10 tablets in 1 strip",
                        "mrp": 86,
                        "price": 86,
                        "discount_percentage": 0,
                        "medicine_type": "drug",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/rancil-10-tablet-MDDRG4750189557.jpg",
                        "available_quantity": 0,
                        "available": "no",
                        "requested_quantity": 1,
                        "popularity_score": 0,
                        "estimated_delivery_tat": "",
                        "service_type": ""
                    }
                ],
                "is_rx_required": 0,
                "estimated_delivery_tat": "2026-02-23 18:56:03",
                "service_type": "regular"
            }
        ],
        "cart_options": [
            {
                "label": "quick_same_medicines",
                "title": "Quick Delivery with Same Medicines",
                "available_item_count": 1,
                "total_mrp": 30.74,
                "total_discount": 0,
                "total_price": 30.74,
                "shipping": 99,
                "payable_amount": 129.74,
                "items": [
                    {
                        "medicine_id": "25d10fcd689bd0d00b2ddf1f80504404",
                        "mrp": 30.74,
                        "price": 30.74,
                        "discount_percentage": 0,
                        "requested_quantity": 1,
                        "amount": 30.74,
                        "medicine_slug": "dolo-650-mg-tablet-MDDRG315497373",
                        "content": "Paracetamol/Acetaminophen (650mg)",
                        "is_rx_required": 0,
                        "medicine_name": "Dolo 650 Mg Tablet",
                        "manufacturer_name": "Micro Labs Ltd",
                        "popularity_score": 0,
                        "available_for_patient": "yes",
                        "size": 15,
                        "packing": "Strip",
                        "pack_size": "15 Tablets",
                        "packing_size": "1 Strip of 15 tablets",
                        "medicine_type": "drug",
                        "medicine_category": "generic",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/default.jpg",
                        "is_swap_available": "no",
                        "swap_medicines": [],
                        "available_quantity": 1,
                        "available": "yes",
                        "estimated_delivery_tat": "2026-02-23 18:55:59",
                        "service_type": "regular"
                    }
                ]
            },
            {
                "label": "quick_alternative_medicines",
                "title": "Quick Delivery with Alternative Medicines",
                "available_item_count": 1,
                "total_mrp": 30.74,
                "total_discount": 0,
                "total_price": 30.74,
                "shipping": 99,
                "payable_amount": 129.74,
                "items": [
                    {
                        "medicine_id": "25d10fcd689bd0d00b2ddf1f80504404",
                        "mrp": 30.74,
                        "price": 30.74,
                        "discount_percentage": 0,
                        "requested_quantity": 1,
                        "amount": 30.74,
                        "medicine_slug": "dolo-650-mg-tablet-MDDRG315497373",
                        "content": "Paracetamol/Acetaminophen (650mg)",
                        "is_rx_required": 0,
                        "medicine_name": "Dolo 650 Mg Tablet",
                        "manufacturer_name": "Micro Labs Ltd",
                        "popularity_score": 0,
                        "available_for_patient": "yes",
                        "size": 15,
                        "packing": "Strip",
                        "pack_size": "15 Tablets",
                        "packing_size": "1 Strip of 15 tablets",
                        "medicine_type": "drug",
                        "medicine_category": "generic",
                        "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/itemoriginalcopy/medicines/default.jpg",
                        "is_swap_available": "no",
                        "swap_medicines": [],
                        "available_quantity": 1,
                        "available": "yes",
                        "estimated_delivery_tat": "2026-02-23 18:55:59",
                        "service_type": "regular"
                    }
                ]
            }
        ]
    }
}
```

{% endtab %}
{% endtabs %}
