Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyLocationSortKeys
The set of valid sort keys for the CompanyLocation query.
Signature:
export declare enum CompanyLocationSortKeys
Member | Value | Description |
---|---|---|
CompanyAndLocationName | "COMPANY_AND_LOCATION_NAME" |
Sort by the company_and_location_name value. |
CompanyId | "COMPANY_ID" |
Sort by the company_id value. |
CreatedAt | "CREATED_AT" |
Sort by the created_at value. |
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. |
UpdatedAt | "UPDATED_AT" |
Sort by the updated_at value. |