BundleProductOrderLine
type BundleProductOrderLine {
bundleLineId: String!
bundleLineQuantity: Float!
name: String
variant: OrderLineVariant!
}
Fields
If the order line is derived from a package product, it shows the bundle line id of the package product
If the order line is derived from a package product, it shows the bundle line id of the package product
nameStringIf the order line is derived from a package product, it shows the bundle product name of the package product
Information about the variant of the order line item.