Get a shop category
Get a shop category
Rate Limit: 1000 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
shopCategoryId
| integer Example: 1 |
Query Parameters
Parameter | Details |
---|---|
with | Array of strings string Enum: customData countries countries.properties countries.customData |
Responses
200
Shop category
application/json
Success
id
integer
Example:
3
parentId
integer
Example:
1
leftSiblingId
integer
Example:
2
object
Example:
{ "de_DE": "Meine Shop-Kategorie", "en_GB": "My Shop Category" }
Array of object
supportedFilterGroups
Array of string
Array of object
isActive
boolean
Example:
true
isVisible
boolean
Example:
true
isExcludedFromSearch
boolean
Example:
true
null
Array of object
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET
Request samples
Response samples
200Shop Category:
Content type: application/json