Home > @infiniteobjects/shopify-data-manager > AdminTypes > SegmentSortKeys
The set of valid sort keys for the Segment query.
Signature:
export declare enum SegmentSortKeys
Member | Value | Description |
---|---|---|
CreationDate | "CREATION_DATE" |
Sort by the creation_date value. |
Id | "ID" |
Sort by the id value. |
LastEditDate | "LAST_EDIT_DATE" |
Sort by the last_edit_date value. |
Relevance | "RELEVANCE" |
Sort by relevance to the search terms when the query parameter is specified on the connection. Don’t use this sort key when no search query is specified. |