Query for quotes
GET/api/v3/quote
Available query parameter values for filtering:
quote_idcustomer_idbrand_idcurrency_idrefnumbertokenexternal_keydatebill_stateship_statebill_countryship_countryquote_status_strquote_status_state
Valid values for quote_status_str:
- open-new
- open-sent
- closed-won
- closed-lost
Valid values for quote_status_state:
o(any “open” quote, i.e. any that have not been accepted or lost)c(any “closed” quote, i.e. any that have been accepted or lost)
By default, only the overview quote details are returned (i.e. no individual line items). If you get a specific quote by quote id value (e.g. GET /api/v3/quote/1234) you'll get back the invoice line items
Request
Responses
- 200
- 400
- 401
Object was fetched successfully
Bad request
Authentication error