- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
retrieveStockLocation - Stock Location Next Module Reference
This documentation provides a reference to the retrieveStockLocation
method. This belongs to the Stock Location Next Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method retrieves a stock location by its ID.
Example#
Parameters#
id
stringThe ID of the stock location.
The configurations determining how the stock location is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a stock location.
select
or relations
, accept the
attributes or relations associated with a stock location.A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<StockLocationDTO>The retrieved stock location.
Promise
Promise<StockLocationDTO>Was this page helpful?