--- title: >- Shipping line field now available on FulfillmentOrderLineItem - 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/shipping-line-field-now-available-on-fulfillmentorderlineitem md: >- https://shopify.dev/changelog/shipping-line-field-now-available-on-fulfillmentorderlineitem.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-05-12T17:52:32-04:00' postedAt: '2026-05-18T19:00:00-04:00' updatedAt: '2026-05-15T16:13:38-04:00' effectiveAt: '2026-05-15T12:00:00-04:00' --- May 18, 2026 Tags: * Admin GraphQL API * 2026-07 # Shipping line field now available on FulfillmentOrderLineItem You can query the `shippingLine` field on `FulfillmentOrderLineItem`. This field returns the `ShippingLine` associated with a fulfillment order line item, if available. This feature simplifies the process for order management and fulfillment apps to identify the shipping method for each line item. It is particularly useful in scenarios where fulfillment orders are merged across different delivery profiles, and the original per-line shipping service is not identified by the fulfillment order's delivery method. For example, apps can use properties such as `shippingLine.code`, `shippingLine.title`, and `shippingLine.source` to accurately map line items to the correct carrier service or shipping method. For more information, refer to the [`FulfillmentOrderLineItem`](https://shopify.dev/docs/api/admin-graphql/2026-07/objects/FulfillmentOrderLineItem) reference.