Version: 202607
Get script tag count
GET/openapi/2026-07/script_tags/count
Retrieves the total number of script tags available in a shop's storefront.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint32
The total number of script tags in the shop
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}