Wolt Drive API changelog
This page tracks changes to the Wolt Drive API, showcasing new features and changes in public APIs.
We may add new optional features in our API without creating a new API version. In practice, this could mean that some new fields are introduced in the response payloads.
2026 June
- Venueful /deliveries and venueless /delivery-order requests now support bag_count, indicating how many bags the order is delivered in.
- New endpoint: Update order items. Updates the parcels/items associated with an existing delivery order, for example to correct contents or update the cash-on-delivery amount.
- New endpoint: Update courier instructions. Updates the free-text delivery instructions and bag count shown to the courier partner for an existing delivery order.
2026 April
- Venueful /deliveries request now supports "options" array in parcels items. These can be used to share information of subitems that are included in the top-level item, for example menu items with individual pricing. Options are not included in response.
2026 March
- customer_support object is no longer a required in /deliveries request. If missing, customer will not be presented any contact info on tracking page.
- dropoff.location.coordinates{} is no longer required in /deliveries request.
2026 January
- price object in venueful delivery request is no longer required. Therefore it's no longer required to validate the shipment promise price in delivery request.
- Dropoff estimates in all endpoints now follow a ML model to better support the recipient promise. This does not affect the pickup estimate or webhook service. Pickup ETA in endpoint response is still a light model, and webhook updates are always based on a live plan and estimate.