Process e-commerce checkout via n8n webhook integration
Manages the complete checkout process including validation, authentication, shipping, and payment.
Call n8n webhook at http://localhost:5678/webhook/checkout-validate to check cart items availability and inventory status
Determine if user is authenticated from context. If guest, present login options or continue as guest.
Show saved addresses for authenticated users or collect details for guests.
Present payment options and call n8n webhook at http://localhost:5678/webhook/checkout-process
Display order summary and get final confirmation from user.
ZIP package — ready to use