Skip to main content

Query for quotes

GET 

/api/v3/quote

Available query parameter values for filtering:

  • quote_id
  • customer_id
  • brand_id
  • currency_id
  • refnumber
  • token
  • external_key
  • date
  • bill_state
  • ship_state
  • bill_country
  • ship_country
  • quote_status_str
  • quote_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

Query Parameters

    where string

    quote_status_state:EQUALS:o

    order string

    quote_id:ASC

    limit string

    2

    offset string

    8

Responses

Object was fetched successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response object
Loading...