This "e-commerce" should carry out next requirements:
- for now "dummy payments" and checkouts
- inventory/warehouse management
- goods management
current implementation is pretty basic, more advanced in e-rommerce-microservices
Just some current tech doc:
- Category. Service as a collection for products, and can be nested.
- Product.
- Order. Creates order, reserving product for a while. If user doesn't pay for order, give back quantity of product.