Quote Changelog
[1.0.1] - 2024-07-15
The new Quote-v4API (within product “Quote”) is replacing the current QuotingAPI (within product “Quoting”). QuotingAPI will continue to be supported into 2025.
Added/Benefits:
Increased performance
You will be able to add 300 products at one time to a quote. If there are more items in the quote, add them in multiples of 300.
Additional validation is included in the AddProductsToQuote operation to ensure that products added to the quote will be used for subsequent orders.
You will be able to see and modify quotes that were made by CustomerIDs which share the same customer location as the CustomerID authenticated in the API.
Changed:
Fields that are stored at the quote level (ex: Currency) are available in the AllQuotes & GetQuote operations. Fields that are tied to the individual rows in the quote are returned in the ProductsFromQuote operation
You will first create the quote using the CreateQuote operation and then populate it using then AddProductsToQuote operation.
Pagination is available in the AllQuotes and Products FromQuote operations.
Not included:
Two-legged OAuth. Only three-legged OAuth is supported.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.