Access Your Store Setup
Enter your order details to continue with your store setup process
Dropbay Fulfillment System
Streamlined store setup process for your customers
How it works:
Customer purchases store
Secure fulfillment link generated
Customer completes guided setup
Store gets built automatically
✅ Secure Token System
Each customer gets a unique, time-limited access token for security.
💾 Progress Tracking
Customer progress is saved - they can continue where they left off.
🔄 Automated Workflow
Integrates with n8n for automated store creation and notifications.
📧 Email Recovery
Send fulfillment links via email if customers don't complete immediately.
Integration Guide
To integrate this with your e-commerce platform, send a POST request to the API when a customer purchases a store:
POST /api/create-order
Content-Type: application/json
{
"orderId": "unique_order_id",
"customerEmail": "customer@email.com",
"customerName": "Customer Name"
}The API will return a secure fulfillment URL that you can redirect the customer to or send via email.