> For the complete documentation index, see [llms.txt](https://docs.tebex.io/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tebex.io/developers/templates/global-variables/basket.md).

# basket

The global basket object contains all information relevant to the customers basket, such as price & packages.

| Variables  | Type            | Description                                                                       |
| ---------- | --------------- | --------------------------------------------------------------------------------- |
| `id`       | string          | Internal ID of the basket.                                                        |
| `ident`    | string          | The identifier that can be passed to [Tebex.js](/developers/tebex.js/overview.md) |
| `ign`      | string          | The username of the customer.                                                     |
| `uuid`     | string          | The UUID of the customer.                                                         |
| `currency` | string          | The 3 digit currency code of the basket.                                          |
| `price`    | string          | The current price of the basket.                                                  |
| `packages` | array\[package] | An array of packages in the customers basket.                                     |
| `coupons`  | array\[coupon]  | An array of coupons in the customers basket.                                      |

### Request Variable

If you'd like access to a variable that is not currently available, [please let us know.](https://forms.monday.com/forms/8cbacdac7c30b725cd4617cbba0e5eeb?r=use1)
