| 1 | EXTERNAL_ID_EXISTS | 409 | External ID already exists for this merchant |
| 2 | MISSING_ITEMS | 400 | No items were provided in the request |
| 3 | INVENTORY_FETCH_FAILED | 424 | Couldn’t load the user’s Steam inventory |
| 4 | NO_OFFER_FOUND | 400 | No valid offer exists for this item |
| 5 | TRADE_OFFER_FAILED | 502 | Failed to send the Steam trade offer |
| 6 | TOO_MANY_ACTIVE_TRADES | 429 | User has too many pending trades (per-client deposit guard) |
| 7 | USER_NOT_TRADEABLE | 400 | User’s Steam account can’t trade |
| 8 | TOO_MANY_ITEMS | 400 | Too many items in a single request |
| 9 | ITEMS_UNAVAILABLE | 400 | Selected items not found or no longer available |
| 10 | ITEMS_NOT_ACCEPTED | 400 | Items are not accepted for deposit |
| 11 | PRICE_CHANGED | 409 | Price has changed since you last fetched it |
| 12 | MERCHANT_BALANCE_LOW | 400 | Merchant balance is too low for this withdrawal |
| 13 | INVALID_TRADEURL | 400 | Invalid or inaccessible trade URL |
| 14 | LISTING_NOT_FOUND | 404 | Marketplace listing not found |
| 15 | LISTING_PRICE_INVALID | 400 | Listing has an invalid or missing price |
| 16 | INVALID_LISTING_ID | 400 | Invalid listing ID format |
| 17 | INSUFFICIENT_ITEM_AMOUNT | 400 | Requested amount exceeds available quantity |
| 18 | EXCEEDS_MAX_AMOUNT | 400 | Requested amount exceeds the maximum allowed |
| 19 | DEPOSIT_IN_PROGRESS | 409 | A deposit is already processing for this user |
| 20 | WITHDRAW_IN_PROGRESS | 409 | A withdrawal is already processing for this user |
| 21 | TRADE_NOT_FOUND | 404 | Trade not found |
| 22 | INVALID_STATE_TRANSITION | 409 | Invalid trade state transition |
| 23 | INVALID_TRADE_ID | 400 | Invalid trade ID |
| 27 | TRADE_CANCEL_TOO_SOON | 422 | Item must be at least 30 minutes old before it can be cancelled |
| 28 | TRADE_NOT_CANCELLABLE | 409 | Not cancellable in its current state, or the marketplace refused the cancel |
| 29 | ESCROW_NOT_ALLOWED | 400 | The trade would be held in Steam escrow; the user must enable the Steam Guard Mobile Authenticator |
| 30 | INVENTORY_PRIVATE | 400 | The user’s Steam inventory is private or unreachable |
| 31 | STEAM_UNAVAILABLE | 424 | Steam temporarily couldn’t serve the request; retry shortly |
| 32 | QUICK_BUY_UNSUPPORTED_GAME | 400 | Quick buy is not available for this game |
| 33 | STEAM_RATE_LIMITED | 424 | Steam is rate-limiting inventory requests; retry shortly |
| 42 | INSUFFICIENT_STOCK | 409 | Requested amount exceeds the available marketplace stock for this listing |
| 43 | MIXED_SUPPLIER_TRADE | 409 | A single trade can’t mix items from different suppliers |
| 44 | TRADE_CANCEL_UNSUPPORTED | 409 | The item is Rust or autoseller-sourced, so there is no supplier cancel to call |
| 45 | ITEM_OVERSTOCKED | 409 | We already hold the maximum quantity of one of these items; refresh the inventory and retry |