# E14004 — NumberOrderNotFulfilled

We could not complete this order. The number was not activated.

- **HTTP status**: `409`
- **Type**: `conflict_error`
- **Name**: `NumberOrderNotFulfilled`

## What to do

This is on our side, and ordering again is not the fix. Contact support about the fee and quote the response's `request_id`. As with any order that fails after the setup fee is taken, that fee is not returned automatically.

## Related

- [Idempotency](/docs/api/idempotency): safe retries and key reuse rules
- [E14xxx — Numbers](/docs/api/errors/E14xxx): every code in this range
- [Errors](/docs/api/errors): the full wire contract, status mapping, and error catalog
- [Error handling](/docs/guides/errors): branching on `type` and `code`, validation details, and `vendor_code`