All orders

Retrieves the details of all the orders for specified search criteria.

Only orders created in last 180 days and a maximum of 10000 orders can be fetched at a time. Attempting to download more than 10000 orders will return an error.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Seller provided product identifier used to filter orders by stock keeping unit.

string

Unique identifier assigned by the customer to place the order.

string

Unique identifier of the Walmart purchase order. A single customer order can map to multiple purchase orders.

string

Status of purchase order line. Valid statuses are: Created, Acknowledged, Shipped, Delivered and Cancelled.

string

Fetches all purchase orders that were created after this date. Default is current date - 7 days. Use either UTC or ISO 8601 formats. Date example: '2020-03-16'(yyyy-MM-dd). Date with Timestamp example: '2020-03-16T10:30:15Z'(yyyy-MM-dd'T'HH:mm:ssZ).

string

Fetches all purchase orders that were created before this date. Default is current date. Use either UTC or ISO 8601 formats. Date example: '2020-03-16'(yyyy-MM-dd). Date with Timestamp example: '2020-03-16T10:30:15Z'(yyyy-MM-dd'T'HH:mm:ssZ).

string

Fetches all purchase orders that have order lines with an expected ship date after this date. Use either UTC or ISO 8601 formats. Date example: '2020-03-16'(yyyy-MM-dd). Date with Timestamp example: '2020-03-16T10:30:15Z'(yyyy-MM-dd'T'HH:mm:ssZ)

string

Fetches all purchase orders that have order lines with an expected ship date before this date. Use either UTC or ISO 8601 formats. Date example: '2020-03-16'(yyyy-MM-dd). Date with Timestamp example: '2020-03-16T10:30:15Z'(yyyy-MM-dd'T'HH:mm:ssZ)

string

Fetches all purchase orders that were modified after this date. Use either UTC or ISO 8601 formats. Date example: '2020-03-16'(yyyy-MM-dd). Date with Timestamp example: '2020-03-16T10:30:15Z'(yyyy-MM-dd'T'HH:mm:ssZ).

string

Fetches all purchase orders that were modified before this date. Use either UTC or ISO 8601 formats. Date example: '2020-03-16'(yyyy-MM-dd). Date with Timestamp example: '2020-03-16T10:30:15Z'(yyyy-MM-dd'T'HH:mm:ssZ).

string
Defaults to 100

Maximum number of orders to return per response. Must not exceed 200.

string
Defaults to false

Include product image URL and weight in the response when true. Valid values are true or false.

string
Defaults to SellerFulfilled

Filter by fulfillment node type. Valid values are SellerFulfilled, WFSFulfilled, and 3PLFulfilled. Default is SellerFulfilled.

string

Filter by shipping program. Valid values are TWO_DAY or ONE_DAY.

string
Defaults to false

Include replacement order attributes (originalCustomerOrderID, orderType) in the response when true. Valid values are true or false.

string

Filter by order type. Valid values are REGULAR, REPLACEMENT, PREORDER. Replacement orders appear only if replacementInfo is true.

string
Defaults to false

Include incentive attributes (incentiveType, originalPrice, walmartFundedIncentive, originalReferralFee, reducedReferralFeeDiscount) in the response when true. Valid values are true or false.

Headers
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

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

string
enum

Include this header to access the Marketplace dynamic sandbox environment. The dynamic sandbox is only available in the US market.

Allowed:
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

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