Skip to main content

TaxableObjectLine

No description

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

Fields

TaxableObjectLine.sourceLine ● TaxSourceLine! non-null union miscellaneous

The source line related to this tax line.

TaxableObjectLine.quantity ● Int! non-null scalar miscellaneous

Number of items.

TaxableObjectLine.chargeTaxes ● Boolean! non-null scalar miscellaneous

Determines if taxes are being charged for the product.

TaxableObjectLine.productName ● String! non-null scalar miscellaneous

The product name.

TaxableObjectLine.variantName ● String! non-null scalar miscellaneous

The variant name.

TaxableObjectLine.productSku ● String scalar miscellaneous

The product sku.

TaxableObjectLine.unitPrice ● Money! non-null object miscellaneous

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.

TaxableObjectLine.totalPrice ● Money! non-null object miscellaneous

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