Order Update Notification Webhook

This webhook request notifies recipients that the order attributes (pickup person, delivery address, and others) were updated. As applicable, it also notifies recipients when a pickup order is converted to a delivery order and when a delivery order is converted to a pickup order.

Use of this webhook requires the integrator to provide an endpoint. Webhook events are published to client-provided endpoints.

Body Params

Request for order update

string
required

Specifies the event identifier.

Example

FAAS_ORDER_UPDATE_ACK

date-time
required

Specifies the date-timestamp of generated time event, in ISO 8601 format.

Example

2022-05-16T04:20:09.944Z

string
required

Specifies the identifier representing an order from the tenant.

Example

MAK4231-1

string
required

Specifies the identifier for the customer order.

A single customer order (CO) identifier can have multiple purchase order (PO) numbers.

Example

MAK4231

string
required

Specifies a representation of the channel or source of order (order originator).

Example

Walmart

string
required

Specifies the valid store or location number.

Example

120442

string
required

Specifies an identifier for the request.

Example

4231-dcba-9786-qetwry

status
object
required

Specifies an object for status.

Response
200

FAAS_ORDER_UPDATE_ACK webhook sent successfully

Language
Response
Click Try It! to start a request and see the response here!