---
title: >-
  Admin API removes lineItemsMutable field on Order - 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/admin-api-removes-lineitemsmutable-field-on-order
  md: >-
    https://shopify.dev/changelog/admin-api-removes-lineitemsmutable-field-on-order.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: false
  createdAt: '2024-08-26T12:29:41-04:00'
  postedAt: '2024-08-27T15:00:00-04:00'
  updatedAt: '2024-08-27T15:45:57-04:00'
  effectiveAt: '2024-08-27T15:00:00-04:00'
---

August 27, 2024

Tags:

* Admin GraphQL API
* 2024-10

# Admin API removes `lineItemsMutable` field on `Order`

As of Admin GraphQL API version `2024-10`, use `Order.lineItems` instead of `lineItemsMutable` field to get a list of the order's line items.

Learn more about `Order` on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Order#connection-lineitems).
