GET /v3/report/reconreport/reconFile
Seller can download the reconciliation report for a specific date using this API. Dates available to be downloaded can be found by using the Get available reconciliation report dates API.
Servers
- https://marketplace.walmartapis.com
- https://sandbox.walmartapis.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
WM_CONSUMER.CHANNEL.TYPE |
String | No |
A unique ID to track the consumer request by channel. Use the Consumer Channel Type received during onboarding |
WM_SEC.ACCESS_TOKEN |
String | Yes |
The access token retrieved in the Token API call |
WM_SVC.NAME |
String | Yes |
Walmart Service Name |
WM_QOS.CORRELATION_ID |
String | Yes |
A unique ID which identifies each API call and used to track and debug issues; use a random generated GUID for this ID |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
reportDate |
String | Yes |
The date for which the reconcilation file is available |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.