Skip to main content

TaxableObjectLine Object

No description

type TaxableObjectLine {
sourceLine: TaxSourceLine!
quantity: Int!
chargeTaxes: Boolean!
productName: String!
variantName: String!
productSku: String
unitPrice: Money!
totalPrice: Money!
}

Fields

sourceLine ● TaxSourceLine!

The source line related to this tax line.

quantity ● Int!

Number of items.

chargeTaxes ● Boolean!

Determines if taxes are being charged for the product.

productName ● String!

The product name.

variantName ● String!

The variant name.

productSku ● String

The product sku.

unitPrice ● Money!

Price of the single item in the order line. The price includes catalogue promotions, specific product and applied once per order voucher discounts. The price does not include the entire order discount.

totalPrice ● Money!

Price of the order line. The price includes catalogue promotions, specific product and applied once per order voucher discounts. The price does not include the entire order discount.

Member Of

TaxableObject object