Statistics
Reference for APIs concerning data insights
These endpoints rely on the Confirm Payment API as they only include data after an order is confirmed.
checkout.GetCheckoutStatistics
This endpoint allows you to fetch aggregated data between two dates. You can also filter by any given Strategy or A/B test. Please note that the shipping cost is not always available in all checkouts, so the profit/loss cannot always be guaranteed.
checkout.GetHourlyCheckoutStatistics
This is similar to the GetCheckoutStatistics endpoint, but returns the data on an hourly basis.
checkout.GetCheckoutStatisticsPerTransportMethod
Similar to the GetCheckoutStatistics endpoint, but it returns the data per transport method.
checkout.GetCheckoutConversionRate
This endpoint returns the conversion rate for the checkouts. The conversion rate is calculated by dividing the number of confirmed payment orders by the number of unique sessions used in fetching the shipping options.
checkout.GetHourlyCheckoutConversionRates
The GetHourlyCheckoutConversionRates endpoint is similar to the GetCheckoutConversionRate endpoint, but it returns the conversion rate on an hourly basis.
checkout.GetCheckoutTransportMethodUsage
This endpoint returns the number of times each transport method has been chosen for confirmed orders. This is useful to see which transport methods are most popular among your customers. It allows you to fetch data for a specific date range.
Downloading Order Data
You can export checkout order data with freight costs directly from the Checkout Statistics page in Scope using the "Download Checkout Order Data" button.
What's Included
The CSV export contains confirmed and paid orders with:
- Order information (session ID, timestamps, external references)
- Selected shipping method and transporter
- Costs (retailer cost vs. customer price) in the order's currency
- Delivery addresses and postal codes
- Supplementary delivery data
The download link is sent via email and remains valid for 7 days. Only orders with confirmed payments are included in the export.