{
  "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"
}