Skip to main content

BundleItemInput

A single component slot within a bundle.

input BundleItemInput {
componentVariantId: ID!
quantity: Int!
sortOrder: Int
}

Fields

BundleItemInput.componentVariantId ● ID! non-null scalar

Global ID of the ProductVariant included as a component.

BundleItemInput.quantity ● Int! non-null scalar

How many units of this component are included per bundle. Must be ≥ 1.

BundleItemInput.sortOrder ● Int scalar

Display order of this component within the bundle.

Member Of

BundleCreateInput input ● BundleUpdateInput input

Was this page helpful?