system.kanoa.item.getItemAttributes
Description
Returns the item attribute data.Syntax
getItemAttributes(paramsDict)Parameters:
Returns:
Dictionary
| Parameter | Type | Required | Notes | 
|---|---|---|---|
| itemAttributeId | int | e.g. 1 | |
| itemAttrName | string | e.g. 'weight' | |
| itemId | int | e.g. 1 | |
| itemIdList | list[int] | e.g. [1,2,3] | |
| enabled | bool | ||
| itemPath | string | 
Code Examples
attributeData = system.kanoa.item.getItemAttributes({'itemAttrName': 'weight', 'itemId': 1})