GET Commerce Report​
GET
/commerce-reports/{provider}/report
Retrieve a specific type of commerce report for a provider. Returns detailed reporting data for the requested report type. Supported providers include 'woo' (WooCommerce), 'edd' (Easy Digital Downloads), 'learndash', 'lifterlms', 'tutorlms', and 'crm'. Additional providers can be registered via the 'fluentcrm_advanced_reports_provider_{provider}' filter.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Path Parameters
provider*
The commerce provider slug (e.g., 'woo', 'edd', 'learndash', 'lifterlms', 'tutorlms', 'crm').
Type
Requiredstring
Query Parameters
report_type
The specific report type to retrieve. Available types depend on the provider implementation.
Type
string
Responses​
Specific report data for the provider.
application/json
JSON
{
}