--- title: Adding additional value to FulfillmentOrderAssignmentStatus - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/adding-additional-value-to-fulfillmentorderassignmentstatus md: https://shopify.dev/changelog/adding-additional-value-to-fulfillmentorderassignmentstatus.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 1, 2024 Tags: * Admin GraphQL API * 2024-04 # Adding additional value to FulfillmentOrderAssignmentStatus As of API version `2024-04`, you can retrieve a subset of fulfillment orders which are assigned to locations owned by the app performing the request but have not been requested for fulfillment so far. The `assignment_status` parameter in the [assignedFulfillmentOrders](https://shopify.dev/docs/api/admin-graphql/2024-01/objects/Shop#connection-shop-assignedfulfillmentorders) query can now accept a value of `FULFILLMENT_UNSUBMITTED` for filtering in addition to the existing `FULFILLMENT_REQUESTED`, `FULFILLMENT_ACCEPTED`, and `CANCELLATION_REQUESTED` filter values.