Logistic Platform Webhooks
Create Delivery
The Create Delivery endpoint is used to enable Grubtech to initiate the creation of a delivery job on the logistics platform. This endpoint will handle details of the delivery request, such as the pickup and drop-off locations, delivery time, and recipient information. Once the delivery job is created, the logistics platform will manage and track the order until it is completed.
post/delivery-jobs
Request body
Response
Successful response OK
Example response
{
"status": "DELIVERY_JOB_CREATED"
}