Backend de erp-retail - Workspace V2
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 |
|
docs
|
Migración desde erp-retail/backend - Estándar multi-repo v2
|
2026-01-16 08:11:34 -06:00 |
|
src
|
[ERP-RETAIL] feat(ecommerce): Add cart, order, and shipping services with controller
|
2026-01-30 18:01:06 -06:00 |
|
.gitignore
|
chore: Add .gitignore for clean repository
|
2026-01-20 07:31:56 -06:00 |
|
package.json
|
Migración desde erp-retail/backend - Estándar multi-repo v2
|
2026-01-16 08:11:34 -06:00 |
|
README.md
|
Initial commit
|
2026-01-16 14:04:58 +00:00 |
|
tsconfig.json
|
Migración desde erp-retail/backend - Estándar multi-repo v2
|
2026-01-16 08:11:34 -06:00 |
erp-retail-backend-v2
Backend de erp-retail - Workspace V2