OBJECT

BundleOptionLink

Link to the product

link GraphQL Schema definition

  • type BundleOptionLink {
  • # Price of this sub-product
  • price: Float
  • # The default quantity of this product in the bundle
  • qty: Float
  • # If user may change the quantity
  • can_change_quantity: Boolean
  • # Option identifier to which this link is related to
  • option_id: Int
  • # Unique product link identifier
  • id: Int
  • # Product assigned with this option
  • sku: String
  • # Product related to this bundle link
  • product: Product
  • # Product position
  • position: Int
  • }