--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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.