Use case: set up a weekend sale in two minutes
The workflow merchants automate first is almost always discounts. It's fiddly in the admin (collection, value, dates, limits, code) and it's exactly the kind of structured task agents nail. Here's the full flow with Shopigent.
The prompt
In Claude, Cursor, or Hermes:
Create a 20% discount code WEEKEND20 for the Hoodies collection,
valid Friday 00:00 to Sunday 23:59, one use per customer.
What the agent does
products_list/ collections lookup — resolves "Hoodies" to the real collection ID.discounts_createwithdry_run: true— previews the exact discount object.discounts_createfor real — and here it stops.
What you do
Your Shopigent dashboard shows a confirmation card:
discounts_create — WEEKEND20 · 20% off · collection: Hoodies (14 products) · Fri 00:00 → Sun 23:59 · 1/customer
One tap to approve. The discount goes live, the action lands in the audit log, and the agent confirms back in chat.
Variations that work just as well
- "Extend WEEKEND20 until Monday night" →
discounts_update - "How did WEEKEND20 perform?" →
orders_listfiltered by discount code - "Kill the sale now" →
discounts_delete(confirmation again — deletes are always gated)
Why this beats doing it by hand
Not because clicking is hard — because the agent gets the details right (IDs, dates, limits) and the gate means you review one summary card instead of five admin screens. Two minutes, fully audited.