> For the complete documentation index, see [llms.txt](https://docs.xtrakit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xtrakit.com/overview/sales.md).

# Sales

XtraKit's Sales API allows you to programmatically handle sales data. Sales management may be easily integrated into your applications by using it to retrieve, add, change, or manage sales.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>List Sale </strong><mark style="color:green;"><strong><code>GET</code></strong></mark></td><td>Retrieve a list of all sales and you can also filter your results.</td><td></td><td><a href="/overview/sales/list-sales.md">List Sales</a></td></tr><tr><td><strong>Fetch Sale </strong><mark style="color:green;"><strong><code>GET</code></strong></mark></td><td>Retrieve a specific sale using the invoice code. To retrieve complete sale details.</td><td></td><td><a href="/overview/sales/fetch-sale.md">Fetch Sale</a></td></tr><tr><td> <strong>Add Sale </strong><mark style="color:yellow;"><strong><code>POST</code></strong></mark></td><td>Allows you to add a new sales record such as an invoice or receipt. </td><td></td><td><a href="/overview/sales/add-sale.md">Add Sale</a></td></tr><tr><td> <strong>Edit Sale </strong><mark style="color:purple;"><strong><code>PUT</code></strong></mark></td><td>Modify an existing sale's information. In an unfinalized sale, this endpoint can be used to change pricing, goods, or quantities.</td><td></td><td><a href="/overview/sales/edit-sale.md">Edit Sale</a></td></tr></tbody></table>
