Helm › Helm University › Track 6 › Lesson 6.4
Lesson 6.4Helm has no field for whether the item comes back. Every refund here is money only, so asking for the item is a decision you make, and sometimes it is the expensive one.
Prefer to listen? This is the same lesson, word for word. The text below is the transcript.
This lesson prepares you to: Recognise when it costs everyone less to refund without asking for the item back.
Start with the thing nobody tells you. Helm's refund system moves money. It has no column for whether the item came back, no return label, no return tracking, no restocking step. Search the refund code for any of it and you find nothing, because none of it is there.
So the honest description of every refund on Helm is this: the money goes back and the item is a separate conversation. Helm will not chase the item for you, will not hold the refund until it arrives, and will not tell the buyer they have to send it. If you want it back, you ask, and the buyer either does it or does not.
A marketplace that gates the refund on a return has to run a whole apparatus: labels, tracking, condition disputes, restocking arguments. That apparatus costs money and it is paid for out of seller fees. Helm charges 6% of the item subtotal and does not run it. The cost of that choice lands in the cases below, and for most sellers it is smaller than the fees would have been.
You pay the return shipping whenever the order was wrong, which is most of the cases where a refund is justified. That is the published rule and it does not bend. So asking for the item back is not free to you. It is a purchase, and the thing you are buying is a used item in unknown condition.
Work it as a purchase. What is the item worth to you after it comes back, honestly, including the chance it comes back damaged or not at all? Subtract what the return postage costs you. If the answer is negative, you have just paid money to acquire a problem.
| Situation | Ask for it back? |
|---|---|
| A $9 item, $8 to post back, resells for $4 | No. You would spend $8 to gain $4. |
| A $180 jacket, wrong size sent, resells at full price | Yes. The postage is a rounding error. |
| Anything perishable, opened, or worn next to skin | No. It is not resaleable and both of you know it. |
| Arrived cracked in transit | No, but photograph it before you decide, because the carrier claim needs evidence. |
| Genuinely faulty and the maker takes returns | Yes, if your supplier credits you for it. |
| Buyer changed their mind on a high value item | Yes, and here the buyer pays the postage. |
This changes the maths more than most sellers expect. On the first refund against an order, two things happen that do not happen again:
Every later partial refund on that same order carries neither. So if you already know you are going to end up refunding, refunding once for the right amount costs you less than refunding twice. Two half refunds are not the same price as one whole one.
It also means a tiny goodwill refund is not as cheap as it looks. Sending $3 back on a $40 order can cost you the admin fee and the whole processing fee on top of the $3, because it was the first refund on that order.
Say it plainly and say it once. Buyers who are told to keep an item and expect a fight are the ones who leave a bad review anyway, because the silence read as a dispute. A sentence is enough.
"That is on us. I have refunded you in full and you do not need to send it back. Sorry for the trouble."
You do not owe an explanation of your margins. You do not need to say the return would have cost more than the item. It reads as reluctance and it invites an argument about whether you really meant it.
Ask before you refund, not after. Once the money is back with the buyer you have no leverage and no mechanism, because Helm has neither. If the item matters, agree the return first, then refund when it arrives.
Be specific about what you need: where to send it, by when, and whether you want the original packaging. Vagueness here is how items arrive loose in a bag six weeks later.
Verified in src/services/refunds.js and
src/routes/shop_refunds.js: neither file contains any concept of a
required return, a return label, return tracking or restocking. The admin fee is
min(20% of commission, $5) and the processing fee is retained in full,
both on the first refund against an order only. Nothing in the refund path touches
the creator diamond economy; the shop and the gift systems share no table.
Next: lesson 6.5, Disagreeing with a refund.