List Products
GET
Returns a paginated list of products with basic information (ID, name, slug, type, and price).
/productsAuthentication
Headers
Query Parameters
Example Request
Success Response
Only the selected fields (
id, name, slug, type, price) are returned from the database, but the model’s computed attributes (actual_price, current_stock, is_new, is_discounted, etc.) are always appended. Use the Get Product endpoint for the full product object.
