OrderFinancial
No description
type OrderFinancial {
customerShipping: Decimal
discount: Decimal
shipping: Decimal!
subtotal: Decimal!
taxes: Decimal!
total: Decimal!
}
Fields
OrderFinancial.customerShipping
● Decimal
scalar
The amount of shipping charged to the customer.
OrderFinancial.discount
● Decimal
scalar
The amount of discount applied to the order.
OrderFinancial.shipping
● Decimal!
non-null scalar
The actual amount of shipping charged by the fulfillment provider.
OrderFinancial.subtotal
● Decimal!
non-null scalar
The subtotal amount of the order.
OrderFinancial.taxes
● Decimal!
non-null scalar
The amount of taxes paid.
OrderFinancial.total
● Decimal!
non-null scalar
The total amount of the order.
Member Of
Order
object