Skip to main content

ProductVariantType

type ProductVariantType {
order: Float!
variantTypeId: String!
variantValueIds: [String!]
}

Fields

orderFloat!required

Order of the variant type.

variantTypeIdString!required

Id of variant type.

variantValueIds[String!]

List of variant value identifiers.