> For the complete documentation index, see [llms.txt](https://docs.evitalrx.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evitalrx.in/api-for-webhook-responses/medicine-webhook.md).

# Medicine Webhook

This webhook provides update when any newly added medicine gets mapped with Item master medicine.

Response:&#x20;

```json
{
       "medicine_id" : "KOKzk7o+BiY7KaYIIL5JDg==",       // New medicine_id, that need to be used from now onwards.
       "old_medicine_id" : "y8P5ElKQqfn/Dkb0uhE9Sg=="    // Old medicine_id that is deleted.
}
```
