Staged Notification Webhook

This webhook request notifies recipients that the Container is staged, meaning it is kept at a particular location in the store.

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

CONTAINER_STAGED

date-time
required

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

Example:

2023-11-02T08:16:36.000Z

string
required

Specifies the identifier for the container.

Example

W72753

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 description of the container temperature band code.

Example

PICKING

STAGED

RESERVED

DISPENSED

RELEASED

TERMINATED

string
required

Specifies the staged location in the store.

Example

UNSC 100

string

Specifies the staged user.

Example

r0c00dd

string

Specifies the tripLabelId for trip associated on location.

Example

TL0001

string

Specifies the mfc status for container.

Example

ALL
PARTIALLY
NONE

date-time

Specifies the date-timestamp of the staging start date and time, in ISO 8601 format.

Example

2023-08-24T06:53:17.832Z

date-time

Specifies the date-timestamp of the staging ending date and time, in ISO 8601 format.

Example

2023-08-24T06:53:17.832Z

string

Specifies the tote being a Market Fulfillment Center (MFC) tote.

Example

N

Y

NONE

string
required

Specifies the description of the container's temperature band.

Example

Ambient

Chilled

Frozen

Unknown

Response
200

CONTAINER_STAGED message sent successfully

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