Count All products
GET https://api.ecartapi.com/api/v2/products/count
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
createdAt[from] | string | Filters data created from some date | |
createdAt[to] | string | Filters data created to a date. Requires createdAt[from]. | |
updatedAt[from] | string | Filters data updated from a date | |
updatedAt[to] | string | Filters data updated to a date. Requires updatedAt[from] | |
status[active] | string | Filters product by status. Default is any |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"count":7894}