docs
  1. Admin Api
  2. Resources
  3. Custom Data
  4. Shop Country Categories
  5. Get Custom Data Key

Get custom data key

Get data of custom data key for a shop category country

Rate Limit: 2000 Max attempts within 1 minute.

Path Parameters

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

Query Parameters

ParameterDetails
with
Array of strings
Example:
?with=inheritedCustomData
string
Enum:
inheritedCustomData

Responses

200
Custom data of a shop category country key
application/json
Success
property name
null
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET/shops/{shopKey}/categories/{shopCategoryId}/countries/{countryCode}/custom-data/{key}

Request samples

Response samples

200
ShopCategory Country Custom Data For Key:
Content type: application/json
Provide Feedback