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.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the cart

Query Params
includes
array of strings

Optional list of objects (line-items, adjustments, price-breakups, usage-tiers, summary-groups, product, pricelist, option, pricelistitem, line-items.option, line-items.product, line-items.pricelist, line-items.pricelistitem) to be included in the response. Each object type must be specified in the query string separately.

includes
boolean
Defaults to true
Body Params

The quote override

string | null
shipToAccount
object
billToAccount
object
date-time | null
primaryContact
object
string | null
string | null
requestor
object
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

OK

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json