- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
listStockLocationAddresses - Stock Location Next Module Reference
This documentation provides a reference to the listStockLocationAddresses
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 paginated list of stock location addresses based on optional filters and configuration.
Parameters#
The filters to apply on the retrieved stock location address.
The configurations determining how the stock location address is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a stock location address.
select
or relations
, accept the
attributes or relations associated with a stock location address.A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<StockLocationAddressDTO[]>The list of stock location addressess.
Promise
Promise<StockLocationAddressDTO[]>Was this page helpful?