Step 4 of 4
Add Products & Go Live
Create your admin account, add products, test a purchase, and launch your store.
You'll need your deployed store URL, product info (names, prices, images), and a credit card to test checkout · Estimated time: 20–30 min
1. Create Your Admin Account
Run the seed command to create your admin account:
npm run seedThe credentials will be printed in your terminal. Save them - you'll need them to log in. You can also find them in scripts/seed-demo-user.ts.
Important: Change the admin email and password immediately after your first login. Go to the admin panel → Settings to update your credentials.
2. Log Into the Admin Panel
- Go to
yourstore.com/admin - Log in with the credentials from the terminal output
- Change your email and password in Settings
3. Add Your Products
- In the admin panel, go to Products
- Click Add Product
- Fill in the product details: name, description, price, images
- Add variants if needed (size, color, etc.)
- Set the product as Active to make it visible in your store
- Repeat for all your products
Tip: Start with 2–3 products to test everything, then add the rest.
4. Set Up Categories
- Go to Categories in the admin panel
- Create your product categories
- Assign products to their categories
5. Test a Purchase
Make a real test purchase to confirm everything works end-to-end:
- Open your store in a new browser window
- Create a customer account
- Add a product to cart
- Go through the checkout process
- Complete the payment
- Check that:
- The order appears in your admin panel
- You received a confirmation email
- The payment shows in your Stripe dashboard
- Refund the test order in Stripe dashboard
No confirmation email? Check your Resend dashboard to see if the email was sent. Make sure your domain DNS is configured for email sending.
6. Customize Your Store
- Update the store logo and branding
- Edit the homepage content
- Customize the Privacy Policy and Terms of Service pages
- Set up your contact email
7. Submit to Google (Optional)
- Go to Google Search Console
- Add your domain
- Submit your sitemap:
yourstore.com/sitemap.xml
8. Google Shopping Feed (Optional)
Your store automatically generates a Google Shopping feed. Submit it to Google Merchant Center to list your products on Google Shopping.
- Go to Google Merchant Center and sign up
- Add your store URL and verify your domain
- Go to Products → Feeds → Add feed
- Choose Scheduled fetch and enter your feed URL:
https://yourstore.com/feed/google-shoppingReplace "yourstore.com" with your actual domain.
Launch Checklist
- ☐Products added with images and prices
- ☐Categories created
- ☐Test purchase completed successfully
- ☐Confirmation email received
- ☐Store branding updated
- ☐Legal pages customized
- ☐Site looks good on mobile
🎉
You're live!
Your store is ready for customers. Share your link and start selling.
Need Help?
Lifetime plan customers get priority support. Contact us at hello@shipcommerce.io
Was this step clear?