Dispensed Notification Webhook

This webhook request notifies recipients that the employee dispensed the order to the customer or driver (pickup or delivery).
This webhook is used during hand off or as part of the dispense module.

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

Body Params
string

Specifies the event identifier.

Example

FAAS_ORDER_DISPENSED

date-time

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

Example

2023-09-8T08:16:00Z

string
required

Specifies an identifier representing an order from the tenant.

Example

MAK4231

string
required

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

Example

Walmart

fulfilmentLines
array of objects
required

Specifies an array of objects for fulfillment lines.

fulfilmentLines*
dispenseSection
object
required

Specifies an object for the dispense section.

Response
200

FAAS_ORDER_DISPENSED webhook sent successfully

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