{"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 18 r\u00e9troviseur ext\u00e9rieur gauche pour SANTANA Santana 300\/350  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=\"6373612e656d616e2e746375646f7270443325726564726f4633253035332d303033616e61746e61732d3234393431463225616e61746e61732d303330324632256568637561672d7275656972657478652d7275657369766f727465722d353234383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Pertinence\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6373612e65636972702e746375646f7270443325726564726f4633253035332d303033616e61746e61732d3234393431463225616e61746e61732d303330324632256568637561672d7275656972657478652d7275657369766f727465722d353234383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, croissant\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"637365642e65636972702e746375646f7270443325726564726f4633253035332d303033616e61746e61732d3234393431463225616e61746e61732d303330324632256568637561672d7275656972657478652d7275657369766f727465722d353234383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"3035332d303033616e61746e61732d3234393431463225616e61746e61732d303330324632256568637561672d7275656972657478652d7275657369766f727465722d353234383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Neuf + Occasion\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6675656e443325657079744633253035332d303033616e61746e61732d3234393431463225616e61746e61732d303330324632256568637561672d7275656972657478652d7275657369766f727465722d353234383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces neuves\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6e6f69736163636f443325657079744633253035332d303033616e61746e61732d3234393431463225616e61746e61732d303330324632256568637561672d7275656972657478652d7275657369766f727465722d353234383146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"25200863\" \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\/2\/9\/1\/0\/7\/8\/6\/112910786-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/25200863-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"68.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-07-20\">\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\/retroviseur-exterieur-gauche\/25200863-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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                            68,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\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/25200863-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"10992923\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/10992923-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"139.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-07-20\">\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\/retroviseur-exterieur-gauche\/10992923-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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                            139,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\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/10992923-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"16979557\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n            <meta itemprop=\"sku\" content=\"84701830115PK\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/16979557-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"96.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-07-20\">\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\/retroviseur-exterieur-gauche\/16979557-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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                            96,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\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/16979557-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"13922760\" \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\/8\/1\/0\/6\/2\/1\/65810621-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/13922760-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"119.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-07-20\">\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\/retroviseur-exterieur-gauche\/13922760-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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                VALE PARA VITARA BUEN ESTADO\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                            119,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\/5\/8\/1\/0\/6\/2\/1\/65810621-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/13922760-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"43355094\" \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\/9\/3\/3\/5\/7\/4\/3\/149335743-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/43355094-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"111.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-07-20\">\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\/retroviseur-exterieur-gauche\/43355094-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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            <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\">215000 km<\/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                            111,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\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/43355094-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"48089096\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/48089096-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"62.47\">\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-07-20\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Global Arbol 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\/retroviseur-exterieur-gauche\/48089096-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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\">Global Arbol 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                            62,47\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\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/48089096-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"48089405\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/48089405-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"70.80\">\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-07-20\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Global Arbol 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\/retroviseur-exterieur-gauche\/48089405-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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\">Global Arbol 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                            70,80\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\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/48089405-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"34325118\" \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\/2\/1\/8\/8\/2\/2\/0\/122188220-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n            <meta itemprop=\"sku\" content=\"8470183011\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/34325118-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"77.86\">\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-07-20\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"JG RECOMOTOR, 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\/retroviseur-exterieur-gauche\/34325118-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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\">JG RECOMOTOR, S.L.<\/span>\n                <\/div>\n                \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\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            77,86\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\/2\/1\/8\/8\/2\/2\/0\/122188220-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/34325118-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"47124303\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124303-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"42.40\">\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-07-20\">\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\/retroviseur-exterieur-gauche\/47124303-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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                            42,40\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\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124303-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"15515871\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/15515871-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"94.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-07-20\">\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\/retroviseur-exterieur-gauche\/15515871-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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                            94,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\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/15515871-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"13923582\" \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\/8\/1\/3\/5\/7\/5\/65813575-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/13923582-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"119.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-07-20\">\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\/retroviseur-exterieur-gauche\/13923582-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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                            119,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\/5\/8\/1\/3\/5\/7\/5\/65813575-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/13923582-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"47124301\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124301-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"42.40\">\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-07-20\">\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\/retroviseur-exterieur-gauche\/47124301-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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                            42,40\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\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124301-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"47893662\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47893662-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"56.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-07-20\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Desguaces La Caba\u00f1a, 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\/retroviseur-exterieur-gauche\/47893662-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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\">Desguaces La Caba\u00f1a, 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                            56,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\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47893662-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"45883554\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n            <meta itemprop=\"sku\" content=\"18425\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/45883554-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"99.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-07-20\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACES PRADERA\">\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\/retroviseur-exterieur-gauche\/45883554-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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\">DESGUACES PRADERA<\/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\">3 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                            99,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\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/45883554-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"47124308\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124308-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"42.40\">\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-07-20\">\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\/retroviseur-exterieur-gauche\/47124308-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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                            42,40\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\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124308-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"44216187\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n            <meta itemprop=\"sku\" content=\"18425\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/44216187-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"74.10\">\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-07-20\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACES OLIVARES 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\/retroviseur-exterieur-gauche\/44216187-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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\">DESGUACES OLIVARES 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                            74,10\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\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/44216187-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"11967538\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-home_default.webp\">\n    <meta itemprop=\"description\" content=\"R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/11967538-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=\"65.24\">\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-07-20\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACES GERARDO 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\/retroviseur-exterieur-gauche\/11967538-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html\">R\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350<\/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\u00e9troviseur ext\u00e9rieur gauche d&#039;occasion pour SANTANA Santana300\/350\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\">DESGUACES GERARDO 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                            65,24\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\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/11967538-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.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=18425&amp;id_category_marque=2030&amp;id_category_modele=14942&amp;ajax=1&amp;action=products&amp;perPage=20&amp;expansion_level=2&amp;page=1&amp;c_exp_2=21\" class=\"show-more-products js-search-link-\">\n                                            Afficher les pi\u00e8ces trouv\u00e9es pour toutes les SANTANA\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\u00e9troviseur ext\u00e9rieur gauche","products":[{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=25200863&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"25200863","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/25200863-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/25200863-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"25200863","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"68,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-07-12 14:53:15","date_upd":"2025-10-15 22:31:26","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"25200863-112910787","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/25200863-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":68,"price_without_reduction":68,"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\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"112910786","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/retineo\/images\/9Uqe8X3-Efug?publicKey=casse&accessToken=4e1863ce26a7765f984a97556b9f6a19e8efed93bbfcbd4cbbd36c217a3a4c95","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"112910787","position":"2","id_origin":"http:\/\/f.mbrev.es\/users\/retineo\/images\/hyaTP98wF570?publicKey=casse&accessToken=ae62b57bc2d365c8c5c2a1a521ec17ffec30937da11cb7a66dade85a631d2139","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"112910788","position":"3","id_origin":"http:\/\/f.mbrev.es\/users\/retineo\/images\/il5hvaLHlWrz?publicKey=casse&accessToken=e4c70067accb2efdc9b925859c80a4a6d845a913f1ef6460a3c05cecde2a38e2","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"112910789","position":"4","id_origin":"http:\/\/f.mbrev.es\/users\/retineo\/images\/44ZPX_k5oJCS?publicKey=casse&accessToken=cc02e781f178ff48376b177b60996d2225ea5c299355561131cae3240ccc968b","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"112910786","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/retineo\/images\/9Uqe8X3-Efug?publicKey=casse&accessToken=4e1863ce26a7765f984a97556b9f6a19e8efed93bbfcbd4cbbd36c217a3a4c95","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":68,"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":"25200863","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"68,00\u00a0\u20ac","old_price_octobre_2025":"68.000000","wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"2836","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-07-12 14:53:15","date_upd":"2025-10-15 22:31:26","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:retop189772","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:retov6787","code_moteur_field":"","vehicule_ref_id":"VSFSAV05V00100870","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"144","origin_modele":"745204","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"87","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"14942","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"144","origin_modele_id":"745204","origin_piece_id":"87","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":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6895803","id_modele_parent":"10359","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"25200863-112910787","prix":"68.000000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"USED WORLD PARTS","ordre_affichage":"2383","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"2836","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/25200863-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":68,"price_without_reduction":68,"price_without_reduction_without_tax":68,"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\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"112910786","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/retineo\/images\/9Uqe8X3-Efug?publicKey=casse&accessToken=4e1863ce26a7765f984a97556b9f6a19e8efed93bbfcbd4cbbd36c217a3a4c95","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/7\/112910787-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"112910787","position":"2","id_origin":"http:\/\/f.mbrev.es\/users\/retineo\/images\/hyaTP98wF570?publicKey=casse&accessToken=ae62b57bc2d365c8c5c2a1a521ec17ffec30937da11cb7a66dade85a631d2139","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/8\/112910788-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"112910788","position":"3","id_origin":"http:\/\/f.mbrev.es\/users\/retineo\/images\/il5hvaLHlWrz?publicKey=casse&accessToken=e4c70067accb2efdc9b925859c80a4a6d845a913f1ef6460a3c05cecde2a38e2","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/9\/112910789-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"112910789","position":"4","id_origin":"http:\/\/f.mbrev.es\/users\/retineo\/images\/44ZPX_k5oJCS?publicKey=casse&accessToken=cc02e781f178ff48376b177b60996d2225ea5c299355561131cae3240ccc968b","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/2\/9\/1\/0\/7\/8\/6\/112910786-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"112910786","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/retineo\/images\/9Uqe8X3-Efug?publicKey=casse&accessToken=4e1863ce26a7765f984a97556b9f6a19e8efed93bbfcbd4cbbd36c217a3a4c95","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":68,"regular_price_amount":68,"regular_price":"68,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=10992923&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"10992923","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/10992923-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/10992923-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"10992923","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"139,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-07-12 14:53:51","date_upd":"2025-10-14 11:47:45","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":".","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"10992923-54098760","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/10992923-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":139,"price_without_reduction":139,"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\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"54098759","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/todauto\/images\/t0HcH66L-SUP?publicKey=casse&accessToken=18be6e9cc1084508ddfd9c89a42ea65392ec2ea3c3166fdaf5d56453796c542a","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"54098760","position":"2","id_origin":"http:\/\/f.mbrev.es\/users\/todauto\/images\/NRevex79pfUS?publicKey=casse&accessToken=c1df9687f88040e785fd67973cc7caacfdd0cb388947a8199609fb8517b50ea1","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"54098759","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/todauto\/images\/t0HcH66L-SUP?publicKey=casse&accessToken=18be6e9cc1084508ddfd9c89a42ea65392ec2ea3c3166fdaf5d56453796c542a","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":139,"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":"10992923","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"139,00\u00a0\u20ac","old_price_octobre_2025":"139.000000","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":"10.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-07-12 14:53:51","date_upd":"2025-10-14 11:47:45","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:todop393445","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\":\"11040198\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"26:todov5642","code_moteur_field":"","vehicule_ref_id":"VSFSAW05V00100017","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"144","origin_modele":"228631","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"87","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"14942","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"144","origin_modele_id":"228631","origin_piece_id":"87","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":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6905986","id_modele_parent":"10359","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"10992923-54098760","prix":"139.000000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"USED WORLD PARTS","ordre_affichage":"12566","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/10992923-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":139,"price_without_reduction":139,"price_without_reduction_without_tax":139,"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\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"54098759","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/todauto\/images\/t0HcH66L-SUP?publicKey=casse&accessToken=18be6e9cc1084508ddfd9c89a42ea65392ec2ea3c3166fdaf5d56453796c542a","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/6\/0\/54098760-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"54098760","position":"2","id_origin":"http:\/\/f.mbrev.es\/users\/todauto\/images\/NRevex79pfUS?publicKey=casse&accessToken=c1df9687f88040e785fd67973cc7caacfdd0cb388947a8199609fb8517b50ea1","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/4\/0\/9\/8\/7\/5\/9\/54098759-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"54098759","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/todauto\/images\/t0HcH66L-SUP?publicKey=casse&accessToken=18be6e9cc1084508ddfd9c89a42ea65392ec2ea3c3166fdaf5d56453796c542a","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":139,"regular_price_amount":139,"regular_price":"139,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=16979557&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"16979557","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/16979557-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/16979557-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"16979557","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"96,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"84701830115PK","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-07-12 14:56:10","date_upd":"2025-12-16 19:01:45","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"16979557-84345480","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/16979557-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":96,"price_without_reduction":96,"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\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"84345479","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/RLrZrjHlpjBj?publicKey=casse&accessToken=152ebb2c4979b413b4e295d543ed38d89225913324ca2dc05ffd4c185254b25c","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"84345480","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/aoArb80OBbBu?publicKey=casse&accessToken=61d9a50b34590c4f8e3caa8525013ae1d67150c48d61f8f9134236af2b58b9d3","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"84345479","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/RLrZrjHlpjBj?publicKey=casse&accessToken=152ebb2c4979b413b4e295d543ed38d89225913324ca2dc05ffd4c185254b25c","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":96,"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":"84701830115PK","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":"16979557","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"96,00\u00a0\u20ac","old_price_octobre_2025":"82.000000","wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"84701830115PK","supplier_reference":"8470183011","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"15.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-07-12 14:56:10","date_upd":"2025-12-16 19:01:45","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:jgrmp14059","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:jgrmv8986","code_moteur_field":"","vehicule_ref_id":"VSFSAV04V00100798","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"144","origin_modele":"1061070","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"87","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"14942","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"144","origin_modele_id":"1061070","origin_piece_id":"87","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":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6937781","id_modele_parent":"10359","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"16979557-84345480","prix":"96.000000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"USED WORLD PARTS","ordre_affichage":"19362","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"8470183011","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/16979557-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":96,"price_without_reduction":96,"price_without_reduction_without_tax":96,"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\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"84345479","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/RLrZrjHlpjBj?publicKey=casse&accessToken=152ebb2c4979b413b4e295d543ed38d89225913324ca2dc05ffd4c185254b25c","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/8\/0\/84345480-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"84345480","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/aoArb80OBbBu?publicKey=casse&accessToken=61d9a50b34590c4f8e3caa8525013ae1d67150c48d61f8f9134236af2b58b9d3","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/4\/3\/4\/5\/4\/7\/9\/84345479-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"84345479","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/RLrZrjHlpjBj?publicKey=casse&accessToken=152ebb2c4979b413b4e295d543ed38d89225913324ca2dc05ffd4c185254b25c","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":96,"regular_price_amount":96,"regular_price":"96,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=13922760&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"13922760","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/13922760-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/13922760-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"13922760","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"119,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-07-12 15:08:14","date_upd":"2026-06-22 19:15:29","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"VALE PARA VITARA BUEN ESTADO","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"13922760-65810622","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/13922760-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":119,"price_without_reduction":119,"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\/5\/8\/1\/0\/6\/2\/1\/65810621-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"65810621","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/fD_bmgX173fK?publicKey=casse&accessToken=459614fe1d427ebf2e114d16ec016614580f306c7e77fc1b84b5194fd59d2c46","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"65810622","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/TAmSI0dE7uLs?publicKey=casse&accessToken=cd1081a84bdb9270705752b388bcede0c1adbb9df1bca8efcf9e1cad810d7d1c","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"65810623","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/JnoIyw0LW-0D?publicKey=casse&accessToken=b02f1a8945e5f971de9b9df64e69ac1cfc712fbcf5c7a5b38993abe8b05661ad","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"65810621","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/fD_bmgX173fK?publicKey=casse&accessToken=459614fe1d427ebf2e114d16ec016614580f306c7e77fc1b84b5194fd59d2c46","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":119,"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":"13922760","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"119,00\u00a0\u20ac","old_price_octobre_2025":"104.000000","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":"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-07-12 15:08:14","date_upd":"2026-06-22 19:15:29","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:eurap23560","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:eurav1863","code_moteur_field":"","vehicule_ref_id":"VSFSAV05C00100234","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"144","origin_modele":"49015","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"87","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"14942","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"144","origin_modele_id":"49015","origin_piece_id":"87","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":"VALE PARA VITARA BUEN ESTADO","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7088108","id_modele_parent":"10359","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"13922760-65810622","prix":"119.000000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"USED WORLD PARTS","ordre_affichage":"19699","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/13922760-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":119,"price_without_reduction":119,"price_without_reduction_without_tax":119,"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\/5\/8\/1\/0\/6\/2\/1\/65810621-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"65810621","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/fD_bmgX173fK?publicKey=casse&accessToken=459614fe1d427ebf2e114d16ec016614580f306c7e77fc1b84b5194fd59d2c46","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/2\/65810622-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"65810622","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/TAmSI0dE7uLs?publicKey=casse&accessToken=cd1081a84bdb9270705752b388bcede0c1adbb9df1bca8efcf9e1cad810d7d1c","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/3\/65810623-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"65810623","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/JnoIyw0LW-0D?publicKey=casse&accessToken=b02f1a8945e5f971de9b9df64e69ac1cfc712fbcf5c7a5b38993abe8b05661ad","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/0\/6\/2\/1\/65810621-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"65810621","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/fD_bmgX173fK?publicKey=casse&accessToken=459614fe1d427ebf2e114d16ec016614580f306c7e77fc1b84b5194fd59d2c46","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":119,"regular_price_amount":119,"regular_price":"119,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=43355094&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"43355094","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/43355094-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/43355094-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"43355094","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"111,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-07-12 15:13:30","date_upd":"2026-05-21 20:10:18","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"43355094-149335757","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/43355094-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":111,"price_without_reduction":111,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"215000 km","id_feature":"19","position":"17"}],"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\/9\/3\/3\/5\/7\/4\/3\/149335743-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149335743","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/98Dwg5sDVPvu?publicKey=casse&accessToken=2986e447ba0b51895aca7f2897ce6838698f6a73e82418ab20a131c3361dafdc","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149335757","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/G9dF-8AYQJ78?publicKey=casse&accessToken=eeb5299fc8da4940ca4d6eb06227667705e9599fbfd7607f7b1222c1ec65a067","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149335773","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/11ZgXpzWnLNY?publicKey=casse&accessToken=53e69e727cf188e1891e1817c7b969965083ce1bf8128f40929765ba7e011cba","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149335788","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/oGULiSBcYD_0?publicKey=casse&accessToken=a3aec1cbac119eb46d86eecded803afc5ad1097bf3928a80aa12f745f7ec6ca9","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149335802","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/jIoxCgAcpEgm?publicKey=casse&accessToken=27ec4f96630090cf7975fe7661b670713a90e419ef943f68fcd89ea178808c2e","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149335815","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/VfrjabDQ3S9w?publicKey=casse&accessToken=da01a387b9ecac2938de39d7c69832c52929bc92d08029f18df602e67925a0ce","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149335743","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/98Dwg5sDVPvu?publicKey=casse&accessToken=2986e447ba0b51895aca7f2897ce6838698f6a73e82418ab20a131c3361dafdc","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":111,"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"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"215000 km","id_feature":"19","position":"17"}},"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":"43355094","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"111,00\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":"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-07-12 15:13:30","date_upd":"2026-05-21 20:10:18","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:cabap20402822","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:cabav18215","code_moteur_field":"","vehicule_ref_id":"VSFSAV04V00100590","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"144","origin_modele":"1143476","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"2239","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"144","origin_modele_id":"1143476","origin_piece_id":"2239","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":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7150461","id_modele_parent":"10359","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"43355094-149335757","prix":"111.000000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"USED WORLD PARTS","ordre_affichage":"7059","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"215000 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/43355094-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":111,"price_without_reduction":111,"price_without_reduction_without_tax":111,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"215000 km","id_feature":"19","position":"17"}],"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\/9\/3\/3\/5\/7\/4\/3\/149335743-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149335743","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/98Dwg5sDVPvu?publicKey=casse&accessToken=2986e447ba0b51895aca7f2897ce6838698f6a73e82418ab20a131c3361dafdc","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/5\/7\/149335757-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149335757","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/G9dF-8AYQJ78?publicKey=casse&accessToken=eeb5299fc8da4940ca4d6eb06227667705e9599fbfd7607f7b1222c1ec65a067","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/7\/3\/149335773-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149335773","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/11ZgXpzWnLNY?publicKey=casse&accessToken=53e69e727cf188e1891e1817c7b969965083ce1bf8128f40929765ba7e011cba","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/8\/8\/149335788-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149335788","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/oGULiSBcYD_0?publicKey=casse&accessToken=a3aec1cbac119eb46d86eecded803afc5ad1097bf3928a80aa12f745f7ec6ca9","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/0\/2\/149335802-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149335802","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/jIoxCgAcpEgm?publicKey=casse&accessToken=27ec4f96630090cf7975fe7661b670713a90e419ef943f68fcd89ea178808c2e","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/8\/1\/5\/149335815-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149335815","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/VfrjabDQ3S9w?publicKey=casse&accessToken=da01a387b9ecac2938de39d7c69832c52929bc92d08029f18df602e67925a0ce","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/3\/5\/7\/4\/3\/149335743-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149335743","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/cabanaa\/images\/98Dwg5sDVPvu?publicKey=casse&accessToken=2986e447ba0b51895aca7f2897ce6838698f6a73e82418ab20a131c3361dafdc","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":111,"regular_price_amount":111,"regular_price":"111,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=48089096&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"48089096","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/48089096-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/48089096-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"48089096","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"62,47\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-07-12 15:20:29","date_upd":"2026-07-12 21:17:26","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"48089096-165100580","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/48089096-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":62.47,"price_without_reduction":62.47,"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\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165100562","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/qn\/xHrlfhgmrlsdxtzpexsmxs9xs1xs1xs8xs0xs91180xi~AZlPag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165100580","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/SU\/xHrlfhgmrlsdxtzpexsmxs9xs1xs1xs8xs6xs91186xi~AZlPag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165100598","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/yK\/xHrlfhgmrlsdxtzpexsmxs9xs1xs1xs9xs4xs91194xi~AZlPag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165100562","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/qn\/xHrlfhgmrlsdxtzpexsmxs9xs1xs1xs8xs0xs91180xi~AZlPag.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":62.47,"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":"48089096","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"62,47\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-07-12 15:20:29","date_upd":"2026-07-12 21:17:26","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"72:GKH00ZDDQM\/205685","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":"DV6ATED4(9HX)","vehicule_ref_id":"VSFSAW05V00100866","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0004RG2","origin_modele":"A00054U5","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438H","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0004RG2","origin_modele_id":"A00054U5","origin_piece_id":"PS00438H","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":"72","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7242445","id_modele_parent":"10359","id_energie":"0","id_seller":"72","id_country_seller":"6","id_image":"48089096-165100580","prix":"62.470000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"Global Arbol SL","ordre_affichage":"24045","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-home_default.webp","fdp_incluse":"1","code_moteur":"DV6ATED4(9HX)","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/48089096-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":62.47,"price_without_reduction":62.47,"price_without_reduction_without_tax":62.47,"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\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165100562","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/qn\/xHrlfhgmrlsdxtzpexsmxs9xs1xs1xs8xs0xs91180xi~AZlPag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/8\/0\/165100580-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165100580","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/SU\/xHrlfhgmrlsdxtzpexsmxs9xs1xs1xs8xs6xs91186xi~AZlPag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/9\/8\/165100598-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165100598","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/yK\/xHrlfhgmrlsdxtzpexsmxs9xs1xs1xs9xs4xs91194xi~AZlPag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/0\/5\/6\/2\/165100562-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165100562","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/qn\/xHrlfhgmrlsdxtzpexsmxs9xs1xs1xs8xs0xs91180xi~AZlPag.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":62.47,"regular_price_amount":62.47,"regular_price":"62,47\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=48089405&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"48089405","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/48089405-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/48089405-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"48089405","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"70,80\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-07-12 15:21:42","date_upd":"2026-07-12 21:17:35","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"48089405-165101790","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/48089405-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":70.8,"price_without_reduction":70.8,"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\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165101774","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/Yt\/xHrlfhgmrlsdxtzpexsmxs1xs3xs7xs7xs9xs0xs137790xi~h5lPag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165101790","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/vb\/xHrlfhgmrlsdxtzpexsmxs1xs3xs7xs7xs9xs1xs137791xi~h5lPag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165101812","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/nR\/xHrlfhgmrlsdxtzpexsmxs1xs3xs7xs7xs9xs2xs137792xi~h5lPag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165102239","position":"4","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/Ub\/xHrlfhgmrlsdxtzpexsmxs1xs3xs7xs7xs8xs9xs137789xi~h5lPag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165101774","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/Yt\/xHrlfhgmrlsdxtzpexsmxs1xs3xs7xs7xs9xs0xs137790xi~h5lPag.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":70.8,"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":"48089405","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"70,80\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":"017448","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-07-12 15:21:42","date_upd":"2026-07-12 21:17:35","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"72:GKH00ZDE1H\/231491","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":"DV6ATED4(9HX)","vehicule_ref_id":"VSFSAW05V00100384","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0004RG2","origin_modele":"A00054U5","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438H","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0004RG2","origin_modele_id":"A00054U5","origin_piece_id":"PS00438H","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":"72","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7251678","id_modele_parent":"10359","id_energie":"0","id_seller":"72","id_country_seller":"6","id_image":"48089405-165101790","prix":"70.800000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"Global Arbol SL","ordre_affichage":"8280","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-home_default.webp","fdp_incluse":"1","code_moteur":"DV6ATED4(9HX)","reference_constructeur":"017448","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/48089405-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":70.8,"price_without_reduction":70.8,"price_without_reduction_without_tax":70.8,"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\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165101774","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/Yt\/xHrlfhgmrlsdxtzpexsmxs1xs3xs7xs7xs9xs0xs137790xi~h5lPag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/9\/0\/165101790-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165101790","position":"2","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/vb\/xHrlfhgmrlsdxtzpexsmxs1xs3xs7xs7xs9xs1xs137791xi~h5lPag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/8\/1\/2\/165101812-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165101812","position":"3","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/nR\/xHrlfhgmrlsdxtzpexsmxs1xs3xs7xs7xs9xs2xs137792xi~h5lPag.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/2\/2\/3\/9\/165102239-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165102239","position":"4","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/Ub\/xHrlfhgmrlsdxtzpexsmxs1xs3xs7xs7xs8xs9xs137789xi~h5lPag.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/1\/0\/1\/7\/7\/4\/165101774-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165101774","position":"1","id_origin":"https:\/\/picture2.totalparts.eu\/GK\/Yt\/xHrlfhgmrlsdxtzpexsmxs1xs3xs7xs7xs9xs0xs137790xi~h5lPag.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":70.8,"regular_price_amount":70.8,"regular_price":"70,80\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=34325118&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"34325118","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/34325118-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/34325118-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"34325118","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"77,86\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"8470183011","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-07-12 15:25:14","date_upd":"2026-07-13 02:58:22","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"34325118-122188221","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/34325118-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":77.86,"price_without_reduction":77.86,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"}],"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\/2\/1\/8\/8\/2\/2\/0\/122188220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"122188220","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8816DTG\/14059\/000000199464.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"122188221","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8816DTG\/14059\/000000199466.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"122188220","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8816DTG\/14059\/000000199464.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":77.86,"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":"8470183011","grouped_features":{"Energie":{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},"Remarques":{"name":"Remarques","value":null,"id_feature":"24","position":"22"}},"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":"34325118","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"77,86\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"8470183011","supplier_reference":"8470183011","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"15.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-07-12 15:25:14","date_upd":"2026-07-13 02:58:22","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"89:14059","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\":\"34751903\"},{\"id\":\"34751904\"},{\"id\":\"34751905\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"89:8816DTG","code_moteur_field":"","vehicule_ref_id":"VSFSAV04V00100798","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"SANTANA","origin_modele":"300 Open Off-Road Vehicle","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"R\u00c9TROVISEUR GAUCHE","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"14942","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":"89","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7295242","id_modele_parent":"10359","id_energie":"16532","id_seller":"89","id_country_seller":"6","id_image":"34325118-122188221","prix":"77.860000","energie":"Essence","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"JG RECOMOTOR, S.L.","ordre_affichage":"1845","snipet":"[{\"value\":\"Essence\",\"name\":\"Energie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"8470183011","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/34325118-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":77.86,"price_without_reduction":77.86,"price_without_reduction_without_tax":77.86,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Essence","id_feature":"6","position":"4"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"}],"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\/2\/1\/8\/8\/2\/2\/0\/122188220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"122188220","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8816DTG\/14059\/000000199464.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/1\/122188221-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"122188221","position":"2","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8816DTG\/14059\/000000199466.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/2\/1\/8\/8\/2\/2\/0\/122188220-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"122188220","position":"1","id_origin":"https:\/\/prometeo-erp.s3.amazonaws.com\/prod\/imgs\/vehiculos\/8816DTG\/14059\/000000199464.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":77.86,"regular_price_amount":77.86,"regular_price":"77,86\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=47124303&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"47124303","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124303-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124303-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"47124303","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"42,40\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-07-12 15:33:24","date_upd":"2026-07-12 19:53:41","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"47124303-161728576","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124303-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":42.4,"price_without_reduction":42.4,"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\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161728555","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/4\/6\/6\/367466.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728576","position":"2","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/4\/7\/6\/367476.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728589","position":"3","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/4\/8\/3\/367483.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728604","position":"4","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/4\/9\/3\/367493.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161728555","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/4\/6\/6\/367466.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":42.4,"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":"47124303","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"42,40\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":"017448","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-07-12 15:33:24","date_upd":"2026-07-12 19:53:41","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"60:B9H00LR7X6\/2300787","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":"","vehicule_ref_id":"VSFSAV05V00100052","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0000001","origin_modele":"A0000001","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438H","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0000001","origin_modele_id":"A0000001","origin_piece_id":"PS00438H","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\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7395758","id_modele_parent":"10359","id_energie":"0","id_seller":"60","id_country_seller":"6","id_image":"47124303-161728576","prix":"42.400000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"Desguace Becerril S.L.","ordre_affichage":"2367","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"017448","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124303-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":42.4,"price_without_reduction":42.4,"price_without_reduction_without_tax":42.4,"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\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161728555","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/4\/6\/6\/367466.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/7\/6\/161728576-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728576","position":"2","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/4\/7\/6\/367476.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/8\/9\/161728589-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728589","position":"3","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/4\/8\/3\/367483.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/6\/0\/4\/161728604-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728604","position":"4","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/4\/9\/3\/367493.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/5\/5\/161728555-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161728555","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/4\/6\/6\/367466.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":42.4,"regular_price_amount":42.4,"regular_price":"42,40\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=15515871&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"15515871","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/15515871-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/15515871-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"15515871","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"94,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-07-12 15:33:53","date_upd":"2026-02-05 13:16:05","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"15515871-71068714","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/15515871-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":94,"price_without_reduction":94,"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\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"71068713","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/gerardo\/images\/Cp57WJ3TFpss?publicKey=casse&accessToken=ef8f2bd4ec7aa0829ef5ffe4431678b6f8c2bb828a6b67880a65a795b96b5550","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"71068714","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/gerardo\/images\/D4SiUnrxByf-?publicKey=casse&accessToken=4db307ed37d829b4d52328b437f84a64165e6fb1a001e6b8e7a38dafccd0ebdb","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"71068715","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/gerardo\/images\/V4n60nqrTznt?publicKey=casse&accessToken=92bf09364cfa0c297454f1e9ba6517af948ad4967499cb01c4faea49ea89dc10","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"71068713","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/gerardo\/images\/Cp57WJ3TFpss?publicKey=casse&accessToken=ef8f2bd4ec7aa0829ef5ffe4431678b6f8c2bb828a6b67880a65a795b96b5550","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":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":{"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":"15515871","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"94,00\u00a0\u20ac","old_price_octobre_2025":"86.000000","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":"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-07-12 15:33:53","date_upd":"2026-02-05 13:16:05","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:gerop113634","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:gerov3732","code_moteur_field":"","vehicule_ref_id":"","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"144","origin_modele":"14882","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"87","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"14942","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"144","origin_modele_id":"14882","origin_piece_id":"87","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":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7402986","id_modele_parent":"10359","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"15515871-71068714","prix":"94.000000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"USED WORLD PARTS","ordre_affichage":"9595","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/15515871-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":94,"price_without_reduction":94,"price_without_reduction_without_tax":94,"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\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"71068713","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/gerardo\/images\/Cp57WJ3TFpss?publicKey=casse&accessToken=ef8f2bd4ec7aa0829ef5ffe4431678b6f8c2bb828a6b67880a65a795b96b5550","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/4\/71068714-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"71068714","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/gerardo\/images\/D4SiUnrxByf-?publicKey=casse&accessToken=4db307ed37d829b4d52328b437f84a64165e6fb1a001e6b8e7a38dafccd0ebdb","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/5\/71068715-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"71068715","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/gerardo\/images\/V4n60nqrTznt?publicKey=casse&accessToken=92bf09364cfa0c297454f1e9ba6517af948ad4967499cb01c4faea49ea89dc10","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/1\/0\/6\/8\/7\/1\/3\/71068713-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"71068713","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/gerardo\/images\/Cp57WJ3TFpss?publicKey=casse&accessToken=ef8f2bd4ec7aa0829ef5ffe4431678b6f8c2bb828a6b67880a65a795b96b5550","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":94,"regular_price_amount":94,"regular_price":"94,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=13923582&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"13923582","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/13923582-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/13923582-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"13923582","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"119,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-07-12 15:36:34","date_upd":"2026-06-22 19:16:00","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"13923582-65813576","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/13923582-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":119,"price_without_reduction":119,"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\/5\/8\/1\/3\/5\/7\/5\/65813575-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"65813575","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/69QXNM9runVg?publicKey=casse&accessToken=ae1550ff7b61fd6e24e93d15f9d244fd4618b1f04baf0b2b7bb40dc2b65a214b","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"65813576","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/ERzGesoFrfWS?publicKey=casse&accessToken=caa54bc8d31fbf9071a6d4dfa50ff211ecfa4eaafdf262baccffd42b99565174","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"65813577","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/MwKRpCrfXooS?publicKey=casse&accessToken=b4b40c4f02815eb46eb9866ac697440ba255d122e0d182dd39ab9d6e32f4864d","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"65813575","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/69QXNM9runVg?publicKey=casse&accessToken=ae1550ff7b61fd6e24e93d15f9d244fd4618b1f04baf0b2b7bb40dc2b65a214b","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":119,"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":"13923582","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"119,00\u00a0\u20ac","old_price_octobre_2025":"104.000000","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":"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-07-12 15:36:34","date_upd":"2026-06-22 19:16:00","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:eurap34077","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:eurav2021","code_moteur_field":"","vehicule_ref_id":"VSFSAV05V00100478","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"144","origin_modele":"49015","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"87","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"14942","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"144","origin_modele_id":"49015","origin_piece_id":"87","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":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7441802","id_modele_parent":"10359","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"13923582-65813576","prix":"119.000000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"USED WORLD PARTS","ordre_affichage":"23413","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/13923582-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":119,"price_without_reduction":119,"price_without_reduction_without_tax":119,"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\/5\/8\/1\/3\/5\/7\/5\/65813575-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"65813575","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/69QXNM9runVg?publicKey=casse&accessToken=ae1550ff7b61fd6e24e93d15f9d244fd4618b1f04baf0b2b7bb40dc2b65a214b","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/6\/65813576-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"65813576","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/ERzGesoFrfWS?publicKey=casse&accessToken=caa54bc8d31fbf9071a6d4dfa50ff211ecfa4eaafdf262baccffd42b99565174","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/7\/65813577-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"65813577","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/MwKRpCrfXooS?publicKey=casse&accessToken=b4b40c4f02815eb46eb9866ac697440ba255d122e0d182dd39ab9d6e32f4864d","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/5\/8\/1\/3\/5\/7\/5\/65813575-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"65813575","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/eurospa\/images\/69QXNM9runVg?publicKey=casse&accessToken=ae1550ff7b61fd6e24e93d15f9d244fd4618b1f04baf0b2b7bb40dc2b65a214b","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":119,"regular_price_amount":119,"regular_price":"119,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=47124301&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"47124301","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124301-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124301-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"47124301","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"42,40\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-07-12 15:36:34","date_upd":"2026-07-12 19:53:40","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"47124301-161728456","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124301-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":42.4,"price_without_reduction":42.4,"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\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161728444","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/2\/6\/1\/367261.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728456","position":"2","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/2\/6\/9\/367269.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728471","position":"3","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/2\/7\/8\/367278.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728484","position":"4","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/2\/8\/9\/367289.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161728444","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/2\/6\/1\/367261.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":42.4,"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":"47124301","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"42,40\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":"017448","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-07-12 15:36:34","date_upd":"2026-07-12 19:53:40","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"60:B9H00LR7X4\/2300715","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":"","vehicule_ref_id":"VSFSAV05V00100051","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0000001","origin_modele":"A0000001","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438H","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0000001","origin_modele_id":"A0000001","origin_piece_id":"PS00438H","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\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7441891","id_modele_parent":"10359","id_energie":"0","id_seller":"60","id_country_seller":"6","id_image":"47124301-161728456","prix":"42.400000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"Desguace Becerril S.L.","ordre_affichage":"23502","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"017448","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124301-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":42.4,"price_without_reduction":42.4,"price_without_reduction_without_tax":42.4,"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\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161728444","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/2\/6\/1\/367261.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/5\/6\/161728456-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728456","position":"2","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/2\/6\/9\/367269.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/7\/1\/161728471-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728471","position":"3","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/2\/7\/8\/367278.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/4\/161728484-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728484","position":"4","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/2\/8\/9\/367289.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/4\/4\/161728444-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161728444","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/7\/2\/6\/1\/367261.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":42.4,"regular_price_amount":42.4,"regular_price":"42,40\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=47893662&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"47893662","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47893662-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47893662-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"47893662","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"56,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-07-12 15:37:28","date_upd":"2026-07-12 21:07:36","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"47893662-165036934","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47893662-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":56,"price_without_reduction":56,"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\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165036918","position":"1","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=F4E23FA303D045A79F9C9FA2E507071D","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165036934","position":"2","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=C145B4B1C629414295E3A9000304117F","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165036949","position":"3","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=305334F05C3D47C28B8C06221A50B5EA","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165036964","position":"4","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=682C3CA7C0EF45EAB3E838CEE2983814","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165036979","position":"5","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=746F0058944C4F13AA6B329658DC1A87","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165036997","position":"6","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=5308E875A5D84EA488F7A4942AFE76EB","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165036918","position":"1","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=F4E23FA303D045A79F9C9FA2E507071D","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":56,"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":"47893662","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"56,00\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-07-12 15:37:28","date_upd":"2026-07-12 21:07:36","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"106:CLH01EZZYZ\/20402822","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":"","vehicule_ref_id":"VSFSAV04V00100590","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0000001","origin_modele":"A0000001","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438H","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0000001","origin_modele_id":"A0000001","origin_piece_id":"PS00438H","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":"106","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7447611","id_modele_parent":"10359","id_energie":"0","id_seller":"106","id_country_seller":"6","id_image":"47893662-165036934","prix":"56.000000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"Desguaces La Caba\u00f1a, S.L.","ordre_affichage":"4224","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47893662-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":56,"price_without_reduction":56,"price_without_reduction_without_tax":56,"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\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165036918","position":"1","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=F4E23FA303D045A79F9C9FA2E507071D","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/3\/4\/165036934-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165036934","position":"2","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=C145B4B1C629414295E3A9000304117F","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/4\/9\/165036949-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165036949","position":"3","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=305334F05C3D47C28B8C06221A50B5EA","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/6\/4\/165036964-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165036964","position":"4","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=682C3CA7C0EF45EAB3E838CEE2983814","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/7\/9\/165036979-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165036979","position":"5","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=746F0058944C4F13AA6B329658DC1A87","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/9\/7\/165036997-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"165036997","position":"6","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=5308E875A5D84EA488F7A4942AFE76EB","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/5\/0\/3\/6\/9\/1\/8\/165036918-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"165036918","position":"1","id_origin":"https:\/\/dlc.practicsbs.com\/etendo\/dlc\/ImageGetter?id=F4E23FA303D045A79F9C9FA2E507071D","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":56,"regular_price_amount":56,"regular_price":"56,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=45883554&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"45883554","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/45883554-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/45883554-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"45883554","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"99,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"18425","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-07-12 15:41:40","date_upd":"2026-07-12 14:33:48","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"45883554-157839424","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/45883554-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":99,"price_without_reduction":99,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"REGULACION MANUAL","id_feature":"24","position":"22"},{"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\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157839424","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/pradera\/Despiece\/182361\/000000356412.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157839424","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/pradera\/Despiece\/182361\/000000356412.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":99,"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":"18425","grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"REGULACION MANUAL","id_feature":"24","position":"22"},"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":"45883554","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"99,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"18425","supplier_reference":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"7.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-07-12 15:41:40","date_upd":"2026-07-12 14:33:48","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"119:182361","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":"5776DYR","vehicule_origin_id":"119:5776DYR","code_moteur_field":"RHP","vehicule_ref_id":"VSFSAV04V00100388","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"SANTANA","origin_modele":"300","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"R\u00e9troviseur ext\u00e9rieur gauche","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"0","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":"119","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7502131","id_modele_parent":"10359","id_energie":"0","id_seller":"119","id_country_seller":"6","id_image":"45883554-157839424","prix":"99.000000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"DESGUACES PRADERA","ordre_affichage":"8747","snipet":"[{\"value\":\"3 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-home_default.webp","fdp_incluse":"1","code_moteur":"RHP","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/45883554-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":99,"price_without_reduction":99,"price_without_reduction_without_tax":99,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"REGULACION MANUAL","id_feature":"24","position":"22"},{"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\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157839424","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/pradera\/Despiece\/182361\/000000356412.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/8\/3\/9\/4\/2\/4\/157839424-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157839424","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/pradera\/Despiece\/182361\/000000356412.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":99,"regular_price_amount":99,"regular_price":"99,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=47124308&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"47124308","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124308-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124308-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"47124308","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"42,40\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-07-12 15:54:31","date_upd":"2026-07-12 19:53:41","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"47124308-161728507","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124308-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":42.4,"price_without_reduction":42.4,"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\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161728488","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/2\/6\/4\/5\/362645.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728507","position":"2","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/2\/6\/5\/8\/362658.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728525","position":"3","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/2\/6\/7\/4\/362674.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728546","position":"4","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/2\/6\/8\/7\/362687.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161728488","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/2\/6\/4\/5\/362645.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":42.4,"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":"47124308","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"42,40\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":"017448","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-07-12 15:54:31","date_upd":"2026-07-12 19:53:41","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"60:B9H00LR7XB\/2301006","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":"","vehicule_ref_id":"VSFSAV04V00100639","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0000001","origin_modele":"A0000001","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438H","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0000001","origin_modele_id":"A0000001","origin_piece_id":"PS00438H","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\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7666132","id_modele_parent":"10359","id_energie":"0","id_seller":"60","id_country_seller":"6","id_image":"47124308-161728507","prix":"42.400000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"Desguace Becerril S.L.","ordre_affichage":"22759","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"017448","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/47124308-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":42.4,"price_without_reduction":42.4,"price_without_reduction_without_tax":42.4,"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\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161728488","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/2\/6\/4\/5\/362645.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/0\/7\/161728507-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728507","position":"2","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/2\/6\/5\/8\/362658.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/2\/5\/161728525-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728525","position":"3","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/2\/6\/7\/4\/362674.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/5\/4\/6\/161728546-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"161728546","position":"4","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/2\/6\/8\/7\/362687.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/1\/7\/2\/8\/4\/8\/8\/161728488-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"161728488","position":"1","id_origin":"https:\/\/cat.desguacesbecerril.com\/img\/p\/3\/6\/2\/6\/4\/5\/362645.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":42.4,"regular_price_amount":42.4,"regular_price":"42,40\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=44216187&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44216187","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/44216187-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/44216187-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44216187","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"74,10\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"18425","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-07-12 15:56:03","date_upd":"2026-07-12 12:41:29","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44216187-152145758","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/44216187-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":74.1,"price_without_reduction":74.1,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"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\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152145731","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/8\/8\/1\/8\/278818.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152145758","position":"2","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/8\/8\/1\/9\/278819.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152145731","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/8\/8\/1\/8\/278818.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":74.1,"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":"18425","grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"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":"44216187","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"74,10\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"18425","supplier_reference":"017448","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-07-12 15:56:03","date_upd":"2026-07-12 12:41:29","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"108:1416495","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":"1168DPD","vehicule_origin_id":"108:1168DPD","code_moteur_field":"RHP","vehicule_ref_id":"VSFSAW04V00100146","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"SANTANA","origin_modele":"300\/350","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"R\u00e9troviseur ext\u00e9rieur gauche","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"0","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":"108","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7684778","id_modele_parent":"10359","id_energie":"0","id_seller":"108","id_country_seller":"6","id_image":"44216187-152145758","prix":"74.100000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"DESGUACES OLIVARES SL","ordre_affichage":"16407","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-home_default.webp","fdp_incluse":"1","code_moteur":"RHP","reference_constructeur":"017448","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/44216187-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":74.1,"price_without_reduction":74.1,"price_without_reduction_without_tax":74.1,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"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\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152145731","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/8\/8\/1\/8\/278818.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/5\/8\/152145758-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152145758","position":"2","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/8\/8\/1\/9\/278819.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/1\/4\/5\/7\/3\/1\/152145731-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152145731","position":"1","id_origin":"https:\/\/desguacesolivares.es\/img\/p\/2\/7\/8\/8\/1\/8\/278818.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":74.1,"regular_price_amount":74.1,"regular_price":"74,10\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=11967538&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"11967538","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/11967538-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","canonical_url":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/11967538-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"11967538","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"65,24\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-07-12 16:10:29","date_upd":"2026-07-12 19:23:11","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"11967538-57704758","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/11967538-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":65.24,"price_without_reduction":65.24,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"r\u00e9troviseur izquierdo SANTANA SANTANA 300 santana 300 9HX .","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"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\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"57704757","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/cd\/fe\/113634\/cdfeec7f-c6b5-407d-a2cb-a08b3507321a.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"57704758","position":"2","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/df\/27\/113634\/df27fe63-7cea-41a3-a728-4232f1217813.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"57704759","position":"3","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/8e\/75\/113634\/8e753721-ea44-4132-acdd-8aba720ed329.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"57704757","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/cd\/fe\/113634\/cdfeec7f-c6b5-407d-a2cb-a08b3507321a.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":65.24,"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":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"r\u00e9troviseur izquierdo SANTANA SANTANA 300 santana 300 9HX .","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":null,"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":"11967538","id_supplier":"1","id_manufacturer":"0","id_category_default":"18425","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":"65,24\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-07-12 16:10:29","date_upd":"2026-07-12 19:23:11","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"59:GFH00KXG47\/113634","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":"8140.43P","vehicule_ref_id":"VSFSAV05V00100553","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0004RG2","origin_modele":"A0004RG5","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00438H","id_category_piece":"18425","id_category_marque":"2030","id_category_modele":"14942","id_category_version":"14942","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0004RG2","origin_modele_id":"A0004RG5","origin_piece_id":"PS00438H","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":"59","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","link_rewrite":"retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7863640","id_modele_parent":"10359","id_energie":"0","id_seller":"59","id_country_seller":"6","id_image":"11967538-57704758","prix":"65.240000","energie":"","libelle":"R\u00e9troviseur ext\u00e9rieur gauche d'occasion pour SANTANA Santana300\/350","seller_name":"DESGUACES GERARDO S.L.","ordre_affichage":"20282","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-home_default.webp","fdp_incluse":"1","code_moteur":"8140.43P","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"retroviseur-exterieur-gauche","category_name":"R\u00e9troviseur ext\u00e9rieur gauche","link":"https:\/\/boutique.francecasse.fr\/retroviseur-exterieur-gauche\/11967538-retroviseur-exterieur-gauche-d-occasion-pour-santana-santana300-350.html","attribute_price":0,"price_tax_exc":65.24,"price_without_reduction":65.24,"price_without_reduction_without_tax":65.24,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"r\u00e9troviseur izquierdo SANTANA SANTANA 300 santana 300 9HX .","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"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\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"57704757","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/cd\/fe\/113634\/cdfeec7f-c6b5-407d-a2cb-a08b3507321a.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/8\/57704758-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"57704758","position":"2","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/df\/27\/113634\/df27fe63-7cea-41a3-a728-4232f1217813.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/9\/57704759-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"57704759","position":"3","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/8e\/75\/113634\/8e753721-ea44-4132-acdd-8aba720ed329.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/5\/7\/7\/0\/4\/7\/5\/7\/57704757-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"57704757","position":"1","id_origin":"https:\/\/ficheros.azelerecambios.com\/PIZ\/230\/cd\/fe\/113634\/cdfeec7f-c6b5-407d-a2cb-a08b3507321a.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":65.24,"regular_price_amount":65.24,"regular_price":"65,24\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\/18425-retroviseur-exterieur-gauche\/2030-santana\/14942-santana300-350?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\/18425-retroviseur-exterieur-gauche\/2030-santana\/14942-santana300-350?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\/18425-retroviseur-exterieur-gauche\/2030-santana\/14942-santana300-350?order=product.product.price.desc.asc"}],"sort_selected":false,"sort_usures":[{"urlParameter":"","url":"https:\/\/boutique.francecasse.fr\/18425-retroviseur-exterieur-gauche\/2030-santana\/14942-santana300-350","label":"Neuf + Occasion","current":true,"sort_usure_selected":"Neuf + Occasion"},{"urlParameter":"neuf","url":"https:\/\/boutique.francecasse.fr\/18425-retroviseur-exterieur-gauche\/2030-santana\/14942-santana300-350?type=neuf","label":"Pi\u00e8ces neuves","current":false,"sort_usure_selected":"Pi\u00e8ces neuves"},{"urlParameter":"occasion","url":"https:\/\/boutique.francecasse.fr\/18425-retroviseur-exterieur-gauche\/2030-santana\/14942-santana300-350?type=occasion","label":"Pi\u00e8ces d'occasion","current":false,"sort_usure_selected":null}],"sort_usure_selected":"Neuf + Occasion","pagination":{"total_items":18,"items_shown_from":1,"items_shown_to":18,"current_page":1,"pages_count":1,"pages":{"1":{"type":"page","page":1,"clickable":false,"current":true,"url":"https:\/\/boutique.francecasse.fr\/18425-retroviseur-exterieur-gauche\/2030-santana\/14942-santana300-350"}},"should_be_displayed":false},"rendered_facets":"","rendered_active_filters":"","js_enabled":true,"current_url":"https:\/\/boutique.francecasse.fr\/18425-retroviseur-exterieur-gauche\/2030-santana\/14942-santana300-350","rendered_products_header":"\n                                                                                                                                                                                                                \n    <div id=\"js-product-list-header\">\n        <h1 class=\"h1\">\n            r\u00e9troviseur ext\u00e9rieur gauche occasion Santana 300\/350\n        <\/h1>\n    <\/div>\n"}