Home > @infiniteobjects/shopify-data-manager > AdminTypes > Segment
A dynamic collection of customers based on specific criteria.
Signature:
export interface Segment extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
creationDate | Scalars[‘DateTime’][‘output’] | The date and time when the segment was added to the store. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
lastEditDate | Scalars[‘DateTime’][‘output’] | The date and time when the segment was last updated. | |
name | Scalars[‘String’][‘output’] | The name of the segment. | |
query | Scalars[‘String’][‘output’] | A precise definition of the segment. The definition is composed of a combination of conditions on facts about customers. |