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.
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.
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.
For example requests and more information about authenticating BigCommerce APIs, see Authentication and Example Requests.
For more about BigCommerce OAuth scopes, see our Guide to API Accounts.
For a list of API status codes, see API Status Codes.
Enter a Unix timestamp to retrieve all quotes created before that time.
Enter a Unix timestamp to retrieve all quotes created after that time.
Enter a Unix timestamp to retrieve all quotes modified before that time.
Enter a Unix timestamp to retrieve all quotes modified after that time.
Enter a Unix timestamp to retrieve all quotes that expired before that time.
Enter a Unix timestamp to retrieve all quotes that expired after that time.