OBJECT

CustomOptionValue

One single option value for specific custom option

link GraphQL Schema definition

  • type CustomOptionValue {
  • # Price for this custom option
  • price: Float
  • # Price modifier: fixed means it changes the whole product price, percent - is a
  • # percentage change from the base price
  • price_type: String
  • # Option type
  • option_type_id: ID
  • # Option title
  • title: String
  • # Sorting order
  • sort_order: Int
  • }