quote_archive_order
Generate a binding quote for an archive order, providing the quote ID and purchase details for confirmation before executing the order.
Instructions
Generate a binding quote for an archive order. Returns a quote_id (valid 15 minutes) and a human-readable summary of what will be purchased and at what price. Present this to the user and wait for explicit confirmation before calling execute_archive_order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aoi | Yes | GeoJSON Polygon for the order area — must overlap the archive footprint | |
| archive_id | Yes | Archive ID from search_archive results (archiveId field) | |
| overlap_sqkm | Yes | Overlap area in sq km from search results (overlapSqkm) | |
| price_per_sqkm_usd | Yes | Price per sq km from search results (priceForOneSquareKm) | |
| price_full_scene_usd | Yes | Full scene price from search results (priceFullScene) |