docs
  1. Admin Api
  2. Resources
  3. Shop Categories
  4. Configuration
  5. Get Configuration

Get configuration

Get shop category country configuration

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

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

Query Parameters

ParameterDetails
with
Array of strings
string
Enum:
properties
customData

Responses

200
Shop Category Country
application/json
Success
countryCode
string
Example:
DE
shopCountryId
integer
Example:
1
path
string
Example:
/my-shop-category
isActive
boolean
Example:
true
isVisible
boolean
Example:
true
isExcludedFromSearch
boolean
Example:
true
Array of object
null
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET/shops/{shopKey}/countries/{countryCode}/categories/{shopCategoryId}

Request samples

Response samples

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