OBJECT
type Cart {aggregatedDiscounts: [Discount] discountTotal: Price externalCheckoutUrl: Uri id: String items: [CartItem] productPreviousTotal: Price productTotal: Price totalQuantity: Int }