This command adds the item with the specified item ID to your selected target's inventory. To add an item to your own inventory, use the command 'player.additem'. You can specify a negative amount to remove items from an inventory (e.g. -1 would remove 1 of the specified item).
additem [item id] [amount] Target Command
Item ID | The item ID of the item you wish to add to either your own, or your target's, inventory. See our list of item codes for item IDs. |
Amount | The amount of the item you wish to add, e.g. 1. Specify a negative number to remove items from the inventory. |
player.additem 0005ACE4 1
The item id for Iron Ingot is 0005ACE4. This command would add 1 iron ingot to your character's inventory.
player.additem 000DB5D2 6
The item id for leather is 000DB5D2. As the amount 6 has been specified, this command would add 6 leather to your character's inventory.
additem 0006F993 5
The item id for firewood is 0006F993. As the amount 5 has been specified, this command would add 5 firewood to the inventory of the NPC/object you currently have selected (click on an NPC with the console open to select it).