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

# iCommerce CLI Reference

> Common natural-language commands and patterns.

# iCommerce CLI Reference

The `stateset` CLI lets you query and act on commerce data using natural language.

## Read-Only Queries

```bash theme={null}
stateset "show me pending orders"
stateset "list open returns for last 7 days"
stateset "show inventory for sku WIDGET-001"
```

## Write Actions (Explicit)

```bash theme={null}
stateset --apply "ship order #12345 with tracking FEDEX123"
stateset --apply "approve return RMA-1001"
stateset --apply "refund order #12345 for $29.99"
```

## Pricing and Currency

```bash theme={null}
stateset "convert $100 USD to EUR"
stateset "estimate shipping cost for order #12345"
```

## Related Documentation

* [CLI Guide](/stateset-icommerce/cli)
* [CLI Safety Model](/stateset-icommerce-cli-safety)
