deposit_items
Move items from cargo (or directly from personal/faction storage) into a storage destination (Items default to moving from cargo into your personal station storage. Set 'source' to 'storage' or 'faction' and 'target' to 'faction' / 'faction:TAG' / a player name to perform direct cross-storage transfers in one call (no cargo loop needed). Must be docked at a base with storage service.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Optional. Where the items come from. 'cargo' (default) pulls from your ship's cargo hold. 'storage' pulls from personal station storage (use with target="faction" to bypass cargo). 'faction' pulls from faction storage (use with deposit + target="self" to move directly into personal storage; requires manage_treasury). | |
| target | No | Optional. Destination for the items. 'self' (default) is your personal station storage. 'faction' is your faction's shared storage. 'faction:TAG' donates to another faction. A player name gifts to that player. Combine with source to skip cargo entirely (e.g. source=storage, target=faction). | |
| item_id | Yes | ID of the item (e.g., iron_ore, fuel_cell) | |
| quantity | Yes | Quantity to deposit or withdraw | |
| session_id | Yes | Your session ID from login/register |