UpdateInventoryCatalogueInput

Input parameter for the updateInventoryCatalogue mutation. The ref field is the unique identifier for the catalogue you wish to update.

During an update mutation, the following fields behave in an "UPSERT" or UPDATE / INSERT manner:

Input Fields

ref (String!)

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

type (String)

Type of the InventoryCatalogue, typically used by the Orchestration Engine to determine the workflow that should be applied. Unless stated otherwise, no values are enforced by the platform.
Max character limit: 50.

status (String)

The current status of the InventoryCatalogue.
By default, the initial value will be CREATED, however no other status values are enforced by the platform.
The status field is also used within ruleset selection during orchestration. For more info, see Orchestration
Max character limit: 50.

attributes ([AttributeInput])

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

name (String)

The name of the Inventory Catalogue

description (String)

A short description of the Inventory Catalogue

retailerRefs ([String])

A list of Retailer references associated with this Inventory Catalogue