--- title: FulfillmentOrderSortKeys - GraphQL Admin description: The set of valid sort keys for the FulfillmentOrder query. api_version: 2024-10 api_name: admin type: enum api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/FulfillmentOrderSortKeys md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/FulfillmentOrderSortKeys.txt --- # Fulfillment​Order​Sort​Keys enum The set of valid sort keys for the FulfillmentOrder query. ## Valid values * ID Sort by the `id` 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. * UPDATED\_​AT Sort by the `updated_at` value. *** ## Fields * [Shop.​assigned​Fulfillment​Orders](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#field-assignedFulfillmentOrders) ARGUMENT Represents a collection of general settings and information about the shop. * [Shop.​fulfillment​Orders](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#field-fulfillmentOrders) ARGUMENT Represents a collection of general settings and information about the shop. * [Query​Root.​assigned​Fulfillment​Orders](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/QueryRoot#field-assignedFulfillmentOrders) ARGUMENT The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start. * [Query​Root.​fulfillment​Orders](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/QueryRoot#field-fulfillmentOrders) ARGUMENT The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start. * [assigned​Fulfillment​Orders.​sort​Key](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/assignedFulfillmentOrders#field-sortKey) QUERY * [fulfillment​Orders.​sort​Key](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/fulfillmentOrders#field-sortKey) QUERY *** ## Map ### Queries with this enum * \[assigned​Fulfillment​Orders.sortKey](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/assignedFulfillmentOrders#field-sortKey) * \[fulfillment​Orders.sortKey](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/fulfillmentOrders#field-sortKey) ### Arguments with this enum * <-|[Shop.assignedFulfillmentOrders(sortKey)](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#field-assignedFulfillmentOrders) * <-|[Shop.fulfillmentOrders(sortKey)](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#field-fulfillmentOrders) * <-|[Query​Root.assignedFulfillmentOrders(sortKey)](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/QueryRoot#field-assignedFulfillmentOrders) * <-|[Query​Root.fulfillmentOrders(sortKey)](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/QueryRoot#field-fulfillmentOrders)