Product Count

Overview

This API can be used to fetch the count of products in the shop list.

Endpoint

  • URL: /shop/products-count

  • Method: 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