Get all WFS orders using cursor

Retrieves the details of all the WFS orders for specified search criteria, it returns nextCursorMark for the next 100 orders so on and so forth upto the last order

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

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

string

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 larger than 200.

string
Defaults to *

The cursor from which next set of records to be retrieved.

string
Defaults to 0

The customer order ID.

string

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

Headers
string
enum
Allowed:
string
required

Basic authorization header. Base 64 encodes the Client ID and Client Secret retrieved in step two of the integration steps.

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

Response

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