API for Quotes
Under ConsiderationWe'd like an API feed for Quotes, similar to what's already available for Orders and Payments.
Right now Quotes are one of the only areas that isn't accessible via API. Everything else — orders, payments, production status — feeds through automatically, but Quotes still have to be downloaded and re-uploaded manually into our CRM. Given Quotes are a core part of what a CRM is meant to handle, this manual step is a real gap.
We already use the Order Management API (/api/json/manage_orders/find) to search and filter orders by date, status, and so on. Ideally we'd like the same structure applied to Quotes — a comparable search endpoint (e.g. /api/json/manage_quotes/find) with the same kind of condition-based filtering (date created, status, customer, invoice/quote number) and returning the equivalent quote-level fields (line items, pricing, customer details). That would let us pull quotes directly into our CRM the same way we already do for orders, without manual handling.
Please sign in to leave a comment.
Comments
0 comments