Get Product Count
GET {{baseUrl}}/product.count.json?category_id=<string>&created_from=<string>&created_to=<string>&modified_from=<string>&modified_to=<string>&avail_view=<boolean>&avail_sale=<boolean>&store_id=<string>&lang_id=<string>&product_ids=<string>&report_request_id=<string>&disable_report_cache=<boolean>
Count products in store.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
category_id | string | Retrieves products specified by category id | |
created_from | string | Retrieve entities from their creation date | |
created_to | string | Retrieve entities to their creation date | |
modified_from | string | Retrieve entities from their modification date | |
modified_to | string | Retrieve entities to their modification date | |
avail_view | string | Specifies the set of visible/invisible products | |
avail_sale | string | Specifies the set of available/not available products for sale | |
store_id | string | Defines store id where the webhook should be assigned | |
lang_id | string | Language id | |
product_ids | string | Retrieves products specified by product ids | |
report_request_id | string | Report request id | |
disable_report_cache | string | Disable report cache for current request |