Skip to main content
The Quotes counter drafts a quote (devis) for a customer, tracks it through its lifecycle, and converts an accepted quote into a sale.

Drafting a quote

Build a quote from lines for a customer (POST /v1/quotes). Creating a quote requires the sale:create permission. The managed list of quotes is read live and scoped to the store (GET /v1/quotes).

Lifecycle

A quote moves through:
  • Send — issue the quote to the customer.
  • Accept — the customer accepts.
  • Cancel — withdraw the quote.

Converting to a sale

An accepted quote can be converted straight to checkout — the quote’s lines become the basket, ready to take payment.