Skip to main content

CheckoutLinePrice Object

Description

Pricing information for a checkout line item including taxes.

Declaration

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

Fields

NameTypeDescription
taxes[CheckoutTax!]Taxes applied to this line item.
beforeTaxesFloat!Price before taxes are applied.
baseFloat!Base price of the line item.
subtotalFloat!Subtotal for this line item including taxes.
subtotalBeforeTaxesFloat!Subtotal for this line item before taxes.