Customers that bought a specific product
How to use the Metrics API to get the total number of customers that bought a specific product or bundle
Last updated
How to use the Metrics API to get the total number of customers that bought a specific product or bundle
Last updated
You want to get the total number of customers that bought a specific SKU (or bundle — identified by their code) from your catalog, over a selected date and time range.
You need to perform a stats query setting the required query keys as follows and adding the optional ones based on your needs:
field
customer.email
operator
cardinality
Set the desired date and time range using the date_from
and date_to
keys and add an additional filter on the line items field to restrict the related computation to the selected SKU or bundle code only:
codes
"in": [ "TSHIRT01" ]
As shown in the example below, use placed_at
as the date_field
in the if you want the results to count all the orders that were placed in the selected date and time range ( about this).
The following request uses the Metrics API to get the total number of customers that bought a specific SKU:
Just changing a couple of query keys and/or filter parameters you can address lots of very similar use cases, such as: