Products
GET
Get Public Products
Retrieve a list of active products with optional filtering.
Required Permission:
Public
GET
/public/products
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| product_category_uuid | array | Optional | Filter products by product category array |
| product_category_uuid.* | uuid | Optional | Filter products by category UUID |
| brand_uuid | array | Optional | Filter products by brand array |
| brand_uuid.* | uuid | Optional | Filter products by brand UUID |
| is_brand | boolean | Optional | Filter products by brand |
| price_min | numeric | Optional | Filter products by minimum price |
| price_max | numeric | Optional | Filter products by maximum price |
| sort_by | string | Optional | Sort products by price or name, in: price_asc, price_desc, name_asc, name_desc |
Response
200 OKStatus Code
HTTP status code (200)
Message
Human-readable description
Data
List of active products with details