GET /v3/report/payment/performance

This API will get a partner's current cycle performance

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

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.