CartFeeAllocation
A single fee charged on the cart, with the reason it applies. Sum these for the aggregate — or read CartCost.feeTotal.
type CartFeeAllocation {
amount: Money!
label: String!
}
Fields
CartFeeAllocation.amount ● Money! non-null object
Amount of this fee, in the cart currency.
CartFeeAllocation.label ● String! non-null scalar
Buyer-facing name of the charge, already translated to the shop language — render it as the summary row label. Never build your own copy for this row: what the fee is called is the merchant's decision and it also has to match the invoice.
Member Of
CartCost object