1/4" Bulkhead Connector
(function() {
var data = {
"@context": "https://schema.org/",
"@type": "Product",
"sku": `TE1/4BH`,
"image": `https://d163axztg8am2h.cloudfront.net/static/img/63/9c/53c13a2dab53f8f7df27ca851844.webp`,
"name": `undefined`,
"description": `null`,
"offers": {
"@type": "Offer",
"url": `https://www.chemicalcontainers.com/1/4-bulkhead-connector-te1/4bh`,
"itemCondition": "https://schema.org/NewCondition",
"price": `undefined`,
"priceCurrency": "USD"
},
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"applicableCountry": "US",
"returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
"merchantReturnDays": 365,
"returnMethod": "https://schema.org/ReturnByMail",
"returnFees": "https://schema.org/ReturnFeesCustomerResponsibility"
}
};
var script = document.createElement('script');
script.type = "application/ld+json";
script.innerHTML = JSON.stringify(data);
document.getElementsByTagName('head')[0].appendChild(script);
})();