Optional ReadonlyattributesThe Attributes of the Product Variant if you want to override the attributes property in the referenced ProductVariant.
If not set, the attributes from the referenced ProductVariant are copied to the resulting Order.
Optional ReadonlyidThe id of the ProductVariant. Required if you do not set a value for sku.
If set, you must specify a productId in the LineItemImportDraft also.
Optional ReadonlyimagesThe Images of the Product Variant if you want to override the images property in the referenced ProductVariant.
If not set, the images from the referenced ProductVariant are copied to the resulting Order.
Optional ReadonlypricesThe Prices of the Product Variant if you want to override the prices property in the referenced ProductVariant.
If not set, the prices from the referenced ProductVariant are used in the resulting Order.
If set, each Price must have its unique price scope (same value.currencyCode, country, customerGroup, channel, validFrom and validUntil).
Optional ReadonlyskuThe sku of the ProductVariant. Required if you do not set a value for id.
Contains the Product Variant to be used in the LineItemImportDraft.