--- title: New fields to combine bundle options - 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/new-fields-to-combine-bundle-options md: https://shopify.dev/changelog/new-fields-to-combine-bundle-options.md --- [Back to Developer changelog](https://shopify.dev/changelog) December 10, 2025 Tags: * Admin GraphQL API * 2026-01 # New fields to combine bundle options In the API `2026-01` release candidate version, we've introduced consolidated options in the GraphQL Admin API. This feature allows you to support merchants by combining options, such as size and length, to streamline the checkout process for customers. The new `consolidatedOptions` field has been added to the [`ProductBundleCreateInput`](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ProductBundleCreateInput) and [`ProductBundleUpdateInput`](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/productbundleupdateinput) input objects in the GraphQL Admin API. Use this field to define which buyer-facing options to combine across components, ensuring a single selector for customers purchasing fixed bundles. Learn more about combining bundle options by following this [tutorial](https://shopify.dev/docs/apps/build/product-merchandising/bundles/add-product-fixed-bundle).