Skip to main content

BundleUpdateInput

Fields for updating a product bundle.

input BundleUpdateInput {
name: String
price: PositiveDecimal
isPublished: Boolean
components: [BundleItemInput!]
}

Fields

BundleUpdateInput.name ● String scalar

BundleUpdateInput.price ● PositiveDecimal scalar

BundleUpdateInput.isPublished ● Boolean scalar

BundleUpdateInput.components ● [BundleItemInput!] list input

Optional replacement set of components. When provided, replaces the current component set entirely (atomic). Omit to keep components unchanged.

Member Of

bundleUpdate mutation

Was this page helpful?