# OrderLine

### Fields

#### id ([ID](https://developer.firmhouse.com/graphql-api/api-reference/objects/id)!)

ID to identify the order line with

#### metadata ([JSON](https://developer.firmhouse.com/graphql-api/api-reference/objects/json))

Metadata makes it possible to store additional information on objects.

#### product ([Product](https://developer.firmhouse.com/graphql-api/api-reference/objects/product)!)

The product for this order line

#### productSku ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The product sku at the moment or order creation

#### productTitle ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The product title at the moment or order creation

#### productType ([OrderedProductTypes](https://developer.firmhouse.com/graphql-api/api-reference/objects/ordered-product-types))

The product type at the moment of order creation

#### quantity ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

The quantity of products for this order line

#### taxPercentage ([Float](https://developer.firmhouse.com/graphql-api/api-reference/objects/float))

The tax percentage for this order line

#### totalAmountExcludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))

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

#### totalAmountIncludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))

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