All Release Notes
Introduced 'cart' field on QuoteRequest
21 August 2023
Composable Commerce
HTTP API
Enhancement
QuotesGraphQL
With the introduction of the cart field on QuoteRequest, you can now know the Cart from which a Quote was requested.
Changes:
- [API] Added the
cartfield to QuoteRequest. - [GraphQL API] Changed the
QuoteRequesttype:- Added the
cartReffield to theQuoteRequesttype.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type QuoteRequest {cartRef: Reference}