---
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
metadata:
  effectiveApiVersion: 2023-04
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2023-03-14T05:55:16-04:00'
  postedAt: '2023-04-01T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:37-05:00'
  effectiveAt: '2023-04-01T00:00:00-04:00'
---

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).
