This endpoint returns a paginated collection of products with support for sorting and page navigation. The response follows the Spring HATEOAS PagedModel format with embedded links for navigation.
This endpoint uses Spring Data’s Pageable interface, which provides flexible pagination and sorting out of the box. The default page size is typically 20 items.