版本:202506
查询店铺元字段数量
GET/openapi/2025-06/metafields-shop/count
返回店铺的元字段总数。
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
codestring
错误码
messagestring
错误信息
data object
countint32
店铺元字段总数
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}