LocationSortKeys
This page was printed on Feb 18, 2019. For the current version, visit https://help.shopify.com/en/api/graphql-admin-api/reference/enum/locationsortkeys.
The set of valid sort keys for the locations query.
# The set of valid sort keys for the locations query. enum LocationSortKeys { # Sort by theid
value. ID# Sort by the
name
value. NAME# During a search (i.e. when the
query
parameter has been specified on the connection) this sorts the # results by relevance to the search term(s). When no search query is specified, this sort key is not # deterministic and should not be used. RELEVANCE }
Values
ID
Sort by the id
value.
NAME
Sort by the name
value.
RELEVANCE
During a search (i.e. when the query
parameter has been specified on the connection) this sorts the
results by relevance to the search term(s). When no search query is specified, this sort key is not
deterministic and should not be used.