Update delivery

This webhook allows to persist updates from third party delivery systems to Deliverect. Currently updates to following delivery information are supported. See examples for technical details. - delivery status - pickup time & eta - delivery time & eta - courier information ##### Delivery job statuses: Following delivery job statuses exist in deliverect: | Status name | Integer value | |-|-| | IN_DELIVERY | 80 | | EN_ROUTE_TO_PICKUP | 83 | | ARRIVED_AT_PICKUP | 85 | | EN_ROUTE_TO_DROPOFF | 87 | | ARRIVED_AT_DROPOFF | 89 | | DELIVERED | 90 | ##### NOTE Please note, that here and later all dates and times, coming from/to Deliverect are UTC.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Update Delivery Information

This endpoint allows third-party delivery providers to persist delivery-related updates to Deliverect.

Currently, the following delivery information can be updated:

  • Delivery status
  • Pickup time and ETA
  • Delivery time and ETA
  • Courier information

Refer to the examples below for implementation details and request payload formats.

Delivery Job Statuses

The following delivery job statuses are supported:

StatusDescriptionValue
EN_ROUTE_TO_PICKUPCourier is on the way to the pickup location.83
ARRIVED_AT_PICKUPCourier has arrived at the pickup location.85
EN_ROUTE_TO_DROPOFFCourier is on the way to the drop-off location.87
ARRIVED_AT_DROPOFFCourier has arrived at the drop-off location.89
DELIVEREDOrder has been successfully delivered.90

Notes

📘

Time Format

All timestamps must be provided in UTC and formatted according to the ISO 8601 standard.

Body Params
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain