quote

Number of APIs: 13

Manage the customers' quotes before going to checkout.


Key Features: * The Quote Management feature provides the possibility to create, read, update, and delete a quote. * Quote requested created by customer * Quote created by employee of behalf of the customer * Accepting and declining a quote as employee or customer * Notification for customer for created quote * Notification for employee if customer created a quote request * Quote overview


Key Benefits: * Ability to generate and retrieve quotes without going directly to checkout * Streamlined purchasing process with quote management within one platform * Automated notifications minimizing the amount of manual work * Transparent quote status * Easy-to-integrate quotation process

  1. Quote management - Retrieving quotes GET {{api-url}}/quote/{{tenant}}/quotes?pageSize=60&pageNumber=1&sort=<string>&q=<string>&fields=<string>

  2. Quote management - Creating a quote from cart POST {{api-url}}/quote/{{tenant}}/quotes

  3. Quote management - Retrieving a single quote GET {{api-url}}/quote/{{tenant}}/quotes/{{quoteId}}

  4. Quote management - Partially updating a quote - change customer of the quote PATCH {{api-url}}/quote/{{tenant}}/quotes/{{quoteId}}

  5. Quote history - Retrieving quote history GET {{api-url}}/quote/{{tenant}}/quotes/{{quoteId}}/history

  6. Quote pdf - Creating a quote PDF POST {{api-url}}/quote/{{tenant}}/quotes/{{quoteId}}/pdf

  7. Quote reason - Creating a reason for changing the quote status POST {{api-url}}/quote/{{tenant}}/quote-reasons

  8. Quote reason - Retrieving the reasons for changing the quote status GET {{api-url}}/quote/{{tenant}}/quote-reasons?pageSize=60&pageNumber=1&sort=<string>&q=<string>&fields=<string>

  9. Quote reason - Deleting the reason for changing the quote status DELETE {{api-url}}/quote/{{tenant}}/quote-reasons/{{quoteReasonId}}

  10. Quote reason - Updating the reason for changing the quote status PUT {{api-url}}/quote/{{tenant}}/quote-reasons/{{quoteReasonId}}