Version: 202506
Get metafield definition count by group
GET/openapi/2025-06/metafield_definition/group_count
Retrieve the count of metafield definitions by group.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
- Array [
shop: Shopproduct: Productproduct_image: Product imageproduct_variant: Product variantorder: Orderpage: Custom pagecustomer: Customercollection: Collectionblog: Blogarticle: Articleapp: App- ]
codestring
error code
messagestring
error message
data object
items object[]
Number of metafield definitions grouped by owner resource
countint32
Number of metafield definitions under this owner resource
owner_resourcestring
Resource type the metafield definitions are attached to:
{
"code": "string",
"message": "string",
"data": {
"items": [
{
"count": 0,
"owner_resource": "string"
}
]
}
}