# Product Variant Connection Added to Fulfillment Order Line Items — Shopify developer changelog --- ## Product Variant Connection Added to Fulfillment Order Line Items As of 2024-07, a [ProductVariant](https://shopify.dev/docs/api/admin-graphql/2024-07/objects/ProductVariant) connection will be added to the [FulfillmentOrderLineItem](https://shopify.dev/docs/api/admin-graphql/2024-07/objects/FulfillmentOrderLineItem) object in GraphQL. This will allow order management apps to easily reference the specific product details that are related to each fulfillment order line item without needing to directly compare SKUs in the order line items. Learn more about order management apps [here](https://shopify.dev/docs/apps/build/orders-fulfillment#order-management-apps). *Published: July 01, 2024* Tags: API, New Link: https://shopify.dev/changelog/product-variant-connection-added-to-fulfillment-order-line-items ---