system.mes.location.getAllLocationPathsWithInventoryOperations
Deprecated
This method is deprecated. Use system.mes.inventory.operation.getAllLocationPathsWithInventoryOperations() instead, which also supports an optional path prefix filter.
Description
Retrieves all Location paths for locations that have associated Inventory Operations.
Syntax
system.mes.location.getAllLocationPathsWithInventoryOperations()
Parameters
| Parameter | Type | Nullable | Description |
|---|---|---|---|
| None | - | - | This method does not take any parameters. |
Returns
Returns a list of strings representing location paths that have associated inventory operations.
Code Examples
# Deprecated - use system.mes.inventory.operation.getAllLocationPathsWithInventoryOperations() instead
paths = system.mes.location.getAllLocationPathsWithInventoryOperations()
print(paths)