---
title: >-
  ReverseFulfillmentOrderLineItem.fulfillmentLineItem field is nullable as of
  2024-10 - 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/reversefulfillmentorderlineitem-fulfillmentlineitem-field-is-nullable-as-of-2024-10
  md: >-
    https://shopify.dev/changelog/reversefulfillmentorderlineitem-fulfillmentlineitem-field-is-nullable-as-of-2024-10.md
metadata:
  effectiveApiVersion: 2024-10
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Deprecation Announcement
    handle: deprecation
  indicatesActionRequired: true
  createdAt: '2024-08-12T14:08:32-04:00'
  postedAt: '2024-08-30T13:55:00-04:00'
  updatedAt: '2024-08-16T16:26:55-04:00'
  effectiveAt: '2024-08-30T13:55:00-04:00'
---

August 30, 2024

Tags:

* Action Required
* Admin GraphQL API
* 2024-10

# ReverseFulfillmentOrderLineItem.fulfillmentLineItem field is nullable as of 2024-10

As of **2024-10**, `ReverseFulfillmentOrderLineItem.fulfillmentLineItem` field is nullable. A `ReverseFulfillmentOrderLineItem` will not always be associated with a `FulfillmentLineItem` anymore. The non-null `fulfillmentLineItem` field on the older API versions will return a graphql error when the fulfillment line item does not exisit.

Learn more about `ReverseFulfillmentOrderLineItem` on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ReverseFulfillmentOrderLineItem).
