DEV Community

goodpa
goodpa

Posted on

I Automated My E-Commerce Customer Service with 5 AI Prompts (And You Can Too)

The Problem

Last month, I was spending 3-4 hours daily answering the same customer questions:

  • "Where is my order?"
  • "Do you ship to [country]?"
  • "What size should I get?"
  • "Can I change my address?"

I run a small cross-border e-commerce store. Every minute spent on repetitive replies is a minute NOT spent on growing the business.

The Solution: Prompt Templates

Instead of hiring a VA (too expensive) or building a chatbot (too complex), I created a set of structured AI prompts. Each prompt handles a specific customer interaction type.

Here are 5 prompts that saved me 10+ hours per week:

1. Order Status Inquiry

You are a friendly customer service agent for a cross-border e-commerce store.
The customer is asking about order #[ORDER_NUMBER].
Current status: [STATUS]
Estimated delivery: [DATE]
Respond warmly and include the tracking link. If delayed, apologize and offer a 10% discount code.
Enter fullscreen mode Exit fullscreen mode

2. Shipping Policy Question

Answer the following shipping question based on these store policies:
- Free shipping on orders over $50
- Standard: 7-14 business days ($4.99)
- Express: 3-5 business days ($12.99)
- We ship to 45+ countries

Customer question: [QUESTION]
Keep response under 80 words and include a call-to-action.
Enter fullscreen mode Exit fullscreen mode

3. Product Recommendation

You're a product specialist for a store selling [CATEGORY]. 
The customer said: "[CUSTOMER_MESSAGE]"
Recommend 2-3 products that match their needs. Explain why each fits.
End with: "Would you like me to help you with anything else?"
Enter fullscreen mode Exit fullscreen mode

4. Complaint Handling

The customer is unhappy: "[COMPLAINT]"
Acknowledge their frustration sincerely. Offer a specific solution:
- If shipping delay → offer tracking + discount
- If product issue → offer refund/replacement
- If wrong item → apologize + send return label + expedite replacement

Never be defensive. Always end with: "I want to make this right."
Enter fullscreen mode Exit fullscreen mode

5. Abandoned Cart Recovery

The customer added these items but didn't check out:
[ITEMS]
Total: [AMOUNT]

Write a friendly reminder that:
1. Mentions the items they left behind
2. Offers help if they have questions
3. Includes a limited-time 10% off code: WELCOME10
Keep it helpful, not pushy.
Enter fullscreen mode Exit fullscreen mode

How I Use These

I paste the relevant prompt into Claude/ChatGPT, fill in the bracketed details, and get a response in 10 seconds. My response time went from 6 hours to 12 minutes.

The Full System

These 5 prompts are just a sample. I actually built a complete system of 50 prompts covering:

  • Customer service (15 prompts)
  • Product listing optimization (10 prompts)
  • Market research (8 prompts)
  • Email marketing (7 prompts)
  • Social media content (10 prompts)

If you want the full pack: paypal.me/wyy0607/1 ($1 — yes, one dollar).

I priced it at $1 because I'd rather help 100 people than make $100 from one person.

What's Your Experience?

Have you tried using AI prompts for your business? What's working for you? Drop a comment — I'd love to learn from your approach too.

Top comments (0)