SudoSOS Back-end API / catalogue/products
catalogue/products ​
This is the module page of the product.
Classes ​
| Class | Description |
|---|---|
| Product | - |
| ProductController | The BaseController class is responsible for: - Storing route definitions. - Generating router objects based on the policy. |
| ProductImage | - |
| ProductRevision | - |
| ProductService | Wrapper for all Product related logic. |
Interfaces ​
| Interface | Description |
|---|---|
| BaseProductParams | - |
| BaseProductResponse | - |
| CreateProductParams | - |
| CreateProductRequest | - |
| PaginatedProductResponse | - |
| ProductFilterParameters | Define product filtering parameters used to filter query results. |
| ProductResponse | - |
| UpdateProductParams | - |
Type Aliases ​
| Type Alias | Description |
|---|---|
| ProductRequest | - |
| UpdateProductRequest | - |
Functions ​
| Function | Description |
|---|---|
| parseGetProductFilters | - |