Get Values
List values
Path Parameters
Parameter | Details |
---|---|
groupName
| string Example: sale |
Query Parameters
Parameter | Details |
---|---|
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
Parameter | Details |
---|---|
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
Request samples
Response samples
200Content type: application/json