UpdateProductInput

Input parameter for the updateProduct mutation.

Input Fields

ref (String!)

The unique reference identifier for the Product.
Max character limit: 100.

catalogue (ProductCatalogueKey!)

The Product Catalogue in which this Product is managed

productType (String)

The type of a Product (Standard, Variant or Group). Note that, this productType should not map to field type. The valid values are: STANDARD, VARIANT, or GROUP. Max character limit: 15.

type (String)

Max character limit: 50.

status (String)

Max character limit: 50.

name (String)

The name of the Product

summary (String)

A short description of the Product (max 255 chars)

attributes ([AttributeInput])

A list of attributes associated with this Product. This can be used to extend the existing data structure with additional data for use in orchestration rules, etc.

prices ([PriceInput])

A list of Prices for this Product

taxType (TaxTypeInput)

The tax information for this Product