# NOT_FOUND — 404 Not Found

# 404 Not Found

The requested resource does not exist.

## Category

`not_found`

## Retryable?

**No.** Verify the resource ID or path.

## Common Error Codes

| Code | Description | Action |
|---|---|---|
| `STORE_NOT_FOUND` | Store does not exist | Re-discover stores |
| `CATALOGSET_NOT_FOUND` | CatalogSet does not exist | Re-discover for updated `catalogSetId` |

## Example

```json
{
  "type": "https://developer.gett-tech.com/errors/STORE_NOT_FOUND",
  "title": "Not Found",
  "status": 404,
  "detail": "The store does not exist.",
  "instance": "/v1/marketfront/stores/abc123",
  "requestId": "req_abc123",
  "timestamp": "2026-03-11T14:30:00.000Z",
  "errorCode": "STORE_NOT_FOUND",
  "errorCategory": "not_found",
  "retryable": false
}
```
