ProductVariant
Specific variant of a Product from a configuration of a product's variant value
This page contains
Fields
| id: ID! | Unique identifier |
| version: String! | Version of the product variant "WORKING" for the current working version "PUBLISHED" for the latest published version a product publication request id for the version at the moment the product's publication was requested |
| product: Product! PREVIEW | Associated product |
| edition: ProductEdition! | Associated edition |
| isEnabled: Boolean! | Flag to know if the product variant is enabled or not |
| configuration: [ProductVariantOptionValue!]! PREVIEW | ProductVariant's configuration |
| physicalAttributes: PhysicalAttributes PREVIEW | ProductVariant's physical attributes |
Parent objects of ProductVariant
| Product PREVIEW | Product definition |
| ProductEdition | ProductEdition definition |
| ProductVariantConnection PREVIEW | Paginated ProductVariant |
Queries for ProductVariant
| product | Query a product |