All Release Notes
Added RenegotiationAddressed state to QuoteState
2 June 2023
Composable Commerce
HTTP API
Enhancement
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
RenegotiationAddressed
field to QuoteState. - [GraphQL API] Changed the
QuoteState
type:- Enum value
RenegotiationAddressed
was added to enumQuoteState
- Enum value
The following changes were introduced in terms of GraphQL SDL:
extend enum QuoteState {RenegotiationAddressed}