版本:202506
按定义统计元字段数量
GET/openapi/2025-06/metafield_definition/:owner_resource/count
按元字段定义 ID 统计对应的元字段数量。
请求
Path参数
shop: 店铺product: 商品product_image: 商品图片product_variant: 商品款式order: 订单page: 自定义页面customer: 顾客collection: 商品专辑blog: 博客article: 文章app: 应用
owner_resource string必填
所属资源类型:
Query参数
definition_ids uint64[]
待统计的元字段定义 ID 列表(至少 1 个)。 示例:?definition_ids=1001&definition_ids=1002
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
- Array [
- ]
codestring
错误码
messagestring
错误信息
data object
items object[]
按元字段定义维度统计的元字段数量列表
metafield_countint32
该定义对应的元字段数量
definition_iduint64
元字段定义 ID
{
"code": "string",
"message": "string",
"data": {
"items": [
{
"metafield_count": 0,
"definition_id": 0
}
]
}
}