Loaded Notification Webhook

This webhook request notifies recipients that the store employee has loaded the order into the customer or driver vehicle.

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

Body Params
string
required

Specifies the event identifier.

Example

FAAS_ORDER_LOADED

string
required

Specifies an identifier representing an order from the tenant.

Example

123456789

string
required

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

Example

Walmart

fulfilmentLines
array of objects
required

Specifies an array for fulfillment lines.

fulfilmentLines*
loadedSection
object

Specifies an object for loaded information.

string

Specifies the employee identifier of shopper or picker associated with the loading event.

Example

r0o00tx

date-time

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

Example

2023-11-07T13:00:00+00:00

2018-04-05T17:31:00Z

Response
200

FAAS_ORDER_LOADED webhook sent successfully

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