Printago API
GET /v1/custom-metadata-definitions/usage

Custom field usage across the store

Usage counts behind the definitions manager: how many rows each defined key is set on.

Query Parameters

entityType optional
string

Response Schema

CustomMetadataUsageResponse
definitionUsagerequired
Record<string, object>
Construct a type with a set of properties K of type T

Example Response

200 OK — application/json
{
  "definitionUsage": {}
}