---
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
metadata:
  effectiveApiVersion: 2024-04
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2024-02-19T08:59:57-05:00'
  postedAt: '2024-04-01T00:00:00-04:00'
  updatedAt: '2024-03-20T08:56:33-04:00'
  effectiveAt: '2024-04-01T00:00:00-04:00'
---

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.
