> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/sdks/firmhouse-sdk/reference/interfaces/firmhouse-order-line.md).

# FirmhouseOrderLine

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

## Properties

| Property                       | Type                                                                                                         | Description                                                                            |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
| `metadata`                     | `unknown`                                                                                                    | Metadata makes it possible to store additional information on objects.                 |
| `product`                      | [`FirmhouseProduct`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-product.md)                          | The product for this order line.                                                       |
| `productSku`                   | `null` \| `string`                                                                                           | The product SKU at the moment of order creation.                                       |
| `productTitle`                 | `null` \| `string`                                                                                           | The product title at the moment of order creation.                                     |
| `productType`                  | `null` \| [`FirmhouseOrderedProduct`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-ordered-product.md) | The type of product at the moment of order creation.                                   |
| `quantity`                     | `number`                                                                                                     | The quantity of products for this order line.                                          |
| `taxPercentage`                | `null` \| `number`                                                                                           | The tax percentage for this order line.                                                |
| `totalAmountExcludingTaxCents` | `null` \| `number`                                                                                           | The total amount for this order line excluding tax in cents (not including discounts). |
| `totalAmountIncludingTaxCents` | `null` \| `number`                                                                                           | The total amount for this order line including tax in cents (not including discounts). |
