Available recon report dates
Overview
The Available recon report dates API provides date ranges available to download in the recon report.
Endpoint
GET <https://marketplace.walmartapis.com/v3/report/reconreport/availableReconFiles?reportVersion=v1>
Functionality
This API helps you:
- Identify reconciliation files that are ready
- Validate available settlement cycles
- Prevent invalid or unavailable report download requests
- Automate financial reconciliation workflows
Request sample
curl --request GET --url '<https://marketplace.walmartapis.com/v3/report/reconreport/availableReconFiles?reportVersion=v1'> --header 'accept: application/json'
Modify your code
1. Add authentication headers
Include your required Walmart Marketplace authentication headers, such as:
- OAuth access token
- Consumer ID (if applicable)
- Correlation ID (recommended for request tracing)
Example additions:
--header 'Authorization: Bearer \<ACCESS_TOKEN>' --header 'WM_CONSUMER.ID: \<CONSUMER_ID>' --header 'WM_QOS.CORRELATION_ID: <unique-id>'
2. Automate reconciliation discovery
In production workflows:
- Call this endpoint on a scheduled basis
- Compare results with stored historical downloads
- Trigger recon file retrieval for new entries
Response sample
{ "availableApReportDates": [ "string" ] }
Result
- The API provides a reconciliation of available report dates for the specified report version.
- Each value in
availableApReportDatesrepresents a report file that can be downloaded.
Next Steps
Recon report (Legacy)
The Recon report (Legacy) API generates transaction-level details about your account, such as IDs, adjustments, refunds, commissions, shipping fees, and settlement totals. The recon report is generated in CSV file format for legacy systems that aren’t JSON compatible.
Recon Report JSON
The Recon report JSON Is a report of transactions, payouts, fees, refunds, and other financial activities in the JSON file format.
Recon report
The Recon report provides data about your settlements, order transactions, commissions, shipping fees, taxes, adjustments, and refund information. This API has the latest API standards with more advanced functionality and improvements.
Available recon report dates (Legacy)
The Available recon report dates (Legacy) provides date ranges available to download in the recon report.
- Available recon report dates (Legacy) Guide
- Available recon report dates (Legacy) API Reference Guide
Payment statement report
The Payment statement report Is a high-level overview of the payouts on your account after the settlement cycle has closed.
Performance report
The Performance report details the payment performance on your account, so you can see how payments are performing during the current cycle.
Updated about 2 hours ago
