withdraw_items
Move items from station storage into cargo (or use source/target for direct transfers) (By default items go from your personal storage into cargo. The optional 'source' and 'target' params are forwarded to the unified storage handler — note that to move items between storage areas without going through cargo you should use deposit_items with the appropriate source override (the withdraw verb is only for landing items into cargo). Must have cargo space. 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 |