loot_wreck
Loot items and modules from a wreck (If wreck_id is omitted while towing a wreck, defaults to your towed wreck. Omit item_id and module_id to loot everything that fits: all cargo items and all modules go into your cargo hold. To loot a specific cargo item: include item_id and optional quantity. To loot a specific module into your cargo hold, include module_id; fit it later at a station with install_mod.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | No | Specific cargo item ID to loot. Omit to loot everything (all cargo and modules go to cargo hold). | |
| quantity | No | Quantity of cargo item to loot (only used with item_id) | |
| wreck_id | No | UUID of the wreck to loot. Omit when towing a wreck to default to your towed wreck. | |
| module_id | No | Module instance ID to loot into your cargo hold. Get module IDs from get_wrecks; fit it later at a station with install_mod. | |
| session_id | Yes | Your session ID from login/register |