wesell
v1.1.0
Published
WeSell.Cloud CLI - e-commerce management for coding agents. Shop setup, products, orders, themes, AI support. As easy as git.
Maintainers
Readme
wesell
E-commerce management for coding agents. Shop setup, products, orders, themes, AI support — as easy as git.
Install
npm install -g wesellQuick Start
# Create a shop
wesell signup my-shop --local
# See your shop
wesell status
# Add a product
wesell product create "Vintage T-Shirt" --price 29.99
# Check orders
wesell orders
# Ask the AI assistant
wesell tai "how do I set up shipping?"
# Manage the platform (admin key required)
wesell admin analytics
# Full reference
wesell --helpFeatures
- Shops — create, manage, view stats
- Products — CRUD, inventory, bulk operations, low stock alerts
- Orders — monitor, update status, revenue tracking
- Themes — 25 themes, instant apply
- Categories & Brands — full catalog management
- Coupons — create and manage discount codes
- Customers — view customer spending, order history
- Reviews — monitor product reviews and ratings
- Earnings — track commissions, request withdrawals
- Staff — manage shop team members
- TAI — AI assistant with 14 domain experts (h-conductor)
- Admin — full platform management (164 subcommands, complete superadmin parity)
Admin Suite
Every superadmin panel feature, scriptable. 164 subcommands covering sellers, users, products (incl. digital/classified), orders, auctions, reviews, coupons, flash deals, blog, CMS pages, sliders, banners, staff & roles, tickets, subscribers, notifications, geo (countries/states/cities), carriers & zone rates, taxes, currencies & FX rates, seller/customer packages, invoices, POD, COD collections, SMS templates, OTP providers, settings groups, reports, and system status:
wesell admin sellers # List all sellers + shops
wesell admin seller-approve ID # Verify seller
wesell admin products --approved false # Pending product approvals
wesell admin product-approve ID # Approve product
wesell admin orders --status pending # All pending orders
wesell admin analytics # Platform overview (users, revenue, shops)
wesell admin commissions # Commission breakdown
wesell admin withdrawals # Seller payout requests
wesell admin withdrawal-approve ID # Approve payout
wesell admin categories # + category-create, category-delete
wesell admin brands # + brand-create, brand-delete
wesell admin attributes # + attribute-create, attribute-values
wesell admin carriers # Shipping carriers + zones
wesell admin taxes # + tax-create, tax-delete
wesell admin currencies # + currency-create
wesell admin languages # + language-create
wesell admin seller-packages # Seller tier management
wesell admin flash-deals # Promotions
wesell admin report-sales --days 30 # Sales report
wesell admin report-commission # Platform commission by seller
wesell admin report-stock # Low stock alert
wesell admin products-bulk approve --ids ID1,ID2 # Bulk product ops
wesell admin ticket-reply ID "On it!" # Reply to support tickets
wesell admin blog-post-create "Title" --content "..." --status published
wesell admin currency-rates EUR=0.92 GBP=0.79 # Update FX rates
wesell admin notification-send "Sale" "50% off" --user-type customer
wesell admin settings-group smtp # Settings by group (13 groups)
wesell admin system # Server health, memory, DB stats
wesell admin help # Full admin reference (164 commands)Per-Project Config
wesell login --local --key YOUR_KEY # saves to .wesell/config.json (project-local)
wesell login --key YOUR_KEY # saves to ~/.wesell/config.json (global)
wesell config # show which config is activeLocal config overrides global. Add .wesell/ to your .gitignore.
Agent Integration
Add to your CLAUDE.md, .cursorrules, .clinerules, or .windsurfrules:
## WeSell.Cloud
Use the wesell CLI for e-commerce management.
Key is in .wesell/config.json (auto-loaded).
### Session start (DO THIS FIRST — every session)
wesell notifications # what changed since last session
wesell status # shop overview
### Commands
wesell products # list products
wesell product create "name" --price 29.99
wesell orders # list orders
wesell order update ID --status shipped
wesell tai "question" # ask AI assistant (14 experts)
wesell admin analytics # platform overview (admin key required)
wesell --help # full referenceAgent Schema
For machine-readable command validation (prevents flag hallucination):
wesell init --agent-schema # outputs full JSON command schemaOnboarding
wesell init # guided setup + agent config snippetDocumentation
License
Proprietary — Tyga.Cloud Ltd. See LICENSE.
