docs
  1. Storefront Api
  2. Resources
  3. Filters
  4. Get Values

Get Values

List values

Path Parameters

ParameterDetails
groupName
  • required
string
Example:
sale

Query Parameters

ParameterDetails
shopId
integer
Example:
10001
filters[category]
Array of integers
Default:
[]
Example:
20201,20202
integer
filters[term]
string
Example:
jeans
disableFuzziness
boolean
Example:
true
filters[isNew]
boolean
Example:
true
filters
object
Default:
{}
Example:
{
  "color": 123
}
filters:not
object
Default:
{}
Example:
{
  "color": 123
}
campaignKey
string
Example:
e6413f96-b47c-4be1-be61-d2206adeae71

Header Parameters

ParameterDetails
X-Shop-Id
integer
Example:
10001

Responses

200
successful operation
application/json
Success
Array of undefined
400
Required query parameter missing / invalid
application/json
Error
401
Authentication information is missing or invalid
application/json
Error
404
The specified resource was not found
application/json
Error
429
Triggered when a client exceeds the API request limit.
application/json
Error
GET/v1/filters/{groupName}/values

Request samples

Response samples

200
Content type: application/json
Provide Feedback