UpdateInventoryQuantityInput
Input parameter for the updateInventoryQuantity mutation. An inventory quantity ref is unique within the bounds of the specified catalogue, which together makes up the unique identifier for the InventoryQuantity record.
During an update mutation, the following fields behave in an "UPSERT" or UPDATE / INSERT manner:
-
attributes-nameis the unique key for the Attributetypeandvalue. If an associated Attribute with a matchingnamealready exists, then thetypeandvaluefields will be updated, else it will be inserted. 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.
Input Fields
String!)
The unique reference identifier for the Inventory Quantity.
Max character limit: 100.
InventoryCatalogueKey!)
The Inventory Catalogue in which this Position is managed
String)
The current status of the InventoryQuantity.
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.
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.
[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.
Int)
The actual amount of this specific Quantity record
String)
The condition of the Inventory Quantity value. The platform does not enforce any values here. Examples could include NEW, USED, or DAMAGED
DateTime)
The date and time the quantity is expected to arrive
String)
A reference to the Storage Area where this inventory is kept.
Max character limit: 100.
InventoryQuantityKey)
A reference to the parent InventoryQuantity (used for hierarchical relationships) The parent must be within the same Inventory Position
DateTime)
An expiration date and time of the inventory quantity
String)
A type of association with an external entity (e.g. purchase order, in-transit shipment, fulfilment)
String)
A reference of the associated external entity
String)
A country where the product was manufactured
String)
A sales channel associated with this inventory quantity
String)
A name or identifier of the product manufacturer
String)
A batch number assigned by the manufacturer
String)
A product supplier
String)
An additional segment 1
String)
An additional segment 2
String)
An additional segment 3