Skip to main content
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.
  • Sell — where a basket is parked and resumed.
  • Take payment — settle a resumed basket.