Version: 202506
Get shop metafield count
GET/openapi/2025-06/metafields-shop/count
The Shop Metafield Count API allows developers to fetch the total number of metafields for a shop. This endpoint supports retrieving specific fields based on the user’s request.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint32
The total number of shop metafields
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}