Changed on:
29 Aug 2024
Updates an inventory quantity of type {type} using the 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:
Updates an inventory quantity of type {type} using the event attributes.
Parameter | Type | Description |
| String | The type of the inventory quantity to be updated. |
Parameter | Description | Data Type | Required? |
| Inventory position reference that the Inventory Quantity is related to | String | Yes |
| Quantity for the Inventory Quantity to be updated to | Integer | Yes |
| Condition for the Inventory Quantity to be updated to | String | Yes |
| Expected date for the Inventory Quantity to be updated to | Date (ISO-8601 format) | No |
| Storage area for the Inventory Quantity to be updated to | 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 |
`{type}`
`expectedOn`
1{
2 "name": "[[account.id]].globalinventory.UpdateInventoryQuantity",
3 "props": {
4 "type": "LAST_ON_HAND"
5 }
6}
Language: json
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.