system.kanoa.item.checkItemClassPath
Description
Checks if an itemClassPath exists and creates it if it doesn't exist.Syntax
checkItemClassPath(itemClassPath, userId)- itemClassPath (string)
- userId (int)
itemClassId (int)
Code Example
# Example Usage:
data = system.kanoa.item.checkItemClassPath('Acme\Giant Slingshots\Finished Goods', 18)
print data
>
49
>>>