v1
latestOpenAPI 3.0.02026-08-04380104.3 KBRelay Delivery
Get Delivery
Retrieve the current status and full details of a relay delivery by its reference.
get/relay/delivery/{reference}
Path parameters
referencestring required
Response
200
Example response
{
"status": "success",
"message": "Order retrieved successfully",
"data": {
"id": 3122,
"total_price": 210000,
"reference": "uxj6ztfjt2sstxwiap69",
"status": "preparing",
"summary": " 1 portion of Package.",
"source": "vendor_api",
"class": "package_delivery",
"currency": "NGN",
"created_at": "2024-03-20T12:15:52.000Z",
"updated_at": "2024-03-20T12:15:59.000Z",
"delivery_price": 210000,
"time_payment_confirmed": "2024-03-20T12:15:53.000Z",
"customer_vendor_note": "Fragile items inside",
"customer_delivery_note": "Handle with care",
"customer": {
"id": 240,
"first_name": "Jane",
"last_name": "Smith",
"email": "janesmith@example.com",
"phone": "08168205160",
"country_code": "NG"
},
"items": [
{
"quantity": 1,
"id": 5344,
"type": "menu",
"pack_id": 1
}
],
"timeline": [
{
"action": "ORDER_CREATED",
"description": "Order created",
"created_at": "2024-03-20T12:15:52.000Z"
}
],
"customer_address": {
"id": 881,
"street": "1 Sobo Arobiodu St, Ikeja GRA, Lagos 101233, Lagos, Nigeria",
"pretty_name": "1 Sobo Arobiodu St, Ikeja GRA, Lagos 101233, Lagos, Nigeria",
"city": "Ikeja GRA",
"state": "Lagos",
"country": "Ni",
"coordinate": {
"x": 3.3492943,
"y": 6.5787591
}
},
"vendor_address": {
"id": 880,
"street": "31 Ibeokuka Express Way Lagos Cement, Allen, Ikeja 101233, Lagos, Nigeria",
"pretty_name": "31 Ibeokuka Express Way Lagos Cement, Allen, Ikeja 101233, Lagos, Nigeria",
"city": "Allen",
"state": "Lagos",
"country": "Ni",
"coordinate": {
"x": 3.3515019,
"y": 6.6018832
}
},
"vendor_information": {
"name": "Burger King - Ikoyi",
"reference": "65c228ee2a1174fe0ee5687d",
"webhook_url": "https://api.staging.deliverect.com/Chowdeck/order/65573c98363e4daea7aa8998"
}
}
}