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.
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 — where a basket is parked and resumed.
- Take payment — settle a resumed basket.

