POST
CreateQuote

Create a quote. Products are added to it in the AddProductsToQuote operation.

POST
AddProductsToQuote

Add one or more product(s) to a new or existing quote

DELETE
DeleteProductFromQuote

Delete a product from an existing quote

GET
AllQuotes

Retrieve quote information (excluding the product information) for a range of quotes defined by offset and limit.

GET
GetQuote

Retrieve quote information (excluding the product information) for a single quote created by the authenticated
CustomerId.

GET
ProductsFromQuote

Retrieve product contents for a single QuoteId created by the authenticated CustomerId.