docs
  1. Admin Api
  2. Resources
  3. Shop Categories
  4. Get A Shop Category

Get a shop category

Get a shop category

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
shopKey
  • required
string
Example:
ms
shopCategoryId
  • required
integer
Example:
1

Query Parameters

ParameterDetails
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/shops/{shopKey}/categories/{shopCategoryId}

Request samples

Response samples

200
Shop Category:
Content type: application/json
Provide Feedback