GET api/categories/count?store_id={store_id}
Receive a count of all product categories
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
store_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CategoriesCountRootObjectName | Description | Type | Additional information |
---|---|---|---|
count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "count": 1 }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.