Count All products

GET https://api.ecartapi.com/api/v2/products/count

Request Params

KeyDatatypeRequiredDescription
createdAt[from]stringFilters data created from some date
createdAt[to]stringFilters data created to a date. Requires createdAt[from].
updatedAt[from]stringFilters data updated from a date
updatedAt[to]stringFilters data updated to a date. Requires updatedAt[from]
status[active]stringFilters product by status. Default is any

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"count":7894}