docs
  1. Admin Api
  2. Resources
  3. Custom Data
  4. Product
  5. List Custom Data Key

List custom data key

Get data of a key in custom data for a product

Rate Limit: 2000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
productIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key%3D[a-zA-Z0-9-_%\+\. ]*$
key
  • required
string
Example:
score

Responses

200
Custom data of a key for a product
application/json
Success
property name
null
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET/products/{productIdentifier}/custom-data/{key}

Request samples

Response samples

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