List Quotes
Retrieves basic information for all sales quotes in your store. Use the parameters to narrow your results, such as filtering by a date range or quotes from a specific Company account.
More detailed information, such as line items and shipping details, can be retrieved with the Get Quote Details endpoint.
Authentication
Query parameters
The number of results to skip before returning the first result. If left blank, this defaults to 0.
Determines the number of records to return per page. If left blank, this defaults to 10.
Sorts results by Company name (company), quote status (status), sales rep name (salesRep), creation date (createdAt), expiration date (expiredAt), or last updated date (updatedAt). It defaults to the last updated date if no parameter is provided.
The backend status of the sales quote. Note that these are not the same as buyer-facing quote status. See Quote Statuses for more information.
Enter one or more storefront channel IDs to retrieve quotes assigned to the storefront(s). Use 1 for your store’s default storefront channel. Separate channel IDs with a comma.
Response
OK
A 200 response has a body with information on all quotes based on the provided parameters. If there are no quotes that correspond to the provided parameter values, the endpoint still returns a 200 response, but the data array is empty.