{ "opencollection": "1.0.0", "info": { "name": "Just Eat UK Attempted Delivery API Order Delivery Webhooks API", "version": "3.0" }, "items": [ { "info": { "name": "Order Delivery Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Driver Assigned to Delivery", "type": "http" }, "http": { "method": "PUT", "url": "https://uk.api.just-eat.io/driver-assigned-to-delivery", "body": { "type": "json", "data": "{}" } }, "docs": "Driver Assigned to Delivery" }, { "info": { "name": "Driver at delivery address", "type": "http" }, "http": { "method": "PUT", "url": "https://uk.api.just-eat.io/driver-at-delivery-address", "body": { "type": "json", "data": "{}" } }, "docs": "Driver at delivery address" }, { "info": { "name": "Driver at restaurant", "type": "http" }, "http": { "method": "PUT", "url": "https://uk.api.just-eat.io/driver-at-restaurant", "body": { "type": "json", "data": "{}" } }, "docs": "Driver at restaurant" }, { "info": { "name": "Driver has delivered order", "type": "http" }, "http": { "method": "PUT", "url": "https://uk.api.just-eat.io/driver-has-delivered-order", "body": { "type": "json", "data": "{}" } }, "docs": "Driver has delivered order" }, { "info": { "name": "Driver Location", "type": "http" }, "http": { "method": "PUT", "url": "https://uk.api.just-eat.io/driver-location", "body": { "type": "json", "data": "{}" } }, "docs": "Driver Location" }, { "info": { "name": "Driver on their way to delivery address", "type": "http" }, "http": { "method": "PUT", "url": "https://uk.api.just-eat.io/driver-on-their-way-to-delivery-address", "body": { "type": "json", "data": "{}" } }, "docs": "Driver on their way to delivery address" }, { "info": { "name": "Order ready for pickup", "type": "http" }, "http": { "method": "PUT", "url": "https://uk.api.just-eat.io/order-is-ready-for-pickup", "body": { "type": "json", "data": "{}" } }, "docs": "
The \"Ready for pickup\" event lets the delivery partner know that the food has been cooked and is now ready for collection up from the restaurant.
When this event is received, it is important that you let your driver know that the order should now be collected from inside the restaurant. For example, this driver notification could take the form of an in-app notification or an SMS message.
This communication is needed to support restaurants who are unable to accommodate drivers insi" }, { "info": { "name": "Order requires delivery acceptance", "type": "http" }, "http": { "method": "PUT", "url": "https://uk.api.just-eat.io/order-requires-delivery-acceptance", "body": { "type": "json", "data": "{}" } }, "docs": "This webhook will be invoked when we have determined that an order is required acceptance for delivery. Upon receiving the request, the order should be scheduled for pickup by a courier/driver. We expect an immediate `201` response from this webhook to denote that you have received the request." } ] } ], "bundled": true }