CreateInventoryCatalogueInput
Input parameter for the createInventoryCatalogue
mutation. The ref
field will be the unique identifier for this catalogue.
The following default values will be set on creation:
-
status
=CREATED
-
workflowRef
=INVENTORY_CATALOGUE::<inventory_catalogue.type>
-
workflowVersion
=<Workflow.majorVersion>.<Workflow.minorVersion>
.
After data persistence, an orchestration event will be fired providing the opportunity to perform business logic within a workflow.
Backward Compatibility Note
With the introduction of Global Inventory, we have introduced new data structures to support this functionality. Existing orchestration enabled clients will have access to their existing product based data via theCOMPATIBILITY:<retailerId>
catalogue.
For more information, please refer to the Backward Compatibility Guide on Lingo
Input Fields
String!
)
The unique reference identifier for the Inventory Catalogue.
Max character limit: 100.
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.
[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.
String!
)
The name of the Inventory Catalogue
String
)
A short description of the Inventory Catalogue
[String]
)
A list of Retailer references associated with this Inventory Catalogue