Skip to content

Operations

The Reporting API supports the following operations:

Generate report: Request a report to be generated for the organization. The operation returns the jobId which can be used to track the report status and get the report URL using the endpoint GET /v1/reports/:jobId. If a webhook is configured, a webhook event will be sent with a URL to download the report. There are 2 types of reports supported:

  • ORDER_STORES - order details for the specified date-range and filters.
  • ORDER_ITEMS - order item details for the specified date-range and filters.
  • PAYOUT_TRANSACTIONS - payout transaction details for the specified date-range and filters.
  • RATINGS_AND_REVIEWS - order's ratings and reviews details for the specified date-range and filters.

Check report status: Get the status of a report. The operation provides a way to check whether the report is completed and where to download the report if it is ready.