Get all orders

Retrieves the details of all the orders for specified search criteria. The same API can be used to search a single order based on purchaseOrderId/ customerOrderId This API supports only upto an offset of 1000 in response with max limit 100 orders. You can use cursor based API instead to get all the orders.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
Defaults to NOW-180DAYS

Start Date for querying all purchase orders after this date. Use epoch time format in seconds.

string
Defaults to NOW

End Date for querying all purchase orders after this date. Use epoch time format in seconds.

string
Defaults to 10

The number of orders to be returned. Cannot be greater than 100.

string
Defaults to 0

The starting offset of the first order required in the response. Cannot be greater than 1000

string

The customer order ID.

string

The purchase order ID.

string

The status code filter to apply. Valid values will be Created, Acknowledged, Shipped, Cancelled, OnHold, Delivered.

Headers
string
enum
Allowed:
string
required

The access token retrieved in the Token API call

string

A unique ID to track the consumer request by channel. Use the Consumer Channel Type received during onboarding

string
required

A unique ID which identifies each API call and used to track and debug issues; use a random generated GUID for this ID

string
required

Walmart Service Name

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json