/products/count
GET {{baseUrl}}/products/count?active=<integer>
Returns a count of the products
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
active | string | Should get count of active or inactive products (1, 0 respectively) |
RESPONSES
status: OK
{"count":"\u003cinteger\u003e"}