Recon report (Legacy)
Overview
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 which aren’t JSON compatible.
Endpoint
GET <https://marketplace.walmartapis.com/v3/report/reconreport/reconFileJson>
Functionality
This report helps you to perform:
- Financial reconciliations
- Settlement validation
- Order-level payout verification
- Accounting and audit workflows
- Compare Walmart’s settlement data with the internal ERP systems
Request sample
curl --request GET --url <https://marketplace.walmartapis.com/v3/report/reconreport/reconFile> --header 'accept: application/octet-stream'
Modify your code
Add authentication headers
Include your required Walmart Marketplace authentication headers, such as:
- OAuth access token
- Consumer ID (if applicable)
- Correlation ID (recommended for tracing)
Response sample
None
Result
- The API returns a binary file with reconciliation data.
- The file must be saved and opened in a compatible format (typically it will be CSV or similar structured format).
- The recon report is used to:
- Match internal order records with Walmart payouts
- Validate commission and fee calculations
- Audit financial transactions
Failure to properly handle the binary stream may result in corrupted or unreadable files.
Next Steps
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
Available recon report dates
The available recon report dates provides the date ranges available to download in the recon report.
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
