Introduction
Deliverect offer a service to route all incoming order data to a specified endpoint. Although this is typically used to feed into external reporting platforms, this isn't restricted to reporting partners only.
The data is sent in real time in a JSON format and is event based, meaning that delivery can be triggered upon specific order status e.g. delivering all new orders when they reach a status of 'Accepted'
Reporting Service Pricing
Please note that this service has an associated cost, before this can be implemented, an agreement to accept the specific charges for receiving order data needs signed.
Reporting Service Pricing
Please note that this service has an associated cost, before this can be implemented, an agreement to accept the specific charges for receiving order data needs signed.
Order Data Types
Type | Description | Example Use Case |
New Order | Full order containing all information available at the point of webhook delivery | By aggregating all order data, it can inform stock management services on items sold |
Status Update | Each order preparation status change can trigger a webhook specifying the order status (see list here) | In registering the timestamps of order statuses, this data can be included in BI dashboards or other reporting services to monitor order preparation efficiency |
Courier Update | Where delivery platforms provide courier statuses or a 3rd party 'Dispatch' service is enabled, the details of the delivery progress will be sent whenever they change | An integrated POS/KDS can display the progress of order delivery after pickup with various details e.g. pickup time, driver name etc |
Order definitions
Sample Data
Please refer to the order model to understand the attributes to expect in the payload (as shown in examples below) please note any legacy parameters that should be ignored.
Order Statuses
See See All Order Statuses here for all order statuses, each of which can be applied as a triggered event;
โSetting up the webhooks
Once an agreement is signed, you can provide a webhook URL to our API support team along with the details of the intended order data and accounts where these should be installed (contact via [email protected])
