Skip to main content
WEBHOOK
order.delivery_travelling
{
  "event": "order.delivery_travelling",
  "order": {
    "uid": "<string>",
    "token": "<string>",
    "client": {
      "uid": "<string>",
      "first_name": "<string>",
      "last_name": "<string>",
      "phone": "<string>",
      "email": "jsmith@example.com"
    },
    "order_number": "<string>"
  }
}

Authorizations

X-Xmenu-Signature
string
header
required

HMAC-SHA256 signature of the payload, calculated using the restaurant's Webhook Secret. See the Webhook Security documentation for validation details.

Body

application/json
event
enum<string>
required

Event type identifier

Available options:
order.delivery_travelling
order
object
required

Reduced order object for delivery_travelling event

Response

200

Return a 200 status to indicate that the webhook was received successfully