# Segment - admin-graphql - OBJECT Version: 2024-04 ## Description A dynamic collection of customers based on specific criteria. ### Access Scopes `read_customers` access scope. Also: The user must not have restricted access. ## Fields * [creationDate](/docs/api/admin-graphql/2024-04/scalars/DateTime): DateTime! - The date and time when the segment was added to the store. * [id](/docs/api/admin-graphql/2024-04/scalars/ID): ID! - A globally-unique ID. * [lastEditDate](/docs/api/admin-graphql/2024-04/scalars/DateTime): DateTime! - The date and time when the segment was last updated. * [name](/docs/api/admin-graphql/2024-04/scalars/String): String! - The name of the segment. * [query](/docs/api/admin-graphql/2024-04/scalars/String): String! - A precise definition of the segment. The definition is composed of a combination of conditions on facts about customers. ## Connections ## Related queries * [segment](/docs/api/admin-graphql/2024-04/queries/segment) The Customer Segment. * [segments](/docs/api/admin-graphql/2024-04/queries/segments) A list of a shop's segments. ## Related mutations * [segmentCreate](/docs/api/admin-graphql/2024-04/mutations/segmentCreate) Creates a segment. * [segmentUpdate](/docs/api/admin-graphql/2024-04/mutations/segmentUpdate) Updates a segment. ## Related Unions ## Examples