List Products
Products
List Products
Retrieve a paginated list of products with optional filtering and sorting
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)string
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
boolean
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