版本:202201
按定义统计元字段数量
GET/openapi/2022-01/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 string[]必填
待统计的元字段定义 ID 列表(至少 1 个)。
响应
- 200
- 422
200
- application/json
- 数据结构
- 示例
- Result
数据结构
- Array [
- ]
items object[]
metafield_countinteger
默认值:
0示例:
0definition_idstring
示例:
374034306256875562{
"items": [
{
"metafield_count": 0,
"definition_id": "374034306256875562"
}
]
}
{
"items": [
{
"metafield_count": 0,
"definition_id": "374034306256875562"
}
]
}
422
- application/json
- 数据结构
- 示例
- Result
数据结构
errorsstring[]
{
"errors": [
"invalid own resources"
]
}
{
"errors": [
"invalid own resources"
]
}