GET /v3/report/reconreport/reconFileJson
This API will get a partner’s transaction details in JSON format for a specific date range (available only for v1 reports). Dates for accessing the report can be found by using the ‘GET Available recon 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 |
Date of the settlement report |
noOfRecords |
Integer | Yes |
number of records in the report (max limit 1000) |
offset |
Integer | Yes |
starting number of the bytes, initial value for the offset is zero |
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.