OBJECT
One single option value for specific custom option
type CustomOptionValue {# Price for this custom optionprice: Float # Price modifier: fixed means it changes the whole product price, percent - is a # percentage change from the base priceprice_type: String # Option typeoption_type_id: ID # Option titletitle: String # Sorting ordersort_order: Int }