ProductOptionSelectValue
type ProductOptionSelectValue {
id: ID!
colorCode: String
order: Float!
otherPrices: [ProductOptionSelectValueOtherPrice!]
price: Float
thumbnailImageId: String
value: String!
}
Fields
colorCode
StringotherPrices
[ProductOptionSelectValueOtherPrice!]price
FloatthumbnailImageId
String