---
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
metadata:
  effectiveApiVersion: 2024-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2024-06-11T14:55:41-04:00'
  postedAt: '2024-07-01T14:46:00-04:00'
  updatedAt: '2024-06-21T12:50:41-04:00'
  effectiveAt: '2024-07-01T14:46:00-04:00'
---

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).
