--- title: Product Variant Connection Added to Fulfillment Order Line Items - 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/product-variant-connection-added-to-fulfillment-order-line-items md: https://shopify.dev/changelog/product-variant-connection-added-to-fulfillment-order-line-items.md --- [Back to Developer changelog](https://shopify.dev/changelog) July 1, 2024 Tags: * Admin GraphQL API * 2024-07 # 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).