Skip to main content

Create Report Request

POST 

/api/walmart/:integrationInstance/reports/requests

Create an on-request report request. Walmart generates the report asynchronously; poll its status with Get Report Request Status and fetch the file with Get Report Download URL once it is READY.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Fields:

  • report_type (string, required): the type of report to generate, e.g. ITEM.
  • report_version (string, optional): the report version; defaults to v1.

Authentication: Requires Bearer token.

Requires the integrations.sync permission.

Request

Responses

Created

Response Headers
    Content-Type