CartTotal
No description
type CartTotal {
subTotal: Float!
subTotalNet: Float!
discountPercentage: Float!
totalNet: Float!
totalGross: Float!
discountNet: Float!
discountGross: Float!
}
Fields
CartTotal.subTotal ● Float! non-null scalar
The total payable amount of all items in this cart, so excluding postageCosts, paymethodsCosts and discounts. Excluding VAT
CartTotal.subTotalNet ● Float! non-null scalar
The total payable amount of all items in this cart, so excluding postageCosts, paymethodsCosts and discounts. Including VAT
CartTotal.discountPercentage ● Float! non-null scalar
Discount percentage that is applied to the order total through one or multiple incentives.
CartTotal.totalNet ● Float! non-null scalar
The total payable amount for this cart. Including VAT
CartTotal.totalGross ● Float! non-null scalar
The total payable amount for this cart. Excluding VAT
CartTotal.discountNet ● Float! non-null scalar
Discount that is applied to the order total through one or multiple incentives. Including VAT.
CartTotal.discountGross ● Float! non-null scalar
Discount that is applied to the order total through one or multiple incentives. Excluding VAT.