bundleCreate
Create a product bundle. Builds a Product flagged is_bundle=True + its single sellable ProductVariant + BundleItem rows for each component, all in one transaction.
bundleCreate(
input: BundleCreateInput!
): BundleCreate!
Arguments
bundleCreate.input ● BundleCreateInput! non-null input
Type
BundleCreate object
Result of the bundleCreate mutation.