OrderFeeAllocation
A single fee charged on the order, frozen at checkout. Mirrors a cart fee allocation; the sum across allocations equals OrderTotals.feeTotal.
type OrderFeeAllocation {
amount: Money!
label: String!
}
Fields
OrderFeeAllocation.amount ● Money! non-null object
Amount of this fee, in the order currency.
OrderFeeAllocation.label ● String! non-null scalar
Buyer-facing name of the charge, already translated — render it as the summary row label. It is the same wording the invoice uses, so do not substitute your own.
Member Of
OrderTotals object