Changed on:
30 Nov 2023
Create an inventory position 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 position based on the incoming event attributes
This rule has no Input Parameters
Parameter | Description | Data Type | Required? |
inventoryPositionRef | The associated inventory position ref | String | Required |
type | The inventory position type | String | Required |
productRef | The ref of the variant product associated to the inventory position | String | Required |
locationRef | The location ref associated to the inventory position | String | Required |
qty | The initial quantity value for the Inventory Position | Integer | Required |
No exceptions are currently thrown by this rule.
1{
2 "name": "{{accountId}}.globalinventory.CreateInventoryPosition"
3}
Language: json
The rule using a MutationAction to create an Inventory Position, the action uses the
`{inventoryPositionRef}`
`{type}`
`{qty}`
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.