WoW API: EquipItemByName
Equips an item, optionally into a specified slot.
EquipItemByName(itemId or "itemName" or "itemLink"[, slot])
Parameters
Arguments
- itemId
- Integer - The numeric ID of the item. ie. 12345
- itemName
- String - The name of the item, ie "Worn Dagger". Partial names are valid inputs as well, ie "Worn". If several items with same piece of name exists, the first one found will be equipped.
- itemLink
- String - The itemLink, when Shift-Clicking items.
- slot
- Numeric - (optional) - The inventory slot to put the item in, obtained via GetInventorySlotInfo().