Staged Notification Webhook

This webhook request notifies recipients that the order is staged, meaning it is kept at a particular location in the store.

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_PACKAGE_STAGED

int64
required

Specifies store or location number.

Example

176

string
required

Specifies the identifier representing an order from the tenant.

Example

MAK4231-1

string
required

Specifies the user identifier of shopper or picker associated with the staging event.

Example

r0o00tx

date-time
required

Specifies the timestamp of last update, in ISO 8601 format.

Example

2023-12-24T06:53:17.832Z

Response
200

FAAS_ORDER_STAGED message sent successfully

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