Webhook event types
Types
1. DELIVERY_STATUS_CHANGED
This event is triggered by each change of delivery status.
Status Type
UNASSIGNED
IN_DELIVERY_GOING_TO_PICKUP
IN_DELIVERY_AT_PICKUP
IN_DELIVERY_GOING_TO_DROPOFF
IN_DELIVERY_AT_DROPOFF
DELIVERED
RETURNED
CANCELED
Payloads
1. DELIVERY_STATUS_CHANGED
{
"deliveryID": "iy0sW9zGrsEzGUNr0Vn1__deliv__tT4jt8OxseAD9NrV4i0y",
"statusChangeAtTs": 1751889529,
"status": "DELIVERED"
}Name
Type
Description
deliveryID
string
The delivery's id
statusChangeAtTs
number
The timestamp, in seconds, when the status has changed
status
string
The changed status
cancelReasonCode
string
Present only if the order’s status is "CANCELED". Provides a code that indicates the reason for cancellation.
Cancel Reason Codes
NOTDELIV_UNABLE
NOTDELIV_ADDRESS
NOTDELIV_REJECT
NOTDELIV_NOTPAY
NOTDELIV_LATE
NOTDELIV_CANCEL
NOTDELIV_OTHER
DELIV_INTERNAL
Last updated