Order Staged v2 Notification Webhook

This webhook request notifies recipients that Order is staged with all the totes stage location.

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 type name.

Example

ORDER_STAGED

date-time
required

Specifies the generate date-timestamp, in ISO 8601 format.

Example

2023-11-02T08:16:36.000Z

string
required

Specifies the identifier for the customer order.

A single customer order can have multiple items, and those items can be available in different stores. As such, tenants can break a single customer order (CO) identifier into multiple purchase order (PO) numbers that reflect the different stores and order types.

Example

MAK4231

string
required

Specifies the Walmart Store Assist fulfillment order number.

Example

10222039847

string
required

Specifies the mfcStagedStatus for the customer order.

A customer order can have multiple mfcStagedStatus in case of mfc. Based on the mfcStagedStatus.
Example

NONE
ALL
PARTIAL

integer
required

Specifies the pickVersion for the customer order.

A customer order can have multiple pick versions in case of re-picking of items. Based on the pick version, customer orders may be allowed to be re-picked even after picking is done completely once.
Example

2

string
required

Specifies the order staged status.

Example

PICKING

PICK_COMPLETE

STAGED

RECEIVED

SPOKE_STAGE

container
array of objects
required
container*
Response
200

ORDER_STAGED message sent successfully.

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