- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createInventoryItems - Inventory Next Module Reference
This documentation provides a reference to the createInventoryItems
method. This belongs to the Inventory Next Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
createInventoryItems(input, context?): Promise<InventoryItemDTO[]>#
This method creates inventory items.
Example#
Parameters#
input
CreateInventoryItemInput[]The details of the inventory items to be created.
input
CreateInventoryItemInput[]A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<InventoryItemDTO[]>The created inventory items.
Promise
Promise<InventoryItemDTO[]>createInventoryItems(input, context?): Promise<InventoryItemDTO>#
This method creates an inventory item.
Example#
Parameters#
The details of the inventory item to be created.
A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<InventoryItemDTO>The created inventory item.
Promise
Promise<InventoryItemDTO>Was this page helpful?