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
-
Quote management - Retrieving quotes GET {{api-url}}/quote/{{tenant}}/quotes?pageSize=60&pageNumber=1&sort=<string>&q=<string>&fields=<string>
-
Quote management - Creating a quote from cart POST {{api-url}}/quote/{{tenant}}/quotes
-
Quote management - Retrieving a single quote GET {{api-url}}/quote/{{tenant}}/quotes/{{quoteId}}
-
Quote management - Partially updating a quote - change customer of the quote PATCH {{api-url}}/quote/{{tenant}}/quotes/{{quoteId}}
-
Quote history - Retrieving quote history GET {{api-url}}/quote/{{tenant}}/quotes/{{quoteId}}/history
-
Quote pdf - Creating a quote PDF POST {{api-url}}/quote/{{tenant}}/quotes/{{quoteId}}/pdf
-
Quote reason - Creating a reason for changing the quote status POST {{api-url}}/quote/{{tenant}}/quote-reasons
-
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>
-
Quote reason - Deleting the reason for changing the quote status DELETE {{api-url}}/quote/{{tenant}}/quote-reasons/{{quoteReasonId}}
-
Quote reason - Updating the reason for changing the quote status PUT {{api-url}}/quote/{{tenant}}/quote-reasons/{{quoteReasonId}}