parcels
Notify an event for the given parcel.
Sends an event notification for the specified parcel. Currently, only the ready_to_pickup event is supported.
This event is typically used in food delivery workflows to signal that an order is prepared and ready to be collected by a driver.
post/v1/parcels/{parcel_id}/notify
Path parameters
parcel_idstring uuid required
UUID of the parcel to notify an event for.
Request body
Example request
{
"event": "ready_to_pickup"
}Response
Event accepted and queued for processing.