docs
  1. Storefront Api
  2. Resources
  3. Search
  4. Resolve

Resolve

Resolve v2

Query Parameters

ParameterDetails
term
  • required
string
Example:
jeans
with
Array of strings
Default:
[]
string
Example:
product.attributes
category.depth
integer
Example:
3
category.showHidden
boolean
Example:
true
categoryId
integer
Example:
20201
shopId
integer
Example:
10001

Header Parameters

ParameterDetails
X-Shop-Id
integer
Example:
10001

Responses

200
Found a matching entity
application/json
Success
One of:
object
typerequired
string
Example:
category
required
object
object
typerequired
string
Example:
product
required
object
object
typerequired
string
Example:
navigationItem
required
object
204
Unable to match an entity
Success
400
Required query parameter missing / invalid
application/json
Error
401
Authentication information is missing or invalid
application/json
Error
429
Triggered when a client exceeds the API request limit.
application/json
Error
GET/v2/search/resolve

Request samples

Response samples

200
ProductSuggestion:
Content type: application/json
categorySuggestion:
Content type: application/json
navigationSuggestion:
Content type: application/json
Resolve v1

Query Parameters

ParameterDetails
term
  • required
string
Example:
pants black
categoryId
integer
Example:
20201

Responses

200
successful operation
application/json
Success
Array of object
400
term not provided
Error
401
authentication failed
Error
422
formal validation failure (see schema)
Error
GET/v1/search/resolve
Provide Feedback