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

# ekso sku

> Revenue / billing SKUs.

## Overview

Revenue / billing SKUs.

## Verbs

| Verb     | Description                                    |
| -------- | ---------------------------------------------- |
| `list`   | List all SKUs.                                 |
| `get`    | Fetch a single SKU by id.                      |
| `create` | Create a SKU (body via --data).                |
| `update` | Update a SKU (id positional, body via --data). |
| `delete` | Delete a SKU.                                  |

## Detailed help

Run `ekso` directly to see flags and arguments — `--help` reflects the binary you have installed.

```bash theme={null}
ekso sku --help
ekso sku list --help
```

## See also

* [CLI overview](/cli/overview)
* [Authentication](/cli/authentication)
* [Configuration](/cli/configuration)
* [API Reference](/api-reference/introduction) — the underlying HTTP routes.
