I’m trying to implement customized bundles using the Cart Transform Function API. From this page, it mentions that if the parent variant can’t be purchased without components, then you must mark the parent bundles with the requiresComponents attribute to true.
I can create a new variant with Graphql. The requiresComponents is also included in the mutation. But the field is not found on the variant object after running the mutation