Authorizations
- Authorization string required header
Generate a store API key from the store's Metorik API settings in Metorik, and choose the scopes needed for the endpoints you want to call.
Query Parameters
- end_date string required
End date in the store timezone using YYYY-MM-DD format. Example: 2026-02-28
- grouped_by string enum required
Dimension to group carts by. Example: billing_address_country
- start_date string required
Start date in the store timezone using YYYY-MM-DD format. Example: 2026-02-01
Headers
- Accept string required
Response format header. Example: application/json
Response
application/json- meta object
+ - Show Child Attributes
- report_link string
- results_limited boolean
- data[] object array
+ - Show Child Attributes
- grouped_by string
- started_count integer
- abandoned_count integer
- placed_count integer
- recovered_count integer
- placed_rate integer
- abandoned_rate integer
- recovered_rate integer