erp-retail-backend-v2/src/modules/ecommerce/services
Adrian Flores Cortes c6b8ab019a [ERP-RETAIL] feat(ecommerce): Add cart, order, and shipping services with controller
Implement complete ecommerce backend:
- CartService: cart CRUD, items, coupons, shipping, cart merging
- EcommerceOrderService: order creation, payment, shipping, fulfillment workflow
- ShippingRateService: rate calculation with geo/product/customer restrictions
- EcommerceController: REST API endpoints for all ecommerce operations

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 18:01:06 -06:00
..
cart.service.ts [ERP-RETAIL] feat(ecommerce): Add cart, order, and shipping services with controller 2026-01-30 18:01:06 -06:00
ecommerce-order.service.ts [ERP-RETAIL] feat(ecommerce): Add cart, order, and shipping services with controller 2026-01-30 18:01:06 -06:00
index.ts [ERP-RETAIL] feat(ecommerce): Add cart, order, and shipping services with controller 2026-01-30 18:01:06 -06:00
shipping-rate.service.ts [ERP-RETAIL] feat(ecommerce): Add cart, order, and shipping services with controller 2026-01-30 18:01:06 -06:00