SudoSOS Back-end API / catalogue/product-categories
catalogue/product-categories ​
This is the module page of the product-category.
Classes ​
| Class | Description |
|---|---|
| ProductCategory | - |
| ProductCategoryController | The BaseController class is responsible for: - Storing route definitions. - Generating router objects based on the policy. |
| ProductCategoryService | Wrapper for all Product related logic. |
Interfaces ​
| Interface | Description |
|---|---|
| PaginatedProductCategoryResponse | - |
| ProductCategoryFilterParameters | Define productCategory filtering parameters used to filter query results. |
| ProductCategoryRequest | - |
| ProductCategoryResponse | - |