docs
  1. Admin Api
  2. Resources
  3. Custom Data
  4. Shop Categories
  5. List Custom Data

List custom data

Get custom data for a shop category

Rate Limit: 2000 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
Example:
?with=inheritedCustomData
string
Enum:
inheritedCustomData

Responses

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

Request samples

Response samples

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