--- title: ProductSortKeys - Storefront API description: | Sorting options for the [`products`](/docs/api/storefront/2026-01/queries/products) query. Supports sorting products by criteria such as best-selling and price, and by product attributes such as type, and vendor. > Note: Use the [`RELEVANCE`](/docs/api/storefront/2026-01/enums/ProductSortKeys#enums-RELEVANCE) key only when a search query is specified. api_version: 2026-01 api_name: storefront type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/enums/productsortkeys md: https://shopify.dev/docs/api/storefront/latest/enums/productsortkeys.md --- # Product​Sort​Keys enum Sorting options for the [`products`](https://shopify.dev/docs/api/storefront/2026-01/queries/products) query. Supports sorting products by criteria such as best-selling and price, and by product attributes such as type, and vendor. *** **Note:** Use the \\\R\E\L\E\V\A\N\C\E\\\ key only when a search query is specified. *** ## Valid values * BEST\_​SELLING Sort by the `best_selling` value. * CREATED\_​AT Sort by the `created_at` value. * ID Sort by the `id` value. * PRICE Sort by the `price` value. * PRODUCT\_​TYPE Sort by the `product_type` value. * 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. * TITLE Sort by the `title` value. * UPDATED\_​AT Sort by the `updated_at` value. * VENDOR Sort by the `vendor` value. *** ## Fields * [Query​Root.products(sortKey)](https://shopify.dev/docs/api/storefront/latest/objects/QueryRoot#field-QueryRoot.fields.products.arguments.sortKey) ARGUMENT The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start. * [products.sortKey](https://shopify.dev/docs/api/storefront/latest/queries/products#arguments-sortKey) ARGUMENT *** ## Map ### Arguments with this enum * [Query​Root.products(sortKey)](https://shopify.dev/docs/api/storefront/latest/objects/QueryRoot#field-QueryRoot.fields.products.arguments.sortKey) * [products.sortKey](https://shopify.dev/docs/api/storefront/latest/queries/products#arguments-sortKey)