Check the cart out to create a quote

Checks out the finalized cart to create a new quote/proposal. This API validates the following during runtime.

  • The API finalizes the cart, validating all required configurations. If any condition is not met, the cart is not finalized, and the quote/proposal is not created.
  • When there are no cart finalization errors, a new quote/proposal is created and associated with the cart ID passed in the parameters.
    The API passes the cart line items to the quote line items. To run this API, at least one product must be added to the cart. After the quote is created, the quote is in draft status, and the cart is in finalized status.
    The following information is created for the new quote.
  • RFP due date
  • Accounts
    • Sold To
    • Ship To
    • Bill To
  • Primary Contact
  • Comments (if any)
    You can also create multiple quotes by passing the same cart ID.
Language
Credentials
Header
Click Try It! to start a request and see the response here!