# API FOR FULFILLMENT

- [Introduction](https://docs.evitalrx.in/api-for-fulfillment-portal/introduction.md)
- [Patients](https://docs.evitalrx.in/api-for-fulfillment-portal/patients.md)
- [Add Patient](https://docs.evitalrx.in/api-for-fulfillment-portal/patients/add-patient.md): To add patients with mobile number, name and address.
- [Get Patient](https://docs.evitalrx.in/api-for-fulfillment-portal/patients/get-patient.md): To get the patient details
- [Medicines](https://docs.evitalrx.in/api-for-fulfillment-portal/medicines.md)
- [Search](https://docs.evitalrx.in/api-for-fulfillment-portal/medicines/search-products.md): To search items with the Item Name (string), GTIN number of the product, or Salt-Composition(content).
- [View V3](https://docs.evitalrx.in/api-for-fulfillment-portal/medicines/view-v3.md): To get item details in your inventory by unique medicine Id.
- [Orders](https://docs.evitalrx.in/api-for-fulfillment-portal/orders.md)
- [Check Serviceability V3](https://docs.evitalrx.in/api-for-fulfillment-portal/orders/check-serviceability-v3.md): To check if a location is serviceable
- [Checkout V3](https://docs.evitalrx.in/api-for-fulfillment-portal/orders/checkout-v3.md): To check availability of the items.
- [Place Order V3](https://docs.evitalrx.in/api-for-fulfillment-portal/orders/place-order.md): To place order with items and its quantity.
- [Order Details V2](https://docs.evitalrx.in/api-for-fulfillment-portal/orders/order-details-v2.md): To view order details
- [Cancel Order V2](https://docs.evitalrx.in/api-for-fulfillment-portal/orders/cancel-order-v2.md): The patient can cancel the order with this API.
- [Get Reject Reasons](https://docs.evitalrx.in/api-for-fulfillment-portal/orders/get-reject-reasons.md): Get list of reasons to reject the order.
- [Checkout By Content](https://docs.evitalrx.in/api-for-fulfillment-portal/orders/checkout-by-content.md)
- [Checkout With Pharmacy List](https://docs.evitalrx.in/api-for-fulfillment-portal/orders/checkout-with-pharmacy-list.md)
- [Webhooks](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks.md)
- [Overview](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/overview.md): This section contains Fulfillment module webhooks
- [Digitization Completed](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/digitization-completed.md): This webhook is for order process through PAAS portal only.
- [Digitization Rejected](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/digitization-rejected.md)
- [Order Assigned](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-assigned.md)
- [Order Accepted](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-accepted.md)
- [Order Rejected](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-rejected.md)
- [Order Shipped](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-shipped.md)
- [Order Picked Up](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-picked-up.md)
- [Order Delivered](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-delivered.md)
- [Order Reassigned](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-reassigned.md)
- [Order Split⛔](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-split.md)
- [Fulfillment FAQ's](https://docs.evitalrx.in/api-for-fulfillment-portal/fulfillment-faqs.md): Some common question that we were asked.
- [Corner Cases](https://docs.evitalrx.in/api-for-fulfillment-portal/corner-cases.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.evitalrx.in/api-for-fulfillment-portal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
