← All types

MerchantReturnPolicy

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "MerchantReturnPolicy",
    "applicableCountry": [
        "US",
        "CA"
    ],
    "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
    "merchantReturnDays": 30,
    "merchantReturnLink": "https://www.example.com/returns",
    "returnMethod": "https://schema.org/ReturnByMail",
    "returnFees": "https://schema.org/FreeReturn",
    "returnShippingFeesAmount": {
        "@type": "MonetaryAmount",
        "currency": "USD",
        "value": 5.99
    },
    "refundType": "https://schema.org/FullRefund",
    "itemCondition": "https://schema.org/NewCondition",
    "returnLabelSource": "https://schema.org/ReturnLabelDownloadAndPrint",
    "returnPolicyCountry": "US",
    "restockingFee": {
        "@type": "MonetaryAmount",
        "currency": "USD",
        "value": 0
    },
    "customerRemorseReturnFees": "https://schema.org/FreeReturn",
    "customerRemorseReturnLabelSource": "https://schema.org/ReturnLabelDownloadAndPrint",
    "customerRemorseReturnShippingFeesAmount": {
        "@type": "MonetaryAmount",
        "currency": "USD",
        "value": 7.99
    },
    "itemDefectReturnFees": "https://schema.org/FreeReturn",
    "itemDefectReturnLabelSource": "https://schema.org/ReturnLabelInBox",
    "itemDefectReturnShippingFeesAmount": {
        "@type": "MonetaryAmount",
        "currency": "USD",
        "value": 0
    },
    "returnPolicySeasonalOverride": {
        "@type": "MerchantReturnPolicySeasonalOverride",
        "startDate": "2026-11-29",
        "endDate": "2027-01-31",
        "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
        "merchantReturnDays": 60
    }
}

Source: generate-merchant-return-policy.php

Schema: https://schema.org/MerchantReturnPolicy