CreateInventoryQuantityInput

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

The following default values will be set on creation:

Input Fields

ref (String!)

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

catalogue (InventoryCatalogueKey!)

The Inventory Catalogue in which this Position is managed

position (InventoryPositionKey!)

The associated parent Inventory Position of which this Quantity applies

type (String!)

Type of the InventoryQuantity, 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 Quantity. This can be used to extend the existing data structure with additional data for use in orchestration rules, etc.

quantity (Int!)

The actual amount of this specific Quantity record

condition (String)

The condition of the Inventory Quantity value. The platform does not enforce any values here. Examples could include NEW, USED, or DAMAGED

expectedOn (DateTime)

The date and time the quantity is expected to arrive

storageAreaRef (String)

A reference to the Storage Area where this inventory is kept.
Max character limit: 100.

parent (InventoryQuantityKey)

A reference to the parent InventoryQuantity (used for hierarchical relationships) The parent must be within the same Inventory Position

expiresOn (DateTime)

An expiration date and time of the inventory quantity

associationType (String)

A type of association with an external entity (e.g. purchase order, in-transit shipment, fulfilment)

associationRef (String)

A reference of the associated external entity

countryOfOrigin (String)

A country where the product was manufactured

channel (String)

A sales channel associated with this inventory quantity

manufacturer (String)

A name or identifier of the product manufacturer

manufacturerBatchNumber (String)

A batch number assigned by the manufacturer

supplier (String)

A product supplier

segment1 (String)

An additional segment 1

segment2 (String)

An additional segment 2

segment3 (String)

An additional segment 3