Statistics
Reference for APIs concerning data insights
Last updated 13 Jun 2024
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. conversion rate is calculated by dividing the number of confirmed payment orders with 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 for a specific date range.