get https://{environment}.neomode.com.br/management/catalog/productcategories[?page][&perPage]
Retrieves an array of product categories.
Pagination params (page and perPage) are required.
Fields retrieved:
Field | Type | Description |
---|---|---|
page | Int | Page number. |
perPage | Int | Number of product categories per page. |
maxCount | Int | Max number of product categories found. |
sortField | String | Filter fields. |
sortAscending | Boolean | Order by asc (true) or desc (false). |
maxPage | Int | Max number of pages on catalog. |
productCategories | Object Array | An array with the product categories found. |
categoryId | Guid | Category ID. |
categoryName | String | Category name. |
categoryCode | String | Category code. |
productId | Guid | Product ID. |
productName | String | Product name. |
productCode | String | Product code. |
lastUpdate | Date | Product Category last update. |