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 reference.
Fetched May 26, 2026
