Order Delivery Update Run in API Explorer
Ask AI
GET
/fulfillment/location/{orderId}
curl \
--request GET 'https://api.staging.deliverect.com/fulfillment/location/{orderId}'
Response examples (200)
{
"channelOrderId": "channelOrderId",
"orderId": "5e****abc11dec0001****9b",
"location": "5e****abc11dec0001****9c",
"status": 70,
"deliveryETA": "2021-07-15 11:45:36.332906",
"courier": {
"longitude": "5.895168",
"latitude": "53.370216"
}
}