End Pick Notification Webhook

This webhook request notifies recipients that the shopper or picker completed the pick walk. The order is ready to stage for dispense (pickup or delivery).

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

Body Params

Request for end pick

string
required

Specifies the event identifier.

Example

FAAS_ORDER_END_PICK

date-time
required

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

Example

2023-04-26T20:45:17Z

string

Specifies the user identifier of the shopper or picker.

Example

r0o00tx

int64
required

Specifies the pick walk identifier generated by the picking system.

Example

463073

463081

0

date-time
required

Specifies the date-timestamp of pickwalk start, in ISO 8601 format.

Example

2023-04-26T18:02:11Z

date-time
required

Specifies the date-timestamp of pickwalk end, in ISO 8601 format.

Example

2023-04-26T18:10:04Z

orders
array of objects
required

Specifies an array of objects for order information.

orders*
Response
200

FAAS_ORDER_END_PICK webhook sent successfully

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