--- title: Adding additional filtering to /assigned_fulfillment_orders REST endpoint - 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-filtering-to-assigned_fulfillment_orders-rest-endpoint md: https://shopify.dev/changelog/adding-additional-filtering-to-assigned_fulfillment_orders-rest-endpoint.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 1, 2023 Tags: * API * 2023-04 # Adding additional filtering to `/assigned_fulfillment_orders` REST endpoint As of API version `2023-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` query parameter in the [/assigned\_fulfillment\_orders.json](\(https://shopify.dev/docs/api/admin-rest/latest/resources/assignedfulfillmentorder#get-assigned-fulfillment-orders) endpoint can now accept a value of `fulfillment_unsubmitted` for filtering in addition to the existing `fulfillment_requested`, `fulfillment_accepted`, and `cancellation_requested` filter values. Learn more about retrieving assigned fulfillment orders as a fulfillment service on [shopify.dev](https://shopify.dev/docs/api/admin-rest/latest/resources/assignedfulfillmentorder).