Reports Scheduler API overview

Use the Report Scheduler API to automatically create Walmart reports at specific times. You can set when and how often reports run. The API lets you create, view, update, and delete report schedules. You can also apply filters to include only the data you need.

Note: The number of schedules you can create is subject to limits based on the selected frequency.

How it works

A typical flow for managing report scheduling involves creating schedules, viewing current schedules, and updating or deleting schedules as needed. The table below outlines these key scenarios:

ScenarioActionEndpoint
Create a new report scheduleCreate a scheduled reportPOST /v3/reports/schedules
View all existing schedulesRetrieve all schedulesGET /v3/reports/schedules
View details of a specific scheduleRetrieve a single scheduleGET /v3/reports/schedules/{schedule-id}
Modify an existing scheduleUpdate a schedulePUT /v3/reports/schedules/{schedule-id}
Remove an existing scheduleDelete a scheduleDELETE /v3/reports/schedules/{schedule-id}

Reference guide

This guide explains how to use the Marketplace Report Scheduler API, providing practical examples and step-by-step instructions for integrating report scheduling into your solution.

For full technical details, including endpoints, parameters, and brief descriptions, refer to the Report Scheduler API reference guide.

Prerequisites

Complete the following before integrating the Report Scheduler API:

Commonly used terms

TermDescription
Report TypeSpecifies the type of report, such as ITEM, INVENTORY, or SALES.
Schedule FrequencyThe frequency at which reports are automatically generated (hourly, daily, weekly, monthly, yearly).
Schedule IDA unique identifier generated when creating a new report schedule, used for subsequent retrieval, updates, or deletions.
FiltersCriteria used to refine the data included in a report, such as date ranges or status types.

Market availability

The Report Scheduler API is available for sellers listing on Walmart marketplaces in Canada, Chile, Mexico, and the U.S.

Next steps