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

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.