# UrlLookupResult

Object

Result of looking up a single input string against the current workspace.

## Fields

| Name | Type | Description |
| --- | --- | --- |
| `itemId` | `ID` | The matching shop item UUID, or null if no match was found. |
| `status` | [`UrlLookupStatus!`](/api/v2/docs/types/url-lookup-status) | Outcome of the lookup: FOUND, NOT_FOUND, or INVALID_URL. |
| `url` | `String!` | The original input string that was looked up. |
