Create report request

This request creates a report, specifying the report type and version.

In the request body, define one or more attributes to include in the report. The attribute must be a valid attribute for the report. Refer to the On Request Reports API Overview guide for more information.

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

Specifies the requested report type.

For example, INVENTORY_DSV creates an inventory report.

Valid values are:

ValueMeaning
DSV_ORDERSCreates a report with all a supplier's drop ship vendor (DSV) orders placed within a defined time period.
INVENTORY_DSVCreates a DSV inventory report.
INVOICESCreates a report with all invoices a supplier has successfully submitted to Walmart, including payment status and details.
ITEM_CONFIGURATION_DATACreates an item configuration data report.
PRODUCT_CONTENT_DATACreates a report containing all the items you sell to Walmart.
VENDOR_MANAGED_PRICINGCreates a report with all the cost and prices for each item-store combination, including distributor information. This report is only available to suppliers in select departments.
Allowed:
string
required

Specifies the version of the created report.

Supported versions for each report type include:

Report TypeSupported Version
DSV_ORDERSv1
INVENTORY_DSVv1
INVOICESv1
ITEM_CONFIGURATION_DATAv1
PRODUCT_CONTENT_DATAv1
VENDOR_MANAGED_PRICINGv1
Body Params

Request fields

rowFilters
array of objects

Array of objects containing filters for the report you want to generate.

rowFilters
includeColumns
array of strings

List of columns returned in the report.

includeColumns
Headers
string

Identifier that tracks the consumer request by channel.

Use the consumer channel type received during your onboarding. Contact your system administrator or developer management for the correct WM_CONSUMER.CHANNEL.TYPE value.

string
required

Unique identifier for each API call, used to track and debug issues.

Use a randomly generated GUID for this ID.

string
required

Access token returned by the Create access token request.

This value is required for token-based authentication.

Response

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