Skip to content

Endpoint

  • Method: GET
  • Path: /reports/commerce-reports/{provider}
  • Edition: Core
  • Controller: ReportsController@getReports
  • Route source: app/Http/Routes/api.php

GET Get Commerce Report

GET
/reports/commerce-reports/{provider}

Get reports for a specific commerce provider.

Controller: ReportsController@getReports
Route source: app/Http/Routes/api.php

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

provider*

The provider.

Type
integer
Required

Responses

Successful response

application/json
JSON
{
"report": {
"enabled": true,
"title": "string",
"widgets": [
{
"label": "string",
"value": null,
"is_money": true
}
]
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentAffiliate developer documentation