---
title: >-
  Deprecate FulfillmentOrderLineItem.lineItem field - 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/deprecate-fulfillmentorderlineitem-lineitem-field
  md: >-
    https://shopify.dev/changelog/deprecate-fulfillmentorderlineitem-lineitem-field.md
metadata:
  effectiveApiVersion: 2023-01
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Deprecation Announcement
    handle: deprecation
  indicatesActionRequired: false
  createdAt: '2022-11-25T11:40:30-05:00'
  postedAt: '2023-01-01T00:00:00-05:00'
  updatedAt: '2024-12-13T17:24:35-05:00'
  effectiveAt: '2023-01-01T00:00:00-05:00'
---

January 1, 2023

Tags:

* API
* 2023-01

# Deprecate FulfillmentOrderLineItem.lineItem field

As of API version 2023-01, the `lineItem` field on the `FulfillmentOrderLineItem` resource has been deprecated. The order line item associated with a `FulfillmentOrderLineItem` shouldn't be used to determine what to fulfill.

Use the `FulfillmentOrderLineItem` and `FulfillmentOrder` objects instead. An order `LineItem` represents a single line item on an order, but it doesn't represent what should be fulfilled.
