system.kanoa.item.getItemAttributes(paramsDict)
Returns item attribute data. paramsDict keys are optional
Parameters
paramsDict Dictionary
| - enabled | Boolean | |
| - itemAttrId | Integer | |
| - itemAttrName | String | |
| - itemId | Integer | |
| - itemIdList | List of Integers | |
| - itemPath | strng |
Returns
itemAttributeData pyDataset
Example
attributeData = system.kanoa.item.getItemAttributes({'itemAttrName': 'weight', 'itemId': 1})