--- title: >- LineItem.weight field now available in public Admin API - 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/lineitem-weight-field-now-available-in-public-admin-api md: >- https://shopify.dev/changelog/lineitem-weight-field-now-available-in-public-admin-api.md metadata: effectiveApiVersion: 2026-07 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2026-03-31T10:01:35-04:00' postedAt: '2026-04-15T12:00:00-04:00' updatedAt: '2026-04-13T10:38:36-04:00' effectiveAt: '2026-04-13T12:00:00-04:00' --- April 15, 2026 Tags: * Admin GraphQL API * 2026-07 # `LineItem.weight` field now available in public Admin API Starting in version `2026-07` of the [GraphQL Admin API](https://shopify.dev/docs/api/admin-graphql/2026-07/objects/LineItem#field-LineItem.fields.weight), you can query the `weight` field on the `LineItem` type in the GraphQL Admin API. This field returns a `Weight` object with `value` and `unit`, making it easy to access line item weights without converting from the REST API's `grams` field.