# Segment - admin - OBJECT
Version: 2025-01

## 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/2025-01/scalars/DateTime): DateTime! - The date and time when the segment was added to the store.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [lastEditDate](/docs/api/admin/2025-01/scalars/DateTime): DateTime! - The date and time when the segment was last updated.
* [name](/docs/api/admin/2025-01/scalars/String): String! - The name of the segment.
* [query](/docs/api/admin/2025-01/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/2025-01/queries/segment) The Customer Segment.
* [segments](/docs/api/admin/2025-01/queries/segments) A list of a shop's segments.

## Related mutations
* [segmentCreate](/docs/api/admin/2025-01/mutations/segmentCreate) Creates a segment.
* [segmentUpdate](/docs/api/admin/2025-01/mutations/segmentUpdate) Updates a segment.

## Related Unions

## Examples