ProductVariantCreate
input
Creates a new Product Variant, associated with an existing parent product.
Fields
| Name | Type | Description |
|---|---|---|
name | String! | |
visible | Int | |
summary | String | |
notes | String | |
price | Float | |
img | Upload | |
minStock | Float | |
warehouseId | Int | |
reference | String | |
identifications | [ProductIdentification!] | |
priceClasses | [ProductPriceClassAssociation!] | |
warehouses | [ProductWarehouseInsertAssociation!] | |
propertyPairs | [ProductVariantPropertyPairsAssociation!] |