CartTotalPrice
No description
type CartTotalPrice {
total: MonetaryValue!
totalBeforeDiscount: MonetaryValue!
}
Fields
total ● MonetaryValue!
The total price of the cart
totalBeforeDiscount ● MonetaryValue!
The total price of the cart before applied order discount codes
Example
{
"total": {
"currency": {
"code": "USD",
"rate": 11.355,
"prefix": "$"
},
"tax": {}
}
}