GraphQL OBJECT
The flat renewal quote as result of a search.
type RenewalQuoteItemSearchResult {# Number of items.quantity: Int # Unique ID of the product.productId: Int # Product name used in customer communication.productName: String # Type of product.productType: ProductType # Default language for localized product fields.productBaseLanguage: Language }