# Not Found | Field | Value | | --- | --- | | Type URI | `https://developer-next.ingrid.com/errors/delivery/invalid-postal-code` | | Title | Not Found | | Recommended Status | 404 Not Found | ## Common Causes - The resource does not exist - The Authenticated User does not have access to the resource ## Example Response ```json { "type": "https://developer-next.ingrid.com/ingrid-api/errors/common/not-found", "title": "Not Found", "status": 404, "detail": "The resource '1234567890' was not found.", "trace_id": "abc-123-def-456" } ```