stack

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

AdminTypes.CheckoutProfileSortKeys enum

The set of valid sort keys for the CheckoutProfile query.

Signature:

export declare enum CheckoutProfileSortKeys 

Enumeration Members

Member Value Description
CreatedAt "CREATED_AT" Sort by the created_at value.
EditedAt "EDITED_AT" Sort by the edited_at value.
Id "ID" Sort by the id value.
IsPublished "IS_PUBLISHED" Sort by the is_published 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.