ProductPropertyValueInput
ProductPropertyValueInput
- name: String!
The name of the property. For contact lenses, valid names are: power, bc, dia, cyl, axis, add, color. Not every product uses every name - query `product(id:) { availableProperties { name values } }` to see which names and values apply to a specific product
- value: String!
The value of the property. Must be one of the values reported for this property by `product(id:) { availableProperties }`