# 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](https://docs.tebex.io/developers/tebex.js) |
| `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)
