# LineItem

The LineItem object contains the below properties

| Property Name | Type                        | Use                                                                                                                   |
| ------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| Key           | Guid                        | The Umbraco Node Key                                                                                                  |
| Name          | string                      | The item name which fallsback to the Umbraco Node Name                                                                |
| Description   | string?                     | The item description which fallsback to the Node property alias`umbCheckoutDescription`  and finally to `description` |
| CurrencyCode  | string                      | The Currency Symbol                                                                                                   |
| Price         | decimal                     | The price of the line item                                                                                            |
| CurrencyPrice | string                      | The price formatted as currency                                                                                       |
| Quantity      | long                        | The quantity of the line item                                                                                         |
| MetaData      | Dictionary\<string, string> | Contains meta data for the line item, the node key gets added during checkout with a key of "nodeKey"                 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbcheckout.net/core-services/object-reference/lineitem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
