# Reporting OpenAPI file: https://docs.deliverect.com/doc/reporting.json ## Description Last update on Apr 21, 2026. # Reporting Webhooks A service is available to deliver various types of order data typically for reporting purposes 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. ## 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](https://developers.deliverect.com/page/order-status)) | 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 | ## Servers - http://api.example.com: http://api.example.com () ## Topics - [Get Started](https://docs.deliverect.com/doc/reporting/topic/topic-get-started.md) - [Certification](https://docs.deliverect.com/doc/reporting/topic/topic-certification.md) - [IP Whitelisting](https://docs.deliverect.com/doc/reporting/topic/topic-ip-whitelisting.md) - [HMAC Authentication](https://docs.deliverect.com/doc/reporting/topic/topic-hmac-authentication.md) ## Groups and operations ### [Partner Webhooks](https://docs.deliverect.com/doc/reporting/group/endpoint-partner-webhooks.md) - [New Order](https://docs.deliverect.com/doc/reporting/operation/operation-post-new_order.md) - [Order Status Update](https://docs.deliverect.com/doc/reporting/operation/operation-post-orderstatus.md) - [Courier Update Status](https://docs.deliverect.com/doc/reporting/operation/operation-post-courierupdatestatus.md) [Powered by Bump.sh](https://bump.sh)