CheckoutShippingPrice Object
Description
Shipping price information including taxes.
Declaration
type CheckoutShippingPrice {
taxes: [CheckoutTax!]
beforeTaxes: Float!
base: Float!
subtotal: Float
subtotalBeforeTaxes: Float
}
Fields
| Name | Type | Description |
|---|---|---|
taxes | [CheckoutTax!] | Taxes applied to shipping. |
beforeTaxes | Float! | Shipping price before taxes are applied. |
base | Float! | Base shipping price. |
subtotal | Float | Shipping subtotal including taxes. |
subtotalBeforeTaxes | Float | Shipping subtotal before taxes. |