OBJECT
BundleOptionLink
Link to the product
link GraphQL Schema definition
- type BundleOptionLink {
- # Price of this sub-product
- Float :
- # The default quantity of this product in the bundle
- Float :
- # If user may change the quantity
- Boolean :
- # Option identifier to which this link is related to
- Int :
- # Unique product link identifier
- Int :
- # Product assigned with this option
- String :
- # Product related to this bundle link
- Product :
- # Product position
- Int :
- }