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