CustomerJourneySummary object
Represents a customer’s activity on a shop’s online store.
Required access
read_orders
access scope.
On this page
Connections
- moments (
[CustomerMomentConnection](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customermoment)
)
The events preceding a customer order, such as shop sessions.
Fields
- customerOrderIndex (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The position of the current order within the customer’s order history. Test orders aren’t included. - daysToConversion (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The number of days between the first session and the order creation date. The first session represents the first session since the last order, or the first session within the 30 day attribution window, if more than 30 days have passed since the last order. - firstVisit (
[CustomerVisit](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customervisit)
)
The customer’s first session going into the shop. - lastVisit (
[CustomerVisit](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/customervisit)
)
The last session before an order is made. - momentsCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of customer moments associated with this order. Returns null if the order is still in the process of being attributed. - ready (
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
Whether or not the attributed sessions for the order have been created yet.
Types that return CustomerJourneySummary
[Order.customerJourneySummary](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#customerjourneysummary-2021-01)