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