ProductUpdate
input
Updates a Product.
Updates the selected Product with the inserted data. Only the fields sent are updated.
Fields
| Name | Type | Description |
|---|---|---|
visible | Int | |
productId | Int! | |
productCategoryId | Int | |
type | Int | |
posFavorite | Boolean | |
reference | String | |
name | String | |
summary | String | |
notes | String | |
notesOnExport | Boolean | |
price | Float | |
hasStock | Boolean | |
minStock | Float | |
img | Upload | |
exemptionReason | String | |
warehouseId | Int | |
measurementUnitId | Int | |
propertyGroupId | String | |
justImported | Boolean | |
variants | [ProductVariantUpdate!] | |
identifications | [ProductIdentification!] | |
customFields | [ProductCustomField!] | |
priceClasses | [ProductPriceClassAssociation!] | |
warehouses | [ProductWarehouseUpdateAssociation!] | |
suppliers | [ProductSupplierAssociation!] | |
taxes | [ProductTaxAssociation!] | |
productAT | ProductATUpdate | Used for specific AT product attributes |