List quotes
Returns the quotes as a flat array, newest-first, optionally narrowed by customer, store and/or status (draft | sent | accepted | expired | cancelled). This is the clienteling devis list — for a single estimate use the get operation.
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Query Parameters
Narrow to one customer's quotes (devis) by id.
Narrow to one store's quotes by store id.
Filter by status: draft | sent | accepted | expired | cancelled.
draft, sent, accepted, expired, cancelled Response
The matching quotes (empty array when none match).

