Categories
Returns Product Categories.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Integer | True |
The Id of this product category. |
| ParentId | Integer | False |
The Id of the category. |
| Name | String | False |
Name of the this category. |
| Description | String | False |
System name of the type of order status. |
| Views | Integer | False |
Number of views the category has on the storefront. |
| SortOrder | Integer | False |
Priority this category will be given when included in the menu and category pages. |
| PageTitle | String | False |
Custom title for the category page. |
| MetaKeywords | String | False |
Custom meta keywords for the category page. |
| MetaDescription | String | False |
Custom meta description for the category page. |
| LayoutFile | String | False |
A valid layout file. |
| ImageUrl | String | False |
Image URL used for this category on the storefront. |
| IsVisible | Boolean | False |
Flag to determine whether the product should be displayed to customers browsing the store. |
| SearchKeywords | String | False |
A comma-separated list of keywords that can be used to locate the category when searching the store. |
| DefaultProductSort | String | False |
Determines how the products are sorted on category page load. |
| UrlPath | String | False |
URL Path. |
| IsCustomized | Boolean | False |
Flag to determine whether the url is customized. |