system.kanoa.lot.getLots
Description
Retrieves lots filtered by the provided parameters.Syntax
getLots(paramsDict)Parameters:
Returns:
Dictionary
Parameter | Type | Required | Notes |
---|---|---|---|
lotId | int | ||
lotName | string | ||
itemId | int | ||
itemPath | string | ||
limit | int | limit the number of records returned |
Code Examples
# Example usage
>paramsDict = {}
>lots = system.kanoa.lot.getLots(paramsDict)
>print(lots) # Print the retrieved lots