--- title: CustomerMoment - GraphQL Admin description: >- Represents a session preceding an order, often used for building a timeline of events leading to an order. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/CustomerMoment md: >- https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/CustomerMoment.md metadata: domain: admin --- # Customer​Moment interface Requires `read_orders` access scope or `read_marketplace_orders` access scope. Represents a session preceding an order, often used for building a timeline of events leading to an order. ## Fields * occurred​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) non-null The date and time when the customer's session occurred. *** ##### Variables ```json { "occurredAt": "" } ``` ##### Schema ```graphql interface CustomerMoment { occurredAt: DateTime! } ```