Skip to main content

GET /products

List products with filtering, sorting, and pagination.

Authentication

None required.

Query Parameters

Example Request

Response

Success (200)


GET /products/search

Search products with advanced filters and relevance scoring.

Authentication

None required.

Query Parameters

When sort=relevance, results are ranked by a relevance score. Name matches score higher than description matches.

Example Request

Response

Same paginated format as GET /products.

Error Responses


GET /featured-products

Get featured (highlighted) products.

Authentication

None required.

Query Parameters

Example Request

Response

Success (200)

Returns the same ProductResource structure as GET /products. See the full response schema above.
Featured products are those marked as “noticeable” in the store dashboard. They are returned sorted by newest first.