Skip to main content

CheckoutShippingPrice Object

Description

Shipping price information including taxes.

Declaration

type CheckoutShippingPrice {
taxes: [CheckoutTax!]
beforeTaxes: Float!
base: Float!
subtotal: Float
subtotalBeforeTaxes: Float
}

Fields

NameTypeDescription
taxes[CheckoutTax!]Taxes applied to shipping.
beforeTaxesFloat!Shipping price before taxes are applied.
baseFloat!Base shipping price.
subtotalFloatShipping subtotal including taxes.
subtotalBeforeTaxesFloatShipping subtotal before taxes.