We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Parameters:
id_list: list [<int>, <int>, <int>, ...]
Список id.
typ: str {'category', 'products'}, default: "category"
Тип id (для категорій, чи товарів).
Returns:
Повертає словник, де ключами є id, а значеннями - імена.
{'<category_id>': <category_name> ... } або {'<product_id>': <product_name>}