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!]! | ProductVariant's configuration |
| physicalAttributes: PhysicalAttributes | ProductVariant's physical attributes |
Parent objects of ProductVariant
| Product PREVIEW | Product associated with an integration event. |
| ProductEdition | Product edition associated with the event. |
| ProductVariantConnection | Paginated ProductVariant |
Queries for ProductVariant
| product | Query a product |