DOCS

Customer facts

Full catalog of customer.* fields available in the condition builder on every surface.

Customer facts describe the shopper across memberr apps. They appear first in the field picker on every surface.

Top-level groups

PathLabelTypeNotesExample
customer.profileProfileobjectCustomer-level Shopify dataOne shopper’s email, tags, and lifetime spend
customer.ordersOrdersobject[]100 most recent orders, newest firstLast ~100 orders; use any / all / none when conditioning
customer.subscriptionsSubscriptionsobject[]All non-deleted subscription contractsActive and paused contracts for this customer

Profile

PathLabelTypeNotesExample
customer.profile.emailEmailstringalex@shop.com
customer.profile.first_nameFirst namestringAlex
customer.profile.last_nameLast namestringMüller
customer.profile.display_nameDisplay namestringAlex Müller
customer.profile.phonePhonestring+49 170 1234567
customer.profile.localeLocalestringde; en
customer.profile.tagsTagsstring[]["VIP","newsletter"]
customer.profile.total_ordersTotal ordersnumber12
customer.profile.total_spentTotal spentdecimal348.50
customer.profile.currencyCurrencystringEUR

Not in picker: created_at, updated_at.

Orders

PathLabelTypeNotesExample
customer.orders.*.nameOrder namestring#1042
customer.orders.*.order_numberOrder numbernumber1042
customer.orders.*.emailOrder emailstringalex@shop.com
customer.orders.*.financial_statusFinancial statusstringpaid; refunded
customer.orders.*.fulfillment_statusFulfillment statusstringunfulfilled; fulfilled
customer.orders.*.total_priceTotal pricedecimal89.00
customer.orders.*.subtotal_priceSubtotal pricedecimal75.00
customer.orders.*.total_discountTotal discountdecimal10.00
customer.orders.*.total_taxTotal taxdecimal14.00
customer.orders.*.currencyCurrencystringEUR
customer.orders.*.editedWas editedbooleantrue; false
customer.orders.*.line_itemsLine itemsobject[]Two lines: Classic Tee + Socks

Not in picker: order id, created_at.

Order line items

PathLabelTypeExample
customer.orders.*.line_items.*.product_idProductstringgid://shopify/Product/123
customer.orders.*.line_items.*.variant_idVariantstringgid://shopify/ProductVariant/456
customer.orders.*.line_items.*.skuSKUstringTEE-BLK-M
customer.orders.*.line_items.*.titleTitlestringClassic Tee
customer.orders.*.line_items.*.variant_titleVariant titlestringBlack / M
customer.orders.*.line_items.*.quantityQuantitynumber2
customer.orders.*.line_items.*.priceUnit pricedecimal29.00
customer.orders.*.line_items.*.total_discountTotal discountdecimal5.00
customer.orders.*.line_items.*.currencyCurrencystringEUR

Not in picker: line item id.

Subscriptions

PathLabelTypeNotesExample
customer.subscriptions.*.statusStatusstringACTIVE; PAUSED
customer.subscriptions.*.currency_codeCurrencystringEUR
customer.subscriptions.*.next_billing_dateNext billing datestring2026-09-01
customer.subscriptions.*.days_until_next_billingDays until next deliverynumberDerived at read time - not stored5
customer.subscriptions.*.billing_intervalBilling intervalstringMONTH
customer.subscriptions.*.billing_interval_countBilling interval countnumber1 (every month); 2 (every 2 months)
customer.subscriptions.*.delivery_priceDelivery pricedecimal4.90
customer.subscriptions.*.lines_countLines countnumber3
customer.subscriptions.*.origin_order_idOrigin orderstringgid://shopify/Order/789
customer.subscriptions.*.last_payment_statusLast payment statusstringSUCCEEDED; FAILED
customer.subscriptions.*.linesLinesobject[]Coffee beans + filters on the contract

Not in picker: contract id, created_at.

Subscription lines

PathLabelTypeExample
customer.subscriptions.*.lines.*.product_idProductstringgid://shopify/Product/123
customer.subscriptions.*.lines.*.variant_idVariantstringgid://shopify/ProductVariant/456
customer.subscriptions.*.lines.*.selling_plan_idSelling planstringgid://shopify/SellingPlan/99
customer.subscriptions.*.lines.*.selling_plan_nameSelling plan namestringDeliver every month
customer.subscriptions.*.lines.*.skuSKUstringCOFFEE-1KG
customer.subscriptions.*.lines.*.titleTitlestringHouse Blend
customer.subscriptions.*.lines.*.variant_titleVariant titlestring1 kg
customer.subscriptions.*.lines.*.quantityQuantitynumber1
customer.subscriptions.*.lines.*.current_priceCurrent pricedecimal24.00
customer.subscriptions.*.lines.*.currency_codeCurrencystringEUR

Not in picker: line id.

On this page