{"message":"EZPin Order Processing & Product Management Server","version":"2.0.0","features":{"products":"Product catalog management","orders":"Order processing and fulfillment","database":"connected"},"endpoints":{"products":{"/download-products":"GET - Download products and save to products.json","/products":"GET - Get cached products from products.json"},"orders":{"/api/orders":"GET - Get all orders (with pagination)","/api/orders/:woocommerceOrderId":"GET - Get specific order status","/api/orders/:woocommerceOrderId/download":"GET - Get download link for completed order","/api/orders/:orderId/check-status":"POST - Manual status check","/api/orders/:orderId/logs":"GET - Get order logs","/api/orders/:orderId/retry":"POST - Retry failed order","/api/orders/track/:orderNumber":"GET - Get order tracking info for customers"},"token":{"/token/generate":"POST - Generate new access token","/token/status":"GET - Check token status"},"account":{"/api/balance":"GET - Check EZPin account balance","/api/account":"GET - Get account information"},"availability":{"/api/availability":"POST - Check product availability (body: product_code, quantity)"},"cache":{"/api/cache/stats":"GET - Get availability cache statistics","/api/cache/clear":"POST - Clear availability cache (body: product_code optional)"},"health":{"/health":"GET - Health check","/api/status":"GET - Detailed API status"}}}