Pick Complete Notification Webhook

This webhook request notifies recipients when the shopper or picker completes the pick walk, meaning the order is ready for staging before it is handed off through 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 pick complete

string
required

Specifies the event identifier.

Example

FAAS_ORDER_PICK_COMPLETE

date-time
required

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

Example

2022-05-16T04:20:09.944Z

string
required

Specifies the identifier representing an order from the tenant.

Example

MAK4231

string
required

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

Example

Walmart

string

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

Example

2022-07-19T18:07:49.339+00:00

string

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

Example

r0o00tx

fulfilmentLines
array of objects
required
fulfilmentLines*
pickingSection
object
required

Specifies an object for the picking section.

Response
200

FAAS_ORDER_PICK_COMPLETE webhook sent successfully

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