OrderLine
A line on an order representing how many of a product are delivered and for what price.
Fields
id (ID!)
metadata (JSON)
product (Product!)
productSku (String)
productTitle (String)
productType (OrderedProductTypes)
quantity (Int!)
taxPercentage (Float)
totalAmountExcludingTaxCents (Int)
totalAmountIncludingTaxCents (Int)
Last updated
Was this helpful?