Skip to main content
GET
/
prescriptions
/
details
/
{orderId}
Get Order Details
curl --request GET \
  --url https://apidev.epiqconnect.com/prescriptions/details/{orderId}
[
  {
    "orderId": "cc825b7e-2b99-4c0a-a612-75b3dd77e645",
    "clinicId": "3b47a23f-9080-4a2e-a4fa-654d9aa76e80",
    "status": "SHIPPED",
    "notes": "TEST NOTE-1",
    "trackingInfo": "F3055359305",
    "createdAt": "2025-09-25T19:58:54.293Z",
    "updatedAt": "2025-09-25T19:59:00.486Z",
    "receivedAt": "2025-09-25T19:58:54.313Z",
    "erxMessageId": "7a31d457-0052-4746-a3d7-f45d7182cb68",
    "rxId": "RX098934",
    "refillsRemaining": 2,
    "fillDate": "2025-09-28T19:58:54.313Z",
    "quantityFilled": 30
  },
  {
    "orderId": "cc825b7e-2b99-4c0a-a612-75b3dd77e645",
    "clinicId": "3b47a23f-9080-4a2e-a4fa-654d9aa76e80",
    "status": "SHIPPED",
    "notes": "TEST NOTES-2",
    "trackingInfo": "F0893358354",
    "createdAt": "2025-09-25T19:58:54.293Z",
    "updatedAt": "2025-09-25T19:59:58.427Z",
    "receivedAt": "2025-09-25T19:58:54.334Z",
    "erxMessageId": "59b54a4c-bb67-44b4-a0ea-333db49eac32",
    "rxId": "RX834434",
    "refillsRemaining": 2,
    "fillDate": "2025-09-28T19:58:54.313Z",
    "quantityFilled": 30
  }
]

Path Parameters

orderId
string
required

Query Parameters

Response

Order details returned successfully.

orderId
string
Example:

"cc825b7e-2b99-4c0a-a612-75b3dd77e645"

clinicId
string
Example:

"3b47a23f-9080-4a2e-a4fa-654d9aa76e80"

status
string
Example:

"SHIPPED"

notes
string
Example:

"TEST NOTE-1"

trackingInfo
string
Example:

"F3055359305"

createdAt
string
Example:

"2025-09-25T19:58:54.293Z"

updatedAt
string
Example:

"2025-09-25T19:59:00.486Z"

receivedAt
string
Example:

"2025-09-25T19:58:54.313Z"

erxMessageId
string
Example:

"7a31d457-0052-4746-a3d7-f45d7182cb68"

rxId
string
Example:

"RX098934"

refillsRemaining
number
Example:

2

fillDate
string
Example:

"2025-09-28T19:58:54.313Z"

quantityFilled
number
Example:

30

Example:
[
{
"orderId": "cc825b7e-2b99-4c0a-a612-75b3dd77e645",
"clinicId": "3b47a23f-9080-4a2e-a4fa-654d9aa76e80",
"status": "SHIPPED",
"notes": "TEST NOTE-1",
"trackingInfo": "F3055359305",
"createdAt": "2025-09-25T19:58:54.293Z",
"updatedAt": "2025-09-25T19:59:00.486Z",
"receivedAt": "2025-09-25T19:58:54.313Z",
"erxMessageId": "7a31d457-0052-4746-a3d7-f45d7182cb68",
"rxId": "RX098934",
"refillsRemaining": 2,
"fillDate": "2025-09-28T19:58:54.313Z",
"quantityFilled": 30
},
{
"orderId": "cc825b7e-2b99-4c0a-a612-75b3dd77e645",
"clinicId": "3b47a23f-9080-4a2e-a4fa-654d9aa76e80",
"status": "SHIPPED",
"notes": "TEST NOTES-2",
"trackingInfo": "F0893358354",
"createdAt": "2025-09-25T19:58:54.293Z",
"updatedAt": "2025-09-25T19:59:58.427Z",
"receivedAt": "2025-09-25T19:58:54.334Z",
"erxMessageId": "59b54a4c-bb67-44b4-a0ea-333db49eac32",
"rxId": "RX834434",
"refillsRemaining": 2,
"fillDate": "2025-09-28T19:58:54.313Z",
"quantityFilled": 30
}
]