OBJECT
A single option defined for bundle products
type BundleOption {# Option identifieroption_id: Int # Option positionposition: Int # Option nametitle: String # Option type - radio, text ... type: String # Product assigned with this option sku: String # If this option is requiredrequired: Boolean # Link to the simple products assigned with this optionproduct_links: [BundleOptionLink] }