--- 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: 2025-10 api_name: admin type: interface api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2025-10/interfaces/CustomerMoment' md: >- https://shopify.dev/docs/api/admin-graphql/2025-10/interfaces/CustomerMoment.md --- # 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/2025-10/scalars/DateTime) non-null The date and time when the customer's session occurred. *** ##### Variables ```json { "occurredAt": "" } ``` ##### Schema ```graphql interface CustomerMoment { occurredAt: DateTime! } ```