Skip to main content

WooCommerce prompt examples

Use these prompts as templates for common WooCommerce tasks.

Products

TaskExample prompt
List productsShow my products
List with searchList products that contain “widget”
Get product detailsShow me the details for product 42
Create productAdd a product: Blue Widget, $29.99, SKU BLU-001
Create with descriptionCreate product “Premium Cable” at $19.99 with short description “High-quality USB-C cable”
Update productChange the price of product 42 to $24.99
Update stockSet stock quantity for product 42 to 50
Delete productDelete product 42

Orders

TaskExample prompt
List ordersShow my orders
List by statusList orders that are pending
Get order detailsShow me order 42
Create orderCreate an order for customer 5 with 2x product 10 and 1x product 12
Update statusMark order 42 as completed
Update statusPut order 42 on hold

Coupons

TaskExample prompt
List couponsShow my coupons
Get couponShow me coupon SAVE20
Create percent couponCreate coupon SAVE20 for 20% off
Create fixed couponCreate coupon FLAT10 for $10 off
Create with expiryCreate coupon SUMMER25 for 25% off, expires June 30, 2025
Update couponChange SAVE20 to 25% off
Delete couponDelete coupon SAVE20

Customers

TaskExample prompt
List customersList my customers
Get customerShow me customer 5
Create customerAdd customer: [email protected], John Doe

Categories and tags

TaskExample prompt
List categoriesList product categories
Create categoryCreate category “Accessories”
List tagsList product tags
Create tagCreate tag “bestseller”

Shipping

TaskExample prompt
List zonesList shipping zones
Get zoneShow me shipping zone 1
Create zoneAdd shipping zone for California
Create zoneAdd shipping zone “West Coast” for US states CA, OR, WA

Tax

TaskExample prompt
List tax ratesList tax rates
Create tax rateAdd 8.5% tax for California
Create tax rateAdd 10% tax for New York state

Store settings

TaskExample prompt
Get currencyWhat’s my store currency?
Get addressWhat’s my store address?
Update addressSet store address to 123 Main St, San Francisco, CA
Update currencySet store currency to USD
Update countrySet default country to US:CA

Reports

TaskExample prompt
Sales reportShow sales report for last month
Top sellersShow top selling products this week
Sales by periodSales report for the last 7 days

Variable products and variations

TaskExample prompt
List variationsList variations for product 42
Add variationAdd variation Size M at $29.99 for product 42
Update variationUpdate variation 123 for product 42: set price to $27.99
Be specific with IDs when you have them. “Mark order 42 completed” is clearer than “mark the last order completed.” For create operations, include key fields like name, price, and code.