Releases: vtex-apps/b2b-quotes-graphql
Releases · vtex-apps/b2b-quotes-graphql
v2.9.0
v2.8.1
Added
- Add fields creatorName, sellerName and childrenQuantity on quote entity
- Saving masterdata schema hash in settings to update when it changes
- Create a new quote to marketplace responsibility for remaining items when splitting a quote
- Create a new query to check sellers quotes on frontend
Changed
- Handle parent quote status and subtotal when updating splitted quotes
- Get all children quotes ordered by lastUpdate DESC once on getChildrenQuotes
v2.8.0
Added
- Provides a route for seller get paginated list of quotes at marketplace
- Provides a route for seller save a quote at marketplace
- Provides a route for get splited quotes based on parentID
v2.7.0
Added
- Add field quotesManagedBy on appSettings to handle splitting quotes
- Process splitting quote by seller if it accepts to manage quotes
- Notify seller with quote reference data as payload
- Provides a route for seller get a quote by id at marketplace
v2.6.4
Fixed
- Only update Status, LastUpdate and UpdateHistory, in expired quotes
v2.6.3
Fixed
- Set viewedByCustomer value False when value is null
v2.6.2
Added
- Add audit access metrics to all graphql APIs
v2.6.1
Fixed
- Set viewedByCustomer value corectly on quote creation
v2.5.5
Added
- Add getQuoteEnabledForUser query to be used by the b2b-quotes app
v2.5.4
Fixed
- Use listUsersPaginated internally instead of deprecated listUsers