VariantValue
type VariantValue {
id: ID!
colorCode: String
name: String!
thumbnailImageId: String
}
Fields
colorCode
StringIt is the color code information of the variant values. It can be a maximum of 7 characters.
It is the name information of the values used in the Variant type. Value information of Variant type is unique according to name.It can be a maximum of 100 characters.
thumbnailImageId
StringIt is the image information of the variant values.