stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerSavedSearchSortKeys

AdminTypes.CustomerSavedSearchSortKeys enum

The set of valid sort keys for the CustomerSavedSearch query.

Signature:

export declare enum CustomerSavedSearchSortKeys 

Enumeration Members

Member Value Description
Id "ID" Sort by the id value.
Name "NAME" Sort by the name 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.