Skip to content

Releases: vtex-apps/b2b-quotes-graphql

v2.9.0

23 Jan 16:33
Compare
Choose a tag to compare

Fixed

  • Changed some members to readonly to fix SonarCloud's code smells.

v2.8.1

23 Jan 15:52
Compare
Choose a tag to compare

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

13 Jan 17:44
Compare
Choose a tag to compare

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

09 Jan 17:27
Compare
Choose a tag to compare

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

31 Oct 15:24
Compare
Choose a tag to compare

Fixed

  • Only update Status, LastUpdate and UpdateHistory, in expired quotes

v2.6.3

30 Oct 16:29
Compare
Choose a tag to compare

Fixed

  • Set viewedByCustomer value False when value is null

v2.6.2

02 Oct 12:49
Compare
Choose a tag to compare

Added

  • Add audit access metrics to all graphql APIs

v2.6.1

09 Sep 11:52
Compare
Choose a tag to compare

Fixed

  • Set viewedByCustomer value corectly on quote creation

v2.5.5

04 Sep 13:09
Compare
Choose a tag to compare

Added

  • Add getQuoteEnabledForUser query to be used by the b2b-quotes app

v2.5.4

20 Aug 16:46
Compare
Choose a tag to compare

Fixed

  • Use listUsersPaginated internally instead of deprecated listUsers