Venueful delivery order object example
{
"id": "string",
"status": "INFO_RECEIVED",
"tracking": {
"id": "string",
"url": "string"
},
"pickup": {
"location": {
"coordinates": {
"lat": 0,
"lon": 0
},
"formatted_address": "string"
},
"comment": "string",
"options": {
"min_preparation_time_minutes": 30
},
"eta": "2023-01-23T14:21:00Z",
"display_name": "string"
},
"dropoff": {
"location": {
"coordinates": {
"lat": 0,
"lon": 0
},
"formatted_address": "string"
},
"comment": "string",
"options": {
"is_no_contact": false,
"scheduled_time": "2023-01-23T14:21:00Z"
},
"eta": "2023-01-23T14:21:00Z"
},
"price": {
"amount": 0,
"currency": "string"
},
"recipient": {
"name": "string",
"phone_number": "string",
"email": "string"
},
"parcels": [
{
"dimensions": {
"weight_gram": 0,
"width_cm": 0,
"height_cm": 0,
"depth_cm": 0
},
"description": "string",
"identifier": "string",
"dropoff_restrictions": {
"age_limit": 0,
"identity_verification": {
"name": "string"
}
},
"tags": [
"alcohol"
],
"count": 1,
"price": {
"amount": 0,
"currency": "string"
}
}
],
"customer_support": {
"url": "string",
"email": "string",
"phone_number": "string"
},
"wolt_order_reference_id": "string",
"merchant_order_reference_id": "string",
"tips": [
{
"type": "pre_delivery_courier_tip",
"price": {
"amount": 0,
"currency": "string"
}
}
],
"order_number": "string"
}