{"rendered_products_top":"\n<div id=\"js-product-list-top\" class=\"row products-selection\">\n    \n        \n            <div class=\"col-md-6 hidden-sm-down-- total-products\">\n                                    \n                                                                                            \n\n                                                                                \n                                                    \n                <h2>Il y a 12 r\u00e9sistance de chauffages pour TOYOTA Aygo  disponibles.\n                <\/h2>\n\n                    <\/div>\n        <div class=\"col-md-6\">\n            <div class=\"row sort-by-row\">\n                <div class=\"col-md-6 col-xs-12 wrapper-sort-by\">\n                    \n                                                    <div class=\"products-sort-order dropdown\">\n    <button\n            class=\"btn-unstyle select-title\"\n            rel=\"nofollow\"\n            data-toggle=\"dropdown\"\n            aria-haspopup=\"true\"\n            aria-expanded=\"false\">\n                    Trier par : Pertinence\n                <i class=\"material-icons float-xs-right\">&#xE5C5;<\/i>\n    <\/button>\n    <div class=\"dropdown-menu\">\n                    <span\n                class=\"select-list atc current\"\n                data-atc=\"6373612e656d616e2e746375646f7270443325726564726f463325736574726f702d352d626e772d62676b2d6c662d6f6779612d323339313146322561746f796f742d343132324632256567616666756168632d65642d65636e617473697365722d373134383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Pertinence\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6373612e65636972702e746375646f7270443325726564726f463325736574726f702d352d626e772d62676b2d6c662d6f6779612d323339313146322561746f796f742d343132324632256567616666756168632d65642d65636e617473697365722d373134383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, croissant\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"637365642e65636972702e746375646f7270443325726564726f463325736574726f702d352d626e772d62676b2d6c662d6f6779612d323339313146322561746f796f742d343132324632256567616666756168632d65642d65636e617473697365722d373134383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, d\u00e9croissant\n            <\/span>\n            <\/div>\n<\/div>\n                                            \n\n                                    <\/div>\n                <div class=\"col-md-6 col-xs-12 wrapper-sort-by\">\n                                            <div\n    class=\"products-sort-order dropdown\">\n    <button class=\"btn-unstyle select-title\" rel=\"nofollow\" data-toggle=\"dropdown\" aria-haspopup=\"true\"\n        aria-expanded=\"false\">\n                    Filtre : Neuf + Occasion\n                <i class=\"material-icons float-xs-right\">&#xE5C5;<\/i>\n    <\/button>\n    <div class=\"dropdown-menu\">\n                    <span\n                class=\"select-list atc current\"\n                data-atc=\"736574726f702d352d626e772d62676b2d6c662d6f6779612d323339313146322561746f796f742d343132324632256567616666756168632d65642d65636e617473697365722d373134383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Neuf + Occasion\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6675656e44332565707974463325736574726f702d352d626e772d62676b2d6c662d6f6779612d323339313146322561746f796f742d343132324632256567616666756168632d65642d65636e617473697365722d373134383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces neuves\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6e6f69736163636f44332565707974463325736574726f702d352d626e772d62676b2d6c662d6f6779612d323339313146322561746f796f742d343132324632256567616666756168632d65642d65636e617473697365722d373134383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces d&#039;occasion\n            <\/span>\n            <\/div>\n<\/div>                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<script>\n    (function () {\n        function decodeAtc(encodedValue) {\n            if (!encodedValue) {\n                return '';\n            }\n\n            var hex = encodedValue.replace(\/\\s+\/g, '');\n            var reversedEncodedUrl = '';\n\n            for (var i = 0; i < hex.length; i += 2) {\n                reversedEncodedUrl += String.fromCharCode(parseInt(hex.substr(i, 2), 16));\n            }\n\n            var encodedUrl = reversedEncodedUrl.split('').reverse().join('');\n            return decodeURIComponent(encodedUrl);\n        }\n\n        function redirectFromAtc(element, openInNewTab) {\n            var encodedUrl = element.getAttribute('data-atc');\n            var decodedUrl = decodeAtc(encodedUrl);\n            if (!decodedUrl) {\n                return;\n            }\n\n            if (openInNewTab) {\n                var newWindow = window.open(decodedUrl, '_blank');\n                if (newWindow) {\n                    newWindow.focus();\n                }\n            } else {\n                document.location.href = decodedUrl;\n            }\n        }\n\n        document.addEventListener('DOMContentLoaded', function () {\n            var atcLinks = document.getElementsByClassName('atc');\n            for (var i = 0; i < atcLinks.length; i++) {\n                atcLinks[i].addEventListener('click', function (event) {\n                    redirectFromAtc(this, event.ctrlKey || event.metaKey);\n                }, false);\n\n                atcLinks[i].addEventListener('keydown', function (event) {\n                    if (event.key === 'Enter' || event.key === ' ') {\n                        event.preventDefault();\n                        redirectFromAtc(this, event.ctrlKey || event.metaKey);\n                    }\n                }, false);\n            }\n        });\n    })();\n<\/script>\n","rendered_products":"<div id=\"js-product-list\">\n    <div class=\"products\">\n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"32946630\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/32946630-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"45.62\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-06-25\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Autodesguaces Otoniel SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/32946630-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Autodesguaces Otoniel SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            45,62\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/32946630-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"13770447\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13770447-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"40.43\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-06-25\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguace Becerril S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13770447-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Desguace Becerril S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            40,43\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13770447-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"37496809\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37496809-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"39.94\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-06-25\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguace Malvarrosa S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37496809-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Desguace Malvarrosa S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            39,94\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37496809-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"37497183\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37497183-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"39.94\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-06-25\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguace Malvarrosa S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37497183-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Desguace Malvarrosa S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            39,94\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37497183-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"37344352\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344352-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"39.94\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-06-25\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguace Malvarrosa S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344352-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Desguace Malvarrosa S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            39,94\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344352-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"37344978\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344978-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"39.94\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-06-25\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguace Malvarrosa S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344978-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Desguace Malvarrosa S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            39,94\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344978-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"42658423\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42658423-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"37.26\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-06-25\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguace y Repuesto Murcia, SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42658423-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Desguace y Repuesto Murcia, SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            37,26\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42658423-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"42553306\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42553306-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"37.26\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-06-25\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguace y Repuesto Murcia, SL\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42553306-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">Desguace y Repuesto Murcia, SL<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            37,26\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42553306-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"39778513\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo (KGB\/WNB) 5 Portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/39778513-resistance-de-chauffage-d-occasion-pour-toyota-aygo-kgb-wnb-5-portes.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"34.41\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-06-25\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"CAT SIERRA VERDE S.L.\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/39778513-resistance-de-chauffage-d-occasion-pour-toyota-aygo-kgb-wnb-5-portes.html\">R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo (KGB\/WNB) 5 Portes<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo (KGB\/WNB) 5 Portes\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">CAT SIERRA VERDE S.L.<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            34,41\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/39778513-resistance-de-chauffage-d-occasion-pour-toyota-aygo-kgb-wnb-5-portes.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"34635141\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes\">\n            <meta itemprop=\"sku\" content=\"45977587\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/34635141-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"20.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-06-25\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL ETS GUY MARIN\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/34635141-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html\">R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">SARL ETS GUY MARIN<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Essence<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-tachometer-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Kilom\u00e9trage :<\/strong><\/span>\n        <span class=\"detail-value\">239939<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            20,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/34635141-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"12989916\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/12989916-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"90.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-06-25\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"USED WORLD PARTS\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/12989916-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html\">R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                .\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">USED WORLD PARTS<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            90,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/12989916-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n                    \n                \n            \n        \n    \n    \n    \n<article class=\"product-item is-used\"\n    data-id-product=\"13135435\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13135435-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"57.00\">\n        <div itemprop=\"hasMerchantReturnPolicy\" itemscope itemtype=\"https:\/\/schema.org\/MerchantReturnPolicy\">\n            <meta itemprop=\"applicableCountry\" content=\"FR\">\n            <meta itemprop=\"returnPolicyCategory\" content=\"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\">\n            <meta itemprop=\"merchantReturnDays\" content=\"14\">\n            <meta itemprop=\"returnMethod\" content=\"https:\/\/schema.org\/ReturnByMail\">\n            <meta itemprop=\"returnFees\" content=\"https:\/\/schema.org\/ReturnFeesCustomerResponsibility\">\n        <\/div>\n        <meta itemprop=\"priceValidUntil\" content=\"2026-06-25\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"USED WORLD PARTS\">\n        <\/div>\n    <\/div>\n\n    <div class=\"product-header\">\n        <span class=\"product-title-wrapper\">\n            <h3 class=\"h3 product-title\" itemprop=\"name\"><a href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13135435-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html\">R\u00e9sistance de chauffage d&#039;occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes<\/a><\/h2>\n        <\/span>\n\n                    <span class=\"occasion-badge\">Occasion<\/span>\n            <\/div>\n\n    <div class=\"product-content\">\n        <div class=\"product-left\">\n            <div class=\"product-description-item\">\n                reutiliza Et recycle ce to yago (kgb\/wnb). Rechange de desguace d\u00e9mont\u00e9 et v\u00e9rifi\u00e9 en bon \u00e9tat. Pour n&#039;importe quel doute parlez avec notre personnel\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">USED WORLD PARTS<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            57,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13135435-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html\">\n                <i class=\"fas fa-eye\"><\/i> Voir le produit\n            <\/a>\n        <\/div>\n    <\/div>\n<\/article>\n                \n        \n                                                                                                            <\/div>\n    \n                    \n\n    <nav class=\"pagination-infinite\">\n        <div class=\"row\">\n            <div class=\"col-lg-12\">\n                <a href=\"https:\/\/boutique.francecasse.fr\/module\/fctamponproduct\/listing?id_category=18417&amp;id_category_marque=2214&amp;id_category_modele=11932&amp;ajax=1&amp;action=products&amp;perPage=20&amp;expansion_level=2&amp;page=1&amp;c_exp_2=889\" class=\"show-more-products js-search-link-\">\n                                            Afficher les pi\u00e8ces trouv\u00e9es pour toutes les TOYOTA\n                                    <\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n            \n\n            \n    \n<\/div>\n","rendered_products_bottom":"<div id=\"js-product-list-bottom\"><\/div>\n","result":{},"label":"Cat\u00e9gorie : R\u00e9sistance de chauffage","products":[{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=32946630&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"32946630","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/32946630-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","canonical_url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/32946630-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"32946630","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"45,62\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-17 21:49:24","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"32946630-116469176","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/32946630-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":45.62,"price_without_reduction":45.62,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"4pines","id_feature":"24","position":"22"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"116469175","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/7\/4\/7\/6\/5\/8\/1747658.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116469176","position":"2","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/7\/4\/7\/6\/6\/7\/1747667.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116469177","position":"3","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/7\/4\/7\/6\/7\/9\/1747679.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116469178","position":"4","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/7\/4\/7\/6\/9\/0\/1747690.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"116469175","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/7\/4\/7\/6\/5\/8\/1747658.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":45.62,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"4pines","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"32946630","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"45,62\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"4PINES","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-17 21:49:24","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"80:O4H0167EP6\/582512","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"1KR-FE","vehicule_ref_id":"JTDKG18C80N016796","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2S","origin_modele":"A00024R7","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438A","id_category_piece":"18417","id_category_marque":"2214","id_category_modele":"11932","id_category_version":"11932","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2S","origin_modele_id":"A00024R7","origin_piece_id":"PS00438A","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"80","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"5533234","id_modele_parent":"9185","id_energie":"0","id_seller":"80","id_country_seller":"6","id_image":"32946630-116469176","prix":"45.620000","energie":"","libelle":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","seller_name":"Autodesguaces Otoniel SL","ordre_affichage":"14479","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-home_default.webp","fdp_incluse":"1","code_moteur":"1KR-FE","reference_constructeur":"4PINES","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/32946630-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":45.62,"price_without_reduction":45.62,"price_without_reduction_without_tax":45.62,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"4pines","id_feature":"24","position":"22"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"116469175","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/7\/4\/7\/6\/5\/8\/1747658.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/6\/116469176-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116469176","position":"2","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/7\/4\/7\/6\/6\/7\/1747667.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/7\/116469177-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116469177","position":"3","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/7\/4\/7\/6\/7\/9\/1747679.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/8\/116469178-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"116469178","position":"4","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/7\/4\/7\/6\/9\/0\/1747690.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/6\/4\/6\/9\/1\/7\/5\/116469175-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"116469175","position":"1","id_origin":"https:\/\/otoniel.es\/img\/p\/1\/7\/4\/7\/6\/5\/8\/1747658.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":45.62,"regular_price_amount":45.62,"regular_price":"45,62\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=13770447&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"13770447","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13770447-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","canonical_url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13770447-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"13770447","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"40,43\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-18 19:41:32","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"13770447-65344537","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13770447-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":40.43,"price_without_reduction":40.43,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"65344536","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/1\/4\/9\/5\/8\/4\/149584.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"65344537","position":"2","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/1\/4\/9\/5\/9\/9\/149599.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"65344536","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/1\/4\/9\/5\/8\/4\/149584.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":40.43,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Moteur":{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"13770447","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"40,43\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-18 19:41:32","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"60:B9H00LMIDS\/2026473","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"1KR-FE","vehicule_ref_id":"JTDKG12C40N639776","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2S","origin_modele":"A00024R7","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438A","id_category_piece":"18417","id_category_marque":"2214","id_category_modele":"11932","id_category_version":"11932","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2S","origin_modele_id":"A00024R7","origin_piece_id":"PS00438A","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"60","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"5533235","id_modele_parent":"9185","id_energie":"0","id_seller":"60","id_country_seller":"6","id_image":"13770447-65344537","prix":"40.430000","energie":"","libelle":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","seller_name":"Desguace Becerril S.L.","ordre_affichage":"14480","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-home_default.webp","fdp_incluse":"1","code_moteur":"1KR-FE","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13770447-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":40.43,"price_without_reduction":40.43,"price_without_reduction_without_tax":40.43,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"65344536","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/1\/4\/9\/5\/8\/4\/149584.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/7\/65344537-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"65344537","position":"2","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/1\/4\/9\/5\/9\/9\/149599.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/3\/4\/4\/5\/3\/6\/65344536-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"65344536","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/1\/4\/9\/5\/8\/4\/149584.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":40.43,"regular_price_amount":40.43,"regular_price":"40,43\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":null,"id":"37496809","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37496809-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","canonical_url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37496809-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":null,"embedded_attributes":{"id_product":"37496809","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":0,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"39,94\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"0","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-17 20:35:08","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37496809-131207410","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37496809-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":39.94,"price_without_reduction":39.94,"reduction":0,"specific_prices":[],"quantity_all_versions":0,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"[V.A.] TOYOTA AYGO 1.0 | 07.05 - ... [REF. FOURMI] [BG827] PRECIO EXCLUSIVO VENTA ON LINE Y RECOGIDA EN TIENDA MLV12541513","id_feature":"24","position":"22"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131207394","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/5\/9\/6\/3\/1\/1459631.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131207410","position":"2","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/5\/9\/6\/3\/2\/1459632.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131846710","position":"3","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/5\/9\/6\/3\/1\/1459631.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131846725","position":"4","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/5\/9\/6\/3\/2\/1459632.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131207394","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/5\/9\/6\/3\/1\/1459631.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":39.94,"unit_price_full":"","show_availability":true,"availability_message":"Rupture de stock","availability_date":null,"availability":"unavailable"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"[V.A.] TOYOTA AYGO 1.0 | 07.05 - ... [REF. FOURMI] [BG827] PRECIO EXCLUSIVO VENTA ON LINE Y RECOGIDA EN TIENDA MLV12541513","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/OutOfStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"37496809","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":0,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"39,94\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"0","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-17 20:35:08","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"45:MAH00MXBTD\/12541513","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"1KR-FE","vehicule_ref_id":"JTDKG12C40N441487","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"2026-06-18 20:11:04","origin_marque":"A0001E2S","origin_modele":"A00024R7","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438A","id_category_piece":"18417","id_category_marque":"2214","id_category_modele":"11932","id_category_version":"11932","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2S","origin_modele_id":"A00024R7","origin_piece_id":"PS00438A","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"45","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"5533236","id_modele_parent":"9185","id_energie":"0","id_seller":"45","id_country_seller":"6","id_image":"37496809-131207410","prix":"39.940000","energie":"","libelle":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","seller_name":"Desguace Malvarrosa S.L.","ordre_affichage":"14481","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-home_default.webp","fdp_incluse":"1","code_moteur":"1KR-FE","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37496809-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":39.94,"price_without_reduction":39.94,"price_without_reduction_without_tax":39.94,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":0,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"[V.A.] TOYOTA AYGO 1.0 | 07.05 - ... [REF. FOURMI] [BG827] PRECIO EXCLUSIVO VENTA ON LINE Y RECOGIDA EN TIENDA MLV12541513","id_feature":"24","position":"22"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131207394","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/5\/9\/6\/3\/1\/1459631.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/4\/1\/0\/131207410-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131207410","position":"2","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/5\/9\/6\/3\/2\/1459632.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/1\/0\/131846710-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131846710","position":"3","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/5\/9\/6\/3\/1\/1459631.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/8\/4\/6\/7\/2\/5\/131846725-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"131846725","position":"4","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/5\/9\/6\/3\/2\/1459632.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/1\/2\/0\/7\/3\/9\/4\/131207394-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"131207394","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/5\/9\/6\/3\/1\/1459631.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":39.94,"regular_price_amount":39.94,"regular_price":"39,94\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_message":"Rupture de stock","availability_date":null,"availability":"unavailable"},{"add_to_cart_url":null,"id":"37497183","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37497183-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","canonical_url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37497183-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":null,"embedded_attributes":{"id_product":"37497183","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":0,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"39,94\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"0","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-17 20:35:11","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37497183-132351453","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37497183-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":39.94,"price_without_reduction":39.94,"reduction":0,"specific_prices":[],"quantity_all_versions":0,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"[V.A.] TOYOTA AYGO 1.0 | 07.05 - ... [REF. FOURMI] [BH352]4PINS PRECIO EXCLUSIVO VENTA ON LINE Y RECOGIDA EN TIENDA MLV12634179 871380H010","id_feature":"24","position":"22"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"132351439","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/6\/2\/2\/3\/2\/1462232.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"132351453","position":"2","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/6\/2\/2\/3\/3\/1462233.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"132351439","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/6\/2\/2\/3\/2\/1462232.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":39.94,"unit_price_full":"","show_availability":true,"availability_message":"Rupture de stock","availability_date":null,"availability":"unavailable"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"[V.A.] TOYOTA AYGO 1.0 | 07.05 - ... [REF. FOURMI] [BH352]4PINS PRECIO EXCLUSIVO VENTA ON LINE Y RECOGIDA EN TIENDA MLV12634179 871380H010","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/OutOfStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"37497183","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":0,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"39,94\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"871380H010","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"0","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-17 20:35:11","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"45:MAH00MXC72\/12634179","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"1KR-FE","vehicule_ref_id":"JTDKG18C70N164082","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"2026-06-18 20:11:04","origin_marque":"A0001E2S","origin_modele":"A00024R7","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438A","id_category_piece":"18417","id_category_marque":"2214","id_category_modele":"11932","id_category_version":"11932","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2S","origin_modele_id":"A00024R7","origin_piece_id":"PS00438A","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"45","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"5533237","id_modele_parent":"9185","id_energie":"0","id_seller":"45","id_country_seller":"6","id_image":"37497183-132351453","prix":"39.940000","energie":"","libelle":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","seller_name":"Desguace Malvarrosa S.L.","ordre_affichage":"14482","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-home_default.webp","fdp_incluse":"1","code_moteur":"1KR-FE","reference_constructeur":"871380H010","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37497183-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":39.94,"price_without_reduction":39.94,"price_without_reduction_without_tax":39.94,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":0,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"[V.A.] TOYOTA AYGO 1.0 | 07.05 - ... [REF. FOURMI] [BH352]4PINS PRECIO EXCLUSIVO VENTA ON LINE Y RECOGIDA EN TIENDA MLV12634179 871380H010","id_feature":"24","position":"22"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"132351439","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/6\/2\/2\/3\/2\/1462232.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/5\/3\/132351453-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"132351453","position":"2","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/6\/2\/2\/3\/3\/1462233.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/3\/5\/1\/4\/3\/9\/132351439-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"132351439","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/4\/6\/2\/2\/3\/2\/1462232.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":39.94,"regular_price_amount":39.94,"regular_price":"39,94\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_message":"Rupture de stock","availability_date":null,"availability":"unavailable"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=37344352&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37344352","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344352-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","canonical_url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344352-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37344352","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"39,94\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-18 20:04:44","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37344352-130918557","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344352-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":39.94,"price_without_reduction":39.94,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"3R0K1R17KR35K 13223A PRECIO EXCLUSIVO VENTA ON LINE Y RECOGIDA EN TIENDA MLV14643921","id_feature":"24","position":"22"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"130918543","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/5\/4\/3\/4\/8\/8\/1543488.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"130918557","position":"2","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/5\/4\/3\/4\/8\/9\/1543489.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"130918543","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/5\/4\/3\/4\/8\/8\/1543488.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":39.94,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"3R0K1R17KR35K 13223A PRECIO EXCLUSIVO VENTA ON LINE Y RECOGIDA EN TIENDA MLV14643921","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"37344352","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"39,94\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-18 20:04:44","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"45:MAH00MHJMR\/14643921","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"1KR-FE","vehicule_ref_id":"JTDJG10C20N730690","vehicule_ktype":"","vehicule_ref_etat":"3","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2S","origin_modele":"A00024R7","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438A","id_category_piece":"18417","id_category_marque":"2214","id_category_modele":"11932","id_category_version":"11932","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2S","origin_modele_id":"A00024R7","origin_piece_id":"PS00438A","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"45","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"5533238","id_modele_parent":"9185","id_energie":"0","id_seller":"45","id_country_seller":"6","id_image":"37344352-130918557","prix":"39.940000","energie":"","libelle":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","seller_name":"Desguace Malvarrosa S.L.","ordre_affichage":"14483","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-home_default.webp","fdp_incluse":"1","code_moteur":"1KR-FE","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344352-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":39.94,"price_without_reduction":39.94,"price_without_reduction_without_tax":39.94,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"3R0K1R17KR35K 13223A PRECIO EXCLUSIVO VENTA ON LINE Y RECOGIDA EN TIENDA MLV14643921","id_feature":"24","position":"22"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"130918543","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/5\/4\/3\/4\/8\/8\/1543488.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/5\/7\/130918557-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"130918557","position":"2","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/5\/4\/3\/4\/8\/9\/1543489.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/8\/5\/4\/3\/130918543-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"130918543","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/5\/4\/3\/4\/8\/8\/1543488.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":39.94,"regular_price_amount":39.94,"regular_price":"39,94\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=37344978&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37344978","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344978-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","canonical_url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344978-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37344978","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"39,94\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-18 20:04:48","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37344978-130919830","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344978-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":39.94,"price_without_reduction":39.94,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"MLV14668494 PRECIO EXCLUSIVO VENTA ON LINE Y RECOGIDA EN TIENDA","id_feature":"24","position":"22"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"130919814","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/5\/4\/6\/0\/7\/6\/1546076.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"130919830","position":"2","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/5\/4\/6\/0\/7\/7\/1546077.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"130919814","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/5\/4\/6\/0\/7\/6\/1546076.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":39.94,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"MLV14668494 PRECIO EXCLUSIVO VENTA ON LINE Y RECOGIDA EN TIENDA","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"37344978","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"39,94\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-18 20:04:48","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"45:MAH00MHMGM\/14668494","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"1KR-FE","vehicule_ref_id":"JTDKG18CX0N101820","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2S","origin_modele":"A00024R7","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438A","id_category_piece":"18417","id_category_marque":"2214","id_category_modele":"11932","id_category_version":"11930","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2S","origin_modele_id":"A00024R7","origin_piece_id":"PS00438A","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"45","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"5533239","id_modele_parent":"9185","id_energie":"0","id_seller":"45","id_country_seller":"6","id_image":"37344978-130919830","prix":"39.940000","energie":"","libelle":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","seller_name":"Desguace Malvarrosa S.L.","ordre_affichage":"14484","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-home_default.webp","fdp_incluse":"1","code_moteur":"1KR-FE","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/37344978-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":39.94,"price_without_reduction":39.94,"price_without_reduction_without_tax":39.94,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"MLV14668494 PRECIO EXCLUSIVO VENTA ON LINE Y RECOGIDA EN TIENDA","id_feature":"24","position":"22"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"130919814","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/5\/4\/6\/0\/7\/6\/1546076.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/3\/0\/130919830-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"130919830","position":"2","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/5\/4\/6\/0\/7\/7\/1546077.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/0\/9\/1\/9\/8\/1\/4\/130919814-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"130919814","position":"1","id_origin":"https:\/\/desguacemalvarrosa.es\/img\/p\/1\/5\/4\/6\/0\/7\/6\/1546076.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":39.94,"regular_price_amount":39.94,"regular_price":"39,94\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=42658423&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"42658423","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42658423-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","canonical_url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42658423-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"42658423","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"37,26\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-17 20:44:19","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"42658423-147291034","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42658423-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":37.26,"price_without_reduction":37.26,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"147291013","position":"1","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/vg\/xTjvdekrqvpklqzrxsTvdmzvqvxs1777681xs000001929844xJ~oB7daA.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"147291034","position":"2","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/o-\/xTjvdekrqvpklqzrxsTvdmzvqvxs1777681xs000001929842xJ~oB7daA.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"147291049","position":"3","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/ta\/xTjvdekrqvpklqzrxsTvdmzvqvxs1777681xs000001929846xJ~oB7daA.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"147291013","position":"1","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/vg\/xTjvdekrqvpklqzrxsTvdmzvqvxs1777681xs000001929844xJ~oB7daA.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":37.26,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Moteur":{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"42658423","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"37,26\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"T1000035ND","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-17 20:44:19","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"99:MDH015FFIA\/1777681","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"1KR-FE","vehicule_ref_id":"","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2S","origin_modele":"A00024R7","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438A","id_category_piece":"18417","id_category_marque":"2214","id_category_modele":"11932","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2S","origin_modele_id":"A00024R7","origin_piece_id":"PS00438A","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"99","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"5533241","id_modele_parent":"9185","id_energie":"0","id_seller":"99","id_country_seller":"6","id_image":"42658423-147291034","prix":"37.260000","energie":"","libelle":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","seller_name":"Desguace y Repuesto Murcia, SL","ordre_affichage":"14486","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-home_default.webp","fdp_incluse":"1","code_moteur":"1KR-FE","reference_constructeur":"T1000035ND","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42658423-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":37.26,"price_without_reduction":37.26,"price_without_reduction_without_tax":37.26,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"147291013","position":"1","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/vg\/xTjvdekrqvpklqzrxsTvdmzvqvxs1777681xs000001929844xJ~oB7daA.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/3\/4\/147291034-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"147291034","position":"2","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/o-\/xTjvdekrqvpklqzrxsTvdmzvqvxs1777681xs000001929842xJ~oB7daA.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/4\/9\/147291049-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"147291049","position":"3","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/ta\/xTjvdekrqvpklqzrxsTvdmzvqvxs1777681xs000001929846xJ~oB7daA.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/2\/9\/1\/0\/1\/3\/147291013-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"147291013","position":"1","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/vg\/xTjvdekrqvpklqzrxsTvdmzvqvxs1777681xs000001929844xJ~oB7daA.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":37.26,"regular_price_amount":37.26,"regular_price":"37,26\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=42553306&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"42553306","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42553306-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","canonical_url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42553306-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"42553306","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"37,26\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-17 20:33:41","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"42553306-147022285","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42553306-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":37.26,"price_without_reduction":37.26,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"147022268","position":"1","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/ys\/xTjvdekrqvpklqzrxsTvdmzvqvxs1778048xs000x5c001x5c932x5c000001932704xJ~-qvKaA.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"147022285","position":"2","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/1y\/xTjvdekrqvpklqzrxsTvdmzvqvxs1778048xs000x5c001x5c932x5c000001932702xJ~-qvKaA.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"147022303","position":"3","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/3I\/xTjvdekrqvpklqzrxsTvdmzvqvxs1778048xs000x5c001x5c932x5c000001932700xJ~-qvKaA.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"147022268","position":"1","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/ys\/xTjvdekrqvpklqzrxsTvdmzvqvxs1778048xs000x5c001x5c932x5c000001932704xJ~-qvKaA.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":37.26,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Moteur":{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"42553306","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"37,26\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"T1000035ND","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-17 20:33:41","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"99:MDH015AFK4\/1778048","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"1KR-FE","vehicule_ref_id":"","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2S","origin_modele":"A00024R7","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438A","id_category_piece":"18417","id_category_marque":"2214","id_category_modele":"11932","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2S","origin_modele_id":"A00024R7","origin_piece_id":"PS00438A","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"99","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"5533242","id_modele_parent":"9185","id_energie":"0","id_seller":"99","id_country_seller":"6","id_image":"42553306-147022285","prix":"37.260000","energie":"","libelle":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo","seller_name":"Desguace y Repuesto Murcia, SL","ordre_affichage":"14487","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-home_default.webp","fdp_incluse":"1","code_moteur":"1KR-FE","reference_constructeur":"T1000035ND","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/42553306-resistance-de-chauffage-d-occasion-pour-toyota-aygo.html","attribute_price":0,"price_tax_exc":37.26,"price_without_reduction":37.26,"price_without_reduction_without_tax":37.26,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"147022268","position":"1","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/ys\/xTjvdekrqvpklqzrxsTvdmzvqvxs1778048xs000x5c001x5c932x5c000001932704xJ~-qvKaA.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/8\/5\/147022285-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"147022285","position":"2","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/1y\/xTjvdekrqvpklqzrxsTvdmzvqvxs1778048xs000x5c001x5c932x5c000001932702xJ~-qvKaA.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/3\/0\/3\/147022303-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"147022303","position":"3","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/3I\/xTjvdekrqvpklqzrxsTvdmzvqvxs1778048xs000x5c001x5c932x5c000001932700xJ~-qvKaA.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/7\/0\/2\/2\/2\/6\/8\/147022268-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"147022268","position":"1","id_origin":"https:\/\/picture1.totalparts.eu\/MD\/ys\/xTjvdekrqvpklqzrxsTvdmzvqvxs1778048xs000x5c001x5c932x5c000001932704xJ~-qvKaA.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":37.26,"regular_price_amount":37.26,"regular_price":"37,26\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=39778513&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"39778513","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/39778513-resistance-de-chauffage-d-occasion-pour-toyota-aygo-kgb-wnb-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/39778513-resistance-de-chauffage-d-occasion-pour-toyota-aygo-kgb-wnb-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"39778513","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"34,41\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-16 22:36:36","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo (KGB\/WNB) 5 Portes","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo-kgb-wnb-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo (KGB\/WNB) 5 Portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"39778513-139826251","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/39778513-resistance-de-chauffage-d-occasion-pour-toyota-aygo-kgb-wnb-5-portes.html","attribute_price":0,"price_tax_exc":34.41,"price_without_reduction":34.41,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"1 conexion 4 PINES","id_feature":"24","position":"22"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"139826239","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/8834979\/000005962003.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139826251","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/8834979\/000005962007.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139826264","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/8834979\/000005962005.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139826277","position":"4","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/8834979\/000005962001.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"139826239","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/8834979\/000005962003.JPEG","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":34.41,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Usure":{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"1 conexion 4 PINES","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"39778513","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"34,41\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"871380H010","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:08","date_upd":"2026-06-16 22:36:36","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"46:M6H00MFCZG\/8834979","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"","code_moteur_field":"1KR-FE","vehicule_ref_id":"JTDKG10C40N743347","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E2S","origin_modele":"A00037CG","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438A","id_category_piece":"18417","id_category_marque":"2214","id_category_modele":"11932","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E2S","origin_modele_id":"A00037CG","origin_piece_id":"PS00438A","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"46","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo (KGB\/WNB) 5 Portes","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo-kgb-wnb-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo (KGB\/WNB) 5 Portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"5533273","id_modele_parent":"9185","id_energie":"0","id_seller":"46","id_country_seller":"8","id_image":"39778513-139826251","prix":"34.410000","energie":"","libelle":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo (KGB\/WNB) 5 Portes","seller_name":"CAT SIERRA VERDE S.L.","ordre_affichage":"14518","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-home_default.webp","fdp_incluse":"1","code_moteur":"1KR-FE","reference_constructeur":"871380H010","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/39778513-resistance-de-chauffage-d-occasion-pour-toyota-aygo-kgb-wnb-5-portes.html","attribute_price":0,"price_tax_exc":34.41,"price_without_reduction":34.41,"price_without_reduction_without_tax":34.41,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":"Utilis\u00e9, pas de classification","id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"1 conexion 4 PINES","id_feature":"24","position":"22"},{"name":"Moteur","value":"1KR-FE","id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"139826239","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/8834979\/000005962003.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/5\/1\/139826251-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139826251","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/8834979\/000005962007.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/6\/4\/139826264-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139826264","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/8834979\/000005962005.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/7\/7\/139826277-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139826277","position":"4","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/8834979\/000005962001.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/8\/2\/6\/2\/3\/9\/139826239-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"139826239","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/talleresmelli\/Despiece\/8834979\/000005962003.JPEG","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":34.41,"regular_price_amount":34.41,"regular_price":"34,41\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=34635141&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34635141","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/34635141-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/34635141-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34635141","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"20,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"45977587","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:09","date_upd":"2026-06-18 01:19:16","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34635141-127696754","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/34635141-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html","attribute_price":0,"price_tax_exc":20,"price_without_reduction":20,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"239939","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127696736","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1295379-large_default\/resistance-chauffage-toyota-aygo-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127696754","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/1295380-large_default\/resistance-chauffage-toyota-aygo-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127696764","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/1295381-large_default\/resistance-chauffage-toyota-aygo-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127696736","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1295379-large_default\/resistance-chauffage-toyota-aygo-1.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":20,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"45977587","grouped_features":{"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"239939","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"34635141","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"20,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"45977587","supplier_reference":"871380H010","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:09","date_upd":"2026-06-18 01:19:16","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"76:182892","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"76:JTDKG10C00N771193","code_moteur_field":"1KRFE","vehicule_ref_id":"JTDKG10C00N771193","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"TOYOTA","origin_modele":"AYGO 1 PHASE 3","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Resistance chauffage","id_category_piece":"18417","id_category_marque":"2214","id_category_modele":"11932","id_category_version":"11932","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"","origin_modele_id":"","origin_piece_id":"","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"76","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"5533294","id_modele_parent":"9185","id_energie":"16532","id_seller":"76","id_country_seller":"8","id_image":"34635141-127696754","prix":"20.000000","energie":"Essence","libelle":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes","seller_name":"SARL ETS GUY MARIN","ordre_affichage":"14539","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"239939\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-home_default.webp","fdp_incluse":"1","code_moteur":"1KRFE","reference_constructeur":"871380H010","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/34635141-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html","attribute_price":0,"price_tax_exc":20,"price_without_reduction":20,"price_without_reduction_without_tax":20,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"239939","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127696736","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1295379-large_default\/resistance-chauffage-toyota-aygo-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/5\/4\/127696754-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127696754","position":"2","id_origin":"https:\/\/www.ets-marin.fr\/1295380-large_default\/resistance-chauffage-toyota-aygo-1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/6\/4\/127696764-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127696764","position":"3","id_origin":"https:\/\/www.ets-marin.fr\/1295381-large_default\/resistance-chauffage-toyota-aygo-1.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/6\/9\/6\/7\/3\/6\/127696736-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127696736","position":"1","id_origin":"https:\/\/www.ets-marin.fr\/1295379-large_default\/resistance-chauffage-toyota-aygo-1.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":20,"regular_price_amount":20,"regular_price":"20,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=12989916&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"12989916","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/12989916-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/12989916-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"12989916","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"90,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:09","date_upd":"2025-10-15 01:03:27","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":".","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"12989916-61691141","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/12989916-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html","attribute_price":0,"price_tax_exc":90,"price_without_reduction":90,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"61691140","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/recicla\/images\/mNQnu71pemHl?publicKey=casse&accessToken=e8a406870210578db2ba3004c7fa3dd603e4d56ed2e95577cb71ed94705f2933","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"61691141","position":"2","id_origin":"http:\/\/f.mbrev.es\/users\/recicla\/images\/sG-moxxI4EWL?publicKey=casse&accessToken=f5b7f54e0ca760331adf7bafa0aefcc27ee94ce3b0d9533ba8489ff1d2f0961f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"61691142","position":"3","id_origin":"http:\/\/f.mbrev.es\/users\/recicla\/images\/rwdQHzYJoXoI?publicKey=casse&accessToken=48319402d9d5c1cd97029cf484d03e5a3c1008141a248e9b53cd02f4ea19795f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"61691143","position":"4","id_origin":"http:\/\/f.mbrev.es\/users\/recicla\/images\/GHHuJEYg_9mu?publicKey=casse&accessToken=d50375a6a2e2670730b312617f0a92dfbed373dc10e05ce0daed0b56fbdb731a","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"61691144","position":"5","id_origin":"http:\/\/f.mbrev.es\/users\/recicla\/images\/w9SOGKa_3laM?publicKey=casse&accessToken=96093bc65bb3d3b03caa2d3b18f48dfd1849addbc2f577bd138d139f6e88969b","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"61691140","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/recicla\/images\/mNQnu71pemHl?publicKey=casse&accessToken=e8a406870210578db2ba3004c7fa3dd603e4d56ed2e95577cb71ed94705f2933","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":90,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"12989916","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"90,00\u00a0\u20ac","old_price_octobre_2025":"73.000000","wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"871380H010","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"1.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:09","date_upd":"2025-10-15 01:03:27","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:recap360861","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"[{\"id\":\"20638111\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"26:recav7707","code_moteur_field":"1KR","vehicule_ref_id":"JTDKG10C40N699267","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"90","origin_modele":"146389","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"99","id_category_piece":"18417","id_category_marque":"2214","id_category_modele":"11932","id_category_version":"11932","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"90","origin_modele_id":"146389","origin_piece_id":"99","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":null,"frais_port_ttc":null,"origin_id_prefix":"26","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":".","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"5533296","id_modele_parent":"9185","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"12989916-61691141","prix":"90.000000","energie":"","libelle":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes","seller_name":"USED WORLD PARTS","ordre_affichage":"14541","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-home_default.webp","fdp_incluse":"1","code_moteur":"1KR","reference_constructeur":"871380H010","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/12989916-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html","attribute_price":0,"price_tax_exc":90,"price_without_reduction":90,"price_without_reduction_without_tax":90,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"61691140","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/recicla\/images\/mNQnu71pemHl?publicKey=casse&accessToken=e8a406870210578db2ba3004c7fa3dd603e4d56ed2e95577cb71ed94705f2933","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/1\/61691141-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"61691141","position":"2","id_origin":"http:\/\/f.mbrev.es\/users\/recicla\/images\/sG-moxxI4EWL?publicKey=casse&accessToken=f5b7f54e0ca760331adf7bafa0aefcc27ee94ce3b0d9533ba8489ff1d2f0961f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/2\/61691142-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"61691142","position":"3","id_origin":"http:\/\/f.mbrev.es\/users\/recicla\/images\/rwdQHzYJoXoI?publicKey=casse&accessToken=48319402d9d5c1cd97029cf484d03e5a3c1008141a248e9b53cd02f4ea19795f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/3\/61691143-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"61691143","position":"4","id_origin":"http:\/\/f.mbrev.es\/users\/recicla\/images\/GHHuJEYg_9mu?publicKey=casse&accessToken=d50375a6a2e2670730b312617f0a92dfbed373dc10e05ce0daed0b56fbdb731a","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/4\/61691144-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"61691144","position":"5","id_origin":"http:\/\/f.mbrev.es\/users\/recicla\/images\/w9SOGKa_3laM?publicKey=casse&accessToken=96093bc65bb3d3b03caa2d3b18f48dfd1849addbc2f577bd138d139f6e88969b","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/1\/6\/9\/1\/1\/4\/0\/61691140-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"61691140","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/recicla\/images\/mNQnu71pemHl?publicKey=casse&accessToken=e8a406870210578db2ba3004c7fa3dd603e4d56ed2e95577cb71ed94705f2933","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":90,"regular_price_amount":90,"regular_price":"90,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=13135435&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"13135435","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13135435-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html","canonical_url":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13135435-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"13135435","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"57,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","out_of_stock":"2","customizable":"0","uploadable_files":"0","text_fields":"0","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","condition":"used","show_price":"1","indexed":"0","visibility":"both","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:09","date_upd":"2026-05-06 13:02:49","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"reutiliza Et recycle ce to yago (kgb\/wnb). Rechange de desguace d\u00e9mont\u00e9 et v\u00e9rifi\u00e9 en bon \u00e9tat. Pour n'importe quel doute parlez avec notre personnel","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"13135435-62299546","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13135435-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html","attribute_price":0,"price_tax_exc":57,"price_without_reduction":57,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"62299545","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/castill\/images\/DaHpIyyo7AZZ?publicKey=casse&accessToken=b272696d564994d6f7b5fea516ca2ef57f5a6aac1f09190104dd07405ef01d6b","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"62299546","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/castill\/images\/RzhWqje62Gsd?publicKey=casse&accessToken=778b8154c19b34d78fe46336d0c5425119ff024f4cd7b9750c3cfa549e3439ff","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"62299547","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/castill\/images\/wyvwzezBB93I?publicKey=casse&accessToken=b384b3d71e5bf7eb2dd4751557dbcaf773a8199fe1b1049406f1e6a6321bc470","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"62299548","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/castill\/images\/u5nXtsB695E0?publicKey=casse&accessToken=4740d85d5e530c8f06aeb9dc5c657ba98f32b426c2a3218621da5c8850acf36c","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"62299549","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/castill\/images\/0wHhV7_44fRo?publicKey=casse&accessToken=daa992cecdd155159dc52fbf71835567e9f503665b45a1adbb9ac4b1472b17e9","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"62299545","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/castill\/images\/DaHpIyyo7AZZ?publicKey=casse&accessToken=b272696d564994d6f7b5fea516ca2ef57f5a6aac1f09190104dd07405ef01d6b","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":57,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":null,"grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"13135435","id_supplier":"1","id_manufacturer":"0","id_category_default":"18417","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"57,00\u00a0\u20ac","old_price_octobre_2025":"47.000000","wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"1481","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"5.000000","out_of_stock":"2","additional_delivery_times":"1","quantity_discount":"0","customizable":"0","uploadable_files":"0","text_fields":"0","active":"1","redirect_type":"","id_type_redirected":"0","available_for_order":"1","available_date":"0000-00-00","show_condition":"1","indexed":"0","visibility":"both","cache_is_pack":"0","cache_has_attachments":"0","is_virtual":"0","cache_default_attribute":"0","date_add":"2026-06-18 12:52:09","date_upd":"2026-05-06 13:02:49","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:caslp124541","casse":"","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"","vehicule_origin_id":"26:caslv614","code_moteur_field":"","vehicule_ref_id":"JTDKG10C60N773773","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"90","origin_modele":"308677","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"99","id_category_piece":"18417","id_category_marque":"2214","id_category_modele":"11932","id_category_version":"11932","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"90","origin_modele_id":"308677","origin_piece_id":"99","origin_version_id":"","bool_modele_id_corrrige":"0","date_correction_modele_reinit":null,"id_tax_rules_group_pro":"0","origin_tva":"0.000000","origin_pro_tva":"0.000000","id_tax_rules_group_temp":null,"date_vin_retraite":null,"prix_piece_ttc":"0.000000","frais_port_ttc":"0.000000","origin_id_prefix":"26","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"reutiliza Et recycle ce to yago (kgb\/wnb). Rechange de desguace d\u00e9mont\u00e9 et v\u00e9rifi\u00e9 en bon \u00e9tat. Pour n'importe quel doute parlez avec notre personnel","link_rewrite":"resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"5533297","id_modele_parent":"9185","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"13135435-62299546","prix":"57.000000","energie":"","libelle":"R\u00e9sistance de chauffage d'occasion pour TOYOTA Aygo FL (KGB\/WNB) 5 Portes","seller_name":"USED WORLD PARTS","ordre_affichage":"14542","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"1481","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"resistance-de-chauffage","category_name":"R\u00e9sistance de chauffage","link":"https:\/\/boutique.francecasse.fr\/resistance-de-chauffage\/13135435-resistance-de-chauffage-d-occasion-pour-toyota-aygo-fl-kgb-wnb-5-portes.html","attribute_price":0,"price_tax_exc":57,"price_without_reduction":57,"price_without_reduction_without_tax":57,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"62299545","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/castill\/images\/DaHpIyyo7AZZ?publicKey=casse&accessToken=b272696d564994d6f7b5fea516ca2ef57f5a6aac1f09190104dd07405ef01d6b","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/6\/62299546-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"62299546","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/castill\/images\/RzhWqje62Gsd?publicKey=casse&accessToken=778b8154c19b34d78fe46336d0c5425119ff024f4cd7b9750c3cfa549e3439ff","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/7\/62299547-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"62299547","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/castill\/images\/wyvwzezBB93I?publicKey=casse&accessToken=b384b3d71e5bf7eb2dd4751557dbcaf773a8199fe1b1049406f1e6a6321bc470","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/8\/62299548-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"62299548","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/castill\/images\/u5nXtsB695E0?publicKey=casse&accessToken=4740d85d5e530c8f06aeb9dc5c657ba98f32b426c2a3218621da5c8850acf36c","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/9\/62299549-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"62299549","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/castill\/images\/0wHhV7_44fRo?publicKey=casse&accessToken=daa992cecdd155159dc52fbf71835567e9f503665b45a1adbb9ac4b1472b17e9","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/2\/2\/9\/9\/5\/4\/5\/62299545-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"62299545","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/castill\/images\/DaHpIyyo7AZZ?publicKey=casse&accessToken=b272696d564994d6f7b5fea516ca2ef57f5a6aac1f09190104dd07405ef01d6b","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":57,"regular_price_amount":57,"regular_price":"57,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"}],"sort_orders":[{"entity":"product","field":"product.name.asc","direction":"asc","label":"Pertinence","urlParameter":"product.product.name.asc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/18417-resistance-de-chauffage\/2214-toyota\/11932-aygo-fl-kgb-wnb-5-portes?order=product.product.name.asc.asc"},{"entity":"product","field":"product.price.asc","direction":"asc","label":"Prix, croissant","urlParameter":"product.product.price.asc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/18417-resistance-de-chauffage\/2214-toyota\/11932-aygo-fl-kgb-wnb-5-portes?order=product.product.price.asc.asc"},{"entity":"product","field":"product.price.desc","direction":"asc","label":"Prix, d\u00e9croissant","urlParameter":"product.product.price.desc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/18417-resistance-de-chauffage\/2214-toyota\/11932-aygo-fl-kgb-wnb-5-portes?order=product.product.price.desc.asc"}],"sort_selected":false,"sort_usures":[{"urlParameter":"","url":"https:\/\/boutique.francecasse.fr\/18417-resistance-de-chauffage\/2214-toyota\/11932-aygo-fl-kgb-wnb-5-portes","label":"Neuf + Occasion","current":true,"sort_usure_selected":"Neuf + Occasion"},{"urlParameter":"neuf","url":"https:\/\/boutique.francecasse.fr\/18417-resistance-de-chauffage\/2214-toyota\/11932-aygo-fl-kgb-wnb-5-portes?type=neuf","label":"Pi\u00e8ces neuves","current":false,"sort_usure_selected":"Pi\u00e8ces neuves"},{"urlParameter":"occasion","url":"https:\/\/boutique.francecasse.fr\/18417-resistance-de-chauffage\/2214-toyota\/11932-aygo-fl-kgb-wnb-5-portes?type=occasion","label":"Pi\u00e8ces d'occasion","current":false,"sort_usure_selected":null}],"sort_usure_selected":"Neuf + Occasion","pagination":{"total_items":12,"items_shown_from":1,"items_shown_to":12,"current_page":1,"pages_count":1,"pages":{"1":{"type":"page","page":1,"clickable":false,"current":true,"url":"https:\/\/boutique.francecasse.fr\/18417-resistance-de-chauffage\/2214-toyota\/11932-aygo-fl-kgb-wnb-5-portes"}},"should_be_displayed":false},"rendered_facets":"","rendered_active_filters":"","js_enabled":true,"current_url":"https:\/\/boutique.francecasse.fr\/18417-resistance-de-chauffage\/2214-toyota\/11932-aygo-fl-kgb-wnb-5-portes","rendered_products_header":"\n                                                                                                                                                                                                                \n    <div id=\"js-product-list-header\">\n        <h1 class=\"h1\">\n            r\u00e9sistance de chauffage occasion Aygo\n        <\/h1>\n    <\/div>\n"}