OBJECT

BundleOption

A single option defined for bundle products

link GraphQL Schema definition

  • type BundleOption {
  • # Option identifier
  • option_id: Int
  • # Option position
  • position: Int
  • # Option name
  • title: String
  • # Option type - radio, text ...
  • type: String
  • # Product assigned with this option
  • sku: String
  • # If this option is required
  • required: Boolean
  • # Link to the simple products assigned with this option
  • product_links: [BundleOptionLink]
  • }