UpdateOnHand
Changed on:
13 Nov 2023
Overview
Update the onHand value of the Inventory Position according to the event attribute {InventoryPositionOnHandCalculated}
Plugin Name | Inventory Reference Module |
---|---|
Namespace | [[account.id]].globalinventory |
The Inventory Reference Module is the foundation for inventory related implementations. It provides reference Workflows for inventory ingestion and processing. Extensible by design, use this Module as a base to build a solution to the needs of your customers.
The Inventory Module includes the following areas:
- Product Catalogue workflow
- Inventory Catalogue workflow
- Control Group workflow
- Virtual Catalogue workflow
UI Description
Update the onHand value of the Inventory Position according to the event attribute {InventoryPositionOnHandCalculated}
Accepts
- INVENTORY_POSITION
Actions
- This rule produces a MutationAction that will update the given inventory's position onHand based on the above event attribute {InventoryPositionOnHandCalculated}
Rule parameters
This rule doesn't need any Input Parameters
Event attributes
Parameter | Description | Data Type | Required? |
InventoryPositionOnHandCalculated | The value for the new onHand | Integer | Required |
Exceptions
If the event attribute
`{InventoryPositionOnHandCalculated}`
Configuration example
1{
2 "name": "FLUENTRETAIL.globalinventory.UpdateOnHand"
3}
Language: json
Detailed Technical Description
The Inventory Positions
`onHand`
`MutationAction`
`{InventoryPositionOnHandCalculated}`
Version History
v2.0.0
refers to plugin