All Items Packed Notification Webhook

This webhook request notifies recipients that the ordered items are packed in boxes. It also indicates if any item in the order is shorted (damaged or lost in transit).

This webhook is used when the packing module is enabled.

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_ALL_ITEMS_PACKED

string
required

Specifies an identifier representing an order from the tenant.

string

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

string

Specifies the fulfillment order status code.

Valid values are:

ValueMeaning
1NEW
2RELEASED
3READYTOPICK
4ASSIGNED
5PICKING
6PICK REVIEW COMPLETE
7PICK COMPLETE
8STAGED
9DISPENSED
10PARTIAL PICKUP
11LOADED
12PACKED
13REJECTED
14PICKED UP
15EXPIRED
16CANCELLED
17RECEIVED
18PICK REVIEW
19IN TRANSIT
20INTENT TO CANCEL
21ORDER ON HOLD
22PACKING
23PACKAGE COMPLETE
24SHIPPED
25SPOKE STAGED
26READY FOR PICKUP
27READY FOR TRANSFER
28ORDER RETURNED
29CHECKED IN
30ORDER READY POST RETURN
string

Specifies an identifier associated with the user doing the last update action.

packageDetails
array of objects

Specifies an array for package details.

packageDetails
exceptionDetails
array of objects

Specifies an array of objects for exception details.

exceptionDetails
Response
200

FAAS_ALL_ITEMS_PACKED message sent successfully

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