create - Inventory Next Module Reference
This documentation provides a reference to the create
method. This belongs to the Inventory Next Module.
create(input, context?): Promise<InventoryItemDTO[]>
This method creates inventory items.
Example
Parameters
The details of the inventory items to be created.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
The created inventory items.
create(input, context?): Promise<InventoryItemDTO>
This method creates an inventory item.
Example
Parameters
The details of the inventory item to be created.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
The created inventory item.
Was this section helpful?