Skip to main content

BundleSettingsModel

type BundleSettingsModel {
maxBundleQuantity: Float
minBundleQuantity: Float
products: [BundleProductModel!]!
}

Fields

maxBundleQuantityFloat

Maximum quantity of products that can be in the bundle product.

minBundleQuantityFloat

Minimum quantity of products that can be in the bundle product.

products[BundleProductModel!]!required

List of products that can be included in the bundle product.