Skip to main content

BundleProductOrderLine

type BundleProductOrderLine {
bundleLineId: String!
bundleLineQuantity: Float!
name: String
variant: OrderLineVariant!
}

Fields

bundleLineIdString!required

If the order line is derived from a package product, it shows the bundle line id of the package product

bundleLineQuantityFloat!required

If the order line is derived from a package product, it shows the bundle line id of the package product

nameString

If the order line is derived from a package product, it shows the bundle product name of the package product

variantOrderLineVariant!required

Information about the variant of the order line item.