OBJECT
ProductVariants
link GraphQL Schema definition
- type ProductVariants {
- # Available product variant options.
- : [ProductVariantOption]!
- # Product variants, contains all possible values of options.
- : [ProductVariant]!
- }
OBJECT
- type ProductVariants {
- # Available product variant options.
- : [ProductVariantOption]!
- # Product variants, contains all possible values of options.
- : [ProductVariant]!
- }