How Can I Identify First-Time or Repeat Shopify Customers?
The Shopify API doesn't provide a field to identify first-time or repeat customers. However, you can determine this information using our Shopify transformation data model.
The shopify__orders
model features a new_vs_repeat
column, which classifies customers as first-time or repeat buyers.