Status

Gets the status of the order with TrackingId and Dispatch Date.

get

Get /status { "orderId": 1, }

Authorizations
Query parameters
orderIdinteger · int32Optional

Use Pharmacy Order Number or your (Clinic) order reference

Responses
200
Returns the status of the order.
application/json
get
GET /api/v1/Order/status HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "clinicOrderId": "text",
  "pharmacyOrderId": "text",
  "orderStatus": "text",
  "dispatchDate": "2025-06-24T18:18:13.604Z",
  "trackingId": "text",
  "cancelReason": "text"
}

Last updated