There is no eBay return window. Each seller sets their own, and two listings for the same product can differ. But if the item is not what was described, eBay's own guarantee applies — including to a seller who accepts no returns at all.
"see the seller's full return policy"
"30 calendar days after the estimated or actual delivery date"
"they are entitled to return it for a refund, even if the seller doesn't offer returns"
Product URL, buyer country, item condition. One verified answer, with the merchant's clause quoted and dated. We return UNKNOWN instead of guessing, and UNKNOWN is free.
Try ReturnCheck{
"card_id": "rc-card-ebay-seller-decides",
"merchant": "ebay",
"country": "US",
"question": "Can I return an eBay purchase?",
"answer": "conditional",
"depends_on": [
"seller_name",
"item_condition",
"reason"
],
"outcomes": [
{
"when": "changed your mind — the seller's own policy decides",
"conditions": [
"seller_accepts_returns"
],
"clause": "see the seller's full return policy"
},
{
"days": 30,
"basis": "delivery",
"when": "item arrived damaged, faulty, or not as described",
"conditions": [
"defective_or_not_as_described"
],
"clause": "30 calendar days after the estimated or actual delivery date"
},
{
"when": "the seller accepts no returns, but the item is not as described",
"conditions": [
"defective_or_not_as_described"
],
"clause": "they are entitled to return it for a refund, even if the seller doesn't offer returns"
}
],
"denials": [],
"source_url": "https://www.ebay.com/help/policies/ebay-money-back-guarantee-policy/ebay-money-back-guarantee-policy?id=4210",
"verified_on": "2026-08-20",
"warning": "Verified on 2026-08-20; policies may change.",
"check_endpoint": "https://returncheck.m-angelmartinez-fer.workers.dev/v1/check"
}
Verified on 2026-08-20. Policies change — check the source before relying on this.
Every clause above is quoted from eBay's own published policy, with the page it came from
and the date we read it. We do not paraphrase merchant policy, and we do not fill gaps with
assumptions: where the policy does not say, we say so.
ReturnCheck is independent and not affiliated with eBay.