dwindown
8254e3e712
feat(frontend): Add customers API client
Created customers.ts API client following coupons pattern
Types:
✅ Customer - Full customer data
✅ CustomerAddress - Billing/shipping address
✅ CustomerStats - Order statistics
✅ CustomerListResponse - Paginated list response
✅ CustomerFormData - Create/update payload
✅ CustomerSearchResult - Autocomplete result
API Methods:
✅ list() - Get customers with pagination/search/filter
✅ get() - Get single customer with full details
✅ create() - Create new customer
✅ update() - Update customer data
✅ delete() - Delete customer
✅ search() - Autocomplete search
Next: Create CRUD pages (index, new, edit)
2025-11-20 22:44:29 +07:00
..
2025-11-04 11:19:00 +07:00
2025-11-20 22:44:29 +07:00
2025-11-05 18:54:41 +07:00
2025-11-13 10:13:17 +07:00
2025-11-04 11:19:00 +07:00
2025-11-13 11:50:38 +07:00
2025-11-15 20:05:50 +07:00
2025-11-13 09:50:33 +07:00
2025-11-13 13:47:22 +07:00
2025-11-13 15:44:06 +07:00
2025-11-13 11:57:55 +07:00
2025-11-13 12:20:41 +07:00
2025-11-13 12:20:41 +07:00
2025-11-04 11:19:00 +07:00
2025-11-04 11:19:00 +07:00
2025-11-04 11:19:00 +07:00
2025-11-04 11:19:00 +07:00
2025-11-04 11:19:00 +07:00
2025-11-13 10:34:07 +07:00
2025-11-04 11:19:00 +07:00