IBundleItem
No description
interface IBundleItem {
productId: Int!
price: BundlePrice
isLeader: YesNo!
}
Fields
IBundleItem.productId
● Int!
non-null scalar
The bundles primary product identifier
IBundleItem.price
● BundlePrice
object
Bundle price.
IBundleItem.isLeader
● YesNo!
non-null enum
Indicates whether the product is leader for this bundle.
Implemented By
BundleItem
object