--- title: FulfillmentLineItemConnection - Storefront API description: | An auto-generated type for paginating through multiple FulfillmentLineItems. api_version: 2026-01 api_name: storefront type: connection api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/connections/FulfillmentLineItemConnection md: >- https://shopify.dev/docs/api/storefront/latest/connections/FulfillmentLineItemConnection.md --- # Fulfillment​Line​Item​Connection connection An auto-generated type for paginating through multiple FulfillmentLineItems. ## Fields with this connection * [Fulfillment.fulfillmentLineItems](https://shopify.dev/docs/api/storefront/latest/objects/Fulfillment#field-Fulfillment.fields.fulfillmentLineItems) OBJECT A shipment of one or more items in an order. Accessed through the [`Order`](https://shopify.dev/docs/api/storefront/current/objects/Order) object's [`successfulFulfillments`](https://shopify.dev/docs/api/storefront/current/objects/Order#field-Order.fields.successfulFulfillments) field. Each fulfillment includes the line items that shipped, the tracking company name, and tracking details like numbers and URLs. An order can have multiple fulfillments when items ship separately or from different locations. *** ## Possible returns * edges [\[Fulfillment​Line​Item​Edge!\]!](https://shopify.dev/docs/api/storefront/latest/objects/FulfillmentLineItemEdge) non-null A list of edges. * nodes [\[Fulfillment​Line​Item!\]!](https://shopify.dev/docs/api/storefront/latest/objects/FulfillmentLineItem) non-null A list of the nodes contained in FulfillmentLineItemEdge. * page​Info [Page​Info!](https://shopify.dev/docs/api/storefront/latest/objects/PageInfo) non-null Information to aid in pagination. *** ## Map ### Fields with this connection * [Fulfillment.fulfillmentLineItems](https://shopify.dev/docs/api/storefront/latest/objects/Fulfillment#field-Fulfillment.fields.fulfillmentLineItems) ### Possible returns * [Fulfillment​Line​Item​Connection.edges](https://shopify.dev/docs/api/storefront/latest/connections/FulfillmentLineItemConnection#returns-edges) * [Fulfillment​Line​Item​Connection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/FulfillmentLineItemConnection#returns-nodes) * [Fulfillment​Line​Item​Connection.pageInfo](https://shopify.dev/docs/api/storefront/latest/connections/FulfillmentLineItemConnection#returns-pageInfo)