GET /v1/overview/product_category
View products by category
Parameters
None.
Request
application/json
TS-Apikey: api_key
{}
Response
application/json
HTTP 200
{
"list":[
{
"category":1,
"count":30
},
{
"category":3,
"count":1
},
{
"category":2,
"count":1
}
]
}

