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> |
||
|---|---|---|
| .. | ||
| cart.service.ts | ||
| ecommerce-order.service.ts | ||
| index.ts | ||
| shipping-rate.service.ts | ||