2 June 2023
QuotesGraphQL
A new state 
RenegotiationAddressed has been added to QuoteState. With this new state, Sellers can see Quotes where renegotiations requested by the respective buyer have been addressed.Changes:
- [API] Added 
RenegotiationAddressedfield to QuoteState. - [GraphQL API] Changed the 
QuoteStatetype:- Enum value 
RenegotiationAddressedwas added to enumQuoteState 
 - Enum value 
 
The following changes were introduced in terms of GraphQL SDL:
extend enum QuoteState {
  RenegotiationAddressed
}