Skip to main content
GET
List Products

Endpoint

Authentication

No authentication required. This is a public endpoint.

Query Parameters

number
default:"1"
Page number for pagination
number
default:"10"
Number of products per page
number
Filter products by category ID
number
Filter products by brand ID (accepts both brandId and marcaId)
Search products by name or description
string
Additional filter criteria
string
default:"newest"
Sort order for results (e.g., “newest”, “price-asc”, “price-desc”)
boolean
default:"false"
Return minimal product data (useful for performance optimization)

Response

boolean
Indicates if the request was successful
array
Array of product objects
number
Unique product identifier
string
Product name
string
Product description
decimal
Current product price
decimal
Original price (if product is on sale)
number
Available stock quantity
string
Product image URL
Whether the product is featured
decimal
Product weight in kg
number
Product height in cm
number
Product width in cm
number
Product depth in cm
number
Associated category ID
number
Associated brand ID
datetime
Product creation timestamp
datetime
Last update timestamp
object
Pagination metadata
number
Current page number
number
Items per page
number
Total number of products
number
Total number of pages

Example Request

Example Response

Error Response