{"id":5821,"date":"2024-12-29T17:27:27","date_gmt":"2024-12-29T11:57:27","guid":{"rendered":"https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/structured-data\/return-policy\/"},"modified":"2024-12-29T17:36:01","modified_gmt":"2024-12-29T12:06:01","slug":"return-policy","status":"publish","type":"docs","link":"https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/structured-data\/return-policy\/","title":{"rendered":"Return Policy"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\"><strong>Return Policy Format for Merchant Return Policies<\/strong><\/h3>\n\n\n\n<p>This documentation explains the format used for defining merchant return policies, including the required fields and their corresponding values. The format allows defining return policies based on country, return category, days, return methods, and fees. The rules are designed to be flexible and comply with Schema.org standards.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Format Overview<\/strong><\/h3>\n\n\n\n<p>The return policy is structured in the following format:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>applicableCountry : returnPolicyCategory : merchantReturnDays : returnMethod : returnFees : returnShippingFeesAmount : currency\n<\/code><\/pre>\n\n\n\n<p>Each part of the rule is separated by a colon (<code>:<\/code>), and the order and content of these parts define the specifics of the return policy.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Fields and Definitions<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong><code>applicableCountry<\/code><\/strong><br>This specifies the country to which the return policy applies. It is represented by a 2-letter country code (e.g., <code>US<\/code> for the United States, <code>UK<\/code> for the United Kingdom). \n<ul class=\"wp-block-list\">\n<li><strong>Example<\/strong>:<br><code>US<\/code><br><code>UK<\/code><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong><code>returnPolicyCategory<\/code><\/strong><br>This defines the type of return policy applied. It can be one of the following:<ul><li><code>MRFRW<\/code>: <strong>MerchantReturnFiniteReturnWindow<\/strong> \u2013 A finite time window is set by the merchant within which the return is accepted.<\/li><li><code>MRNP<\/code>: <strong>MerchantReturnNotPermitted<\/strong> \u2013 The merchant does not allow returns.<\/li><\/ul><strong style=\"color: initial;\">Example<\/strong><span style=\"color: initial;\">:<\/span><br><code>MRFRW<\/code><br><code>MRNP<\/code><\/li>\n\n\n\n<li><strong><code>merchantReturnDays<\/code><\/strong> (only applicable if <code>returnPolicyCategory<\/code> is <code>MRFRW<\/code>)<br>This defines the number of days within which the customer can return the item. This field is only relevant for the <strong>MerchantReturnFiniteReturnWindow<\/strong> (<code>MRFRW<\/code>) policy. \n<ul class=\"wp-block-list\">\n<li><strong>Example<\/strong>:<br><code>60<\/code> \u2013 The customer can return the item within 60 days.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong><code>returnMethod<\/code><\/strong> (only applicable if <code>returnPolicyCategory<\/code> is <code>MRFRW<\/code>)<br>This defines the method by which the customer can return the product. Possible values include:<ul><li><code>RBM<\/code>: <strong>ReturnByMail<\/strong> \u2013 The customer returns the item by mailing it back.<\/li><li><code>RTK<\/code>: <strong>ReturnAtKiosk<\/strong> \u2013 The customer returns the item at a designated kiosk.<\/li><li><code>RIS<\/code>: <strong>ReturnInStore<\/strong> \u2013 The customer returns the item in-store.<\/li><\/ul><strong>Example<\/strong>:<br><code>RBM<\/code> \u2013 The item is returned by mail.<br><code>RTK<\/code> \u2013 The item is returned at a kiosk.<br><code>RIS<\/code> \u2013 The item is returned in-store.<\/li>\n\n\n\n<li><strong><code>returnFees<\/code><\/strong> (only applicable if <code>returnPolicyCategory<\/code> is <code>MRFRW<\/code>)<br>This defines the responsibility for the return fees. Possible values include:<ul><li><code>RFCR<\/code>: <strong>ReturnFeesCustomerResponsibility<\/strong> \u2013 The customer is responsible for paying the return fees.<\/li><li><code>FR<\/code>: <strong>FreeReturn<\/strong> \u2013 The return is free for the customer.<\/li><\/ul><strong>Example<\/strong>:<br><code>RFCR<\/code> \u2013 The customer must pay for return fees.<br><code>FR<\/code> \u2013 The return is free for the customer.<\/li>\n\n\n\n<li><strong><code>returnShippingFeesAmount<\/code><\/strong> (only applicable if <code>returnFees<\/code> is <code>RSF<\/code>)<br>This specifies the amount of the return shipping fee if the customer is responsible for return shipping costs. This is only used if the <code>returnFees<\/code> value is <code>RSF<\/code> (<strong>ReturnShippingFees<\/strong>). The <code>returnShippingFeesAmount<\/code> is expressed in a monetary value along with its currency. <strong>Example<\/strong>:<br><code>15<\/code> \u2013 The return shipping fee is 15 units of the specified currency (e.g., USD, EUR).<\/li>\n\n\n\n<li><strong><code>currency<\/code><\/strong><br>This specifies the currency of the return shipping fee. It is represented using the 3-letter currency code (e.g., <code>USD<\/code> for US dollars, <code>EUR<\/code> for euros). <strong>Example<\/strong>:<br><code>USD<\/code> \u2013 The currency is US dollars.<br><code>EUR<\/code> \u2013 The currency is euros.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Example Return Policy Rules<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Example 1<\/strong>: <code>US:MRFRW:60:RBM:RFCR:10:USD<\/code>\n<ul class=\"wp-block-list\">\n<li><strong>Interpretation<\/strong>:\n<ul class=\"wp-block-list\">\n<li><strong>Country<\/strong>: US (United States)<\/li>\n\n\n\n<li><strong>Return Policy Category<\/strong>: <code>MRFRW<\/code> (MerchantReturnFiniteReturnWindow)<\/li>\n\n\n\n<li><strong>Return Days<\/strong>: 60 days<\/li>\n\n\n\n<li><strong>Return Method<\/strong>: <code>RBM<\/code> (ReturnByMail)<\/li>\n\n\n\n<li><strong>Return Fees<\/strong>: <code>RFCR<\/code> (ReturnFeesCustomerResponsibility)<\/li>\n\n\n\n<li><strong>Return Shipping Fees Amount<\/strong>: 10 USD (customer is responsible for return shipping fees of 10 USD)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Example 2<\/strong>: <code>UK:MRNP<\/code>\n<ul class=\"wp-block-list\">\n<li><strong>Interpretation<\/strong>:\n<ul class=\"wp-block-list\">\n<li><strong>Country<\/strong>: UK (United Kingdom)<\/li>\n\n\n\n<li><strong>Return Policy Category<\/strong>: <code>MRNP<\/code> (MerchantReturnNotPermitted)<\/li>\n\n\n\n<li>This means the merchant does not accept returns in the UK.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Example 3<\/strong>: <code>CA:MRFRW:30:RTK:FR<\/code>\n<ul class=\"wp-block-list\">\n<li><strong>Interpretation<\/strong>:\n<ul class=\"wp-block-list\">\n<li><strong>Country<\/strong>: CA (Canada)<\/li>\n\n\n\n<li><strong>Return Policy Category<\/strong>: <code>MRFRW<\/code> (MerchantReturnFiniteReturnWindow)<\/li>\n\n\n\n<li><strong>Return Days<\/strong>: 30 days<\/li>\n\n\n\n<li><strong>Return Method<\/strong>: <code>RTK<\/code> (ReturnAtKiosk)<\/li>\n\n\n\n<li><strong>Return Fees<\/strong>: <code>FR<\/code> (FreeReturn) \u2013 The return is free for the customer.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Example 4<\/strong>: <code>DE:MRFRW:45:RIS:RSF:15:EUR<\/code>\n<ul class=\"wp-block-list\">\n<li><strong>Interpretation<\/strong>:\n<ul class=\"wp-block-list\">\n<li><strong>Country<\/strong>: DE (Germany)<\/li>\n\n\n\n<li><strong>Return Policy Category<\/strong>: <code>MRFRW<\/code> (MerchantReturnFiniteReturnWindow)<\/li>\n\n\n\n<li><strong>Return Days<\/strong>: 45 days<\/li>\n\n\n\n<li><strong>Return Method<\/strong>: <code>RIS<\/code> (ReturnInStore)<\/li>\n\n\n\n<li><strong>Return Fees<\/strong>: <code>RSF<\/code> (ReturnShippingFees) \u2013 The customer is responsible for return shipping fees.<\/li>\n\n\n\n<li><strong>Return Shipping Fees Amount<\/strong>: 15 EUR (The return shipping fee is 15 EUR)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Summary of Possible Values<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Field<\/th><th>Possible Values<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td><code>returnPolicyCategory<\/code><\/td><td><code>MRFRW<\/code>, <code>MRNP<\/code><\/td><td>Type of return policy: finite return window or no returns allowed<\/td><\/tr><tr><td><code>returnMethod<\/code><\/td><td><code>RBM<\/code>, <code>RTK<\/code>, <code>RIS<\/code><\/td><td>Method of returning the product: by mail, at a kiosk, or in-store<\/td><\/tr><tr><td><code>returnFees<\/code><\/td><td><code>RFCR<\/code>, <code>FR<\/code><\/td><td>Responsibility for return fees: customer pays or return is free<\/td><\/tr><tr><td><code>returnShippingFeesAmount<\/code><\/td><td>Numeric value<\/td><td>Amount for return shipping fees (only applicable if <code>RSF<\/code> is used)<\/td><\/tr><tr><td><code>currency<\/code><\/td><td>Currency Code<\/td><td>The currency for the shipping fees (e.g., <code>USD<\/code>, <code>EUR<\/code>)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><\/h3>\n","protected":false},"featured_media":0,"parent":5816,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-5821","docs","type-docs","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Return Policy - HuntBee Resources<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/structured-data\/return-policy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Return Policy - HuntBee Resources\" \/>\n<meta property=\"og:description\" content=\"Return Policy Format for Merchant Return Policies This documentation explains the format used for defining merchant return policies, including the required fields and their corresponding values. The format allows defining return policies based on country, return category, days, return methods, and fees. The rules are designed to be flexible and comply with Schema.org standards. Format [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/structured-data\/return-policy\/\" \/>\n<meta property=\"og:site_name\" content=\"HuntBee Resources\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/huntbee.opencart\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-29T12:06:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/docs\\\/seo-structured-data\\\/structured-data\\\/return-policy\\\/\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/docs\\\/seo-structured-data\\\/structured-data\\\/return-policy\\\/\",\"name\":\"Return Policy - HuntBee Resources\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#website\"},\"datePublished\":\"2024-12-29T11:57:27+00:00\",\"dateModified\":\"2024-12-29T12:06:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/docs\\\/seo-structured-data\\\/structured-data\\\/return-policy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/docs\\\/seo-structured-data\\\/structured-data\\\/return-policy\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/docs\\\/seo-structured-data\\\/structured-data\\\/return-policy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SEO Structured Data\",\"item\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/docs\\\/seo-structured-data\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Structured Data\",\"item\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/docs\\\/seo-structured-data\\\/structured-data\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Return Policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#website\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/\",\"name\":\"HuntBee Resources\",\"description\":\"OpenCart Extension Documentations - Guides - Blogs - Projects\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#organization\",\"name\":\"HuntBee OpenCart\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-mobile-logo-new.png\",\"contentUrl\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-mobile-logo-new.png\",\"width\":945,\"height\":200,\"caption\":\"HuntBee OpenCart\"},\"image\":{\"@id\":\"https:\\\/\\\/www.huntbee.com\\\/resources\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/huntbee.opencart\",\"https:\\\/\\\/www.instagram.com\\\/opencart.huntbee\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Return Policy - HuntBee Resources","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/structured-data\/return-policy\/","og_locale":"en_US","og_type":"article","og_title":"Return Policy - HuntBee Resources","og_description":"Return Policy Format for Merchant Return Policies This documentation explains the format used for defining merchant return policies, including the required fields and their corresponding values. The format allows defining return policies based on country, return category, days, return methods, and fees. The rules are designed to be flexible and comply with Schema.org standards. Format [&hellip;]","og_url":"https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/structured-data\/return-policy\/","og_site_name":"HuntBee Resources","article_publisher":"https:\/\/www.facebook.com\/huntbee.opencart","article_modified_time":"2024-12-29T12:06:01+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/structured-data\/return-policy\/","url":"https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/structured-data\/return-policy\/","name":"Return Policy - HuntBee Resources","isPartOf":{"@id":"https:\/\/www.huntbee.com\/resources\/#website"},"datePublished":"2024-12-29T11:57:27+00:00","dateModified":"2024-12-29T12:06:01+00:00","breadcrumb":{"@id":"https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/structured-data\/return-policy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/structured-data\/return-policy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/structured-data\/return-policy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.huntbee.com\/resources\/"},{"@type":"ListItem","position":2,"name":"SEO Structured Data","item":"https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/"},{"@type":"ListItem","position":3,"name":"Structured Data","item":"https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/structured-data\/"},{"@type":"ListItem","position":4,"name":"Return Policy"}]},{"@type":"WebSite","@id":"https:\/\/www.huntbee.com\/resources\/#website","url":"https:\/\/www.huntbee.com\/resources\/","name":"HuntBee Resources","description":"OpenCart Extension Documentations - Guides - Blogs - Projects","publisher":{"@id":"https:\/\/www.huntbee.com\/resources\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.huntbee.com\/resources\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.huntbee.com\/resources\/#organization","name":"HuntBee OpenCart","url":"https:\/\/www.huntbee.com\/resources\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.huntbee.com\/resources\/#\/schema\/logo\/image\/","url":"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2020\/04\/cropped-mobile-logo-new.png","contentUrl":"https:\/\/www.huntbee.com\/resources\/wp-content\/uploads\/2020\/04\/cropped-mobile-logo-new.png","width":945,"height":200,"caption":"HuntBee OpenCart"},"image":{"@id":"https:\/\/www.huntbee.com\/resources\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/huntbee.opencart","https:\/\/www.instagram.com\/opencart.huntbee\/"]}]}},"comment_count":0,"_links":{"self":[{"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/docs\/5821","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/comments?post=5821"}],"version-history":[{"count":2,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/docs\/5821\/revisions"}],"predecessor-version":[{"id":5825,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/docs\/5821\/revisions\/5825"}],"up":[{"embeddable":true,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/docs\/5816"}],"prev":[{"title":"Image metadata","link":"https:\/\/www.huntbee.com\/resources\/docs\/seo-structured-data\/structured-data\/image-metadata\/","href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/docs\/5817"}],"wp:attachment":[{"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/media?parent=5821"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.huntbee.com\/resources\/wp-json\/wp\/v2\/doc_tag?post=5821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}