{"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 commodo essuie-glaces pour FIAT Talento  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=\"6373612e656d616e2e746375646f7270443325726564726f4633256e6f6772756f662d6f746e656c61742d3036786f746e656c61742d3931343531463225746169662d3233374632256563616c672d6569757373652d6f646f6d6d6f632d313939373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Pertinence\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6373612e65636972702e746375646f7270443325726564726f4633256e6f6772756f662d6f746e656c61742d3036786f746e656c61742d3931343531463225746169662d3233374632256563616c672d6569757373652d6f646f6d6d6f632d313939373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, croissant\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"637365642e65636972702e746375646f7270443325726564726f4633256e6f6772756f662d6f746e656c61742d3036786f746e656c61742d3931343531463225746169662d3233374632256563616c672d6569757373652d6f646f6d6d6f632d313939373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"6e6f6772756f662d6f746e656c61742d3036786f746e656c61742d3931343531463225746169662d3233374632256563616c672d6569757373652d6f646f6d6d6f632d313939373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Neuf + Occasion\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6675656e443325657079744633256e6f6772756f662d6f746e656c61742d3036786f746e656c61742d3931343531463225746169662d3233374632256563616c672d6569757373652d6f646f6d6d6f632d313939373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces neuves\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6e6f69736163636f443325657079744633256e6f6772756f662d6f746e656c61742d3036786f746e656c61742d3931343531463225746169662d3233374632256563616c672d6569757373652d6f646f6d6d6f632d313939373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"44324152\" \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\/3\/9\/7\/1\/1\/2\/7\/153971127-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n            <meta itemprop=\"sku\" content=\"17991\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44324152-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"59.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-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACE AZOR 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\/commodo-essuie-glace\/44324152-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\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 AZOR 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            <div class=\"detail-row\">\n                    <i class=\"fas fa-code-branch detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Version :<\/strong><\/span>\n        <span class=\"detail-value\"> 2015-2020<\/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\">24296<\/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                            59,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\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44324152-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"43349638\" \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\/1\/5\/3\/6\/7\/149315367-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/43349638-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"40.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-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"CCA24 - COUTRAS CASSE AUTO\">\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\/commodo-essuie-glace\/43349638-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\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\">CCA24 - COUTRAS CASSE AUTO<\/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            <div class=\"detail-row\">\n                    <i class=\"fas fa-code-branch detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Version :<\/strong><\/span>\n        <span class=\"detail-value\">TALENTO 2.0 JTD - 16V TURBO MULTIJET<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/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\">195880<\/span>\n    <\/div>\n\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            40,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    \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\/1\/5\/3\/6\/7\/149315367-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/43349638-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"44188193\" \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\/0\/3\/1\/8\/6\/3\/152031863-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n            <meta itemprop=\"sku\" content=\"17991\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44188193-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"106.60\">\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-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"DESGUACE ECO-PIEZAS 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\/commodo-essuie-glace\/44188193-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\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 ECO-PIEZAS 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                            106,60\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\/0\/3\/1\/8\/6\/3\/152031863-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44188193-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"40933877\" \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\/2\/5\/9\/3\/0\/2\/2\/142593022-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n            <meta itemprop=\"sku\" content=\"6000617660\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/40933877-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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.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-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL BONNIEU\">\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\/commodo-essuie-glace\/40933877-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\n            <\/div>\n\n            <div class=\"product-details-item\">\n                <div class=\"detail-row\">\n                    <i class=\"fas fa-store detail-icon\"><\/i>\n                    <span class=\"detail-text\"><strong>Vendeur :<\/strong><\/span>\n                    <span class=\"detail-value\">SARL BONNIEU<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/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,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\/2\/5\/9\/3\/0\/2\/2\/142593022-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/40933877-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"41443572\" \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\/3\/9\/5\/8\/2\/2\/3\/143958223-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/41443572-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"48.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-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"AUTO D\u00c9POLLUTION ORDAN\">\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\/commodo-essuie-glace\/41443572-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\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\">AUTO D\u00c9POLLUTION ORDAN<\/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\">6 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/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\">113321<\/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                            48,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\/3\/9\/5\/8\/2\/2\/3\/143958223-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/41443572-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"35998317\" \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\/6\/5\/7\/9\/6\/1\/9\/126579619-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/35998317-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"59.50\">\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-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"RECICLADOS AUTO4,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\/commodo-essuie-glace\/35998317-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\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\">RECICLADOS AUTO4,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                            59,50\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\/6\/5\/7\/9\/6\/1\/9\/126579619-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/35998317-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"33812545\" \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\/9\/6\/0\/7\/1\/0\/3\/119607103-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n            <meta itemprop=\"sku\" content=\"115888201\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33812545-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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.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-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"ALLO CASSE AUTO\">\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\/commodo-essuie-glace\/33812545-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\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\">ALLO CASSE AUTO<\/span>\n                <\/div>\n                \n            <div class=\"detail-row\">\n                    <i class=\"fas fa-shield-alt detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Garantie :<\/strong><\/span>\n        <span class=\"detail-value\">12 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/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\">83336<\/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,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\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33812545-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"35721171\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/35721171-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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.95\">\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-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Capnor\">\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\/commodo-essuie-glace\/35721171-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\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\">Capnor<\/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\">24 mois<\/span>\n    <\/div>\n            <div class=\"detail-row\">\n                    <i class=\"fas fa-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/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,95\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/35721171-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"18753219\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/18753219-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"46.20\">\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-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"CAPO (Centre Auto Pi\u00e8ces Occasion)\">\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\/commodo-essuie-glace\/18753219-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                MARQUE: VALEO\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\">CAPO (Centre Auto Pi\u00e8ces Occasion)<\/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\">Diesel<\/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\">99093 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                            46,20\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    \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\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/18753219-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"44712043\" \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\/5\/3\/6\/4\/4\/2\/9\/155364429-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n            <meta itemprop=\"sku\" content=\"17991\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44712043-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">\n        <meta itemprop=\"availability\" content=\"https:\/\/schema.org\/InStock\">\n        <meta itemprop=\"priceCurrency\" content=\"EUR\">\n\n                    <meta itemprop=\"itemCondition\" content=\"https:\/\/schema.org\/UsedCondition\">\n        \n        <meta itemprop=\"price\" content=\"57.85\">\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-08\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"RECUPERADOS Y DESGUACES J.LEONARDO 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\/commodo-essuie-glace\/44712043-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\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\">RECUPERADOS Y DESGUACES J.LEONARDO 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\">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                            57,85\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\/5\/3\/6\/4\/4\/2\/9\/155364429-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44712043-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"15481728\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/7\/0\/6\/4\/6\/0\/8\/6\/70646086-home_default.webp\">\n    <meta itemprop=\"description\" content=\"\">\n            <meta itemprop=\"sku\" content=\"6000617659\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/15481728-.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=\"0.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-08\">\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\/15481728-.html\"><\/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                6000617659 255671409R\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                            0,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    \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\/0\/6\/4\/6\/0\/8\/6\/70646086-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/15481728-.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=\"13732489\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/13732489-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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-08\">\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\/commodo-essuie-glace\/13732489-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\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\">24296 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                            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\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/13732489-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"33311504\" \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\/7\/4\/7\/8\/0\/2\/8\/117478028-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n            <meta itemprop=\"sku\" content=\"6000617661\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33311504-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"118.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-08\">\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\/commodo-essuie-glace\/33311504-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                E10670210 6000617661\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                            118,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\/7\/4\/7\/8\/0\/2\/8\/117478028-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33311504-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"33361410\" \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\/7\/7\/1\/0\/8\/6\/9\/117710869-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n            <meta itemprop=\"sku\" content=\"6000617659\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33361410-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"91.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-08\">\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\/commodo-essuie-glace\/33361410-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                6000617659 255671409R E107455731\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-gas-pump detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Energie :<\/strong><\/span>\n        <span class=\"detail-value\">Diesel<\/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                            91,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\/7\/7\/1\/0\/8\/6\/9\/117710869-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33361410-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"17913621\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/17913621-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"161.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-08\">\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\/commodo-essuie-glace\/17913621-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\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                            161,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\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/17913621-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"25087517\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/25087517-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"89.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-08\">\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\/commodo-essuie-glace\/25087517-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\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                            89,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\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/25087517-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"36064287\" \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\/5\/0\/8\/0\/1\/1\/5\/125080115-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/36064287-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"95.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-08\">\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\/commodo-essuie-glace\/36064287-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                255670831R - 6000617660 * MARCAS DE SUCIEDAD\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                            95,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/36064287-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"41670357\" \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\/4\/6\/4\/8\/4\/9\/7\/144648497-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/41670357-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=\"156.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-08\">\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\/commodo-essuie-glace\/41670357-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html\">Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon<\/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                Commodo essuie-glace d&#039;occasion pour FIAT Talento(X60) Talento Fourgon\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                            156,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\/4\/6\/4\/8\/4\/9\/7\/144648497-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/41670357-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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=17991&amp;id_category_marque=732&amp;id_category_modele=15419&amp;ajax=1&amp;action=products&amp;perPage=20&amp;expansion_level=2&amp;page=1&amp;c_exp_2=461\" class=\"show-more-products js-search-link-\">\n                                            Afficher les pi\u00e8ces trouv\u00e9es pour toutes les FIAT\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 : Commodo essuie-glace","products":[{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=44324152&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44324152","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44324152-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44324152-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44324152","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"59,40\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17991","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-01 08:37:36","date_upd":"2026-07-01 13:15:55","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44324152-153971127","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44324152-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":59.4,"price_without_reduction":59.4,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":" 2015-2020","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":"Kilom\u00e9trage","value":"24296","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"153971127","position":"1","id_origin":"https:\/\/desguacesazor.com\/img\/p\/5\/1\/7\/7\/8\/3\/517783.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"153971127","position":"1","id_origin":"https:\/\/desguacesazor.com\/img\/p\/5\/1\/7\/7\/8\/3\/517783.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":59.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":"17991","grouped_features":{"Version":{"name":"Version","value":" 2015-2020","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"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"24296","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"44324152","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"59,40\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17991","supplier_reference":"","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"3.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-01 08:37:36","date_upd":"2026-07-01 13:15:55","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"109:2547065","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":"3150LLT","vehicule_origin_id":"109:3150LLT","code_moteur_field":"M9R710","vehicule_ref_id":"ZFAFFL000L5128814","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"TALENTO KASTEN (296)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Commodo essuie-glace","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","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":"109","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429232","id_modele_parent":"10521","id_energie":"0","id_seller":"109","id_country_seller":"6","id_image":"44324152-153971127","prix":"59.400000","energie":"","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"DESGUACE AZOR SL","ordre_affichage":"10042","snipet":"[{\"value\":\" 2015-2020\",\"name\":\"Version\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"24296\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-home_default.webp","fdp_incluse":"1","code_moteur":"M9R710","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44324152-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":59.4,"price_without_reduction":59.4,"price_without_reduction_without_tax":59.4,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":" 2015-2020","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":"Kilom\u00e9trage","value":"24296","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"153971127","position":"1","id_origin":"https:\/\/desguacesazor.com\/img\/p\/5\/1\/7\/7\/8\/3\/517783.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/3\/9\/7\/1\/1\/2\/7\/153971127-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"153971127","position":"1","id_origin":"https:\/\/desguacesazor.com\/img\/p\/5\/1\/7\/7\/8\/3\/517783.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":59.4,"regular_price_amount":59.4,"regular_price":"59,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=43349638&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"43349638","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/43349638-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/43349638-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"43349638","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"40,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-01 08:37:36","date_upd":"2026-07-01 00:02:29","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"43349638-149315388","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/43349638-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":40,"price_without_reduction":40,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"TALENTO 2.0 JTD - 16V TURBO MULTIJET","id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"195880","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149315367","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6188\/po_photo\/2026\/01\/119215987-5f3dc4cc-0094-46ec-9bbb-e405d9defba5-Piece-119215987-Commodo-dessuie-glaces-6000617660-d4d0ccea97450e2fab7768e2f306b841e5f446163056bbcfced47c058b5a6fb3_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149315388","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6188\/po_photo\/2026\/01\/119215987-cc6b2ea2-0d27-482f-86b5-0dae21ed7fa1-Piece-119215987-Commodo-dessuie-glaces-6000617660-b049f619be39f7f6bbe3067365dea70a7acf8d6aed1f0e89b451beb7b2db7760_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149315367","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6188\/po_photo\/2026\/01\/119215987-5f3dc4cc-0094-46ec-9bbb-e405d9defba5-Piece-119215987-Commodo-dessuie-glaces-6000617660-d4d0ccea97450e2fab7768e2f306b841e5f446163056bbcfced47c058b5a6fb3_o.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":40,"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":{"Version":{"name":"Version","value":"TALENTO 2.0 JTD - 16V TURBO MULTIJET","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"195880","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"43349638","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"40,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":"6000617660","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"0.500000","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-01 08:37:36","date_upd":"2026-07-01 00:02:29","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"102:119215987","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\":\"46537984\"},{\"id\":\"46537985\"},{\"id\":\"46537986\"},{\"id\":\"46537987\"},{\"id\":\"46537988\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"102:ZFAFFL007L5135372","code_moteur_field":"M9R_710","vehicule_ref_id":"ZFAFFL007L5135372","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"TALENTO","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Commodo d'essuie glaces","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","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":"102","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429233","id_modele_parent":"10521","id_energie":"16523","id_seller":"102","id_country_seller":"8","id_image":"43349638-149315388","prix":"40.000000","energie":"Diesel","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"CCA24 - COUTRAS CASSE AUTO","ordre_affichage":"10043","snipet":"[{\"value\":\"TALENTO 2.0 JTD - 16V TURBO MULTIJET\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"3 mois\",\"name\":\"Garantie\"},{\"value\":\"195880\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-home_default.webp","fdp_incluse":"0","code_moteur":"M9R_710","reference_constructeur":"6000617660","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/43349638-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":40,"price_without_reduction":40,"price_without_reduction_without_tax":40,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"TALENTO 2.0 JTD - 16V TURBO MULTIJET","id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"195880","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149315367","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6188\/po_photo\/2026\/01\/119215987-5f3dc4cc-0094-46ec-9bbb-e405d9defba5-Piece-119215987-Commodo-dessuie-glaces-6000617660-d4d0ccea97450e2fab7768e2f306b841e5f446163056bbcfced47c058b5a6fb3_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/8\/8\/149315388-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"149315388","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6188\/po_photo\/2026\/01\/119215987-cc6b2ea2-0d27-482f-86b5-0dae21ed7fa1-Piece-119215987-Commodo-dessuie-glaces-6000617660-b049f619be39f7f6bbe3067365dea70a7acf8d6aed1f0e89b451beb7b2db7760_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/9\/3\/1\/5\/3\/6\/7\/149315367-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"149315367","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6188\/po_photo\/2026\/01\/119215987-5f3dc4cc-0094-46ec-9bbb-e405d9defba5-Piece-119215987-Commodo-dessuie-glaces-6000617660-d4d0ccea97450e2fab7768e2f306b841e5f446163056bbcfced47c058b5a6fb3_o.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":40,"regular_price_amount":40,"regular_price":"40,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=44188193&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44188193","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44188193-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44188193-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44188193","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"106,60\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17991","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-01 08:37:36","date_upd":"2026-07-01 12:45:15","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44188193-152031871","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44188193-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":106.6,"price_without_reduction":106.6,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":null,"id_feature":"2","position":"1"},{"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\/0\/3\/1\/8\/6\/3\/152031863-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152031863","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/8\/0\/8\/1\/6\/4\/808164.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152031871","position":"2","id_origin":"https:\/\/eco-piezas.com\/img\/p\/8\/0\/8\/1\/6\/5\/808165.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152031885","position":"3","id_origin":"https:\/\/eco-piezas.com\/img\/p\/8\/0\/8\/1\/6\/6\/808166.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152031893","position":"4","id_origin":"https:\/\/eco-piezas.com\/img\/p\/8\/0\/8\/1\/6\/7\/808167.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152031863","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/8\/0\/8\/1\/6\/4\/808164.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":106.6,"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":"17991","grouped_features":{"Couleur":{"name":"Couleur","value":null,"id_feature":"2","position":"1"},"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":"44188193","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"106,60\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17991","supplier_reference":"6000617659","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-01 08:37:36","date_upd":"2026-07-01 12:45:15","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"105:1700365","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":"4417LLN","vehicule_origin_id":"105:4417LLN","code_moteur_field":"M9RV7","vehicule_ref_id":"ZFAFFL008L5135865","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"TALENTO Furgoneta (296_)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Commodo essuie-glace","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","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":"105","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429234","id_modele_parent":"10521","id_energie":"0","id_seller":"105","id_country_seller":"6","id_image":"44188193-152031871","prix":"106.600000","energie":"","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"DESGUACE ECO-PIEZAS SL","ordre_affichage":"10044","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-home_default.webp","fdp_incluse":"1","code_moteur":"M9RV7","reference_constructeur":"6000617659","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44188193-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":106.6,"price_without_reduction":106.6,"price_without_reduction_without_tax":106.6,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":null,"id_feature":"2","position":"1"},{"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\/0\/3\/1\/8\/6\/3\/152031863-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152031863","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/8\/0\/8\/1\/6\/4\/808164.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/7\/1\/152031871-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152031871","position":"2","id_origin":"https:\/\/eco-piezas.com\/img\/p\/8\/0\/8\/1\/6\/5\/808165.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/8\/5\/152031885-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152031885","position":"3","id_origin":"https:\/\/eco-piezas.com\/img\/p\/8\/0\/8\/1\/6\/6\/808166.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/9\/3\/152031893-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152031893","position":"4","id_origin":"https:\/\/eco-piezas.com\/img\/p\/8\/0\/8\/1\/6\/7\/808167.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/3\/1\/8\/6\/3\/152031863-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152031863","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/8\/0\/8\/1\/6\/4\/808164.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":106.6,"regular_price_amount":106.6,"regular_price":"106,60\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=40933877&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"40933877","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/40933877-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/40933877-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"40933877","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"6000617660","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-01 08:37:36","date_upd":"2026-07-01 04:13:59","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"40933877-142593022","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/40933877-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":63.64,"price_without_reduction":70.004,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":null,"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":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"142593022","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/101\/po_photo\/2026\/04\/124064171-1144c16c-7e72-4b97-98c9-32dae57d7590-Piece-Commodo-dessuie-glaces-6000617660-FIAT-TALENTO-1848e9ae93aa6ce03701264e89a834060de94aa2dafe9940f936aaa23d46dd37_m.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"142593022","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/101\/po_photo\/2026\/04\/124064171-1144c16c-7e72-4b97-98c9-32dae57d7590-Piece-Commodo-dessuie-glaces-6000617660-FIAT-TALENTO-1848e9ae93aa6ce03701264e89a834060de94aa2dafe9940f936aaa23d46dd37_m.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,"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":"6000617660","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":null,"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":"40933877","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"2","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"70,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"6000617660","supplier_reference":"6000617660","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"0.500000","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-01 08:37:36","date_upd":"2026-07-01 04:13:59","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"91:124064171","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\":\"43365941\"},{\"id\":\"43365942\"},{\"id\":\"43365943\"},{\"id\":\"43365944\"},{\"id\":\"43365945\"},{\"id\":\"43365946\"},{\"id\":\"43365947\"},{\"id\":\"43365948\"},{\"id\":\"43365949\"},{\"id\":\"43365950\"},{\"id\":\"43365951\"},{\"id\":\"43365952\"},{\"id\":\"43365953\"},{\"id\":\"43365954\"},{\"id\":\"43365955\"},{\"id\":\"43365956\"},{\"id\":\"43365957\"},{\"id\":\"43365958\"},{\"id\":\"43365959\"},{\"id\":\"43365960\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"91:ZFAFFL00XM5138753","code_moteur_field":"M9R710","vehicule_ref_id":"ZFAFFL00XM5138753","vehicule_ktype":"138286","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"TALENTO","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Commodo d'essuie glaces","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","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":"10.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":"91","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429235","id_modele_parent":"10521","id_energie":"16523","id_seller":"91","id_country_seller":"8","id_image":"40933877-142593022","prix":"70.004000","energie":"Diesel","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"SARL BONNIEU","ordre_affichage":"10045","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-home_default.webp","fdp_incluse":"1","code_moteur":"M9R710","reference_constructeur":"6000617660","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/40933877-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":63.64,"price_without_reduction":70.004,"price_without_reduction_without_tax":63.64,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":null,"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":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"142593022","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/101\/po_photo\/2026\/04\/124064171-1144c16c-7e72-4b97-98c9-32dae57d7590-Piece-Commodo-dessuie-glaces-6000617660-FIAT-TALENTO-1848e9ae93aa6ce03701264e89a834060de94aa2dafe9940f936aaa23d46dd37_m.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/2\/5\/9\/3\/0\/2\/2\/142593022-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"142593022","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/101\/po_photo\/2026\/04\/124064171-1144c16c-7e72-4b97-98c9-32dae57d7590-Piece-Commodo-dessuie-glaces-6000617660-FIAT-TALENTO-1848e9ae93aa6ce03701264e89a834060de94aa2dafe9940f936aaa23d46dd37_m.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,"regular_price_amount":70,"regular_price":"70,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=41443572&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"41443572","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/41443572-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/41443572-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"41443572","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"48,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-01 08:37:36","date_upd":"2026-07-01 00:32:11","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"41443572-143958237","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/41443572-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":48,"price_without_reduction":48,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"113321","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143958223","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5983\/2024_1\/Piece-Commodo-dessuie-glaces-6000617659-FIAT-TALENTO-d0552b55943d4bd01c7cb1ea90e66d6381b8c0a4feeb1a45d0101651c014c1d8.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143958237","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5983\/2024_1\/Piece-Commodo-dessuie-glaces-6000617659-FIAT-TALENTO-14ef0eb117bdf70ce950acaa1959f9e2521979dfcd9d77669ca918952a89bca3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143958251","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5983\/2024_1\/Piece-Commodo-dessuie-glaces-6000617659-FIAT-TALENTO-e144dc46b105e1e59d6a501c776e86c7924459c35d4a43f9ea683e8c6cb7a32e.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143958267","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5983\/2024_1\/Piece-Commodo-dessuie-glaces-6000617659-FIAT-TALENTO-ae51215b1e69f6d9a674c22f961bd1455369c00e34d2d98c7ae31ec48a7264a5.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143958281","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5983\/2024_1\/Piece-Commodo-dessuie-glaces-6000617659-FIAT-TALENTO-a364c836194d152d4880ce8c4a3bc4347f15718898fde4a21e0a7df3ca7e909b.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143958223","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5983\/2024_1\/Piece-Commodo-dessuie-glaces-6000617659-FIAT-TALENTO-d0552b55943d4bd01c7cb1ea90e66d6381b8c0a4feeb1a45d0101651c014c1d8.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":48,"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":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"113321","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"41443572","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"48,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":"6000617659","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"0.500000","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-01 08:37:36","date_upd":"2026-07-01 00:32:11","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"95:79732733","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":"95:ZFAFFL001H5052396","code_moteur_field":"R9M 1.6 GEN1 D2 120 HP EUR06","vehicule_ref_id":"ZFAFFL001H5052396","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"TALENTO","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Commodo d'essuie glaces","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","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":"95","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429236","id_modele_parent":"10521","id_energie":"16523","id_seller":"95","id_country_seller":"8","id_image":"41443572-143958237","prix":"48.000000","energie":"Diesel","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"AUTO D\u00c9POLLUTION ORDAN","ordre_affichage":"10046","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"6 mois\",\"name\":\"Garantie\"},{\"value\":\"113321\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-home_default.webp","fdp_incluse":"1","code_moteur":"R9M 1.6 GEN1 D2 120 HP EUR06","reference_constructeur":"6000617659","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/41443572-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":48,"price_without_reduction":48,"price_without_reduction_without_tax":48,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":"Bon \u00e9tat","id_feature":"8","position":"6"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"113321","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143958223","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5983\/2024_1\/Piece-Commodo-dessuie-glaces-6000617659-FIAT-TALENTO-d0552b55943d4bd01c7cb1ea90e66d6381b8c0a4feeb1a45d0101651c014c1d8.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/3\/7\/143958237-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143958237","position":"2","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5983\/2024_1\/Piece-Commodo-dessuie-glaces-6000617659-FIAT-TALENTO-14ef0eb117bdf70ce950acaa1959f9e2521979dfcd9d77669ca918952a89bca3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/5\/1\/143958251-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143958251","position":"3","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5983\/2024_1\/Piece-Commodo-dessuie-glaces-6000617659-FIAT-TALENTO-e144dc46b105e1e59d6a501c776e86c7924459c35d4a43f9ea683e8c6cb7a32e.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/6\/7\/143958267-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143958267","position":"4","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5983\/2024_1\/Piece-Commodo-dessuie-glaces-6000617659-FIAT-TALENTO-ae51215b1e69f6d9a674c22f961bd1455369c00e34d2d98c7ae31ec48a7264a5.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/8\/1\/143958281-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143958281","position":"5","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5983\/2024_1\/Piece-Commodo-dessuie-glaces-6000617659-FIAT-TALENTO-a364c836194d152d4880ce8c4a3bc4347f15718898fde4a21e0a7df3ca7e909b.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/9\/5\/8\/2\/2\/3\/143958223-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143958223","position":"1","id_origin":"https:\/\/opisto-prod-opimedia.opisto.s3.eu-west-1.bso.st\/Pictures\/5983\/2024_1\/Piece-Commodo-dessuie-glaces-6000617659-FIAT-TALENTO-d0552b55943d4bd01c7cb1ea90e66d6381b8c0a4feeb1a45d0101651c014c1d8.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":48,"regular_price_amount":48,"regular_price":"48,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=35998317&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"35998317","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/35998317-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/35998317-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"35998317","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"59,50\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-01 08:37:36","date_upd":"2026-06-30 23:18:50","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"35998317-126579634","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/35998317-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":59.5,"price_without_reduction":59.5,"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":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"255670831R - 6000617660 * MARQUES DE SALET\u00c9","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\/6\/5\/7\/9\/6\/1\/9\/126579619-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"126579619","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/3\/8\/4581538.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126579634","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/3\/9\/4581539.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126579651","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/4\/0\/4581540.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126579666","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/4\/1\/4581541.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126579678","position":"5","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/4\/2\/4581542.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126579692","position":"6","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/4\/3\/4581543.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"126579619","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/3\/8\/4581538.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":59.5,"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"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"255670831R - 6000617660 * MARQUES DE SALET\u00c9","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":"35998317","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"59,50\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":"255670831R, 6000617660","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"0.500000","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-01 08:37:36","date_upd":"2026-06-30 23:18:50","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"44:R9H00KPU4B\/5799077","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":"ZFAFFL009J5089069","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E1S","origin_modele":"A0000001","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS0043C4","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","id_category_version":"15419","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1S","origin_modele_id":"A0000001","origin_piece_id":"PS0043C4","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":"44","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429237","id_modele_parent":"10521","id_energie":"0","id_seller":"44","id_country_seller":"6","id_image":"35998317-126579634","prix":"59.500000","energie":"","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"RECICLADOS AUTO4,S.L.","ordre_affichage":"10047","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"255670831R, 6000617660","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/35998317-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":59.5,"price_without_reduction":59.5,"price_without_reduction_without_tax":59.5,"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":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"255670831R - 6000617660 * MARQUES DE SALET\u00c9","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\/6\/5\/7\/9\/6\/1\/9\/126579619-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"126579619","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/3\/8\/4581538.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/3\/4\/126579634-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126579634","position":"2","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/3\/9\/4581539.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/5\/1\/126579651-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126579651","position":"3","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/4\/0\/4581540.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/6\/6\/126579666-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126579666","position":"4","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/4\/1\/4581541.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/7\/8\/126579678-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126579678","position":"5","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/4\/2\/4581542.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/9\/2\/126579692-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"126579692","position":"6","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/4\/3\/4581543.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/6\/5\/7\/9\/6\/1\/9\/126579619-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"126579619","position":"1","id_origin":"https:\/\/recoautos.com\/\/img\/p\/4\/5\/8\/1\/5\/3\/8\/4581538.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":59.5,"regular_price_amount":59.5,"regular_price":"59,50\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=33812545&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"33812545","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33812545-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33812545-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"33812545","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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,47\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"115888201","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-01 08:37:36","date_upd":"2026-06-30 23:35:49","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"33812545-119607110","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33812545-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":56.47,"price_without_reduction":56.47,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"83336","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"119607103","position":"1","id_origin":"https:\/\/allocasseauto.com\/1022052-large_default\/commodo-d-essuie-glaces-fiat-talento.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"119607110","position":"2","id_origin":"https:\/\/allocasseauto.com\/1022053-large_default\/commodo-d-essuie-glaces-fiat-talento.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"119607112","position":"3","id_origin":"https:\/\/allocasseauto.com\/1022054-large_default\/commodo-d-essuie-glaces-fiat-talento.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"119607113","position":"4","id_origin":"https:\/\/allocasseauto.com\/1022055-large_default\/commodo-d-essuie-glaces-fiat-talento.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"119607114","position":"5","id_origin":"https:\/\/allocasseauto.com\/1022056-large_default\/commodo-d-essuie-glaces-fiat-talento.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"119607115","position":"6","id_origin":"https:\/\/allocasseauto.com\/1022057-large_default\/commodo-d-essuie-glaces-fiat-talento.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"119607103","position":"1","id_origin":"https:\/\/allocasseauto.com\/1022052-large_default\/commodo-d-essuie-glaces-fiat-talento.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":56.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":"115888201","grouped_features":{"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"83336","id_feature":"19","position":"17"},"Nombre de portes":{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"33812545","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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,47\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"115888201","supplier_reference":"6000617659","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"0.500000","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-01 08:37:36","date_upd":"2026-06-30 23:35:49","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"39:160294","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":"39:ZFAFFL002H5051287","code_moteur_field":"R9M_413","vehicule_ref_id":"ZFAFFL002H5051287","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"TALENTO","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Commodo d'essuie glaces","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","id_category_version":"15419","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":"49.470000","frais_port_ttc":"7.000000","origin_id_prefix":"39","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429238","id_modele_parent":"10521","id_energie":"16523","id_seller":"39","id_country_seller":"8","id_image":"33812545-119607110","prix":"56.470000","energie":"Diesel","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"ALLO CASSE AUTO","ordre_affichage":"10048","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"83336\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-home_default.webp","fdp_incluse":"1","code_moteur":"R9M_413","reference_constructeur":"6000617659","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33812545-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":56.47,"price_without_reduction":56.47,"price_without_reduction_without_tax":56.47,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"83336","id_feature":"19","position":"17"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"119607103","position":"1","id_origin":"https:\/\/allocasseauto.com\/1022052-large_default\/commodo-d-essuie-glaces-fiat-talento.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/0\/119607110-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"119607110","position":"2","id_origin":"https:\/\/allocasseauto.com\/1022053-large_default\/commodo-d-essuie-glaces-fiat-talento.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/2\/119607112-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"119607112","position":"3","id_origin":"https:\/\/allocasseauto.com\/1022054-large_default\/commodo-d-essuie-glaces-fiat-talento.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/3\/119607113-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"119607113","position":"4","id_origin":"https:\/\/allocasseauto.com\/1022055-large_default\/commodo-d-essuie-glaces-fiat-talento.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/4\/119607114-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"119607114","position":"5","id_origin":"https:\/\/allocasseauto.com\/1022056-large_default\/commodo-d-essuie-glaces-fiat-talento.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/1\/5\/119607115-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"119607115","position":"6","id_origin":"https:\/\/allocasseauto.com\/1022057-large_default\/commodo-d-essuie-glaces-fiat-talento.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/9\/6\/0\/7\/1\/0\/3\/119607103-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"119607103","position":"1","id_origin":"https:\/\/allocasseauto.com\/1022052-large_default\/commodo-d-essuie-glaces-fiat-talento.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":56.47,"regular_price_amount":56.47,"regular_price":"56,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=35721171&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"35721171","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/35721171-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/35721171-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"35721171","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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,95\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-01 08:37:36","date_upd":"2026-06-30 23:18:51","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"35721171-127110199","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/35721171-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":70.95,"price_without_reduction":70.95,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"BLANC","id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"Essuie glace AR: Non\nEssuie glace automatique: Oui\nIntermitence: variable\nLave glace AR: Non\n\nNom de couleur: BLANC, Code couleur: 557\nn\u00b0IDU: FR012173_01UHAB","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\/7\/1\/1\/0\/1\/8\/4\/127110184-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127110184","position":"1","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/7736023\/public\/15125815_940a85ac-191f-42d0-aa64-e0da43fbf6f4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127110199","position":"2","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/7736023\/public\/15125817_69587b1c-549f-4c9d-ac4e-897cb20425bd.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127110214","position":"3","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/7736023\/public\/15125819_0471522f-df4e-4704-8c31-25deeb600895.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127110225","position":"4","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/7736023\/public\/15125821_aecdc37d-735e-46ab-8060-dbdfec3a953d.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127110184","position":"1","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/7736023\/public\/15125815_940a85ac-191f-42d0-aa64-e0da43fbf6f4.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.95,"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":{"Couleur":{"name":"Couleur","value":"BLANC","id_feature":"2","position":"1"},"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},"Remarques":{"name":"Remarques","value":"Essuie glace AR: Non\nEssuie glace automatique: Oui\nIntermitence: variable\nLave glace AR: Non\n\nNom de couleur: BLANC, Code couleur: 557\nn\u00b0IDU: FR012173_01UHAB","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":"35721171","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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,95\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":"6000617660","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"0.157000","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-01 08:37:36","date_upd":"2026-06-30 23:18:51","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"30:7736023","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":"30:ZFAFFL000M5171941","code_moteur_field":"","vehicule_ref_id":"ZFAFFL000M5171941","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"TALENTO II","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"COMMODO ESSUIE GLACE","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","id_category_version":"15419","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":"30","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429239","id_modele_parent":"10521","id_energie":"16523","id_seller":"30","id_country_seller":"8","id_image":"35721171-127110199","prix":"70.950000","energie":"Diesel","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"Capnor","ordre_affichage":"10049","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"24 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"6000617660","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/35721171-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":70.95,"price_without_reduction":70.95,"price_without_reduction_without_tax":70.95,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"BLANC","id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"24 mois","id_feature":"14","position":"12"},{"name":"Remarques","value":"Essuie glace AR: Non\nEssuie glace automatique: Oui\nIntermitence: variable\nLave glace AR: Non\n\nNom de couleur: BLANC, Code couleur: 557\nn\u00b0IDU: FR012173_01UHAB","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\/7\/1\/1\/0\/1\/8\/4\/127110184-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127110184","position":"1","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/7736023\/public\/15125815_940a85ac-191f-42d0-aa64-e0da43fbf6f4.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/9\/9\/127110199-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127110199","position":"2","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/7736023\/public\/15125817_69587b1c-549f-4c9d-ac4e-897cb20425bd.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/1\/4\/127110214-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127110214","position":"3","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/7736023\/public\/15125819_0471522f-df4e-4704-8c31-25deeb600895.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/2\/2\/5\/127110225-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"127110225","position":"4","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/7736023\/public\/15125821_aecdc37d-735e-46ab-8060-dbdfec3a953d.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/7\/1\/1\/0\/1\/8\/4\/127110184-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"127110184","position":"1","id_origin":"https:\/\/capnor.valorione.fr\/media\/6\/product_instance\/7736023\/public\/15125815_940a85ac-191f-42d0-aa64-e0da43fbf6f4.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.95,"regular_price_amount":70.95,"regular_price":"70,95\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=18753219&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"18753219","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/18753219-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/18753219-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"18753219","id_supplier":"0","id_manufacturer":"0","id_category_default":"17991","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":"46,20\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-01 08:37:36","date_upd":"2026-06-30 19:18:21","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"MARQUE: VALEO","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"18753219-94791964","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/18753219-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":42,"price_without_reduction":46.2,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"BLANC","id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Version","value":"1.6 JTD 120ch","id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Carrosserie","value":"carrosserie","id_feature":"7","position":"5"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":"1598 cc","id_feature":"16","position":"14"},{"name":"Date de mise en circulation","value":null,"id_feature":"18","position":"16"},{"name":"Date de mise en circulation","value":"25\/07\/2019","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":"99093 km","id_feature":"19","position":"17"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"},{"name":"Remarques","value":"MARQUE: VALEO","id_feature":"24","position":"22"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"94791963","position":"1","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193420_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"94791964","position":"2","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193420_2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"94791965","position":"3","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193420_3.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"94791963","position":"1","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193420_1.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":46.2,"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":{"Couleur":{"name":"Couleur","value":"BLANC","id_feature":"2","position":"1"},"Version":{"name":"Version","value":"\n1.6 JTD 120ch","id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Carrosserie":{"name":"Carrosserie","value":"\ncarrosserie","id_feature":"7","position":"5"},"Cylindr\u00e9e":{"name":"Cylindr\u00e9e","value":"\n1598 cc","id_feature":"16","position":"14"},"Date de mise en circulation":{"name":"Date de mise en circulation","value":"\n25\/07\/2019","id_feature":"18","position":"16"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"99093 km","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"\nMARQUE: VALEO","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":"18753219","id_supplier":"0","id_manufacturer":"0","id_category_default":"17991","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"2","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"46,20\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":"P1BBD051L","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"0.500000","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-01 08:37:36","date_upd":"2026-06-30 19:18:21","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"4:A111_40200501250927","casse":"47270","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":"AP5730","vehicule_origin_id":"4:AP5730250927MK1006662A1","code_moteur_field":"","vehicule_ref_id":"ZFAFFL009K5099697","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"PHASE 1 L1H1","origin_modele_parent":"TALENTO II","origin_modele_parent_id":"TALENTO II","origin_version":"","origin_piece":"COMMANDE ESSUIE GLACE (TABLEAU DE BORD - COMMANDES)","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","id_category_version":"15419","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"FIAT","origin_modele_id":"TALENTO II","origin_piece_id":"COMMANDE ESSUIE GLACE (TABLEAU DE BORD - COMMANDES)","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":"4","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"MARQUE: VALEO","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"MARQUE: VALEO","new":"0","id_tampon_product":"2429240","id_modele_parent":"10521","id_energie":"16523","id_seller":"4","id_country_seller":"8","id_image":"18753219-94791964","prix":"46.200000","energie":"Diesel","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"CAPO (Centre Auto Pi\u00e8ces Occasion)","ordre_affichage":"10050","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"99093 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/18753219-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":42,"price_without_reduction":46.2,"price_without_reduction_without_tax":42,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Couleur","value":"BLANC","id_feature":"2","position":"1"},{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Version","value":"1.6 JTD 120ch","id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Carrosserie","value":null,"id_feature":"7","position":"5"},{"name":"Carrosserie","value":"carrosserie","id_feature":"7","position":"5"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":"1598 cc","id_feature":"16","position":"14"},{"name":"Date de mise en circulation","value":null,"id_feature":"18","position":"16"},{"name":"Date de mise en circulation","value":"25\/07\/2019","id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":"99093 km","id_feature":"19","position":"17"},{"name":"Remarques","value":null,"id_feature":"24","position":"22"},{"name":"Remarques","value":"MARQUE: VALEO","id_feature":"24","position":"22"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":10,"tax_name":"TVA FR 10%","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"94791963","position":"1","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193420_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/4\/94791964-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"94791964","position":"2","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193420_2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/5\/94791965-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"94791965","position":"3","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193420_3.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/4\/7\/9\/1\/9\/6\/3\/94791963-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"94791963","position":"1","id_origin":"http:\/\/photos.careco.fr\/capo\/109000193420_1.jpg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":46.2,"regular_price_amount":46.2,"regular_price":"46,20\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=44712043&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44712043","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44712043-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44712043-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44712043","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","id_shop_default":"1","on_sale":"0","online_only":"0","ecotax":"0.000000","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"57,85\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17991","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-01 08:37:36","date_upd":"2026-07-01 14:26:00","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44712043-155364452","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44712043-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":57.85,"price_without_reduction":57.85,"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":"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\/5\/3\/6\/4\/4\/2\/9\/155364429-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155364429","position":"1","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/2\/1\/9\/2\/0\/5\/219205.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155364452","position":"2","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/2\/1\/9\/2\/2\/5\/219225.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155364429","position":"1","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/2\/1\/9\/2\/0\/5\/219205.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":57.85,"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":"17991","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"},"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":"44712043","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","old_id_category_default":null,"id_shop_default":"1","id_tax_rules_group":"0","on_sale":"0","online_only":"0","ean13":"","isbn":"","upc":"","quantity":1,"minimal_quantity":"1","low_stock_threshold":null,"low_stock_alert":"0","price":"57,85\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17991","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-01 08:37:36","date_upd":"2026-07-01 14:26:00","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"116:1131537","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":"6973LYB","vehicule_origin_id":"116:6973LYB","code_moteur_field":"R9M H4","vehicule_ref_id":"ZFAFFL009H5053196","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"FIAT","origin_modele":"TALENTO Furgoneta (296_)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Commodo essuie-glace","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","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":"116","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429241","id_modele_parent":"10521","id_energie":"0","id_seller":"116","id_country_seller":"6","id_image":"44712043-155364452","prix":"57.850000","energie":"","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"RECUPERADOS Y DESGUACES J.LEONARDO SL","ordre_affichage":"10051","snipet":"[{\"value\":\"3 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-home_default.webp","fdp_incluse":"1","code_moteur":"R9M H4","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/44712043-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":57.85,"price_without_reduction":57.85,"price_without_reduction_without_tax":57.85,"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":"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\/5\/3\/6\/4\/4\/2\/9\/155364429-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155364429","position":"1","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/2\/1\/9\/2\/0\/5\/219205.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/5\/2\/155364452-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155364452","position":"2","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/2\/1\/9\/2\/2\/5\/219225.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/3\/6\/4\/4\/2\/9\/155364429-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155364429","position":"1","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/2\/1\/9\/2\/0\/5\/219205.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":57.85,"regular_price_amount":57.85,"regular_price":"57,85\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"},{"add_to_cart_url":null,"id":"15481728","attributes":[],"show_price":false,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/15481728-.html","canonical_url":"https:\/\/boutique.francecasse.fr\/15481728-.html","condition":false,"delivery_information":null,"embedded_attributes":{"id_product":"15481728","id_image":"15481728-70646086","description_short":"6000617659 255671409R","date_add":"2026-07-01 08:37:36","reference":"6000617659","condition":"used","id_product_attribute":0,"allow_oosp":0,"category":false,"category_name":false,"link":"https:\/\/boutique.francecasse.fr\/15481728-.html","attribute_price":0,"price_tax_exc":null,"price":"0,00\u00a0\u20ac","price_without_reduction":null,"reduction":null,"specific_prices":[],"quantity":0,"quantity_all_versions":0,"features":[],"attachments":[],"virtual":1,"pack":false,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[],"cover":null,"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":0,"id_category_default":null,"unit_price_full":"","show_availability":false,"availability_message":null,"availability_date":null,"availability":null},"file_size_formatted":null,"attachments":[],"quantity_discounts":[],"reference_to_display":"6000617659","grouped_features":null,"seo_availability":"https:\/\/schema.org\/OutOfStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":null,"flags":[],"main_variants":[],"specific_references":null,"id_tampon_product":"2429242","id_product":"15481728","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","id_modele_parent":"10521","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"15481728-70646086","active":"1","prix":"77.000000","energie":"","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"USED WORLD PARTS","description_short":"6000617659 255671409R","ordre_affichage":"10052","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/7\/0\/6\/4\/6\/0\/8\/6\/70646086-home_default.webp","date_add":"2026-07-01 08:37:36","fdp_incluse":"1","code_moteur":"R9M413","reference_constructeur":"255671409R","reference":"6000617659","vehicule_origin_id":"26:logov8683","expansion_level":"0","id_product_attribute":0,"allow_oosp":0,"category":false,"category_name":false,"link":"https:\/\/boutique.francecasse.fr\/15481728-.html","attribute_price":0,"price_tax_exc":null,"price":"0,00\u00a0\u20ac","price_without_reduction":null,"price_without_reduction_without_tax":null,"reduction":null,"reduction_without_tax":null,"specific_prices":[],"quantity":0,"quantity_all_versions":0,"features":[],"virtual":1,"pack":false,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[],"cover":null,"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":0,"regular_price_amount":0,"regular_price":"0,00\u00a0\u20ac","id_category_default":null,"discount_to_display":"0,00\u00a0\u20ac","unit_price_full":"","show_availability":false,"availability_message":null,"availability_date":null,"availability":null},{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=13732489&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"13732489","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/13732489-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/13732489-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"13732489","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"","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-01 08:37:36","date_upd":"2026-01-29 13:17:06","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"13732489-64963680","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/13732489-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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"},{"name":"Kilom\u00e9trage","value":"24296 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\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"64963680","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recazor\/images\/yWpHP7wRbIQ9?publicKey=casse&accessToken=1e21970da271e6d22b91df20150204020591d2cd5bd3986d9fad85eb684a1764","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"64963680","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recazor\/images\/yWpHP7wRbIQ9?publicKey=casse&accessToken=1e21970da271e6d22b91df20150204020591d2cd5bd3986d9fad85eb684a1764","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":null,"grouped_features":{"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"24296 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":"13732489","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"111.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":"3.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-01 08:37:36","date_upd":"2026-01-29 13:17:06","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:recrp2547065","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:recrv14272","code_moteur_field":"","vehicule_ref_id":"ZFAFFL000L5128814","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"37","origin_modele":"849019","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"10","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","id_category_version":"15419","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"37","origin_modele_id":"849019","origin_piece_id":"10","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":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429243","id_modele_parent":"10521","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"13732489-64963680","prix":"96.000000","energie":"","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"USED WORLD PARTS","ordre_affichage":"10053","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"24296 km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/13732489-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.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"},{"name":"Kilom\u00e9trage","value":"24296 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\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"64963680","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recazor\/images\/yWpHP7wRbIQ9?publicKey=casse&accessToken=1e21970da271e6d22b91df20150204020591d2cd5bd3986d9fad85eb684a1764","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/6\/4\/9\/6\/3\/6\/8\/0\/64963680-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"64963680","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recazor\/images\/yWpHP7wRbIQ9?publicKey=casse&accessToken=1e21970da271e6d22b91df20150204020591d2cd5bd3986d9fad85eb684a1764","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=33311504&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"33311504","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33311504-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33311504-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"33311504","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"118,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"6000617661","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-01 08:37:36","date_upd":"2025-11-07 07:35:22","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"E10670210 6000617661","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"33311504-117478029","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33311504-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":118,"price_without_reduction":118,"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\/7\/4\/7\/8\/0\/2\/8\/117478028-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"117478028","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/_-zKO8riMPRy?publicKey=casse&accessToken=698cae794ca0b65871e5c2bf377cf7428bc8720450296fad8008838df764dc93","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117478029","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/VZgsC6uxm_L4?publicKey=casse&accessToken=085ae0dae99b55e74ae461ebc673fa51d0bd5b8f758737edd25cfa8004dfb9f8","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117478030","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/cE7H9RQzVe20?publicKey=casse&accessToken=c76b1c23cec2cd318b486147b0e579551cf075869c87455c2377c22dea7e8a7d","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117478031","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/ro26hQb351k7?publicKey=casse&accessToken=7700b3214d7ef0e70f9c4fc65fd2032be0af3c810d5d80d1037de7fe413f378e","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117478032","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/OX0MDtf71X6M?publicKey=casse&accessToken=b8033316acb7e8d4f650080076cd324f3c9c7e115ccd259675d5d30159e4ab26","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"117478028","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/_-zKO8riMPRy?publicKey=casse&accessToken=698cae794ca0b65871e5c2bf377cf7428bc8720450296fad8008838df764dc93","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":118,"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":"6000617661","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":"33311504","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"118,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"6000617661","supplier_reference":"6000617661","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"3.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-01 08:37:36","date_upd":"2025-11-07 07:35:22","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:logop2340527","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:logov9500","code_moteur_field":"","vehicule_ref_id":"ZFAFFL007M5170561","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"37","origin_modele":"303636","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"10","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","id_category_version":"15419","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"37","origin_modele_id":"303636","origin_piece_id":"10","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":"E10670210 6000617661","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429244","id_modele_parent":"10521","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"33311504-117478029","prix":"118.000000","energie":"","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"USED WORLD PARTS","ordre_affichage":"10054","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"6000617661","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33311504-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":118,"price_without_reduction":118,"price_without_reduction_without_tax":118,"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\/7\/4\/7\/8\/0\/2\/8\/117478028-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"117478028","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/_-zKO8riMPRy?publicKey=casse&accessToken=698cae794ca0b65871e5c2bf377cf7428bc8720450296fad8008838df764dc93","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/9\/117478029-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117478029","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/VZgsC6uxm_L4?publicKey=casse&accessToken=085ae0dae99b55e74ae461ebc673fa51d0bd5b8f758737edd25cfa8004dfb9f8","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/0\/117478030-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117478030","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/cE7H9RQzVe20?publicKey=casse&accessToken=c76b1c23cec2cd318b486147b0e579551cf075869c87455c2377c22dea7e8a7d","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/1\/117478031-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117478031","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/ro26hQb351k7?publicKey=casse&accessToken=7700b3214d7ef0e70f9c4fc65fd2032be0af3c810d5d80d1037de7fe413f378e","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/3\/2\/117478032-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117478032","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/OX0MDtf71X6M?publicKey=casse&accessToken=b8033316acb7e8d4f650080076cd324f3c9c7e115ccd259675d5d30159e4ab26","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/4\/7\/8\/0\/2\/8\/117478028-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"117478028","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/_-zKO8riMPRy?publicKey=casse&accessToken=698cae794ca0b65871e5c2bf377cf7428bc8720450296fad8008838df764dc93","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":118,"regular_price_amount":118,"regular_price":"118,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=33361410&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"33361410","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33361410-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33361410-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"33361410","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"91,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"6000617659","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-01 08:37:36","date_upd":"2025-11-08 19:42:01","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"6000617659 255671409R E107455731","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"33361410-117710870","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33361410-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":91,"price_without_reduction":91,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"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\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"117710869","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/ZmZE-lYjeCAr?publicKey=casse&accessToken=d9649848837717e63d7136587a045e909cfdd964b240655eac2b0d1143aecb22","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117710870","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/JULwU4iGEuXZ?publicKey=casse&accessToken=73283f149be308b976ab483a839dffad40bd98743b55855a901fb3e1afa788e9","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117710871","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/s8KKEn57w1Hn?publicKey=casse&accessToken=ddd9d98fc615c1aea576192d9815211610fe421417810451af9d3a9c0d9f777f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117710872","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/jiycDrnp93X-?publicKey=casse&accessToken=b0a82850fd78a93a796d9f4d33e347b98546813984ca1fa60b3e7e5ff0212b4f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117710873","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/Pz6Aa9ReUZJ3?publicKey=casse&accessToken=3354b55dadf6f3f66b02778e352e8691989739cf7887783cffbe6227597839cb","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117710874","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/82i0xZopX99f?publicKey=casse&accessToken=2c1337f2962e69c2cc1b347f7b465f73d84641d80cbe9f9a5ab708a30c569a19","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117710875","position":"7","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/b8OmRNmbgFAg?publicKey=casse&accessToken=3f5f62b2484db49ea277ece53b72bb1aa74439fdb747f19aa36026f17e71071d","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"117710869","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/ZmZE-lYjeCAr?publicKey=casse&accessToken=d9649848837717e63d7136587a045e909cfdd964b240655eac2b0d1143aecb22","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":91,"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":"6000617659","grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Energie":{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},"Garantie":{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"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":"33361410","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"91,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"6000617659","supplier_reference":"255671409R","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-01 08:37:36","date_upd":"2025-11-08 19:42:01","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:logop2121373","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:logov7246","code_moteur_field":"","vehicule_ref_id":"ZFAFFL009K5092118","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"37","origin_modele":"106125","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"10","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","id_category_version":"15419","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"37","origin_modele_id":"106125","origin_piece_id":"10","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":"6000617659 255671409R E107455731","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429245","id_modele_parent":"10521","id_energie":"16523","id_seller":"26","id_country_seller":"6","id_image":"33361410-117710870","prix":"91.000000","energie":"Diesel","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"USED WORLD PARTS","ordre_affichage":"10055","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"255671409R","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/33361410-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":91,"price_without_reduction":91,"price_without_reduction_without_tax":91,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Energie","value":"Diesel","id_feature":"6","position":"4"},{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"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\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"117710869","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/ZmZE-lYjeCAr?publicKey=casse&accessToken=d9649848837717e63d7136587a045e909cfdd964b240655eac2b0d1143aecb22","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/0\/117710870-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117710870","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/JULwU4iGEuXZ?publicKey=casse&accessToken=73283f149be308b976ab483a839dffad40bd98743b55855a901fb3e1afa788e9","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/1\/117710871-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117710871","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/s8KKEn57w1Hn?publicKey=casse&accessToken=ddd9d98fc615c1aea576192d9815211610fe421417810451af9d3a9c0d9f777f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/2\/117710872-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117710872","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/jiycDrnp93X-?publicKey=casse&accessToken=b0a82850fd78a93a796d9f4d33e347b98546813984ca1fa60b3e7e5ff0212b4f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/3\/117710873-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117710873","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/Pz6Aa9ReUZJ3?publicKey=casse&accessToken=3354b55dadf6f3f66b02778e352e8691989739cf7887783cffbe6227597839cb","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/4\/117710874-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117710874","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/82i0xZopX99f?publicKey=casse&accessToken=2c1337f2962e69c2cc1b347f7b465f73d84641d80cbe9f9a5ab708a30c569a19","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/7\/5\/117710875-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"117710875","position":"7","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/b8OmRNmbgFAg?publicKey=casse&accessToken=3f5f62b2484db49ea277ece53b72bb1aa74439fdb747f19aa36026f17e71071d","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/7\/7\/1\/0\/8\/6\/9\/117710869-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"117710869","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/logrono\/images\/ZmZE-lYjeCAr?publicKey=casse&accessToken=d9649848837717e63d7136587a045e909cfdd964b240655eac2b0d1143aecb22","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":91,"regular_price_amount":91,"regular_price":"91,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=17913621&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"17913621","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/17913621-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/17913621-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"17913621","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"161,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-01 08:37:36","date_upd":"2026-04-22 04:01:33","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"17913621-99327494","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/17913621-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":161,"price_without_reduction":161,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"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\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"99327493","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/lvarosa\/images\/Fo_pnUoMueWi?publicKey=casse&accessToken=852300335e90338ae4e76bfeb73faa0efc8cafadbee9a01d1e0ad70d92519905","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"99327494","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/lvarosa\/images\/Mbos_n_mrpZt?publicKey=casse&accessToken=68ab609ba2f9714fb7bc56569205c071365161b516ae467b83529cae20544817","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"99327495","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/lvarosa\/images\/7GscPISA_Jrt?publicKey=casse&accessToken=aa54a99c993fd97b16cc0cb1a4b041491a4a54870bf250a1a5de519f11d6b8b5","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"99327496","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/lvarosa\/images\/iGYOwiG5LpkH?publicKey=casse&accessToken=16d41b1087f02107e47fdb11bae85de19f220c074123d16c2da9f6962b8c6892","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"99327497","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/lvarosa\/images\/VwaKFR4T6lvL?publicKey=casse&accessToken=d15995339d5c1614d365a7964523252787de79045515df62fa37286535b06724","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"99327493","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/lvarosa\/images\/Fo_pnUoMueWi?publicKey=casse&accessToken=852300335e90338ae4e76bfeb73faa0efc8cafadbee9a01d1e0ad70d92519905","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":161,"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":null,"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":"17913621","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"161,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":"6000617660","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"2.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-01 08:37:36","date_upd":"2026-04-22 04:01:33","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:lvaap17348513","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:lvaav15735","code_moteur_field":"","vehicule_ref_id":"ZFAFFL001K5108280","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"37","origin_modele":"306918","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"10","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","id_category_version":"15419","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"37","origin_modele_id":"306918","origin_piece_id":"10","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":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429246","id_modele_parent":"10521","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"17913621-99327494","prix":"161.000000","energie":"","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"USED WORLD PARTS","ordre_affichage":"10056","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"6000617660","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/17913621-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":161,"price_without_reduction":161,"price_without_reduction_without_tax":161,"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":null,"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\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"99327493","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/lvarosa\/images\/Fo_pnUoMueWi?publicKey=casse&accessToken=852300335e90338ae4e76bfeb73faa0efc8cafadbee9a01d1e0ad70d92519905","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/4\/99327494-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"99327494","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/lvarosa\/images\/Mbos_n_mrpZt?publicKey=casse&accessToken=68ab609ba2f9714fb7bc56569205c071365161b516ae467b83529cae20544817","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/5\/99327495-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"99327495","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/lvarosa\/images\/7GscPISA_Jrt?publicKey=casse&accessToken=aa54a99c993fd97b16cc0cb1a4b041491a4a54870bf250a1a5de519f11d6b8b5","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/6\/99327496-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"99327496","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/lvarosa\/images\/iGYOwiG5LpkH?publicKey=casse&accessToken=16d41b1087f02107e47fdb11bae85de19f220c074123d16c2da9f6962b8c6892","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/7\/99327497-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"99327497","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/lvarosa\/images\/VwaKFR4T6lvL?publicKey=casse&accessToken=d15995339d5c1614d365a7964523252787de79045515df62fa37286535b06724","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/9\/3\/2\/7\/4\/9\/3\/99327493-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"99327493","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/lvarosa\/images\/Fo_pnUoMueWi?publicKey=casse&accessToken=852300335e90338ae4e76bfeb73faa0efc8cafadbee9a01d1e0ad70d92519905","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":161,"regular_price_amount":161,"regular_price":"161,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=25087517&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"25087517","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/25087517-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/25087517-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"25087517","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"89,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-01 08:37:36","date_upd":"2026-01-23 19:00:02","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"25087517-108641958","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/25087517-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":89,"price_without_reduction":89,"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\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"108641957","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/WTCDHWbQY7Td?publicKey=casse&accessToken=2e9207522daf18d41462c7f660b38a5785720c3f70c32100ab0cd03f3dc0ccc3","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108641958","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/ikkQzp4v52GY?publicKey=casse&accessToken=0c03cb884f89ff74de33ea65669977ed6c6b214c7eb1abc9adaaa9a006c27750","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"108641957","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/WTCDHWbQY7Td?publicKey=casse&accessToken=2e9207522daf18d41462c7f660b38a5785720c3f70c32100ab0cd03f3dc0ccc3","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":89,"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":"25087517","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"89,00\u00a0\u20ac","old_price_octobre_2025":"79.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-01 08:37:36","date_upd":"2026-01-23 19:00:02","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:galap1131537","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:galav5685","code_moteur_field":"R9M H4","vehicule_ref_id":"ZFAFFL009H5053196","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"37","origin_modele":"1074571","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"10","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","id_category_version":"15419","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"37","origin_modele_id":"1074571","origin_piece_id":"10","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":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429247","id_modele_parent":"10521","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"25087517-108641958","prix":"89.000000","energie":"","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"USED WORLD PARTS","ordre_affichage":"10057","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-home_default.webp","fdp_incluse":"1","code_moteur":"R9M H4","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/25087517-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":89,"price_without_reduction":89,"price_without_reduction_without_tax":89,"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\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"108641957","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/WTCDHWbQY7Td?publicKey=casse&accessToken=2e9207522daf18d41462c7f660b38a5785720c3f70c32100ab0cd03f3dc0ccc3","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/8\/108641958-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"108641958","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/ikkQzp4v52GY?publicKey=casse&accessToken=0c03cb884f89ff74de33ea65669977ed6c6b214c7eb1abc9adaaa9a006c27750","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/8\/6\/4\/1\/9\/5\/7\/108641957-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"108641957","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/WTCDHWbQY7Td?publicKey=casse&accessToken=2e9207522daf18d41462c7f660b38a5785720c3f70c32100ab0cd03f3dc0ccc3","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":89,"regular_price_amount":89,"regular_price":"89,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=36064287&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"36064287","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/36064287-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/36064287-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"36064287","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"95,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-01 08:37:36","date_upd":"2026-05-19 01:15:07","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"255670831R - 6000617660 * MARCAS DE SUCIEDAD","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"36064287-125080132","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/36064287-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":95,"price_without_reduction":95,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"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\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"125080115","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/0Hxt81S2YLRp?publicKey=casse&accessToken=f2e0f35e8b562a8128bceaf15a1faeb19da63f922ffa88e8f004d5ae6c4584bc","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125080132","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/J0-PYvVeg8Qz?publicKey=casse&accessToken=3fdc3235413709378bb6699cb0a48880761d0c9d82c3f717c7e3aa4d203ec147","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125080147","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/ikGTvZxMvZmg?publicKey=casse&accessToken=6382207146c09fd0b454f6f376acbf624365f14dd619bce2706b320e0aea13ce","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125080159","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/N7q-bE6pWX2y?publicKey=casse&accessToken=2e72628cce47b01262256025801bd3c5d883677f2a1828332b7fbcd1c2cc1ce5","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125080174","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/JCEeQK_nndFh?publicKey=casse&accessToken=0ee5a6c11821aa985896bf33d116ffbb52830be7aef49669fe16a644617e45c1","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125080196","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/U8F7fbvsoGzW?publicKey=casse&accessToken=57eb1b79960a81e06fe0fb0e6a509d465b91972fe52d33fe876f60f52dff824c","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"125080115","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/0Hxt81S2YLRp?publicKey=casse&accessToken=f2e0f35e8b562a8128bceaf15a1faeb19da63f922ffa88e8f004d5ae6c4584bc","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":95,"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":null,"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":"36064287","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"95,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":"255670831R","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-01 08:37:36","date_upd":"2026-05-19 01:15:07","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:rectp5799077","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:rectv22297","code_moteur_field":"","vehicule_ref_id":"ZFAFFL009J5089069","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"37","origin_modele":"1074571","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"10","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","id_category_version":"15419","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"37","origin_modele_id":"1074571","origin_piece_id":"10","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":"255670831R - 6000617660 * MARCAS DE SUCIEDAD","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429248","id_modele_parent":"10521","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"36064287-125080132","prix":"95.000000","energie":"","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"USED WORLD PARTS","ordre_affichage":"10058","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"255670831R","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/36064287-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":95,"price_without_reduction":95,"price_without_reduction_without_tax":95,"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":null,"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\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"125080115","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/0Hxt81S2YLRp?publicKey=casse&accessToken=f2e0f35e8b562a8128bceaf15a1faeb19da63f922ffa88e8f004d5ae6c4584bc","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/3\/2\/125080132-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125080132","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/J0-PYvVeg8Qz?publicKey=casse&accessToken=3fdc3235413709378bb6699cb0a48880761d0c9d82c3f717c7e3aa4d203ec147","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/4\/7\/125080147-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125080147","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/ikGTvZxMvZmg?publicKey=casse&accessToken=6382207146c09fd0b454f6f376acbf624365f14dd619bce2706b320e0aea13ce","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/5\/9\/125080159-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125080159","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/N7q-bE6pWX2y?publicKey=casse&accessToken=2e72628cce47b01262256025801bd3c5d883677f2a1828332b7fbcd1c2cc1ce5","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/7\/4\/125080174-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125080174","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/JCEeQK_nndFh?publicKey=casse&accessToken=0ee5a6c11821aa985896bf33d116ffbb52830be7aef49669fe16a644617e45c1","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/9\/6\/125080196-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"125080196","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/U8F7fbvsoGzW?publicKey=casse&accessToken=57eb1b79960a81e06fe0fb0e6a509d465b91972fe52d33fe876f60f52dff824c","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/2\/5\/0\/8\/0\/1\/1\/5\/125080115-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"125080115","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/recoaut\/images\/0Hxt81S2YLRp?publicKey=casse&accessToken=f2e0f35e8b562a8128bceaf15a1faeb19da63f922ffa88e8f004d5ae6c4584bc","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":95,"regular_price_amount":95,"regular_price":"95,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=41670357&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"41670357","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/41670357-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","canonical_url":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/41670357-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"41670357","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"156,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-01 08:37:36","date_upd":"2026-05-01 13:30:27","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"41670357-144648497","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/41670357-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":156,"price_without_reduction":156,"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\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144648497","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/rediapy\/images\/zEU9jbRAFEvL?publicKey=casse&accessToken=e55bd9b20a1bca9a54b2e63c8c2d8f559d36c3c0c041d727638540d1217cb950","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144648497","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/rediapy\/images\/zEU9jbRAFEvL?publicKey=casse&accessToken=e55bd9b20a1bca9a54b2e63c8c2d8f559d36c3c0c041d727638540d1217cb950","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":156,"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":"41670357","id_supplier":"1","id_manufacturer":"0","id_category_default":"17991","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":"156,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":"3.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-01 08:37:36","date_upd":"2026-05-01 13:30:27","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:redyp1903195","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:redyv6794","code_moteur_field":"","vehicule_ref_id":"ZFAFFL002L5134288","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"37","origin_modele":"1120436","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"10","id_category_piece":"17991","id_category_marque":"732","id_category_modele":"15419","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"37","origin_modele_id":"1120436","origin_piece_id":"10","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":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","link_rewrite":"commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"2429249","id_modele_parent":"10521","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"41670357-144648497","prix":"156.000000","energie":"","libelle":"Commodo essuie-glace d'occasion pour FIAT Talento(X60) Talento Fourgon","seller_name":"USED WORLD PARTS","ordre_affichage":"10059","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"commodo-essuie-glace","category_name":"Commodo essuie-glace","link":"https:\/\/boutique.francecasse.fr\/commodo-essuie-glace\/41670357-commodo-essuie-glace-d-occasion-pour-fiat-talentox60-talento-fourgon.html","attribute_price":0,"price_tax_exc":156,"price_without_reduction":156,"price_without_reduction_without_tax":156,"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\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144648497","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/rediapy\/images\/zEU9jbRAFEvL?publicKey=casse&accessToken=e55bd9b20a1bca9a54b2e63c8c2d8f559d36c3c0c041d727638540d1217cb950","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/6\/4\/8\/4\/9\/7\/144648497-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144648497","position":"1","id_origin":"http:\/\/f.mbrev.es\/users\/rediapy\/images\/zEU9jbRAFEvL?publicKey=casse&accessToken=e55bd9b20a1bca9a54b2e63c8c2d8f559d36c3c0c041d727638540d1217cb950","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":156,"regular_price_amount":156,"regular_price":"156,00\u00a0\u20ac","discount_to_display":null,"unit_price_full":"","show_availability":true,"availability_date":null,"availability_message":"Derniers articles en stock","availability":"last_remaining_items"}],"sort_orders":[{"entity":"product","field":"product.name.asc","direction":"asc","label":"Pertinence","urlParameter":"product.product.name.asc.asc","current":false,"url":"https:\/\/boutique.francecasse.fr\/17991-commodo-essuie-glace\/732-fiat\/15419-talentox60-talento-fourgon?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\/17991-commodo-essuie-glace\/732-fiat\/15419-talentox60-talento-fourgon?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\/17991-commodo-essuie-glace\/732-fiat\/15419-talentox60-talento-fourgon?order=product.product.price.desc.asc"}],"sort_selected":false,"sort_usures":[{"urlParameter":"","url":"https:\/\/boutique.francecasse.fr\/17991-commodo-essuie-glace\/732-fiat\/15419-talentox60-talento-fourgon","label":"Neuf + Occasion","current":true,"sort_usure_selected":"Neuf + Occasion"},{"urlParameter":"neuf","url":"https:\/\/boutique.francecasse.fr\/17991-commodo-essuie-glace\/732-fiat\/15419-talentox60-talento-fourgon?type=neuf","label":"Pi\u00e8ces neuves","current":false,"sort_usure_selected":"Pi\u00e8ces neuves"},{"urlParameter":"occasion","url":"https:\/\/boutique.francecasse.fr\/17991-commodo-essuie-glace\/732-fiat\/15419-talentox60-talento-fourgon?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\/17991-commodo-essuie-glace\/732-fiat\/15419-talentox60-talento-fourgon"}},"should_be_displayed":false},"rendered_facets":"","rendered_active_filters":"","js_enabled":true,"current_url":"https:\/\/boutique.francecasse.fr\/17991-commodo-essuie-glace\/732-fiat\/15419-talentox60-talento-fourgon","rendered_products_header":"\n                                                                                                                                                                                                                \n    <div id=\"js-product-list-header\">\n        <h1 class=\"h1\">\n            commodo essuie-glace occasion Talento\n        <\/h1>\n    <\/div>\n"}