> ## Documentation Index
> Fetch the complete documentation index at: https://docs-pos.solya.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Parked sales

> Park a basket to serve another customer, then resume it later — or discard it.

The **Parked sales** counter holds a basket you set aside — to serve another
customer, wait on a decision, or free up the till — so you can pick it up again later.

## Parking and resuming

From the sale flow you can park the current basket. The parked-sales screen lists
every held cart; from there you can:

* **Resume** a parked cart — its basket is restored and you continue the sale.
* **Discard** a parked cart you no longer need.

Parked carts are persisted server-side and scoped to the store
(`POST /v1/parked`, `GET /v1/parked`, `POST /v1/parked/:id/resume`,
`DELETE /v1/parked/:id`), all gated by the `sale:create` permission. Product names on
each held cart are resolved for display.

## Related

* [Sell](/en/caisse/vente) — where a basket is parked and resumed.
* [Take payment](/en/caisse/encaissement) — settle a resumed basket.
