Skip to main content

UpdateProductInput

No description

input UpdateProductInput {
categoryId: Int
names: [LocalizedStringInput!]
descriptions: [LocalizedStringInput!]
shortDescriptions: [LocalizedStringInput!]
keywords: [LocalizedStringInput!]
customKeywords: [LocalizedStringInput!]
sku: String
status: ProductStatus
statusExtra: String
supplier: String
supplierCode: String
barCode: String
manufacturerCode: String
eanCode: String
manufacturer: String
package: String
packageUnit: Int
packageUnitQuantity: String
purchaseUnit: Int
purchaseMinimumQuantity: Int
orderableFrom: String
orderableTo: String
releaseDate: String
turnoverGroup: String
priceGroup: String
taxonomy: String
shortName: String
packageDescriptions: [LocalizedStringInput!]
notes: [LocalizedStringInput!]
unit: Int
minimumQuantity: Int
economicOrderQuantity: Int
orderable: YesNo
returnable: YesNo
physical: YesNo
}

Fields

UpdateProductInput.categoryId ● Int scalar

The id of the category the product should be created in.

UpdateProductInput.names ● [LocalizedStringInput!] list input

The names of this product per language

UpdateProductInput.descriptions ● [LocalizedStringInput!] list input

The descriptions of this product per language

UpdateProductInput.shortDescriptions ● [LocalizedStringInput!] list input

The short descriptions of this product per language

UpdateProductInput.keywords ● [LocalizedStringInput!] list input

Additional keywords of this product per language. Added by the supplier

UpdateProductInput.customKeywords ● [LocalizedStringInput!] list input

Additional keywords of this product per language. Added via the PIM

UpdateProductInput.sku ● String scalar

The SKU (stock keeping unit) of this product

UpdateProductInput.status ● ProductStatus enum

The status of this product

UpdateProductInput.statusExtra ● String scalar

The extra status of this product, commonly linked to a custom valueset

UpdateProductInput.supplier ● String scalar

The supplier of this product

UpdateProductInput.supplierCode ● String scalar

The supplier code of this product

UpdateProductInput.barCode ● String scalar

The bar code of this product

UpdateProductInput.manufacturerCode ● String scalar

The Original Equipment Manufacturer code (OEM) of this product

UpdateProductInput.eanCode ● String scalar

The European Article Number (EAN) code of this product

UpdateProductInput.manufacturer ● String scalar

The manufacturer of this product

UpdateProductInput.package ● String scalar

The package type of this product. i.e.: PIECE, BOX, BLISTER

UpdateProductInput.packageUnit ● Int scalar

The amount of items per package

UpdateProductInput.packageUnitQuantity ● String scalar

The quantifier for the package unit, i.e.: PIECE or BOX

UpdateProductInput.purchaseUnit ● Int scalar

The unit in which the product can be ordered when creating a purchase order

UpdateProductInput.purchaseMinimumQuantity ● Int scalar

The minimum quantity of products that can be ordered when creating a purchase order

UpdateProductInput.orderableFrom ● String scalar

The orderable from date of this product

UpdateProductInput.orderableTo ● String scalar

The orderable to date of this product

UpdateProductInput.releaseDate ● String scalar

The release date of this product

UpdateProductInput.turnoverGroup ● String scalar

The turnover group that classifies the product within the financial structure

UpdateProductInput.priceGroup ● String scalar

The price group the product belongs to, this field can be used for price calculations

UpdateProductInput.taxonomy ● String scalar

The taxonomy the product belongs to

UpdateProductInput.shortName ● String scalar

The short name for the product, used for abbreviated orderlines

UpdateProductInput.packageDescriptions ● [LocalizedStringInput!] list input

The package description of this product per language

UpdateProductInput.notes ● [LocalizedStringInput!] list input

Notes on the product for internal use

UpdateProductInput.unit ● Int scalar

The unit in which the product can be ordered

UpdateProductInput.minimumQuantity ● Int scalar

The minimum quantity of products that can be ordered

UpdateProductInput.economicOrderQuantity ● Int scalar

The quantity that provides the best value for money for this product

UpdateProductInput.orderable ● YesNo enum

Is this product orderable

UpdateProductInput.returnable ● YesNo enum

Is this product returnable

UpdateProductInput.physical ● YesNo enum

Is it a physical product or a service, download or warranty

Member Of

productUpdate mutation