--- title: FulfillmentOrderAssignmentStatus - GraphQL Admin description: The assigment status to be used to filter fulfillment orders. 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/FulfillmentOrderAssignmentStatus md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/FulfillmentOrderAssignmentStatus.txt --- # Fulfillment​Order​Assignment​Status enum The assigment status to be used to filter fulfillment orders. ## Valid values * CANCELLATION\_​REQUESTED Fulfillment orders for which the merchant has requested cancellation of the previously accepted fulfillment request. * FULFILLMENT\_​ACCEPTED Fulfillment orders for which the merchant's fulfillment request has been accepted. Any number of fulfillments can be created on these fulfillment orders to completely fulfill the requested items. * FULFILLMENT\_​REQUESTED Fulfillment orders for which the merchant has requested fulfillment. * FULFILLMENT\_​UNSUBMITTED Fulfillment orders for which the merchant hasn't yet requested fulfillment. *** ## 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. * [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. * [assigned​Fulfillment​Orders.​assignment​Status](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/assignedFulfillmentOrders#field-assignmentStatus) QUERY *** ## Map ### Queries with this enum * \[assigned​Fulfillment​Orders.assignmentStatus](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/assignedFulfillmentOrders#field-assignmentStatus) ### Arguments with this enum * <-|[Shop.assignedFulfillmentOrders(assignmentStatus)](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#field-assignedFulfillmentOrders) * <-|[Query​Root.assignedFulfillmentOrders(assignmentStatus)](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/QueryRoot#field-assignedFulfillmentOrders)