# Deals (vendor pipeline)

> Track vendor deals through the vendor sales pipeline — create, update, stats, and lifecycle operations.

<!-- Source: https://docs.actuallycare.com/tools/deals -->

Track vendor deals through the vendor sales pipeline — create, update, stats, and lifecycle operations.
## Tools (8)
| Tool | Type | What it does |
| --- | --- | --- |
| [`deals_list`](/tools/deals/deals_list) | Read-only | Search for vendor deals by title, status, vendor type, or deal type. |
| [`deals_get`](/tools/deals/deals_get) | Read-only | Get full details of a vendor deal by UUID, including contact info, vendor type, deal type, financial details (amount, fee, commission), linked partner, linked escrow, property address, notes, and tags. |
| [`deals_create`](/tools/deals/deals_create) | Creates data | Create a new vendor deal to track a transaction or payment with a vendor partner. |
| [`deals_update`](/tools/deals/deals_update) | Updates data | Update an existing vendor deal's information or status. |
| [`deals_stats`](/tools/deals/deals_stats) | Read-only | Get aggregate statistics for vendor deals: total count, counts by status, counts by payment status, total revenue, total fees, total commissions, counts by vendor type. |
| [`deals_archive`](/tools/deals/deals_archive) | Updates data | Archive a vendor deal to hide it from active views without deleting it. |
| [`deals_restore`](/tools/deals/deals_restore) | Updates data | Restore a previously archived vendor deal back to active views. |
| [`deals_delete`](/tools/deals/deals_delete) | Irreversible | Permanently delete a vendor deal. |
