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

# Item states

> Reference for inventory item states (sell/withdraw eligibility)

Understanding item states in the inventory system:

| State | Description        | Can Sell? | Can Withdraw? |
| ----- | ------------------ | --------- | ------------- |
| 0     | In inventory       | ✅ Yes     | ✅ Yes         |
| 1     | On sale            | ✅ Yes     | ✅ Yes         |
| 2     | Pending withdrawal | ❌ No      | ❌ No          |
| 3     | In active trade    | ❌ No      | ❌ No          |
