DW.id2name (eng) - datawizio/pythonAPI GitHub Wiki
Parameters:
id_list: list [<int>, <int>, <int>, ...]
typ: str {'category', 'products'}, default: "category"
List of ids.
Type of id (for categories or products).
Returns:
Returns wordindex where keys are ids and values are names.
{'<category_id>': <category_name>
...
}
or
{'<product_id>': <product_name>}