--- title: CustomerJourneySummary - GraphQL Admin description: Represents a customer's visiting activities on a shop's online store. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerJourneySummary md: https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerJourneySummary.md --- # Customer​Journey​Summary object Requires `read_orders` access scope or `read_marketplace_orders` access scope. Represents a customer's visiting activities on a shop's online store. ## Fields * customer​Order​Index [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) The position of the current order within the customer's order history. Test orders aren't included. * days​To​Conversion [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) 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. * first​Visit [Customer​Visit](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerVisit) The customer's first session going into the shop. * last​Visit [Customer​Visit](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerVisit) The last session before an order is made. * moments [Customer​Moment​Connection](https://shopify.dev/docs/api/admin-graphql/latest/connections/CustomerMomentConnection) The events preceding a customer's order, such as shop sessions. * moments​Count [Count](https://shopify.dev/docs/api/admin-graphql/latest/objects/Count) 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/api/admin-graphql/latest/scalars/Boolean) non-null Whether the attributed sessions for the order have been created yet. *** ## Map ### Fields with this object * {}[Order.customerJourneySummary](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order#field-Order.fields.customerJourneySummary)