v14
OpenAPI 3.1.02026-08-03122113375.9 KBsearch
Lookup item
Resolve a single indexed item using either a URN or a slug.
Use this when opening an item detail page from a stable identifier.
Behavior:
- Accepts query parameters for urn or slug.
- Returns the matched indexed item document when found.
- Returns 404 when no matching item exists.
Good to know:
- 200 and 404 responses are both cacheable for a short period, which helps repeated lookups.
get/search/lookup
Query parameters
urnstring
URN of the item to lookup
Example:urn:managem:pokemon:product/pop8/pop-series-8-pack-4c899e14
URN of the item to lookup
slugstring
Slug of the item to lookup
Example:/pokemon/product/pop8/pop-series-8-pack-4c899e14
Slug of the item to lookup
Response
A specific item, if it exists