Shopigent
← All posts

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

  1. products_list / collections lookup — resolves "Hoodies" to the real collection ID.
  2. discounts_create with dry_run: true — previews the exact discount object.
  3. discounts_create for 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

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.