All three are correct. Which one applies to your item depends on who sold it and whose brand is on it — and that is not something a single return-policy number can express.
"returned within 90 days will receive a refund or exchange"
"returned within 30 days will receive a refund"
"can be returned for up to one year with a receipt"
"final sale items and cannot be returned"
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-target-who-sold-it",
"merchant": "target",
"country": "US",
"question": "How long do I have to return a Target item?",
"answer": "conditional",
"depends_on": [
"seller_name",
"purchase_channel",
"brand",
"item_condition"
],
"outcomes": [
{
"days": 90,
"basis": "delivery",
"when": "sold by Target",
"conditions": [
"unopened",
"new_condition"
],
"clause": "returned within 90 days will receive a refund or exchange"
},
{
"days": 30,
"basis": "delivery",
"when": "sold via Target Plus (marketplace)",
"conditions": [
"unopened",
"new_condition",
"proof_of_purchase"
],
"clause": "returned within 30 days will receive a refund"
},
{
"days": 365,
"basis": "delivery",
"when": "Target Owned Brand",
"conditions": [
"receipt"
],
"clause": "can be returned for up to one year with a receipt"
}
],
"denials": [
{
"scope": "final sale",
"clause": "final sale items and cannot be returned"
},
{
"scope": "opened, damaged, or no receipt",
"note": "Target states these may be denied a refund or exchange, and that an item found ineligible on inspection may be charged back after a refund was already issued."
}
],
"source_url": "https://www.target.com/help/articles/returns-exchanges/returns",
"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 Target'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 Target.