> ## Documentation Index
> Fetch the complete documentation index at: https://reportana.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Business Data

> *Available variables to print business data in messages.*

These can be used to display information about your business/store. This information is pulled from the details registered in your account. Therefore, you can use these variables both in order-related messages and in abandoned cart messages.

| **Name**         | **Variable**                      | **Output**                                     | **Type** |
| ---------------- | --------------------------------- | ---------------------------------------------- | -------- |
| Currency         | `{{ shop.currency_code }}`        | US                                             | String   |
| Business name    | `{{ shop.name }}`                 | Shop Test                                      | String   |
| Business address | `{{ billing_address_formatted }}` | 456 Flores St, Apt 31, Downtown, San Francisco | String   |
