OrderLine

A line on an order representing how many of a product are delivered and for what price.

Fields

metadata (JSON)

Metadata makes it possible to store additional information on objects.

product (Product!)

The product for this order line

productSku (String)

The product sku at the moment or order creation

productTitle (String)

The product title at the moment or order creation

productType (OrderedProductTypes)

The product type at the moment of order creation

quantity (Int!)

The quantity of products for this order line

taxPercentage (Float)

The tax percentage for this order line

totalAmountExcludingTaxCents (Int)

The total amount for this order line excluding tax in cents (not including discounts)

totalAmountIncludingTaxCents (Int)

The total amount for this order line including tax in cents (not including discounts)

Last updated