virb30 / lml-commerce

2 stars 0 forks source link

Implement endpoint to load product catalog #75

Closed virb30 closed 7 months ago

virb30 commented 10 months ago

Implement an endpoint to load product list.

The result must be paginated. The user must have the capability to search, reorder and change the amount of visible items per page.

Suggestion: use the Query (from CQRS) concept to implement this endpoint