CreateInventoryPositionInput

Input parameter for the createInventoryPosition mutation. An inventory position ref should be unique within the bounds of the specified catalogue, which together makes up the unique identifier for the InventoryPosition record.

The following default values will be set on creation:

Input Fields

ref (String!)

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

catalogue (InventoryCatalogueKey!)

The Inventory Catalogue in which this Position is managed

type (String!)

Type of the InventoryPosition, 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.

attributes ([AttributeInput])

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

productRef (String!)

A reference identifying a Product. The referenced product may or may not exist within one or more Product Catalogues. This is a loosely coupled association, since Product and Inventory are separate domains.

onHand (Int)

The calculated on hand quantity based on the associated quantities, and rules in the orchestration workflow

locationRef (String!)

A reference identifying the Location where this inventory exists. This is a loosely coupled association.

quantities ([InventoryQuantityKey])

A list of Inventory Quantities associated with this Position