trebol-ecommerce / api

eCommerce web service REST specification
GNU General Public License v3.0
0 stars 0 forks source link

Add functionality to organize products in arbitrary groups #35

Closed bglamadrid closed 2 years ago

bglamadrid commented 3 years ago

Suppose that a shop owner may wish to customize their product listings on their frontpage, and reasonably enough, the ability to update those listings regularly. A CRUD REST specification could be created for that. Introducing the Product Lists, objects similar to DataPages; but including name and description.

This might be able to support a wishlist system too.