stack

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

AdminTypes.CompanySortKeys enum

The set of valid sort keys for the Company query.

Signature:

export declare enum CompanySortKeys 

Enumeration Members

Member Value Description
CreatedAt "CREATED_AT" Sort by the created_at value.
Id "ID" Sort by the id value.
Name "NAME" Sort by the name value.
OrderCount "ORDER_COUNT" Sort by the order_count 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.
SinceDate "SINCE_DATE" Sort by the since_date value.
TotalSpent "TOTAL_SPENT" Sort by the total_spent value.
UpdatedAt "UPDATED_AT" Sort by the updated_at value.