Sign in

Get store reports

documented

Retrieve store stats/data for a given report type (e.g., allOrders, topOfProductsByViews, etc.) to drive admin dashboards.

GET /api/v3/{storeId}/reports/{reportType}Store Profileno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://app.ecwid.com/api/v3/{{$store_id}}/reports/{{$report_type}}" -X GET -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -H "Accept: application/json"