create - Stock Location Next Module Reference
This documentation provides a reference to the create
method. This belongs to the Stock Location Next Module.
create(input, context?): Promise<StockLocationDTO>
This method creates a stock location.
Example
Parameters
The stock location to create.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
The created stock location.
create(input, context?): Promise<StockLocationDTO[]>
This method creates stock locations.
Example
Parameters
The stock locations to create.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
The created stock locations.
Was this section helpful?