Catalog search

The catalog search API allows you to search your seller catalog by providing a payload with query, filters, and sort. You can search by attributes like Price, Listing Status, and Rating along with support for wildcard queries.

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

Indicates which page of results to return when retrieving paginated data. Use this parameter to navigate through multiple pages of results. The value should be a positive integer (for example, 1 for the first page, 2 for the second, and so on).

int32
Defaults to 100

Defines the maximum number of items to return per page when retrieving paginated data. Use this parameter to control the number of results included in a single page. The value should be a positive integer.

string

Used for cursor-based pagination to fetch the next set of results. Pass the cursor value returned from the previous response to retrieve subsequent pages of data.

Body Params

Request fields

query
object
filters
array of objects
filters
sort
object
Headers
string
required

Access token obtained from the Token API. This is required for authenticating requests to Walmart Marketplace APIs.

string

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

string
required

A unique ID that identifies each API call and is used to track and debug issues. Use a randomly generated GUID for this ID.

string
required

Specifies the name of the Walmart service being called.

Responses

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