| name | resale-ops-automation |
| category | productivity |
| description | Automate grunt-work for resale business including price checks, competitor analysis, bulk formatting, and listing optimization. Use when asked to check comps, optimize listings, format data, or research pricing. |
Resale Ops Automation
Automate the repetitive work of cross-platform reselling: research, formatting, pricing, and data management.
1. Competitor Price Research (Comp Check)
Sources to Check (Check 3-5 minimum)
- eBay Sold:
ebay.com/sch/i.html?LH_Complete=1&LH_Sold=1 + [keywords]
- Poshmark: Search item, filter by "Sold"
- Mercari: Search item, look for price trends
- Google Shopping: General market price
Process
- Search current item on eBay Sold
- Note range of sold prices (ignore outliers)
- Check Poshmark/Mercari active listings for demand
- Provide:
- Low/High/Avg sold price
- "Quick sell" price vs "Wait for top dollar" price
- Best platform for this specific item
2. Bulk Listing Formatting
Input -> Output
- Input: Raw data (brand, item, condition, flaws)
- Output: Formatted listings per platform (see
cross-listing-workflow)
Automation Patterns
items = [
{"item": "Nike Air Max", "size": "10", "cond": "Good", "flaws": "Creases"},
{"item": "Vintage Levi's", "size": "32", "cond": "Used", "flaws": "Hem fray"}
]
for item in items:
ebay_listing = generate_ebay_listing(item)
posh_listing = generate_poshmark_post(item)
save_to_csv([ebay_listing, posh_listing])
3. Content Generation for TikTok
- User has 10k followers
- Content ideas should match current inventory
- Hooks: "Thrift flip", "Found this for $5", "Is this rare?", "Pack an order with me"
4. Inventory Tracking
- Track: Item, Date Listed, Platforms, Original Price, List Price, Sold Price, Status
- Format: CSV/JSON for easy import
- Include: "Days on market" calculation
Workflow Rules
- Research First: Always check comps before suggesting prices
- Format for Copy-Paste: Output should be ready to use
- Flag Issues: If item is counterfeit, restricted, or low-probability, flag it
- Short Outputs: User wants actionable data, not essays
Pitfalls
- eBay Sold vs Active: Only sold prices matter for valuation
- Condition Inflation: "Good" on Poshmark is often "Used" elsewhere
- Shipping Costs: Factor into final profit (especially heavy items)
- Restricted Brands: Some brands (Nike, Apple) have listing restrictions