Skip to main content

BundleItemInput

Input for defining a product item within a bundle.

Specifies the product to include and its role within the bundle configuration.

input BundleItemInput {
productId: Int!
isLeader: YesNo
}

Fields

BundleItemInput.productId ● Int! non-null scalar

Product identifier to include in the bundle.

References the specific product that will be part of this bundle configuration. Must be a positive integer. Validation ensures proper integer format.

BundleItemInput.isLeader ● YesNo enum

Designates whether this product serves as the primary item in the bundle.

Leader items typically drive bundle pricing and discount calculations. Only one item per bundle can be designated as the leader. Validation ensures proper enum value.

Member Of

BundleAddItemsInput input ● BundleCreateInput input