eVitalRx
  • API - powered by eVitalRx
  • Getting Started with eVitalRx
  • API FOR Product Catalogue
    • Introduction
    • Medicines
      • Search Product
      • Product Details
      • Search Content
      • Request Product
      • Get Categories
      • Get Category Products
  • API FOR Patient App
    • Introduction
    • Login/Signup
      • Signup send OTP
      • Signup
      • Login
      • Forgot password send OTP
      • Reset password
      • Change password
    • Patients
      • Add Patient
      • Update Patient
      • Get Patient
      • Add Patient family member
    • Addresses
      • List Addresses
      • Add-Update Address
      • Set Default Address
      • Delete Address
    • Medicines
      • Search Products
      • Search Manufacturer
      • Product Details
      • Get Stock details
      • Get Product Batch
      • Search Content
      • Branded to Generic
      • Get Categories
      • Get Category Products
      • Get Entity Categories
      • Get Entity Category Products
    • Orders
      • Place Order
      • Cancel Order
      • Save
      • Order Details
      • Order List
      • Mark as Accept
      • Mark as Reject
      • Get Reject Reasons
      • Get Chemist Order Settings
      • ⛔Mark as Shipped
      • Mark as Delivered
      • Order Return
      • Order Return Details
  • API FOR EMR/HMIS SOFTWARE
    • Introduction
    • Medicines
      • Search Products
      • Product Details
      • Get Inventory Status
      • Get Inventory Items
      • Get Alternatives
      • Get Product Batch
      • Get Expired Batches
      • Request Product
      • Branded to Generic
      • Search Content
      • Add Favorite Medicine
    • Patients
      • Add Patient
      • Get Patient
      • Update Patient
      • Add Patient family member
    • Orders
      • Push Prescription
      • Order Details
      • Order List
      • ⛔Update Order
      • Save
  • API FOR Custom Fields
    • Introduction
    • Add Custom Fields
    • Update Custom Field
    • Delete Custom Fields
    • List Custom Fields
  • API FOR MASTER
    • Reports
      • Margin Report
      • Stock Summary
  • API FOR FULFILLMENT
    • Introduction
    • Medicines
      • Search Products
      • Product Details
    • Orders
      • ⛔Check Serviceability
      • Check Serviceability V3
      • ⛔Checkout V2
      • Checkout V3
      • ⛔Place Order V2
      • Place Order V3
      • ⛔Order Details
      • Order Details V2
      • ⛔Cancel Order
      • Cancel Order V2
      • Get Reject Reasons
    • Patients
      • Add Patient
      • Get Patient
  • API FOR B2B
    • Introduction
    • Orders
      • Order Save
      • Order Save as Draft
      • Order List
      • Order Details
      • Order Return Save
      • Order Return List
      • Order Return Details
    • Customers
      • Add / Update Customer
      • Customer List
  • Webhook Responses
    • Introduction
    • Medicine Webhook
    • Transaction Webhook
    • Draft Save
    • Draft Edit
    • Order Save
    • Order Edit
    • Order Accepted
    • Order Rejected
    • Order Shipped
    • Order Delivered
    • Order Split
  • Others
    • Terms & Conditions
Powered by GitBook
On this page

Was this helpful?

  1. Webhook Responses

Order Delivered

{
   "id": "buctt+C5QzfVvqdIpKkYnQ==",
   "transaction_type": "sales",
   "transaction_nature": "delivered",
   "chemist_id": "9kVNNczng10TbflL7zZEDA==",
   "reference_number": 396,
   "payment_mode": "Cash",
   "payment_date": "2025-01-29 12:19:46",
   "delivery_type": "delivery",
   "order_number": "OOM6HJQ9BT",
   "bill_no": 396,
   "bill_date": "2025-01-29 12:26:51",
   "order_status": "completed",
   "draft_order_id": "imKLEWDEqB4IEolP16AK/w==",
   "draft_order_shipping_charge": 30,
   "reject_reason": "",
   "total": 1300,
   "amount": 1300,
   "order_by": "Owner",
   "patient_id": "rfojNNab+jNKqxDTYowQSQ==",
   "patient_name": "Manav Patel",
   "mobile": "7458787853",
   "billing_for": "Manav Patel",
   "billing_for_mobile": "7458787853",
   "doctor_name": "",
   "bill-pdf-url": "http://localhost/evital/invoice/T09NNkhKUTlCVA==/print/",
   "direct_payment_url": "",
   "remark": "",
   "chemist_code": "C00ER",
   "items": [
     {
       "price": 130,
       "directions": "0-0-0-0",
       "quantity": 100,
       "mrp": 130,
       "discount": 0,
       "batch": "ASDAS234",
       "expiry": "02/29",
       "gst": 139.29,
       "gstpercentage": 12,
       "amount": 1300,
       "size": 10,
       "medicine_name": "Dolobest MR 100mg/500mg/250mg Tablet",
       "pack_size": "10 Tablets",
       "dosage_type": "",
       "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/medicines/thumb/default.jpg",
       "medicine_id": "LXarW6vPNnrbm2bwTZmnOw==",
       "manufacturer_name": "TTK Healthcare Ltd",
       "hsn_code": "554645",
       "medicine_type": "drug",
       "packing_size": "10 tablets in 1 strip",
       "cess": 0,
       "cess_percentage": 0,
       "price_to_retailer": 75.63,
       "margin": 121.53,
       "base_price": 60.48435,
       "landing_price": 9.011088279625897,
       "location": "",
       "sale_discount": 0,
       "lock_discount": "no",
       "sell_in_loose": "yes",
       "loyalty_points": 0,
       "loyalty_points_percentage": 0,
       "batch_discount": 0,
       "returnable": "yes",
       "b2c_margin": 3,
       "loyalty_points_redeemed": 0,
       "stock_adjusted": "pending",
       "offer_id": 0,
       "item_category": "drug",
       "expiry_return": "2029-02-01",
       "gst_percentage": 12,
       "order_type": "sale",
       "reference_medicine_code": "I00014"
     }
    ],
      "order_custom_fields": {},
      "patient_custom_fields": {}
}
PreviousOrder ShippedNextOrder Split

Last updated 2 months ago

Was this helpful?