Developer changelog

Subscribe to the changelog to stay up to date on recent changes to Shopify’s APIs and other developer products, as well as preview upcoming features and beta releases.

Get updates by RSS

draftOrderLineItemInput now accepts bundleComponents and the CartTransform function runs on all draft orders

API

As of version 2024-07 of the GraphQL Admin API, draftOrderLineItemInput now accepts bundleComponents. Apps can view a bundle item's components on a draft using the bundleComponents field and can add a bundle item to a draft order by including this field in the draftOrderLineItemInput.

Additionally, the CartTransform function will automatically run on all draft orders.

Learn more about bundleComponents on shopify.dev.