This API can be used to fetch the count of products in the shop list.
URL: /shop/products-count
/shop/products-count
Method: GET
GET
Query Parameters:
Parameter
Type
Description
parentId
string
Optional, filters the products list count based on parentId
Success Response:
Code: 200 OK
Content:
{ "message": "No Message", "data": { "count": 22 } }
Last updated 1 year ago