Skip to content
View as Markdown

GET Commerce Reports​

GET
/commerce-reports/{provider}

Retrieve commerce reports for a specific provider. Returns aggregated reporting data based on the provider's implementation. 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
string
Required

Responses​

Reports data for the specified provider.

application/json
JSON
{
"report": {
}
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI