Skip to main content

ProductOptionSelectValue

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

Fields

idID!required
colorCodeString
orderFloat!required
priceFloat
thumbnailImageIdString
valueString!required