Changed on:
11 Sept 2024
Notifies the inventory positions of the incoming deltas with event
`{eventName}`
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:
Notifies the inventory positions of the incoming deltas with event {eventName}
`{eventName}`
Parameter | Type | Description |
| String | The name of the event to be triggered |
Parameter | Description | Data Type | Required? |
| A list of delta inventory quantities to be created | [InventoryDelta] | Yes |
Parameter | Description | Data Type | Required? |
| The Id of the delta that uniquely identifies this delta element | String | No |
| The inventory position type | String | No |
| The ref of the variant product associated to the inventory position | String | No |
| The location ref associated to the inventory position | String | No |
| The quantity | Integer | No |
If there is no inventory position found for any of the delta records, a
`RubixException`
1{
2 "name": "[[account.id]].globalinventory.SplitDeltasAndDownToInventoryPosition",
3 "props": {
4 "eventName": "CreateInventoryDelta"
5 }
6}
Language: json
This rule parses/deserializes the
`deltas`
`InventoryDelta`
`deltas`
`productRef`
`locationRef`
`entitySubtype`
`:`
If
`entitySubtype`
`DEFAULT`
For example, for
`"productRef":"PRD"`
`"locationRef":"LOC"`
`"entitySubtype":"DEFAULT"`
`PRD:LOC:DEFAULT`
Please note that the generated inventory position reference is used to group all the
`InventoryDelta`
`InventoryDelta`
`deltas`
`InventoryDelta`
`InventoryDelta`
1 public class InventoryDelta {
2 private String productRef;
3 private String locationRef;
4 private Integer qty;
5 private String type;
6 private String deltaId;
7 }
Language: java
Name: InventoryDelta
Description:
[Warning: empty required content area]Refers to the Product Release Version
Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.