Status clinic ordernumber

Gets the status of the order by using Clinic Order Number with TrackingId and Dispatch Date.

get

Get /status { "orderId": "abc1234", }

Authorizations
Query parameters
orderIdstringOptional

Clinic Order Number

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

Last updated