Pick Begin Notification Webhook

This webhook request notifies recipients that the shopper or picker has begun the pick, and the order is being gathered/prepared.

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

Body Params

Request for pick begin

string
required

Specifies the event identifier.

Example

FAAS_ORDER_PICK_BEGIN

string
required

Specifies an identifier representing an order from the tenant.

Example

MAK4231-1

string
required

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

Example

Walmart

date-time
required

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

Example

2018-04-05T17:31:00Z

string
required

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

Example

r0o00tx

Response
200

FAAS_ORDER_PICK_BEGIN webhook sent successfully

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