Delivery create event
{
"deliveryId": 1,
"createdAt": "2022-01-01T00:00:00.000000Z",
"updatedAt": "2022-01-01T00:00:00.000000Z",
"mode": "PRODUCTION",
"deliveryType": "IMMEDIATE",
"fulfilmentType": "PROPRIETARY",
"deliveryWindow": {
"from": "2022-01-01T00:00:00.000000Z",
"to": "2022-01-01T01:00:00.000000Z"
},
"expectedDeliveryWindow": {
"from": "2022-01-01T00:00:00.000000Z",
"to": "2022-01-01T01:00:00.000000Z"
},
"notes": "",
"destination": {
"line1": "Somerset House",
"line2": "",
"city": "London",
"postcode": "WC2R 1LA",
"country": "United Kingdom",
},
"customer": {
"firstName": "John",
"lastName": "Smith",
"company": "",
"emailAddress": "[email protected]",
"phoneNumber": "+446789998212"
},
"order": {
"externalOrderId": "123456789",
"externalOrderName": "#12345",
"totalPrice": 14.99,
"subtotalPrice": 10,
"deliveryPrice": 4.99,
"lineItems": [
{
"product": {
"productId": 1,
"externalProductId": "ABC123",
"name": "Product",
"weight": 10.0,
"dimensions": {
"height": 5.0,
"width": 5.0,
"depth": 5.0
}
},
"quantity": 1
}
],
"note": ""
},
"surcharge": false,
"co2Savings": 1.00,
"deliveryStatus": {
"createdAt": "2022-01-00T00:00:00.000000Z",
"value": "PREPARING"
},
"trackingId": "18Q4B6",
"trackingURL": "track.quiver.co.uk/delivery/18Q4B6"
}