Changed on:
29 Aug 2024
Create an inventory quantity based on the incoming event attributes
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:
Create an inventory quantity based on the incoming event attributes
Parameter | Description |
| The type of the inventory quantity that will be created. |
Parameter | Description | Data Type | Required? |
| The associated inventory position ref | String | Yes |
| The quantity value of the Inventory Quantity | Integer | Yes |
| The date when the quantity is expected to be available | Date (ISO-8601 format) | No |
| The ref of the storage area where the quantity will be located | String | No |
| The condition of the quantity | String | No |
| Location of the Inventory Position | String | No |
| inventoryQuantityUpdate | [InventoryQuantity] | No |
Parameter | Description | Data Type | Required? |
| The reference of the inventory quantity | String | No |
| The type of the inventory quantity | String | No |
| The quantity value of the inventory quantity | Integer | No |
| The status of the inventory quantity | String | No |
`inventoryPositionRef`
`qty`
`qty`
`expectedOn`
1{
2 "name": "[[account.id]].globalinventory.CreateInventoryQuantity",
3 "props": {
4 "type":"SALE"
5 }
6}
Language: json
Creates an inventory quantity based on the incoming event attributes.
If the inventory quantity reference is not provided as
`inventoryQuantity.ref`
`PRD:LOC:DEFAULT`
`PRD:LOC:DEFAULT:SALE`
refers to plugin
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.