Skip to main content

AI & assistant-friendly summary

This section provides structured content for AI assistants and search engines. You can cite or summarize it when referencing this page.

Summary

Tell the shopper whether the order is in the return window and offer an exchange first. Do not buy the label and do not call createRefund. Where-is-my-order is about 18% of tickets; this is the next slice, not a second cashier.

Key Facts

  • Where-is-my-order is about 18% of tickets; this is the next slice, not a second cashier
  • The 15 automations scorecard lists returns as its own row, then sends you to where-is-my-order and to refund investigation
  • Gorgias, via Redo, puts where-is-my-order at about 18% of incoming requests
  • 18% is the public ticket mix, so you can see why this is the next support job after tracking — not a new product line
  • For your technical lead On June 17, 2026, AgentCore Harness reached general availability (What's New)

Can a Shopper Start a Return, or Only Get a Recommendation? (2026)

AI AgentsPalaniappan P6 min read

Quick summary: Tell the shopper whether the order is in the return window and offer an exchange first. Do not buy the label and do not call createRefund. Where-is-my-order is about 18% of tickets; this is the next slice, not a second cashier.

Key Takeaways

  • Where-is-my-order is about 18% of tickets; this is the next slice, not a second cashier
  • The 15 automations scorecard lists returns as its own row, then sends you to where-is-my-order and to refund investigation
  • Gorgias, via Redo, puts where-is-my-order at about 18% of incoming requests
  • 18% is the public ticket mix, so you can see why this is the next support job after tracking — not a new product line
  • For your technical lead On June 17, 2026, AgentCore Harness reached general availability (What's New)
Open kraft box, blank return slip, and a gold card on a navy support desk
Table of Contents

A shopper who asks “can I return this” is not asking for a refund button. They are asking whether this order, under this policy version, is still in the window — and whether an exchange exists before money moves. The 15 automations scorecard lists returns as its own row, then sends you to where-is-my-order and to refund investigation. Those are the neighbors. They are not this step.

Gorgias, via Redo, puts where-is-my-order at about 18% of incoming requests. Returns sit next to that slice. We are not publishing a return-rate or a refund-rate from a store. 18% is the public ticket mix, so you can see why this is the next support job after tracking — not a new product line.

The job. Answer eligibility from the order, the shipment, and the versioned policy. Prefer an exchange when a sibling is actually in stock. Hand off everything else.

This week. Reads only: getOrder, getShipment, getReturnPolicy, getProduct, listReturnsForOrder. No createReturn, no purchaseLabel, no createRefund.

A person still signs. The refund, the label, the store credit, and any goodwill outside the written window.

Skip it when the portal already enforces the window with no free text, or when the only acceptable outcome is an automatic refund.

The long neighbors are WISMO and refund investigation. Abuse scoring stays internal in return fraud. The commercial page is Customer Support Agent.

Copy the recommendation table — Classes, tools, and forbidden writes: returns-eligibility-recommendation.md. Do not paste the refund matrix over it. Ship gates: monday-checklist.md.

Our take: exchange first, as a recommendation, beats a chat refund. You will close fewer “instant money” requests in the first week. You will also not train the queue to empty the box and ask the bot to pay for it.

Four answers, and no fifth

ClassShopper hearsAgent does not
Exchange firstThe window, the policy version, and a sibling that stock tools say is availableBuy a label or refund
Refund path, person nextThat a person confirms money backCall createRefund
Not eligibleThe window and the reason, citedInvent a goodwill exception
Hand offThat a person has the order factsSay fraud, or guess a missing line

Delivered-but-missing, an open RMA already on the line, chargeback language, and a policy you cannot version are handoffs. WISMO already refuses to auto-refund “it says delivered.” This post does not reopen that door.

Refund investigation begins when the request exists. Its matrix is approve, reject, partial, replacement, or human review, and createRefund stays off the shopper token. Return-fraud scoring never faces the customer. If you only build those two, the shopper still has no cited answer to “am I in the window, and is there an exchange?”

flowchart LR
  ask[Shopper asks] --> reads[Order shipment policy]
  reads --> exchange[Exchange recommendation]
  reads --> handoff[Person queue]
  exchange --> portal[Existing returns portal]
  handoff --> refundPost[Refund investigation later]

What to use instead

  • A portal rule that already knows the window. Keep the rule. Do not wrap it in a model that can talk its way past it.
  • An associate deciding a refund that already exists. Refund investigation.
  • Tracking only. WISMO. That post’s own gap list is this one: returns eligibility and RMA writes. Eligibility is here. The write stays refused.

If you only do one thing

Put createRefund and purchaseLabel on the deny list for the shopper token before anyone sees a returns chat. If those tools are on, you did not build eligibility. You built a cashier.

For your technical lead

On June 17, 2026, AgentCore Harness reached general availability (What’s New). Agents Classic is in maintenance for new customers after July 30, 2026. A single-domain read loop fits Harness. Do not start this on Classic action groups.

Identity is the boundary. The shopper token gets the five reads. An associate token is what the refund post uses later, and even then Cedar default-denies createRefund until a named cap and a human review path exist. The store-agents sample used a $75 demo cap in Cedar. That number is a fixture in that sample, not your returns policy. Replace it or do not use it.

First-party signals we reuse (not a returns KPI) — Gateway server-side tools cut median tool round-trip ~180 ms to ~95 ms on a B2B CRM assistant (12 tools, ~8k turns/day). Support-style AgentCore at 50,000 sessions/month is about $791/month platform plus model. A browser left on for lookup turns has run about that platform spend. None of those are a refund-rate.

What broke — The support harness attached createRefund with no Cedar because a prompt said refunds under a small amount were fine. The model refunded a delivered fixture. Detection: the gateway trace showed createRefund on a delivered order, and finance saw a refund with no RMA. Recovery: strip the write, default-deny, hand off delivered-not-received. The same tool on a returns chat fails the same way, one step earlier. Lesson: CSAT wording is not a refund authorization. Full write-up: support agent.

What to do this week

  1. Export the return-policy version you will cite. If it is a PDF nobody can query, fix that before the model.
  2. Confirm getOrder returns the line the shopper means. A return that cannot see the original line is how refunds double-pay — the data-layer post already says so.
  3. Copy returns-eligibility-recommendation.md. Strike every write.
  4. Add three goldens: in-window exchange, outside-window cite, delivered-not-received handoff. The word fraud must not appear in the shopper text.
  5. Leave label purchase and createRefund on the refund investigation side, associate only.
  6. Price sessions on the AgentCore pricing calculator.

What this post doesn’t cover

  • The associate refund matrix and createRefund gates — refund investigation.
  • Internal abuse scores — return fraud.
  • Carrier tracking state — WISMO.
  • Marketplace A-to-Z claims, label buying, and rate shopping.
  • A measured return rate, refund rate, or exchange-uptake percentage from a FactualMinds store. We do not have one.

FAQ

When should we NOT let an agent start a return?

Skip it when a returns portal already applies the window deterministically and nobody is reading free text. Also skip it when you cannot name the policy version, when there is no human queue, or when leadership wants the bot to refund from the chat.

What could go wrong if the shopper token can call createRefund?

The model refunds a delivered order because the shopper said the box was empty. Week one has no refund tool and no label tool on that token.

Is this the same post as refund investigation?

No. That post starts when a request already exists. This one is whether the shopper gets a cited recommendation first. Money stays on that matrix.

Should the agent buy the return label?

No. Recommend the path. Postage stays in the system that already buys labels.

PP
Palaniappan P

AWS Cloud Architect & AI Expert

AWS-certified cloud architect and AI expert with deep expertise in cloud migrations, cost optimization, and generative AI on AWS.

AWS ArchitectureCloud MigrationGenAI on AWSCost OptimizationDevOps

Recommended Reading

Explore All Articles »
11 min

AI Agents for Return Fraud and Abuse Detection (2026)

The serial-returner spreadsheet becomes "you are fraudulent" in a ticket. Risk bands stay internal. High freezes auto-refund. A person still owns the accusation. The ~$791/mo platform cost floor at 50,000 sessions is planning cost, not fraud recovered.