{"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 28 bo\u00eete de vitesse manuelles pour CITROEN Jumpy  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=\"6373612e656d616e2e746375646f7270443325726564726f4633256c75762d6969692d79706d756a2d30373533314632256e656f727469632d313634463225656c6c65756e616d2d657373657469762d65642d6574696f622d333438373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Pertinence\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6373612e65636972702e746375646f7270443325726564726f4633256c75762d6969692d79706d756a2d30373533314632256e656f727469632d313634463225656c6c65756e616d2d657373657469762d65642d6574696f622d333438373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\"\n            >\n                Prix, croissant\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"637365642e65636972702e746375646f7270443325726564726f4633256c75762d6969692d79706d756a2d30373533314632256e656f727469632d313634463225656c6c65756e616d2d657373657469762d65642d6574696f622d333438373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"6c75762d6969692d79706d756a2d30373533314632256e656f727469632d313634463225656c6c65756e616d2d657373657469762d65642d6574696f622d333438373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Neuf + Occasion\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6675656e443325657079744633256c75762d6969692d79706d756a2d30373533314632256e656f727469632d313634463225656c6c65756e616d2d657373657469762d65642d6574696f622d333438373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\n                role=\"link\"\n                tabindex=\"0\">\n                Pi\u00e8ces neuves\n            <\/span>\n                    <span\n                class=\"select-list atc \"\n                data-atc=\"6e6f69736163636f443325657079744633256c75762d6969692d79706d756a2d30373533314632256e656f727469632d313634463225656c6c65756e616d2d657373657469762d65642d6574696f622d333438373146322572662e657373616365636e6172662e6575716974756f624632254632254133257370747468\"\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=\"33036476\" \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\/5\/2\/1\/2\/7\/2\/3\/115212723-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n            <meta itemprop=\"sku\" content=\"20MB46\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/33036476-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1000.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-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"YORUK 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\/boite-de-vitesse-manuelle\/33036476-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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\">YORUK 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\">M 1.5 BlueHDi 16V Fourgon moyen 102 cv<\/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\">64830  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                            1\u00a0000,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\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/33036476-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"38494856\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38494856-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1200.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-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SARL TOP 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\/boite-de-vitesse-manuelle\/38494856-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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 TOP 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-code-branch detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Version :<\/strong><\/span>\n        <span class=\"detail-value\">JUMPY 3 XS 1.5 BLUE HDI - 16V TURBO<\/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\">76791<\/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                            1\u00a0200,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\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38494856-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"45433706\" \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\/4\/9\/5\/3\/2\/6\/155495326-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n            <meta itemprop=\"sku\" content=\"20MB68\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/45433706-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1500.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-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"MAD AUTOS PIECES\">\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\/boite-de-vitesse-manuelle\/45433706-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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\">MAD AUTOS PIECES<\/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-code-branch detail-icon\"><\/i>\n                <span class=\"detail-text\"><strong>Version :<\/strong><\/span>\n        <span class=\"detail-value\">M 2.0 BlueHDi Fourgon moyen 150 cv<\/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                            1\u00a0500,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\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/45433706-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"38594841\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38594841-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"2059.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-28\">\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\/boite-de-vitesse-manuelle\/38594841-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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                            2\u00a0059,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\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38594841-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"37958350\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n            <meta itemprop=\"sku\" content=\"24553971\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/37958350-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1095.84\">\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-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SEVP AUTO CAMBRAI\">\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\/boite-de-vitesse-manuelle\/37958350-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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\">SEVP AUTO CAMBRAI<\/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\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            1\u00a0095,84\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/37958350-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"45857473\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n            <meta itemprop=\"sku\" content=\"25227673\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/45857473-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1922.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-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SEVP AUTO CAMBRAI\">\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\/boite-de-vitesse-manuelle\/45857473-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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\">SEVP AUTO CAMBRAI<\/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\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            1\u00a0922,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\/7\/7\/5\/4\/5\/5\/6\/157754556-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/45857473-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"17948322\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n            <meta itemprop=\"sku\" content=\"22514984\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/17948322-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1095.84\">\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-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SEVP AUTO CAMBRAI\">\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\/boite-de-vitesse-manuelle\/17948322-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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\">SEVP AUTO CAMBRAI<\/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\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            1\u00a0095,84\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\/1\/2\/6\/9\/9\/7\/4\/91269974-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/17948322-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"41725793\" \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\/8\/0\/2\/3\/6\/0\/144802360-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/41725793-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1600.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-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"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\/boite-de-vitesse-manuelle\/41725793-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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\">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-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                            1\u00a0600,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\/4\/8\/0\/2\/3\/6\/0\/144802360-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/41725793-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"41355724\" \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\/7\/4\/1\/6\/0\/9\/143741609-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n            <meta itemprop=\"sku\" content=\"1240111\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/41355724-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"2793.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-28\">\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\/boite-de-vitesse-manuelle\/41355724-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                RECOMENDAMOS REVISAR O SUSTITUIR RETENES , SI FUESE NECESARIO PARA EVITAR POSIBLES PERDIDAS DE ACEITE.\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                            2\u00a0793,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\/7\/4\/1\/6\/0\/9\/143741609-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/41355724-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"46735063\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n            <meta itemprop=\"sku\" content=\"25225487\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/46735063-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1922.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-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SEVP AUTO CAMBRAI\">\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\/boite-de-vitesse-manuelle\/46735063-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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\">SEVP AUTO CAMBRAI<\/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\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            1\u00a0922,40\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/46735063-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"46385594\" \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\/9\/6\/1\/1\/3\/2\/3\/159611323-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n            <meta itemprop=\"sku\" content=\"25287622\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/46385594-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1095.84\">\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-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"SEVP AUTO CAMBRAI\">\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\/boite-de-vitesse-manuelle\/46385594-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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\">SEVP AUTO CAMBRAI<\/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\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            1\u00a0095,84\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\/9\/6\/1\/1\/3\/2\/3\/159611323-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/46385594-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"17425207\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/17425207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1714.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-28\">\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\/boite-de-vitesse-manuelle\/17425207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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                            1\u00a0714,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/17425207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"18565207\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/18565207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"840.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-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"POS BAZIN\">\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\/boite-de-vitesse-manuelle\/18565207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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\">POS BAZIN<\/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\">JUMPY 3 XS PHASE 1 1.5 BLUE HDI - 16V TURBO<\/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\">83560<\/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                            840,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\/3\/4\/1\/8\/9\/8\/3\/93418983-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/18565207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"16264607\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n            <meta itemprop=\"sku\" content=\"6VELOCIDADES\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/16264607-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1472.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-28\">\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\/boite-de-vitesse-manuelle\/16264607-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                RECOMENDAMOS REVISAR O SUSTITUIR RETENES , SI FUESE NECESARIO PARA EVITAR POSIBLES PERDIDAS DE ACEITE. 5VELOCIDADES 1601967\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                            1\u00a0472,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/16264607-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"44200768\" \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\/8\/4\/9\/5\/9\/152084959-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n            <meta itemprop=\"sku\" content=\"17843\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44200768-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1599.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-28\">\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\/boite-de-vitesse-manuelle\/44200768-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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                            1\u00a0599,00\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44200768-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"44730411\" \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\/4\/2\/3\/6\/1\/8\/155423618-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n            <meta itemprop=\"sku\" content=\"17843\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44730411-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1675.18\">\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-28\">\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\/boite-de-vitesse-manuelle\/44730411-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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                            1\u00a0675,18\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\/4\/2\/3\/6\/1\/8\/155423618-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44730411-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"44730412\" \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\/4\/2\/3\/7\/5\/7\/155423757-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n            <meta itemprop=\"sku\" content=\"17843\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44730412-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1675.18\">\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-28\">\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\/boite-de-vitesse-manuelle\/44730412-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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                            1\u00a0675,18\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\/4\/2\/3\/7\/5\/7\/155423757-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44730412-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"38918746\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38918746-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"1217.46\">\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-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"Delf\u00edn Card S.L.U.\">\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\/boite-de-vitesse-manuelle\/38918746-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\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\">Delf\u00edn Card S.L.U.<\/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                            1\u00a0217,46\u00a0\u20ac TTC\n                        <\/span>\n                    <\/div>\n\n                    <span class=\"livraison_inclue\">livraison incluse<\/span>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"product-right\">\n            <div class=\"product-image\" style=\"background-image: url('https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38918746-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"25564425\" \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\/7\/6\/6\/9\/6\/4\/6\/107669646-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/25564425-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"590.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-28\">\n        <div itemprop=\"seller\" itemtype=\"https:\/\/schema.org\/Organization\" itemscope=\"\">\n            <meta itemprop=\"name\" content=\"TERROITIN &amp; FILS\">\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\/boite-de-vitesse-manuelle\/25564425-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                M6\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\">TERROITIN &amp; FILS<\/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\n            <\/div>\n\n            <div class=\"price-section\">\n                <div class=\"price-info\">\n                    <div>\n                        <span class=\"current-price-item\">\n                            590,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\/7\/6\/6\/9\/6\/4\/6\/107669646-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/25564425-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"38995776\" \n    data-id-product-attribute=\"0\" itemscope=\"\"\n    itemtype=\"https:\/\/schema.org\/Product\">\n\n    <meta itemprop=\"image\" content=\"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-home_default.webp\">\n    <meta itemprop=\"description\" content=\"Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL\">\n            <meta itemprop=\"sku\" content=\"6 VELOCIDADES\">\n        <div itemprop=\"offers\" itemtype=\"https:\/\/schema.org\/Offer\" itemscope=\"\">\n        <meta itemprop=\"url\" content=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38995776-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=\"2270.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-28\">\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\/boite-de-vitesse-manuelle\/38995776-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html\">Bo\u00eete de vitesse manuelle d&#039;occasion pour CITROEN Jumpy III VUL<\/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                CAJA GARANTIZADA ( 6 MESES ).107.646 KM\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                            2\u00a0270,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\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-home_default.webp')\">\n            <\/div>\n\n            <a class=\"view-product-btn\" href=\"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38995776-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.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=17843&amp;id_category_marque=461&amp;id_category_modele=13570&amp;ajax=1&amp;action=products&amp;perPage=20&amp;page=2\" class=\"show-more-products js-search-link-\">\n                                            Afficher plus de pi\u00e8ces\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 : Bo\u00eete de vitesse manuelle","products":[{"add_to_cart_url":"https:\/\/boutique.francecasse.fr\/panier?add=1&id_product=33036476&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"33036476","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/33036476-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/33036476-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"33036476","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0000,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"20MB46","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-20 14:19:51","date_upd":"2026-07-21 03:03:41","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"33036476-115212725","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/33036476-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1000,"price_without_reduction":1000,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"M 1.5 BlueHDi 16V Fourgon moyen 102 cv","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":"Poids","value":"40 kg","id_feature":"9","position":"7"},{"name":"modele","value":"Jumpy III VUL","id_feature":"12","position":"10"},{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"64830  km","id_feature":"19","position":"17"},{"name":"R\u00e9f\u00e9rence contructeur","value":"20MB46","id_feature":"20","position":"18"},{"name":"Code EAN","value":"1-370-0-356","id_feature":"21","position":"19"},{"name":"R\u00e9f\u00e9rence","value":"20MB46","id_feature":"22","position":"20"},{"name":"Remarques","value":"Code boite : 20MB46 KM : 64 830","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\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"115212723","position":"1","id_origin":"https:\/\/yorukauto.vhucenter.fr\/uploads\/stocks\/1685\/1604.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"115212725","position":"2","id_origin":"https:\/\/yorukauto.vhucenter.fr\/uploads\/stocks\/1685\/1605.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"115212726","position":"3","id_origin":"https:\/\/yorukauto.vhucenter.fr\/uploads\/stocks\/1685\/1606.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"115212727","position":"4","id_origin":"https:\/\/yorukauto.vhucenter.fr\/uploads\/stocks\/1685\/1607.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"115212723","position":"1","id_origin":"https:\/\/yorukauto.vhucenter.fr\/uploads\/stocks\/1685\/1604.jpeg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":1000,"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":"20MB46","grouped_features":{"Version":{"name":"Version","value":"M 1.5 BlueHDi 16V Fourgon moyen 102 cv","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"},"Poids":{"name":"Poids","value":"40 kg","id_feature":"9","position":"7"},"modele":{"name":"modele","value":"Jumpy III VUL","id_feature":"12","position":"10"},"Garantie":{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"64830  km","id_feature":"19","position":"17"},"R\u00e9f\u00e9rence contructeur":{"name":"R\u00e9f\u00e9rence contructeur","value":"20MB46","id_feature":"20","position":"18"},"Code EAN":{"name":"Code EAN","value":"1-370-0-356","id_feature":"21","position":"19"},"R\u00e9f\u00e9rence":{"name":"R\u00e9f\u00e9rence","value":"20MB46","id_feature":"22","position":"20"},"Remarques":{"name":"Remarques","value":"Code boite : 20MB46 KM : 64 830","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":"33036476","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0000,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"20MB46","supplier_reference":"20MB46","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"40.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-20 14:19:51","date_upd":"2026-07-21 03:03:41","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"82:piece-occasion-1685","casse":"","type_vhu":"","taxe_sur_marge":"1","price_ttc":"1000.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"0.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"GL-741-HY","vehicule_origin_id":"82:GL-741-HY","code_moteur_field":"YHR_DV5RUCD","vehicule_ref_id":"","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"","origin_modele":"","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","id_category_version":"13570","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":"82","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6656703","id_modele_parent":"9825","id_energie":"16523","id_seller":"82","id_country_seller":"8","id_image":"33036476-115212725","prix":"1000.000000","energie":"Diesel","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"YORUK AUTO","ordre_affichage":"13811","snipet":"[{\"value\":\"M 1.5 BlueHDi 16V Fourgon moyen 102 cv\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"3 mois\",\"name\":\"Garantie\"},{\"value\":\"64830  km\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-home_default.webp","fdp_incluse":"0","code_moteur":"YHR_DV5RUCD","reference_constructeur":"20MB46","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/33036476-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1000,"price_without_reduction":1000,"price_without_reduction_without_tax":1000,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"M 1.5 BlueHDi 16V Fourgon moyen 102 cv","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":"Poids","value":"40 kg","id_feature":"9","position":"7"},{"name":"modele","value":"Jumpy III VUL","id_feature":"12","position":"10"},{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"64830  km","id_feature":"19","position":"17"},{"name":"R\u00e9f\u00e9rence contructeur","value":"20MB46","id_feature":"20","position":"18"},{"name":"Code EAN","value":"1-370-0-356","id_feature":"21","position":"19"},{"name":"R\u00e9f\u00e9rence","value":"20MB46","id_feature":"22","position":"20"},{"name":"Remarques","value":"Code boite : 20MB46 KM : 64 830","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\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"115212723","position":"1","id_origin":"https:\/\/yorukauto.vhucenter.fr\/uploads\/stocks\/1685\/1604.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/5\/115212725-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"115212725","position":"2","id_origin":"https:\/\/yorukauto.vhucenter.fr\/uploads\/stocks\/1685\/1605.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/6\/115212726-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"115212726","position":"3","id_origin":"https:\/\/yorukauto.vhucenter.fr\/uploads\/stocks\/1685\/1606.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/7\/115212727-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"115212727","position":"4","id_origin":"https:\/\/yorukauto.vhucenter.fr\/uploads\/stocks\/1685\/1607.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/1\/5\/2\/1\/2\/7\/2\/3\/115212723-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"115212723","position":"1","id_origin":"https:\/\/yorukauto.vhucenter.fr\/uploads\/stocks\/1685\/1604.jpeg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":1000,"regular_price_amount":1000,"regular_price":"1\u00a0000,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=38494856&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"38494856","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38494856-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38494856-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"38494856","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0200,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-20 14:19:52","date_upd":"2026-03-03 10:52:25","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"38494856-134488210","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38494856-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1200,"price_without_reduction":1200,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"JUMPY 3 XS 1.5 BLUE HDI - 16V TURBO","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":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"76791","id_feature":"19","position":"17"},{"name":"Remarques","value":"Num\u00e9ro boite : ML6C 20MB46\nAnn\u00e9e : 07\/01\/2021\nKilom\u00e9trage :  76791  KMS\nLA GARANTIE EST POUR UNE DUR\u00c9E DE 12 MOIS. TOUTES LES GARANTIES FONCTIONNENT EN \u00c9CHANGE DE L'ANCIENNE PI\u00c8CE. CELLE-CI FONCTIONNE SIMPLEMENT SUR LA BOITE (NE SONT PAS PRIS EN COMPTE: , BOITIER ELECTONIQUE, PI\u00c8CE D'USURE, INGR\u00c9DIENTS ET MO RESTE \u00c0 VOTRE CHARGE SUR LA PI\u00c8CE VENDUE, AVANT ET APR\u00c8S \u00c9CHANGE\nPi\u00e8ce issue de l'\u00e9conomie circulaire\nATTENTION tous nos frais de livraison sont calcul\u00e9s uniquement pour une livraison en FRANCE METROPOLITAINE ","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"134488210","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/08\/110764755-7b3f47db-2380-44e3-bc13-3d428eb096f9-Piece-Boite-de-vitesses-CITROEN-Jumpy-M-15-BlueHDi-12-8622274e61001a5c921977764f53f956cbd94b11914fa30f38547b7e520caf35_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"134488210","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/08\/110764755-7b3f47db-2380-44e3-bc13-3d428eb096f9-Piece-Boite-de-vitesses-CITROEN-Jumpy-M-15-BlueHDi-12-8622274e61001a5c921977764f53f956cbd94b11914fa30f38547b7e520caf35_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":1200,"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":"JUMPY 3 XS 1.5 BLUE HDI - 16V TURBO","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":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"76791","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"Num\u00e9ro boite : ML6C 20MB46\nAnn\u00e9e : 07\/01\/2021\nKilom\u00e9trage :  76791  KMS\nLA GARANTIE EST POUR UNE DUR\u00c9E DE 12 MOIS. TOUTES LES GARANTIES FONCTIONNENT EN \u00c9CHANGE DE L'ANCIENNE PI\u00c8CE. CELLE-CI FONCTIONNE SIMPLEMENT SUR LA BOITE (NE SONT PAS PRIS EN COMPTE: , BOITIER ELECTONIQUE, PI\u00c8CE D'USURE, INGR\u00c9DIENTS ET MO RESTE \u00c0 VOTRE CHARGE SUR LA PI\u00c8CE VENDUE, AVANT ET APR\u00c8S \u00c9CHANGE\nPi\u00e8ce issue de l'\u00e9conomie circulaire\nATTENTION tous nos frais de livraison sont calcul\u00e9s uniquement pour une livraison en FRANCE METROPOLITAINE ","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":"38494856","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0200,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":"40.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-20 14:19:52","date_upd":"2026-03-03 10:52:25","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"94:110764755","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":"94:VF7VBYHVKL7066956","code_moteur_field":"DV5RUC_YHV","vehicule_ref_id":"VF7VBYHVKL7066956","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITROEN","origin_modele":"JUMPY 3 XS","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boite de vitesses","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","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":"94","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6656732","id_modele_parent":"9825","id_energie":"16523","id_seller":"94","id_country_seller":"8","id_image":"38494856-134488210","prix":"1200.000000","energie":"Diesel","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"SARL TOP AUTO","ordre_affichage":"13840","snipet":"[{\"value\":\"JUMPY 3 XS 1.5 BLUE HDI - 16V TURBO\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"76791\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-home_default.webp","fdp_incluse":"0","code_moteur":"DV5RUC_YHV","reference_constructeur":"","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38494856-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1200,"price_without_reduction":1200,"price_without_reduction_without_tax":1200,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"JUMPY 3 XS 1.5 BLUE HDI - 16V TURBO","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":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"76791","id_feature":"19","position":"17"},{"name":"Remarques","value":"Num\u00e9ro boite : ML6C 20MB46\nAnn\u00e9e : 07\/01\/2021\nKilom\u00e9trage :  76791  KMS\nLA GARANTIE EST POUR UNE DUR\u00c9E DE 12 MOIS. TOUTES LES GARANTIES FONCTIONNENT EN \u00c9CHANGE DE L'ANCIENNE PI\u00c8CE. CELLE-CI FONCTIONNE SIMPLEMENT SUR LA BOITE (NE SONT PAS PRIS EN COMPTE: , BOITIER ELECTONIQUE, PI\u00c8CE D'USURE, INGR\u00c9DIENTS ET MO RESTE \u00c0 VOTRE CHARGE SUR LA PI\u00c8CE VENDUE, AVANT ET APR\u00c8S \u00c9CHANGE\nPi\u00e8ce issue de l'\u00e9conomie circulaire\nATTENTION tous nos frais de livraison sont calcul\u00e9s uniquement pour une livraison en FRANCE METROPOLITAINE ","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"134488210","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/08\/110764755-7b3f47db-2380-44e3-bc13-3d428eb096f9-Piece-Boite-de-vitesses-CITROEN-Jumpy-M-15-BlueHDi-12-8622274e61001a5c921977764f53f956cbd94b11914fa30f38547b7e520caf35_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/4\/4\/8\/8\/2\/1\/0\/134488210-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"134488210","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/136\/po_photo\/2025\/08\/110764755-7b3f47db-2380-44e3-bc13-3d428eb096f9-Piece-Boite-de-vitesses-CITROEN-Jumpy-M-15-BlueHDi-12-8622274e61001a5c921977764f53f956cbd94b11914fa30f38547b7e520caf35_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":1200,"regular_price_amount":1200,"regular_price":"1\u00a0200,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=45433706&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"45433706","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/45433706-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/45433706-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"45433706","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0500,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"20MB68","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-20 14:21:59","date_upd":"2026-07-21 03:34:21","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"45433706-155495329","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/45433706-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1500,"price_without_reduction":1500,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"M 2.0 BlueHDi Fourgon moyen 150 cv","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":"Poids","value":"40 kg","id_feature":"9","position":"7"},{"name":"Marque","value":"Citro\u00ebn","id_feature":"11","position":"9"},{"name":"modele","value":"Jumpy III VUL","id_feature":"12","position":"10"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},{"name":"R\u00e9f\u00e9rence contructeur","value":"20MB68","id_feature":"20","position":"18"},{"name":"Code EAN","value":"1-370-0-1702","id_feature":"21","position":"19"},{"name":"R\u00e9f\u00e9rence","value":"20MB68","id_feature":"22","position":"20"}],"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\/4\/9\/5\/3\/2\/6\/155495326-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155495326","position":"1","id_origin":"https:\/\/madauto.vhucenter.fr\/uploads\/stocks\/1510\/2909.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155495329","position":"2","id_origin":"https:\/\/madauto.vhucenter.fr\/uploads\/stocks\/1510\/2910.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155495331","position":"3","id_origin":"https:\/\/madauto.vhucenter.fr\/uploads\/stocks\/1510\/2911.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155495326","position":"1","id_origin":"https:\/\/madauto.vhucenter.fr\/uploads\/stocks\/1510\/2909.jpeg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":1500,"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":"20MB68","grouped_features":{"Version":{"name":"Version","value":"M 2.0 BlueHDi Fourgon moyen 150 cv","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"},"Poids":{"name":"Poids","value":"40 kg","id_feature":"9","position":"7"},"Marque":{"name":"Marque","value":"Citro\u00ebn","id_feature":"11","position":"9"},"modele":{"name":"modele","value":"Jumpy III VUL","id_feature":"12","position":"10"},"Garantie":{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},"R\u00e9f\u00e9rence contructeur":{"name":"R\u00e9f\u00e9rence contructeur","value":"20MB68","id_feature":"20","position":"18"},"Code EAN":{"name":"Code EAN","value":"1-370-0-1702","id_feature":"21","position":"19"},"R\u00e9f\u00e9rence":{"name":"R\u00e9f\u00e9rence","value":"20MB68","id_feature":"22","position":"20"}},"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":"45433706","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0500,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"20MB68","supplier_reference":"20MB68","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"40.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-20 14:21:59","date_upd":"2026-07-21 03:34:21","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"31:piece-occasion-1510","casse":"","type_vhu":"","taxe_sur_marge":"1","price_ttc":"1500.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":"","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"","origin_modele":"","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","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":"31","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6681462","id_modele_parent":"9825","id_energie":"16523","id_seller":"31","id_country_seller":"8","id_image":"45433706-155495329","prix":"1500.000000","energie":"Diesel","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"MAD AUTOS PIECES","ordre_affichage":"13589","snipet":"[{\"value\":\"M 2.0 BlueHDi Fourgon moyen 150 cv\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"6 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-home_default.webp","fdp_incluse":"0","code_moteur":"","reference_constructeur":"20MB68","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/45433706-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1500,"price_without_reduction":1500,"price_without_reduction_without_tax":1500,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"M 2.0 BlueHDi Fourgon moyen 150 cv","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":"Poids","value":"40 kg","id_feature":"9","position":"7"},{"name":"Marque","value":"Citro\u00ebn","id_feature":"11","position":"9"},{"name":"modele","value":"Jumpy III VUL","id_feature":"12","position":"10"},{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"},{"name":"R\u00e9f\u00e9rence contructeur","value":"20MB68","id_feature":"20","position":"18"},{"name":"Code EAN","value":"1-370-0-1702","id_feature":"21","position":"19"},{"name":"R\u00e9f\u00e9rence","value":"20MB68","id_feature":"22","position":"20"}],"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\/4\/9\/5\/3\/2\/6\/155495326-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155495326","position":"1","id_origin":"https:\/\/madauto.vhucenter.fr\/uploads\/stocks\/1510\/2909.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/9\/155495329-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155495329","position":"2","id_origin":"https:\/\/madauto.vhucenter.fr\/uploads\/stocks\/1510\/2910.jpeg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/3\/1\/155495331-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155495331","position":"3","id_origin":"https:\/\/madauto.vhucenter.fr\/uploads\/stocks\/1510\/2911.jpeg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/9\/5\/3\/2\/6\/155495326-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155495326","position":"1","id_origin":"https:\/\/madauto.vhucenter.fr\/uploads\/stocks\/1510\/2909.jpeg","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":1500,"regular_price_amount":1500,"regular_price":"1\u00a0500,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=38594841&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"38594841","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38594841-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38594841-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"38594841","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"2\u00a0059,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-20 14:26:04","date_upd":"2026-03-12 18:00:53","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"38594841-135210179","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38594841-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":2059,"price_without_reduction":2059,"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\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"135210175","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/uI-vjYt-dAL2?publicKey=casse&accessToken=6a055997bd99cf604c5f4d229b5a933759b82220c1c5232a0eb5e7cc24b1c8a6","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210179","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/lqBk3RioZzKG?publicKey=casse&accessToken=339e4e50e0a101eab54de6ae42a438ce958d579c1669727211425629f5f69a80","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210180","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/UFjOa9G01n_v?publicKey=casse&accessToken=df25cebe72662bfd85098625a65b5506638a2a93fc712fcded21545b5f482794","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210191","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/3xJ2Ik8yxMcG?publicKey=casse&accessToken=81814bd7187731960b8f5e35dfdc4de6eb9c8d60365189a82ebb3175f4cf55a6","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210196","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/_2oWE2mn6VfS?publicKey=casse&accessToken=2befc53a75b63dcc7148b4b8c503be34e559c98d41e6fb5c98f1a5f9fce17960","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210200","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/qUKcMqhhFd_x?publicKey=casse&accessToken=3aa0a40c87319e8fbc015e2180fa5b58ecd12ef09d52e7e0589c78f271c39386","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210204","position":"7","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/oLXS8etlkIa8?publicKey=casse&accessToken=28c756f16f5c5a7107ce18210ce2d526e46359d5a5ede643856c55fcfe416cbe","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210211","position":"8","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/wBBqlfusLIu1?publicKey=casse&accessToken=3d2314a30f0ec700b63881151066a3a4b8b86a60271c03f875fec651095581e1","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210221","position":"9","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/b9usJesl3LJM?publicKey=casse&accessToken=ebd16df60fa4e573ca65dd18f4a59bcae77a052eb3b9598301a6e2c9a8d81447","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"135210175","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/uI-vjYt-dAL2?publicKey=casse&accessToken=6a055997bd99cf604c5f4d229b5a933759b82220c1c5232a0eb5e7cc24b1c8a6","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":2059,"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":"38594841","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"2\u00a0059,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":"20MB46","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"110.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-20 14:26:04","date_upd":"2026-03-12 18:00:53","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:carnp2641346","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:carnv0","code_moteur_field":"","vehicule_ref_id":"","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"25","origin_modele":"287221","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"63","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","id_category_version":"13570","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"25","origin_modele_id":"287221","origin_piece_id":"63","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":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6734343","id_modele_parent":"9825","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"38594841-135210179","prix":"2059.000000","energie":"","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"USED WORLD PARTS","ordre_affichage":"16489","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"20MB46","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38594841-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":2059,"price_without_reduction":2059,"price_without_reduction_without_tax":2059,"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\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"135210175","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/uI-vjYt-dAL2?publicKey=casse&accessToken=6a055997bd99cf604c5f4d229b5a933759b82220c1c5232a0eb5e7cc24b1c8a6","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/9\/135210179-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210179","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/lqBk3RioZzKG?publicKey=casse&accessToken=339e4e50e0a101eab54de6ae42a438ce958d579c1669727211425629f5f69a80","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/8\/0\/135210180-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210180","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/UFjOa9G01n_v?publicKey=casse&accessToken=df25cebe72662bfd85098625a65b5506638a2a93fc712fcded21545b5f482794","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/1\/135210191-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210191","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/3xJ2Ik8yxMcG?publicKey=casse&accessToken=81814bd7187731960b8f5e35dfdc4de6eb9c8d60365189a82ebb3175f4cf55a6","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/9\/6\/135210196-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210196","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/_2oWE2mn6VfS?publicKey=casse&accessToken=2befc53a75b63dcc7148b4b8c503be34e559c98d41e6fb5c98f1a5f9fce17960","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/0\/135210200-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210200","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/qUKcMqhhFd_x?publicKey=casse&accessToken=3aa0a40c87319e8fbc015e2180fa5b58ecd12ef09d52e7e0589c78f271c39386","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/0\/4\/135210204-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210204","position":"7","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/oLXS8etlkIa8?publicKey=casse&accessToken=28c756f16f5c5a7107ce18210ce2d526e46359d5a5ede643856c55fcfe416cbe","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/1\/1\/135210211-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210211","position":"8","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/wBBqlfusLIu1?publicKey=casse&accessToken=3d2314a30f0ec700b63881151066a3a4b8b86a60271c03f875fec651095581e1","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/2\/2\/1\/135210221-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"135210221","position":"9","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/b9usJesl3LJM?publicKey=casse&accessToken=ebd16df60fa4e573ca65dd18f4a59bcae77a052eb3b9598301a6e2c9a8d81447","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/5\/2\/1\/0\/1\/7\/5\/135210175-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"135210175","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/caravan\/images\/uI-vjYt-dAL2?publicKey=casse&accessToken=6a055997bd99cf604c5f4d229b5a933759b82220c1c5232a0eb5e7cc24b1c8a6","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":2059,"regular_price_amount":2059,"regular_price":"2\u00a0059,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=37958350&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"37958350","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/37958350-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/37958350-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"37958350","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0095,84\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"24553971","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-20 14:28:23","date_upd":"2026-07-20 23:30:31","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"37958350-132999981","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/37958350-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1095.84,"price_without_reduction":1095.84,"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":"6 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\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"132999965","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/091a4f0f-78c2-4264-9290-5d22d6623193.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"132999981","position":"2","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/9204e6e3-b84b-4559-992b-886e1aa67c5e.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"132999994","position":"3","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/72b22a5b-0f03-4b8f-a508-193acc53e96e.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133000007","position":"4","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/b51de8ec-63a9-4078-86f3-b1f49d0f8bbe.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133000353","position":"5","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/531ef9e4-36c2-4cc4-9844-3c2132da3d37.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133000365","position":"6","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/36e02c6a-5828-494b-9782-2f0dd9cc2d52.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133000374","position":"7","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/9590cc77-d98e-48df-9fd1-87249b5db6a5.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"132999965","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/091a4f0f-78c2-4264-9290-5d22d6623193.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":1095.84,"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":"24553971","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":"6 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":"37958350","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0095,84\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"24553971","supplier_reference":"9808323680","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"40.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-20 14:28:23","date_upd":"2026-07-20 23:30:31","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"36:362708","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":"36:VF7VBYHRKL7055596","code_moteur_field":"YH01","vehicule_ref_id":"VF7VBYHRKL7055596","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"Citroen","origin_modele":"Jumpy, Van, 2016","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Bo\u00eete de vitesse","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","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":"36","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6764383","id_modele_parent":"9825","id_energie":"16523","id_seller":"36","id_country_seller":"8","id_image":"37958350-132999981","prix":"1095.840000","energie":"Diesel","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"SEVP AUTO CAMBRAI","ordre_affichage":"21540","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"6 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-home_default.webp","fdp_incluse":"1","code_moteur":"YH01","reference_constructeur":"9808323680","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/37958350-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1095.84,"price_without_reduction":1095.84,"price_without_reduction_without_tax":1095.84,"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":"6 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\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"132999965","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/091a4f0f-78c2-4264-9290-5d22d6623193.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/8\/1\/132999981-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"132999981","position":"2","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/9204e6e3-b84b-4559-992b-886e1aa67c5e.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/9\/4\/132999994-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"132999994","position":"3","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/72b22a5b-0f03-4b8f-a508-193acc53e96e.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/0\/0\/7\/133000007-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133000007","position":"4","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/b51de8ec-63a9-4078-86f3-b1f49d0f8bbe.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/5\/3\/133000353-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133000353","position":"5","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/531ef9e4-36c2-4cc4-9844-3c2132da3d37.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/6\/5\/133000365-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133000365","position":"6","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/36e02c6a-5828-494b-9782-2f0dd9cc2d52.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/3\/0\/0\/0\/3\/7\/4\/133000374-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"133000374","position":"7","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/9590cc77-d98e-48df-9fd1-87249b5db6a5.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/2\/9\/9\/9\/9\/6\/5\/132999965-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"132999965","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/24553971\/large\/091a4f0f-78c2-4264-9290-5d22d6623193.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":1095.84,"regular_price_amount":1095.84,"regular_price":"1\u00a0095,84\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=45857473&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"45857473","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/45857473-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/45857473-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"45857473","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0922,40\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"25227673","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-20 14:29:29","date_upd":"2026-07-20 23:30:47","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"45857473-157754571","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/45857473-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1922.4,"price_without_reduction":1922.4,"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":"6 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\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157754556","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/83af69e7-6523-404e-a28f-99b46082b247.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157754571","position":"2","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/c58bce87-2330-4fe1-a057-de15f7f240b9.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157754589","position":"3","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/f4b4b6d5-718b-4db7-8ab6-87f7661ba41d.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157754607","position":"4","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/0b1d163c-9e6a-480e-ba18-76d9ca2d9665.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157754619","position":"5","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/97705409-382b-41b2-a071-11883dd91102.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157754632","position":"6","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/e591b029-0ddc-4e49-ab72-3dcd6d1ac263.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157754556","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/83af69e7-6523-404e-a28f-99b46082b247.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":1922.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":"25227673","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":"6 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":"45857473","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0922,40\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"25227673","supplier_reference":"9819585680","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"40.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-20 14:29:29","date_upd":"2026-07-20 23:30:47","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"36:396397","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":"36:VF7VFAHKKM7819415","code_moteur_field":"AH01","vehicule_ref_id":"VF7VFAHKKM7819415","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"Citroen","origin_modele":"Jumpy, Van, 2016","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Bo\u00eete de vitesse","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","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":"36","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6774948","id_modele_parent":"9825","id_energie":"16523","id_seller":"36","id_country_seller":"8","id_image":"45857473-157754571","prix":"1922.400000","energie":"Diesel","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"SEVP AUTO CAMBRAI","ordre_affichage":"7111","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"6 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-home_default.webp","fdp_incluse":"1","code_moteur":"AH01","reference_constructeur":"9819585680","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/45857473-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1922.4,"price_without_reduction":1922.4,"price_without_reduction_without_tax":1922.4,"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":"6 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\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157754556","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/83af69e7-6523-404e-a28f-99b46082b247.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/7\/1\/157754571-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157754571","position":"2","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/c58bce87-2330-4fe1-a057-de15f7f240b9.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/8\/9\/157754589-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157754589","position":"3","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/f4b4b6d5-718b-4db7-8ab6-87f7661ba41d.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/0\/7\/157754607-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157754607","position":"4","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/0b1d163c-9e6a-480e-ba18-76d9ca2d9665.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/1\/9\/157754619-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157754619","position":"5","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/97705409-382b-41b2-a071-11883dd91102.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/6\/3\/2\/157754632-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"157754632","position":"6","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/e591b029-0ddc-4e49-ab72-3dcd6d1ac263.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/7\/7\/5\/4\/5\/5\/6\/157754556-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"157754556","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25227673\/large\/83af69e7-6523-404e-a28f-99b46082b247.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":1922.4,"regular_price_amount":1922.4,"regular_price":"1\u00a0922,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=17948322&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"17948322","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/17948322-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/17948322-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"17948322","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0095,84\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"22514984","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-20 14:29:43","date_upd":"2026-07-20 23:30:32","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"17948322-91269975","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/17948322-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1095.84,"price_without_reduction":1095.84,"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":"6 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\/1\/2\/6\/9\/9\/7\/4\/91269974-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"91269974","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/14455340-2899-411c-8dfc-7426a8c5a94a.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269975","position":"2","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/8bc84d00-945c-4ee8-9100-e1466937095c.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269976","position":"3","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/d191629f-d132-4972-8d60-0f1907e26184.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269977","position":"4","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/a4507445-166c-40a9-8819-66713083b50a.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269978","position":"5","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/e28f2212-1c2f-4506-96e7-56cf9182de71.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269979","position":"6","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/2007a146-4b1f-420f-9ee8-3f97b609489a.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269980","position":"7","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/725521a0-20d1-4f59-8412-222dbc5e6e95.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269981","position":"8","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/6def3d9a-6433-4ae5-b7e9-795dd318c5e9.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"91269974","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/14455340-2899-411c-8dfc-7426a8c5a94a.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":1095.84,"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":"22514984","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":"6 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":"17948322","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0095,84\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"22514984","supplier_reference":"9808323680","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"40.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-20 14:29:43","date_upd":"2026-07-20 23:30:32","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"36:288192","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":"36:VF7VBBHXHJZ049861","code_moteur_field":"BH01","vehicule_ref_id":"VF7VBBHXHJZ049861","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"Citroen","origin_modele":"Jumpy, Van, 2016","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Bo\u00eete de vitesse","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","id_category_version":"13570","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":"36","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6778940","id_modele_parent":"9825","id_energie":"16523","id_seller":"36","id_country_seller":"8","id_image":"17948322-91269975","prix":"1095.840000","energie":"Diesel","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"SEVP AUTO CAMBRAI","ordre_affichage":"11103","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"6 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-home_default.webp","fdp_incluse":"1","code_moteur":"BH01","reference_constructeur":"9808323680","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/17948322-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1095.84,"price_without_reduction":1095.84,"price_without_reduction_without_tax":1095.84,"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":"6 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\/1\/2\/6\/9\/9\/7\/4\/91269974-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"91269974","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/14455340-2899-411c-8dfc-7426a8c5a94a.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/5\/91269975-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269975","position":"2","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/8bc84d00-945c-4ee8-9100-e1466937095c.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/6\/91269976-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269976","position":"3","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/d191629f-d132-4972-8d60-0f1907e26184.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/7\/91269977-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269977","position":"4","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/a4507445-166c-40a9-8819-66713083b50a.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/8\/91269978-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269978","position":"5","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/e28f2212-1c2f-4506-96e7-56cf9182de71.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/9\/91269979-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269979","position":"6","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/2007a146-4b1f-420f-9ee8-3f97b609489a.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/0\/91269980-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269980","position":"7","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/725521a0-20d1-4f59-8412-222dbc5e6e95.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/8\/1\/91269981-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"91269981","position":"8","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/6def3d9a-6433-4ae5-b7e9-795dd318c5e9.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/1\/2\/6\/9\/9\/7\/4\/91269974-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"91269974","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/22514984\/large\/14455340-2899-411c-8dfc-7426a8c5a94a.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":1095.84,"regular_price_amount":1095.84,"regular_price":"1\u00a0095,84\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=41725793&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"41725793","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/41725793-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/41725793-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"41725793","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0600,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-20 14:29:58","date_upd":"2026-07-21 02:34:09","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"41725793-144802381","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/41725793-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1600,"price_without_reduction":1600,"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":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"Num\u00e9ro boite : ML6 CV \n\nKilometrage : 144978\n\n\n","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144802360","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/106410097-abaf755b-85b9-40aa-aafa-e77b5321e924-Piece-Boite-de-vitesses-9819585680-CITROEN-JUMPY-3-XS-d95a7228b761a22d012adc4835a2dbdfcb13f95bce0ddbbc14a14fed97f68a79_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144802381","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/106410097-d0d70c63-36b2-4491-a83a-3c4088ab39b3-Piece-Boite-de-vitesses-9819585680-CITROEN-JUMPY-3-XS-f76dd3499a0675d2393144960b2fb7a56e49d2984033c43f8afecc5c13439bf6_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144802395","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/106410097-6941d6b4-29b6-4323-a553-908dfc27d2db-Piece-Boite-de-vitesses-9819585680-CITROEN-JUMPY-3-XS-c11c27a621729214020e6377b5b6c0b4bf5c09d13e2b42e2b8649b45279e9352_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144802414","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/106410097-d9957ed1-400f-449f-bb0f-68d66e374d5f-Piece-Boite-de-vitesses-9819585680-CITROEN-JUMPY-3-XS-c19824536e6725eb95bffb0ef188ca7b62a0fd9fbfeefcb65a20903885a36bed_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144802430","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/106410097-79b7779d-dd1f-4056-9b9a-2e1e3c93512c-Piece-Boite-de-vitesses-9819585680-CITROEN-JUMPY-3-XS-c74dd250443e87ca6e772adc2f940f0972c8ae273343599954f024c3de4c3205_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144802360","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/106410097-abaf755b-85b9-40aa-aafa-e77b5321e924-Piece-Boite-de-vitesses-9819585680-CITROEN-JUMPY-3-XS-d95a7228b761a22d012adc4835a2dbdfcb13f95bce0ddbbc14a14fed97f68a79_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":1600,"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":"3 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"Num\u00e9ro boite : ML6 CV \n\nKilometrage : 144978\n\n\n","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":"41725793","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0600,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":"9819585680","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"40.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-20 14:29:58","date_upd":"2026-07-21 02:34:09","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"97:106410097","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\":\"44463086\"},{\"id\":\"44463087\"},{\"id\":\"44463088\"},{\"id\":\"44463089\"},{\"id\":\"44463090\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"97:VF7VFAHXKL7030571","code_moteur_field":"DW10FD FAP 110KW","vehicule_ref_id":"VF7VFAHXKL7030571","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITROEN","origin_modele":"JUMPY 3 XS","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boite de vitesses","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","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":"97","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6783098","id_modele_parent":"9825","id_energie":"16523","id_seller":"97","id_country_seller":"8","id_image":"41725793-144802381","prix":"1600.000000","energie":"Diesel","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"COUTRAS CASSE AUTO","ordre_affichage":"15261","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"3 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-home_default.webp","fdp_incluse":"0","code_moteur":"DW10FD FAP 110KW","reference_constructeur":"9819585680","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/41725793-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1600,"price_without_reduction":1600,"price_without_reduction_without_tax":1600,"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":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"Num\u00e9ro boite : ML6 CV \n\nKilometrage : 144978\n\n\n","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144802360","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/106410097-abaf755b-85b9-40aa-aafa-e77b5321e924-Piece-Boite-de-vitesses-9819585680-CITROEN-JUMPY-3-XS-d95a7228b761a22d012adc4835a2dbdfcb13f95bce0ddbbc14a14fed97f68a79_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/8\/1\/144802381-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144802381","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/106410097-d0d70c63-36b2-4491-a83a-3c4088ab39b3-Piece-Boite-de-vitesses-9819585680-CITROEN-JUMPY-3-XS-f76dd3499a0675d2393144960b2fb7a56e49d2984033c43f8afecc5c13439bf6_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/9\/5\/144802395-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144802395","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/106410097-6941d6b4-29b6-4323-a553-908dfc27d2db-Piece-Boite-de-vitesses-9819585680-CITROEN-JUMPY-3-XS-c11c27a621729214020e6377b5b6c0b4bf5c09d13e2b42e2b8649b45279e9352_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/1\/4\/144802414-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144802414","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/106410097-d9957ed1-400f-449f-bb0f-68d66e374d5f-Piece-Boite-de-vitesses-9819585680-CITROEN-JUMPY-3-XS-c19824536e6725eb95bffb0ef188ca7b62a0fd9fbfeefcb65a20903885a36bed_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/4\/3\/0\/144802430-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"144802430","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/106410097-79b7779d-dd1f-4056-9b9a-2e1e3c93512c-Piece-Boite-de-vitesses-9819585680-CITROEN-JUMPY-3-XS-c74dd250443e87ca6e772adc2f940f0972c8ae273343599954f024c3de4c3205_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/4\/8\/0\/2\/3\/6\/0\/144802360-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"144802360","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/4405\/po_photo\/2025\/07\/106410097-abaf755b-85b9-40aa-aafa-e77b5321e924-Piece-Boite-de-vitesses-9819585680-CITROEN-JUMPY-3-XS-d95a7228b761a22d012adc4835a2dbdfcb13f95bce0ddbbc14a14fed97f68a79_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":1600,"regular_price_amount":1600,"regular_price":"1\u00a0600,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=41355724&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"41355724","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/41355724-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/41355724-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"41355724","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"2\u00a0793,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"1240111","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-20 14:30:29","date_upd":"2026-05-29 13:00:03","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"RECOMENDAMOS REVISAR O SUSTITUIR RETENES , SI FUESE NECESARIO PARA EVITAR POSIBLES PERDIDAS DE ACEITE.","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"41355724-143741624","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/41355724-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":2793,"price_without_reduction":2793,"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\/3\/7\/4\/1\/6\/0\/9\/143741609-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143741609","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/P3g-MnXer6au?publicKey=casse&accessToken=51559959fb3372e77500d4ff17134c0de0413b79103fd0064ba9b56dd65b733b","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143741624","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/4np0JlL6X1yq?publicKey=casse&accessToken=04d0c4511f4c21d687b8b71e31f332199e4a572c0a8a57c8db63d3d6b84462ef","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143741639","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/NIZQ8tt2FQdz?publicKey=casse&accessToken=56ce3de5d75376f5bf79baafea35a657b5f968a3d6b806a1232117aa57a313d6","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143741657","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/N59vaFx7CGIq?publicKey=casse&accessToken=cf1f5bff0a0ee709e6a308635e82a6a385559e04b0472161e8b9078559e9216f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143741670","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/0TpaR1DVOC-N?publicKey=casse&accessToken=215f6e4870bda18d28427e73f171559e40791e2160b078232eb7fe07c524cc7f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143741685","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/6EugrSftPnol?publicKey=casse&accessToken=c77f0523153db1686138abf8a2327adfbfb4820b962123e2f4c319a0bc7f03d0","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143741609","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/P3g-MnXer6au?publicKey=casse&accessToken=51559959fb3372e77500d4ff17134c0de0413b79103fd0064ba9b56dd65b733b","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":2793,"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":"1240111","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":"41355724","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"2\u00a0793,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"1240111","supplier_reference":"20MB52","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"70.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-20 14:30:29","date_upd":"2026-05-29 13:00:03","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:delcp5214986","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:delcv14499","code_moteur_field":"","vehicule_ref_id":"VF7VFAHKHHZ103316","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"25","origin_modele":"308946","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"63","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","id_category_version":"13570","a_supprimer":"1","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"25","origin_modele_id":"308946","origin_piece_id":"63","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":"RECOMENDAMOS REVISAR O SUSTITUIR RETENES , SI FUESE NECESARIO PARA EVITAR POSIBLES PERDIDAS DE ACEITE.","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6790821","id_modele_parent":"9825","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"41355724-143741624","prix":"2793.000000","energie":"","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"USED WORLD PARTS","ordre_affichage":"22984","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"20MB52","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/41355724-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":2793,"price_without_reduction":2793,"price_without_reduction_without_tax":2793,"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\/3\/7\/4\/1\/6\/0\/9\/143741609-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143741609","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/P3g-MnXer6au?publicKey=casse&accessToken=51559959fb3372e77500d4ff17134c0de0413b79103fd0064ba9b56dd65b733b","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/2\/4\/143741624-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143741624","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/4np0JlL6X1yq?publicKey=casse&accessToken=04d0c4511f4c21d687b8b71e31f332199e4a572c0a8a57c8db63d3d6b84462ef","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/3\/9\/143741639-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143741639","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/NIZQ8tt2FQdz?publicKey=casse&accessToken=56ce3de5d75376f5bf79baafea35a657b5f968a3d6b806a1232117aa57a313d6","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/5\/7\/143741657-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143741657","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/N59vaFx7CGIq?publicKey=casse&accessToken=cf1f5bff0a0ee709e6a308635e82a6a385559e04b0472161e8b9078559e9216f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/7\/0\/143741670-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143741670","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/0TpaR1DVOC-N?publicKey=casse&accessToken=215f6e4870bda18d28427e73f171559e40791e2160b078232eb7fe07c524cc7f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/8\/5\/143741685-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"143741685","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/6EugrSftPnol?publicKey=casse&accessToken=c77f0523153db1686138abf8a2327adfbfb4820b962123e2f4c319a0bc7f03d0","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/4\/3\/7\/4\/1\/6\/0\/9\/143741609-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"143741609","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/P3g-MnXer6au?publicKey=casse&accessToken=51559959fb3372e77500d4ff17134c0de0413b79103fd0064ba9b56dd65b733b","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":2793,"regular_price_amount":2793,"regular_price":"2\u00a0793,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=46735063&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"46735063","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/46735063-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/46735063-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"46735063","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0922,40\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"25225487","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-20 14:31:22","date_upd":"2026-07-20 23:29:45","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"46735063-160842311","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/46735063-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1922.4,"price_without_reduction":1922.4,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160842297","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/1f0d7acf-d0d9-4ad2-bf53-2bd2d031cd0f.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160842311","position":"2","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/74904716-9a4b-4666-8689-472478b80996.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160842325","position":"3","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/61e37bc3-0a84-4c7d-9dd1-ea8f8564c7a6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160842739","position":"4","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/6e609d5e-8300-42e2-b7ff-d98997769bc7.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160842752","position":"5","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/aa5a6417-9147-4265-9ce4-eba9dcb47c6b.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160842765","position":"6","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/dbd47dc8-9fb8-4cc5-a3b1-3286b055a7cc.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160842297","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/1f0d7acf-d0d9-4ad2-bf53-2bd2d031cd0f.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":1922.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":"25225487","grouped_features":{"Garantie":{"name":"Garantie","value":"6 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":"46735063","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0922,40\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"25225487","supplier_reference":"9819585680","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"40.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-20 14:31:22","date_upd":"2026-07-20 23:29:45","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"36:396166","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":"36:VF7VFAHKHKZ031382","code_moteur_field":"AH01","vehicule_ref_id":"VF7VFAHKHKZ031382","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"Citroen","origin_modele":"Jumpy, Van, 2016","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Bo\u00eete de vitesse","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","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":"36","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6796028","id_modele_parent":"9825","id_energie":"0","id_seller":"36","id_country_seller":"8","id_image":"46735063-160842311","prix":"1922.400000","energie":"","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"SEVP AUTO CAMBRAI","ordre_affichage":"3197","snipet":"[{\"value\":\"6 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-home_default.webp","fdp_incluse":"1","code_moteur":"AH01","reference_constructeur":"9819585680","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/46735063-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1922.4,"price_without_reduction":1922.4,"price_without_reduction_without_tax":1922.4,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"6 mois","id_feature":"14","position":"12"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160842297","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/1f0d7acf-d0d9-4ad2-bf53-2bd2d031cd0f.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/1\/1\/160842311-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160842311","position":"2","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/74904716-9a4b-4666-8689-472478b80996.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/3\/2\/5\/160842325-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160842325","position":"3","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/61e37bc3-0a84-4c7d-9dd1-ea8f8564c7a6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/3\/9\/160842739-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160842739","position":"4","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/6e609d5e-8300-42e2-b7ff-d98997769bc7.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/5\/2\/160842752-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160842752","position":"5","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/aa5a6417-9147-4265-9ce4-eba9dcb47c6b.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/7\/6\/5\/160842765-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"160842765","position":"6","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/dbd47dc8-9fb8-4cc5-a3b1-3286b055a7cc.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/6\/0\/8\/4\/2\/2\/9\/7\/160842297-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"160842297","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25225487\/large\/1f0d7acf-d0d9-4ad2-bf53-2bd2d031cd0f.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":1922.4,"regular_price_amount":1922.4,"regular_price":"1\u00a0922,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=46385594&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"46385594","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/46385594-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/46385594-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"46385594","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0095,84\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"25287622","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-20 14:33:40","date_upd":"2026-07-20 23:30:08","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"46385594-159611339","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/46385594-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1095.84,"price_without_reduction":1095.84,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"6 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\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"159611323","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/2237c22c-6c1c-4f8b-9e35-d1c0c97b75d2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159611339","position":"2","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/89a2bb00-1390-45a7-9914-026328e7820d.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159611355","position":"3","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/b450c45b-de2f-4beb-86ee-09577abe230d.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159611374","position":"4","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/d08e3848-e84f-48e4-b080-f7b1aeaf5e81.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159611388","position":"5","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/c0c81ceb-cff7-49fc-a185-0a136cc6e15f.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159611412","position":"6","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/47edde5c-03d6-4691-82eb-e2de56637da6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159611426","position":"7","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/7bad40be-8bd8-4ca6-814c-d62a735616fd.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"159611323","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/2237c22c-6c1c-4f8b-9e35-d1c0c97b75d2.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":1095.84,"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":"25287622","grouped_features":{"Garantie":{"name":"Garantie","value":"6 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":"46385594","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0095,84\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"25287622","supplier_reference":"9808323680","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"40.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-20 14:33:40","date_upd":"2026-07-20 23:30:08","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"36:400355","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":"36:VF7VBYHRMN7051478","code_moteur_field":"YH01","vehicule_ref_id":"VF7VBYHRMN7051478","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"Citroen","origin_modele":"Jumpy, Van, 2016","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Bo\u00eete de vitesse","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","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":"36","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6825253","id_modele_parent":"9825","id_energie":"0","id_seller":"36","id_country_seller":"8","id_image":"46385594-159611339","prix":"1095.840000","energie":"","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"SEVP AUTO CAMBRAI","ordre_affichage":"7432","snipet":"[{\"value\":\"6 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-home_default.webp","fdp_incluse":"1","code_moteur":"YH01","reference_constructeur":"9808323680","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/46385594-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1095.84,"price_without_reduction":1095.84,"price_without_reduction_without_tax":1095.84,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Garantie","value":"6 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\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"159611323","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/2237c22c-6c1c-4f8b-9e35-d1c0c97b75d2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/3\/9\/159611339-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159611339","position":"2","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/89a2bb00-1390-45a7-9914-026328e7820d.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/5\/5\/159611355-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159611355","position":"3","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/b450c45b-de2f-4beb-86ee-09577abe230d.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/7\/4\/159611374-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159611374","position":"4","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/d08e3848-e84f-48e4-b080-f7b1aeaf5e81.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/8\/8\/159611388-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159611388","position":"5","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/c0c81ceb-cff7-49fc-a185-0a136cc6e15f.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/1\/2\/159611412-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159611412","position":"6","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/47edde5c-03d6-4691-82eb-e2de56637da6.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/4\/2\/6\/159611426-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"159611426","position":"7","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/7bad40be-8bd8-4ca6-814c-d62a735616fd.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/9\/6\/1\/1\/3\/2\/3\/159611323-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"159611323","position":"1","id_origin":"https:\/\/cdn.onderdelenlijn.nl\/parts\/101293\/25287622\/large\/2237c22c-6c1c-4f8b-9e35-d1c0c97b75d2.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":1095.84,"regular_price_amount":1095.84,"regular_price":"1\u00a0095,84\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=17425207&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"17425207","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/17425207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/17425207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"17425207","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0714,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-20 14:34:05","date_upd":"2026-01-14 04:00:33","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"17425207-87871496","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/17425207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1714,"price_without_reduction":1714,"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\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"87871495","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/ANqSaIRnzpnK?publicKey=casse&accessToken=efb9bedc115b349ef5108da9d64f6c9445754a65f4cc3a18b499085dd99b8ee0","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871496","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/HFnyXOMg3Umt?publicKey=casse&accessToken=03b721efdd4db938dee20fcee1cf026fdf13a03bf78a403ff23c08ebb4b1c288","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871497","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/ANNrBSYrD_v-?publicKey=casse&accessToken=140e2e87c7799f86faacddc417fcddce241964d73ff5c0dae36dcb572c2d4cd6","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871498","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/yZgZ33Zxi-1c?publicKey=casse&accessToken=2ff9d0ff6a9dc2b5ccb6fc0528f14075cb7b55e00739cd00c7ed5e200d90dcdc","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871499","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/_wrbBBmNJKUD?publicKey=casse&accessToken=e61d1de50763f17dcdfbc67942e79492ae7c9ab92c4e03792f6482b87420e8f1","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871500","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/W6nCe_tQORKV?publicKey=casse&accessToken=231586a62bf66660ba95574d488cb877b898dc0e6bbf1c333706742f2d4c0278","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871501","position":"7","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/SRoZWj66kA4V?publicKey=casse&accessToken=156efb4c9c885151a6015ed7c97458f94a763e99ac1f471cecf9556d905853ef","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871502","position":"8","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/G5JAuG3IPn08?publicKey=casse&accessToken=d03b1e4b12c5a2366797bf5a8eb43b1216e0c70b6c872d0e2e60183136f21b78","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"87871495","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/ANqSaIRnzpnK?publicKey=casse&accessToken=efb9bedc115b349ef5108da9d64f6c9445754a65f4cc3a18b499085dd99b8ee0","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":1714,"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":"17425207","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0714,00\u00a0\u20ac","old_price_octobre_2025":"1709.000000","wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"","supplier_reference":"9805625610","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"96.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-20 14:34:05","date_upd":"2026-01-14 04:00:33","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:jgrmp686952","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:jgrmv10946","code_moteur_field":"","vehicule_ref_id":"VF7VFAHKKKZ079425","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"25","origin_modele":"306506","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"63","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","id_category_version":"13570","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"25","origin_modele_id":"306506","origin_piece_id":"63","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":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6832349","id_modele_parent":"9825","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"17425207-87871496","prix":"1714.000000","energie":"","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"USED WORLD PARTS","ordre_affichage":"14529","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"9805625610","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/17425207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1714,"price_without_reduction":1714,"price_without_reduction_without_tax":1714,"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\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"87871495","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/ANqSaIRnzpnK?publicKey=casse&accessToken=efb9bedc115b349ef5108da9d64f6c9445754a65f4cc3a18b499085dd99b8ee0","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/6\/87871496-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871496","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/HFnyXOMg3Umt?publicKey=casse&accessToken=03b721efdd4db938dee20fcee1cf026fdf13a03bf78a403ff23c08ebb4b1c288","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/7\/87871497-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871497","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/ANNrBSYrD_v-?publicKey=casse&accessToken=140e2e87c7799f86faacddc417fcddce241964d73ff5c0dae36dcb572c2d4cd6","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/8\/87871498-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871498","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/yZgZ33Zxi-1c?publicKey=casse&accessToken=2ff9d0ff6a9dc2b5ccb6fc0528f14075cb7b55e00739cd00c7ed5e200d90dcdc","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/9\/87871499-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871499","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/_wrbBBmNJKUD?publicKey=casse&accessToken=e61d1de50763f17dcdfbc67942e79492ae7c9ab92c4e03792f6482b87420e8f1","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/0\/87871500-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871500","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/W6nCe_tQORKV?publicKey=casse&accessToken=231586a62bf66660ba95574d488cb877b898dc0e6bbf1c333706742f2d4c0278","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/1\/87871501-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871501","position":"7","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/SRoZWj66kA4V?publicKey=casse&accessToken=156efb4c9c885151a6015ed7c97458f94a763e99ac1f471cecf9556d905853ef","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/5\/0\/2\/87871502-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"87871502","position":"8","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/G5JAuG3IPn08?publicKey=casse&accessToken=d03b1e4b12c5a2366797bf5a8eb43b1216e0c70b6c872d0e2e60183136f21b78","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/8\/7\/8\/7\/1\/4\/9\/5\/87871495-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"87871495","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/jgrecom\/images\/ANqSaIRnzpnK?publicKey=casse&accessToken=efb9bedc115b349ef5108da9d64f6c9445754a65f4cc3a18b499085dd99b8ee0","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":1714,"regular_price_amount":1714,"regular_price":"1\u00a0714,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=18565207&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"18565207","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/18565207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/18565207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"18565207","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"840,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-20 14:43:22","date_upd":"2026-06-21 01:08:43","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"18565207-93418984","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/18565207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":840,"price_without_reduction":840,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"JUMPY 3 XS PHASE 1 1.5 BLUE HDI - 16V TURBO","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":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"83560","id_feature":"19","position":"17"},{"name":"Remarques","value":"Num\u00e9ro boite :  ML6C\n83 560 KM\nMB68\n9857573180","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"93418983","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-8f6e4933-1dd4-4a21-b1a3-e2dce1503c37-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-5b6f14b68a7fad7d9a163d0e4caf9351747f66caaee338d66b9452312ce582cb_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"93418984","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-45d72d8e-c31f-4513-b53b-b25595eeb5d0-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-fd808bd2a49b7901c2f09199ae36da6143a4fbb3aebbf15a41ae2a45bb74688a_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"93418985","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-a0ffe7ee-2d90-4e5d-b110-07f68ef6752a-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-7cb7ae3ec745180cce289e44416520651e6ff2bf57ad42f1ce9fd6583b12fc77_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"93418986","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-4b457182-01e6-43b4-9d98-514de7f0d6d9-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-11b930209c9b5255d8eed62fa7386fdfcf7362081dd399af87bc15741c04aecb_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"93418987","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-d11eb3aa-83fd-4365-99c1-f23f22347702-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-bf986d8cc84b63be8868b2721e1973c06711120c9586f11ded1c667d3b63d00e_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"93418988","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-d681cfce-b04f-4478-a6f7-e0fd13337983-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-d46b48c9f77e2011b6fec7221f040b813d47ac9a571517cb307de194e1571c70_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"93418989","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-fe13d9dd-6cdc-4e89-bdb6-286f4b60ddf2-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-7a10660e350069fefad75c795a1982572ad2939e2ac9942a44ebeb1f0125dbe4_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"93418983","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-8f6e4933-1dd4-4a21-b1a3-e2dce1503c37-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-5b6f14b68a7fad7d9a163d0e4caf9351747f66caaee338d66b9452312ce582cb_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":840,"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":"JUMPY 3 XS PHASE 1 1.5 BLUE HDI - 16V TURBO","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":"12 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":"83560","id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"Num\u00e9ro boite :  ML6C\n83 560 KM\nMB68\n9857573180","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":"18565207","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"840,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":"9857573180","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"40.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-20 14:43:22","date_upd":"2026-06-21 01:08:43","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"69:106889792","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\":\"12923528\"},{\"id\":\"12923529\"},{\"id\":\"12923530\"},{\"id\":\"12923531\"},{\"id\":\"12923532\"}]","corrige":"0","immatriculation":"","vehicule_origin_id":"69:VF7VBYHRMMZ098087","code_moteur_field":"DV5RUCD_YHR","vehicule_ref_id":"VF7VBYHRMMZ098087","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITROEN","origin_modele":"JUMPY 3 XS","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Boite de vitesses","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","id_category_version":"13570","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":"69","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6946533","id_modele_parent":"9825","id_energie":"16523","id_seller":"69","id_country_seller":"8","id_image":"18565207-93418984","prix":"840.000000","energie":"Diesel","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"POS BAZIN","ordre_affichage":"3778","snipet":"[{\"value\":\"JUMPY 3 XS PHASE 1 1.5 BLUE HDI - 16V TURBO\",\"name\":\"Version\"},{\"value\":\"Diesel\",\"name\":\"Energie\"},{\"value\":\"12 mois\",\"name\":\"Garantie\"},{\"value\":\"83560\",\"name\":\"Kilom\\u00e9trage\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-home_default.webp","fdp_incluse":"1","code_moteur":"DV5RUCD_YHR","reference_constructeur":"9857573180","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/18565207-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":840,"price_without_reduction":840,"price_without_reduction_without_tax":840,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":"JUMPY 3 XS PHASE 1 1.5 BLUE HDI - 16V TURBO","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":"12 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":"83560","id_feature":"19","position":"17"},{"name":"Remarques","value":"Num\u00e9ro boite :  ML6C\n83 560 KM\nMB68\n9857573180","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"93418983","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-8f6e4933-1dd4-4a21-b1a3-e2dce1503c37-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-5b6f14b68a7fad7d9a163d0e4caf9351747f66caaee338d66b9452312ce582cb_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/4\/93418984-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"93418984","position":"2","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-45d72d8e-c31f-4513-b53b-b25595eeb5d0-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-fd808bd2a49b7901c2f09199ae36da6143a4fbb3aebbf15a41ae2a45bb74688a_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/5\/93418985-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"93418985","position":"3","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-a0ffe7ee-2d90-4e5d-b110-07f68ef6752a-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-7cb7ae3ec745180cce289e44416520651e6ff2bf57ad42f1ce9fd6583b12fc77_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/6\/93418986-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"93418986","position":"4","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-4b457182-01e6-43b4-9d98-514de7f0d6d9-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-11b930209c9b5255d8eed62fa7386fdfcf7362081dd399af87bc15741c04aecb_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/7\/93418987-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"93418987","position":"5","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-d11eb3aa-83fd-4365-99c1-f23f22347702-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-bf986d8cc84b63be8868b2721e1973c06711120c9586f11ded1c667d3b63d00e_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/8\/93418988-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"93418988","position":"6","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-d681cfce-b04f-4478-a6f7-e0fd13337983-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-d46b48c9f77e2011b6fec7221f040b813d47ac9a571517cb307de194e1571c70_o.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/9\/93418989-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"93418989","position":"7","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-fe13d9dd-6cdc-4e89-bdb6-286f4b60ddf2-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-7a10660e350069fefad75c795a1982572ad2939e2ac9942a44ebeb1f0125dbe4_o.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/9\/3\/4\/1\/8\/9\/8\/3\/93418983-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"93418983","position":"1","id_origin":"https:\/\/opisto-prod-pic.opisto.s3.eu-west-1.bso.st\/6013\/po_photo\/2025\/06\/106889792-8f6e4933-1dd4-4a21-b1a3-e2dce1503c37-Piece-Boite-de-vitesses-9857573180-CITROEN-JUMPY-3-XS-5b6f14b68a7fad7d9a163d0e4caf9351747f66caaee338d66b9452312ce582cb_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":840,"regular_price_amount":840,"regular_price":"840,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=16264607&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"16264607","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/16264607-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/16264607-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"16264607","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0472,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"6VELOCIDADES","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-20 14:45:24","date_upd":"2026-04-02 01:02:17","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"RECOMENDAMOS REVISAR O SUSTITUIR RETENES , SI FUESE NECESARIO PARA EVITAR POSIBLES PERDIDAS DE ACEITE. 5VELOCIDADES 1601967","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"16264607-77247183","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/16264607-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1472,"price_without_reduction":1472,"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\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"77247182","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/7mLVpbH0rJml?publicKey=casse&accessToken=91b48de4585f4a61d27b33ee660c522fb5c2cf12df3f882533cca61b676a56ac","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"77247183","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/w3az8l7ihYcB?publicKey=casse&accessToken=458472ea59ebc6221b65e9afe90fcf1e3af39a947bfd2dff417798ebf1fce4f2","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"77247184","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/1xikmUc0bpTm?publicKey=casse&accessToken=05f5fbe9b68deb786692cfa46886b1444e0cf887cc0e930cbf258d888cdf979d","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"77247185","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/7GvLPy4bIb5e?publicKey=casse&accessToken=af27cfd76731a7cc8b6ac194b37a444925eec51f7ef672d0e77b8714ad09eb0f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"77247186","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/3NHvIB9pAoLA?publicKey=casse&accessToken=5471e9280e2c3e41f4e7468d321d87f37eb7bb3b785e3efcf1a8ac3ca619e68a","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"77247187","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/4K-uWdVNQ9WF?publicKey=casse&accessToken=9e6483de264531ed6b31d79d74afe04eebe366fe2c44e4c4f4c6e2a5f71640c5","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"77247182","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/7mLVpbH0rJml?publicKey=casse&accessToken=91b48de4585f4a61d27b33ee660c522fb5c2cf12df3f882533cca61b676a56ac","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":1472,"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":"6VELOCIDADES","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":"16264607","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0472,00\u00a0\u20ac","old_price_octobre_2025":"1352.000000","wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"6VELOCIDADES","supplier_reference":"20MB46","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"70.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-20 14:45:24","date_upd":"2026-04-02 01:02:17","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:delcp4744082","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:delcv11994","code_moteur_field":"YH01","vehicule_ref_id":"VF7VBYHRKLZ087288","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"25","origin_modele":"226334","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"63","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","id_category_version":"13570","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"25","origin_modele_id":"226334","origin_piece_id":"63","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":"RECOMENDAMOS REVISAR O SUSTITUIR RETENES , SI FUESE NECESARIO PARA EVITAR POSIBLES PERDIDAS DE ACEITE. 5VELOCIDADES 1601967","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6969694","id_modele_parent":"9825","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"16264607-77247183","prix":"1472.000000","energie":"","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"USED WORLD PARTS","ordre_affichage":"1952","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-home_default.webp","fdp_incluse":"1","code_moteur":"YH01","reference_constructeur":"20MB46","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/16264607-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1472,"price_without_reduction":1472,"price_without_reduction_without_tax":1472,"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\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"77247182","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/7mLVpbH0rJml?publicKey=casse&accessToken=91b48de4585f4a61d27b33ee660c522fb5c2cf12df3f882533cca61b676a56ac","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/3\/77247183-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"77247183","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/w3az8l7ihYcB?publicKey=casse&accessToken=458472ea59ebc6221b65e9afe90fcf1e3af39a947bfd2dff417798ebf1fce4f2","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/4\/77247184-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"77247184","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/1xikmUc0bpTm?publicKey=casse&accessToken=05f5fbe9b68deb786692cfa46886b1444e0cf887cc0e930cbf258d888cdf979d","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/5\/77247185-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"77247185","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/7GvLPy4bIb5e?publicKey=casse&accessToken=af27cfd76731a7cc8b6ac194b37a444925eec51f7ef672d0e77b8714ad09eb0f","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/6\/77247186-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"77247186","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/3NHvIB9pAoLA?publicKey=casse&accessToken=5471e9280e2c3e41f4e7468d321d87f37eb7bb3b785e3efcf1a8ac3ca619e68a","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/7\/77247187-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"77247187","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/4K-uWdVNQ9WF?publicKey=casse&accessToken=9e6483de264531ed6b31d79d74afe04eebe366fe2c44e4c4f4c6e2a5f71640c5","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/7\/7\/2\/4\/7\/1\/8\/2\/77247182-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"77247182","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/delfinc\/images\/7mLVpbH0rJml?publicKey=casse&accessToken=91b48de4585f4a61d27b33ee660c522fb5c2cf12df3f882533cca61b676a56ac","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":1472,"regular_price_amount":1472,"regular_price":"1\u00a0472,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=44200768&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44200768","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44200768-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44200768-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44200768","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0599,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17843","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-20 14:47:09","date_upd":"2026-07-20 12:50:53","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44200768-152084972","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44200768-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1599,"price_without_reduction":1599,"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":"Remarques","value":"2100972 LA CAJA PROCEDE DE VEHICULO INUNDADO. El cliente debe saber que no la hemos podido comprobar y tampoco sabemos sus kilometros y que es posible que haya entrado agua en su interior. Los componentes electricos y sensores carecen de garantia. LA GARANTIA NO CUBRE LA MANO DE OBRA EN NINGUN CASO.","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152084959","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/7\/1009707.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152084972","position":"2","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/8\/1009708.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152085309","position":"3","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/3\/1009703.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152085322","position":"4","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/4\/1009704.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152085340","position":"5","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/5\/1009705.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152085353","position":"6","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/6\/1009706.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152084959","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/7\/1009707.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":1599,"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":"17843","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"},"Remarques":{"name":"Remarques","value":"2100972 LA CAJA PROCEDE DE VEHICULO INUNDADO. El cliente debe saber que no la hemos podido comprobar y tampoco sabemos sus kilometros y que es posible que haya entrado agua en su interior. Los componentes electricos y sensores carecen de garantia. LA GARANTIA NO CUBRE LA MANO DE OBRA EN NINGUN CASO.","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":"44200768","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0599,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17843","supplier_reference":"9808323680","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"30.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-20 14:47:09","date_upd":"2026-07-20 12:50:53","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"105:2018412","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":"2523MJW","vehicule_origin_id":"105:2523MJW","code_moteur_field":"YHR (DV5RUCd)","vehicule_ref_id":"VF7VBYHRMPZ045271","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITRO\u00cbN","origin_modele":"JUMPY III Furgoneta (V_)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Bo\u00eete de vitesse manuelle","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","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":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"6993371","id_modele_parent":"9825","id_energie":"0","id_seller":"105","id_country_seller":"6","id_image":"44200768-152084972","prix":"1599.000000","energie":"","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"DESGUACE ECO-PIEZAS SL","ordre_affichage":"644","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-home_default.webp","fdp_incluse":"1","code_moteur":"YHR (DV5RUCd)","reference_constructeur":"9808323680","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44200768-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1599,"price_without_reduction":1599,"price_without_reduction_without_tax":1599,"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":"Remarques","value":"2100972 LA CAJA PROCEDE DE VEHICULO INUNDADO. El cliente debe saber que no la hemos podido comprobar y tampoco sabemos sus kilometros y que es posible que haya entrado agua en su interior. Los componentes electricos y sensores carecen de garantia. LA GARANTIA NO CUBRE LA MANO DE OBRA EN NINGUN CASO.","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152084959","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/7\/1009707.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/7\/2\/152084972-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152084972","position":"2","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/8\/1009708.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/0\/9\/152085309-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152085309","position":"3","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/3\/1009703.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/2\/2\/152085322-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152085322","position":"4","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/4\/1009704.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/4\/0\/152085340-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152085340","position":"5","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/5\/1009705.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/5\/3\/5\/3\/152085353-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"152085353","position":"6","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/6\/1009706.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/2\/0\/8\/4\/9\/5\/9\/152084959-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"152084959","position":"1","id_origin":"https:\/\/eco-piezas.com\/img\/p\/1\/0\/0\/9\/7\/0\/7\/1009707.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":1599,"regular_price_amount":1599,"regular_price":"1\u00a0599,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=44730411&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44730411","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44730411-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44730411-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44730411","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0675,18\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17843","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-20 14:48:23","date_upd":"2026-07-16 14:36:01","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44730411-155423635","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44730411-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1675.18,"price_without_reduction":1675.18,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"CAJA GARANTIZADA ( 6 MESES ).68.803 KM.","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155423618","position":"1","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/8\/3\/0\/80830.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423635","position":"2","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/8\/6\/7\/80867.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423652","position":"3","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/9\/0\/0\/80900.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423671","position":"4","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/9\/2\/8\/80928.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423686","position":"5","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/9\/5\/5\/80955.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423705","position":"6","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/9\/9\/2\/80992.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423719","position":"7","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/0\/3\/7\/81037.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423738","position":"8","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/0\/7\/3\/81073.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155424075","position":"9","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/7\/1\/6\/80716.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155424092","position":"10","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/7\/5\/3\/80753.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155423618","position":"1","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/8\/3\/0\/80830.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":1675.18,"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":"17843","grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"CAJA GARANTIZADA ( 6 MESES ).68.803 KM.","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":"44730411","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0675,18\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17843","supplier_reference":"20MB46","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"50.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-20 14:48:23","date_upd":"2026-07-16 14:36:01","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"116:1162359","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":"5453LSG","vehicule_origin_id":"116:5453LSG","code_moteur_field":"YHR (DV5RUCd)","vehicule_ref_id":"VF7VBYHRKMZ062229","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITRO\u00cbN","origin_modele":"JUMPY III Furgoneta (V_)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Bo\u00eete de vitesse manuelle","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","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":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7015993","id_modele_parent":"9825","id_energie":"0","id_seller":"116","id_country_seller":"6","id_image":"44730411-155423635","prix":"1675.180000","energie":"","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"RECUPERADOS Y DESGUACES J.LEONARDO SL","ordre_affichage":"23267","snipet":"[{\"value\":\"3 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-home_default.webp","fdp_incluse":"1","code_moteur":"YHR (DV5RUCd)","reference_constructeur":"20MB46","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44730411-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1675.18,"price_without_reduction":1675.18,"price_without_reduction_without_tax":1675.18,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"CAJA GARANTIZADA ( 6 MESES ).68.803 KM.","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155423618","position":"1","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/8\/3\/0\/80830.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/3\/5\/155423635-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423635","position":"2","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/8\/6\/7\/80867.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/5\/2\/155423652-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423652","position":"3","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/9\/0\/0\/80900.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/7\/1\/155423671-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423671","position":"4","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/9\/2\/8\/80928.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/8\/6\/155423686-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423686","position":"5","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/9\/5\/5\/80955.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/0\/5\/155423705-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423705","position":"6","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/9\/9\/2\/80992.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/1\/9\/155423719-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423719","position":"7","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/0\/3\/7\/81037.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/3\/8\/155423738-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423738","position":"8","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/0\/7\/3\/81073.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/7\/5\/155424075-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155424075","position":"9","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/7\/1\/6\/80716.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/4\/0\/9\/2\/155424092-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155424092","position":"10","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/7\/5\/3\/80753.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/6\/1\/8\/155423618-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155423618","position":"1","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/0\/8\/3\/0\/80830.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":1675.18,"regular_price_amount":1675.18,"regular_price":"1\u00a0675,18\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=44730412&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"44730412","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44730412-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44730412-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"44730412","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0675,18\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17843","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-20 14:57:42","date_upd":"2026-07-16 14:36:01","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"44730412-155423774","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44730412-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1675.18,"price_without_reduction":1675.18,"reduction":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"CAJA GARANTIZADA ( 6 MESES ).107.646 KM","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155423757","position":"1","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/1\/6\/2\/81162.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423774","position":"2","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/1\/9\/6\/81196.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423791","position":"3","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/2\/3\/2\/81232.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423805","position":"4","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/2\/5\/8\/81258.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423824","position":"5","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/3\/0\/1\/81301.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423841","position":"6","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/3\/8\/2\/81382.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423857","position":"7","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/4\/4\/7\/81447.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423875","position":"8","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/5\/2\/4\/81524.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423891","position":"9","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/5\/7\/3\/81573.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423911","position":"10","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/6\/0\/4\/81604.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155423757","position":"1","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/1\/6\/2\/81162.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":1675.18,"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":"17843","grouped_features":{"Version":{"name":"Version","value":null,"id_feature":"3","position":"2"},"Usure":{"name":"Usure","value":null,"id_feature":"8","position":"6"},"Garantie":{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"CAJA GARANTIZADA ( 6 MESES ).107.646 KM","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":"44730412","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0675,18\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"17843","supplier_reference":"20MB46","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"50.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-20 14:57:42","date_upd":"2026-07-16 14:36:01","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"116:1162360","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":"9945LST","vehicule_origin_id":"116:9945LST","code_moteur_field":"YHR (DV5RUCd)","vehicule_ref_id":"VF7VBYHRKMZ078912","vehicule_ktype":"","vehicule_ref_etat":"0","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITRO\u00cbN","origin_modele":"JUMPY III Furgoneta (V_)","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"Bo\u00eete de vitesse manuelle","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","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":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7128342","id_modele_parent":"9825","id_energie":"0","id_seller":"116","id_country_seller":"6","id_image":"44730412-155423774","prix":"1675.180000","energie":"","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"RECUPERADOS Y DESGUACES J.LEONARDO SL","ordre_affichage":"10693","snipet":"[{\"value\":\"3 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-home_default.webp","fdp_incluse":"1","code_moteur":"YHR (DV5RUCd)","reference_constructeur":"20MB46","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/44730412-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1675.18,"price_without_reduction":1675.18,"price_without_reduction_without_tax":1675.18,"reduction":0,"reduction_without_tax":0,"specific_prices":[],"quantity_all_versions":1,"features":[{"name":"Version","value":null,"id_feature":"3","position":"2"},{"name":"Usure","value":null,"id_feature":"8","position":"6"},{"name":"Garantie","value":"3 mois","id_feature":"14","position":"12"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"CAJA GARANTIZADA ( 6 MESES ).107.646 KM","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155423757","position":"1","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/1\/6\/2\/81162.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/7\/4\/155423774-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423774","position":"2","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/1\/9\/6\/81196.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/9\/1\/155423791-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423791","position":"3","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/2\/3\/2\/81232.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/0\/5\/155423805-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423805","position":"4","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/2\/5\/8\/81258.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/2\/4\/155423824-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423824","position":"5","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/3\/0\/1\/81301.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/4\/1\/155423841-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423841","position":"6","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/3\/8\/2\/81382.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/5\/7\/155423857-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423857","position":"7","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/4\/4\/7\/81447.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/7\/5\/155423875-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423875","position":"8","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/5\/2\/4\/81524.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/8\/9\/1\/155423891-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423891","position":"9","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/5\/7\/3\/81573.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/9\/1\/1\/155423911-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"155423911","position":"10","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/6\/0\/4\/81604.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/5\/5\/4\/2\/3\/7\/5\/7\/155423757-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"155423757","position":"1","id_origin":"https:\/\/desguacesalcala.com\/img\/p\/8\/1\/1\/6\/2\/81162.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":1675.18,"regular_price_amount":1675.18,"regular_price":"1\u00a0675,18\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=38918746&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"38918746","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38918746-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38918746-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"38918746","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0217,46\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-20 14:58:00","date_upd":"2026-07-20 22:25:55","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"38918746-139353661","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38918746-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1217.46,"price_without_reduction":1217.46,"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":"NOUS VOUS RECOMMANDONS DE V\u00c9RIFIER OU DE REMPLACER LES JOINTS , SI C\u2019\u00c9TAIT LE CAS N\u00c9CESSAIRE POUR \u00c9VITER D\u2019\u00c9VENTUELLES FUITES D\u2019HUILE. 5VELOCIDADES 1601967\n\n6VELOCIDADES Comprobada Y Garantizada","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"attachments":[],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"139353648","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720360.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139353661","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720362.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139353682","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720364.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139353701","position":"4","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720366.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139354086","position":"5","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720356.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139354114","position":"6","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720358.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"139353648","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720360.JPEG","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":1217.46,"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":"NOUS VOUS RECOMMANDONS DE V\u00c9RIFIER OU DE REMPLACER LES JOINTS , SI C\u2019\u00c9TAIT LE CAS N\u00c9CESSAIRE POUR \u00c9VITER D\u2019\u00c9VENTUELLES FUITES D\u2019HUILE. 5VELOCIDADES 1601967\n\n6VELOCIDADES Comprobada Y Garantizada","id_feature":"24","position":"22"},"Moteur":{"name":"Moteur","value":null,"id_feature":"90","position":"87"}},"seo_availability":"https:\/\/schema.org\/InStock","labels":{"tax_short":"TTC","tax_long":"TTC"},"ecotax":{"value":"0,00\u00a0\u20ac","amount":"0.000000","rate":0},"flags":[],"main_variants":[],"specific_references":null,"id_product":"38918746","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"1\u00a0217,46\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":"20MB46, 1601967, 6VELOCIDADES","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"40.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-20 14:58:00","date_upd":"2026-07-20 22:25:55","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"86:D7H00UBDQ3\/4744082","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":"DV5RUCd(YHR)","vehicule_ref_id":"VF7VBYHRKLZ087288","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"A0001E1N","origin_modele":"A0004V6U","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"PS00437W","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","id_category_version":"0","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"A0001E1N","origin_modele_id":"A0004V6U","origin_piece_id":"PS00437W","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":"86","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7133672","id_modele_parent":"9825","id_energie":"0","id_seller":"86","id_country_seller":"6","id_image":"38918746-139353661","prix":"1217.460000","energie":"","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"Delf\u00edn Card S.L.U.","ordre_affichage":"16024","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-home_default.webp","fdp_incluse":"1","code_moteur":"DV5RUCd(YHR)","reference_constructeur":"20MB46, 1601967, 6VELOCIDADES","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38918746-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":1217.46,"price_without_reduction":1217.46,"price_without_reduction_without_tax":1217.46,"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":"NOUS VOUS RECOMMANDONS DE V\u00c9RIFIER OU DE REMPLACER LES JOINTS , SI C\u2019\u00c9TAIT LE CAS N\u00c9CESSAIRE POUR \u00c9VITER D\u2019\u00c9VENTUELLES FUITES D\u2019HUILE. 5VELOCIDADES 1601967\n\n6VELOCIDADES Comprobada Y Garantizada","id_feature":"24","position":"22"},{"name":"Moteur","value":null,"id_feature":"90","position":"87"}],"virtual":0,"pack":0,"packItems":[],"nopackprice":0,"customization_required":false,"rate":0,"tax_name":"","ecotax_rate":0,"unit_price":"","images":[{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"139353648","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720360.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/6\/1\/139353661-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139353661","position":"2","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720362.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/8\/2\/139353682-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139353682","position":"3","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720364.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/7\/0\/1\/139353701-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139353701","position":"4","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720366.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/0\/8\/6\/139354086-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139354086","position":"5","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720356.JPEG","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/4\/1\/1\/4\/139354114-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"139354114","position":"6","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720358.JPEG","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/9\/3\/5\/3\/6\/4\/8\/139353648-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"139353648","position":"1","id_origin":"https:\/\/cdn2.seintosoft.com\/img\/delfincard\/Despiece\/4744082\/000002720360.JPEG","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":1217.46,"regular_price_amount":1217.46,"regular_price":"1\u00a0217,46\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=25564425&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"25564425","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/25564425-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/25564425-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"25564425","id_supplier":"0","id_manufacturer":"0","id_category_default":"17843","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":"590,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-20 15:05:07","date_upd":"2026-07-20 20:04:08","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"M6","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"25564425-107669647","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/25564425-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":536.36818,"price_without_reduction":590.004998,"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":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":null,"id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"M6","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"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\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107669646","position":"1","id_origin":"http:\/\/services-atemo.agoravita.com\/photos\/TERROITIN\/pieces\/20200112160_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107669647","position":"2","id_origin":"http:\/\/services-atemo.agoravita.com\/photos\/TERROITIN\/pieces\/20200112160_2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107669648","position":"3","id_origin":"http:\/\/services-atemo.agoravita.com\/photos\/TERROITIN\/pieces\/20200112160_3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107669649","position":"4","id_origin":"http:\/\/services-atemo.agoravita.com\/photos\/TERROITIN\/pieces\/20200112160_4.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107669646","position":"1","id_origin":"http:\/\/services-atemo.agoravita.com\/photos\/TERROITIN\/pieces\/20200112160_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":590,"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"},"Puissance cheveaux":{"name":"Puissance cheveaux","value":"\n","id_feature":"15","position":"13"},"Cylindr\u00e9e":{"name":"Cylindr\u00e9e","value":"\n","id_feature":"16","position":"14"},"Puissance DIN":{"name":"Puissance DIN","value":"\n","id_feature":"17","position":"15"},"Date de mise en circulation":{"name":"Date de mise en circulation","value":null,"id_feature":"18","position":"16"},"Kilom\u00e9trage":{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},"Remarques":{"name":"Remarques","value":"M6","id_feature":"24","position":"22"},"Nombre de portes":{"name":"Nombre de portes","value":"\n","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":"25564425","id_supplier":"0","id_manufacturer":"0","id_category_default":"17843","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":"590,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":"9819585680","location":"AA1O0007","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"40.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-20 15:05:07","date_upd":"2026-07-20 20:04:08","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"33:B201_20200112160","casse":"11996","type_vhu":"","taxe_sur_marge":"0","price_ttc":"0.000000","wholesale_price_ttc":"0.000000","price_new":"0.000000","frais_port":"90.000000","vhu_destockage":"0","vehicule_image_ids":"","corrige":"0","immatriculation":"FR725MT","vehicule_origin_id":"33:FR725MT12160N10CTRCT0710954","code_moteur_field":"","vehicule_ref_id":"VF7VFAHKKL7036502","vehicule_ktype":"","vehicule_ref_etat":"1","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"CITROEN","origin_modele":"JUMPY FOURGON 3","origin_modele_parent":"JUMPY FOURGON 3","origin_modele_parent_id":"JUMPY FOURGON 3","origin_version":"","origin_piece":"BOITE A VITESSE MECANIQUE (BV\/PONT\/TRANSMISSION - BOITE)","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","id_category_version":"13570","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"CITROEN","origin_modele_id":"JUMPY FOURGON 3","origin_piece_id":"BOITE A VITESSE MECANIQUE (BV\/PONT\/TRANSMISSION - BOITE)","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":"33","origin_id_vhu2":"","id_shop":"1","id_lang":"1","description":"","description_short":"M6","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"M6","new":"0","id_tampon_product":"7217740","id_modele_parent":"9825","id_energie":"16523","id_seller":"33","id_country_seller":"8","id_image":"25564425-107669647","prix":"590.004998","energie":"Diesel","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"TERROITIN & FILS","ordre_affichage":"130","snipet":"[{\"value\":\"Diesel\",\"name\":\"Energie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"9819585680","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/25564425-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":536.36818,"price_without_reduction":590.004998,"price_without_reduction_without_tax":536.36818,"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":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Puissance cheveaux","value":null,"id_feature":"15","position":"13"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Cylindr\u00e9e","value":null,"id_feature":"16","position":"14"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Puissance DIN","value":null,"id_feature":"17","position":"15"},{"name":"Date de mise en circulation","value":null,"id_feature":"18","position":"16"},{"name":"Kilom\u00e9trage","value":null,"id_feature":"19","position":"17"},{"name":"Remarques","value":"M6","id_feature":"24","position":"22"},{"name":"Nombre de portes","value":null,"id_feature":"25","position":"23"},{"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\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107669646","position":"1","id_origin":"http:\/\/services-atemo.agoravita.com\/photos\/TERROITIN\/pieces\/20200112160_1.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/7\/107669647-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107669647","position":"2","id_origin":"http:\/\/services-atemo.agoravita.com\/photos\/TERROITIN\/pieces\/20200112160_2.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/8\/107669648-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107669648","position":"3","id_origin":"http:\/\/services-atemo.agoravita.com\/photos\/TERROITIN\/pieces\/20200112160_3.jpg","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/9\/107669649-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"107669649","position":"4","id_origin":"http:\/\/services-atemo.agoravita.com\/photos\/TERROITIN\/pieces\/20200112160_4.jpg","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/0\/7\/6\/6\/9\/6\/4\/6\/107669646-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"107669646","position":"1","id_origin":"http:\/\/services-atemo.agoravita.com\/photos\/TERROITIN\/pieces\/20200112160_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":590,"regular_price_amount":590,"regular_price":"590,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=38995776&id_product_attribute=0&token=b211a6f0788e1b181bacdc34559ca41e","id":"38995776","attributes":[],"show_price":true,"weight_unit":"kg","url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38995776-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","canonical_url":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38995776-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","condition":{"type":"used","label":"Utilis\u00e9","schema_url":"https:\/\/schema.org\/UsedCondition"},"delivery_information":"","embedded_attributes":{"id_product":"38995776","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"2\u00a0270,00\u00a0\u20ac","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"6 VELOCIDADES","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-20 15:05:59","date_upd":"2026-06-15 13:00:06","advanced_stock_management":"0","pack_stock_type":"3","description":"","description_short":"CAJA GARANTIZADA ( 6 MESES ).107.646 KM","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","new":"0","id_image":"38995776-136262287","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38995776-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":2270,"price_without_reduction":2270,"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\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"136262271","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/oeRFz_R_Q6Ob?publicKey=casse&accessToken=92ddeb90163c55ee6ebedfbc8f468ffee5e4381423e50ff1a759a388479c18a8","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262287","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/hP_efWZTL361?publicKey=casse&accessToken=991722d4d79c29bbbf3a768d1050799bfa24f32ae9a14d734c28aad26caa9561","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262310","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/uSrDddQ7vYIq?publicKey=casse&accessToken=3b98b302cbbbdf696c067d8182754d21b202ba4202b119193f6317fc660d30c2","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262341","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/qKhoFTGzmbzg?publicKey=casse&accessToken=60d31ca9444a40dfce8de2f5f29ef1090f8210d0d0ee4f43044cd899326c08ad","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262356","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/SSJEZnkEmh5x?publicKey=casse&accessToken=0df332d61e2a3d02741fc146f5507defe638b0158d48019107d8425045e26df0","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262369","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/_X8I_JEiqAbz?publicKey=casse&accessToken=3831bd81df35d9100ae5b560725c7adc5660bc067cd67129edbc9a128f8070ba","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262384","position":"7","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/EzegI0OfQxR6?publicKey=casse&accessToken=88b73e65af70b839fa466cb9e5b74a9468b395f7146a2719df117076fb9d48e0","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262399","position":"8","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/kjpYiZ1OjtCj?publicKey=casse&accessToken=ae26378de7206bdbe63772b76a96b35e78b56313e9dbcabafbc2676da7c5c0cf","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262416","position":"9","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/kYQz956Ym1g2?publicKey=casse&accessToken=e67655c2df13a001febb15c29fb2c158cdd87a3a760a592837557e6144f6ea42","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262433","position":"10","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/xWbJWN2tAST8?publicKey=casse&accessToken=201ec4547b664e60500052a7e3c38237fc3abe0048e2e6e1a31e194fd4a0487d","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"136262271","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/oeRFz_R_Q6Ob?publicKey=casse&accessToken=92ddeb90163c55ee6ebedfbc8f468ffee5e4381423e50ff1a759a388479c18a8","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":2270,"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":"6 VELOCIDADES","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":"38995776","id_supplier":"1","id_manufacturer":"0","id_category_default":"17843","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":"2\u00a0270,00\u00a0\u20ac","old_price_octobre_2025":null,"wholesale_price":"0.000000","unity":"","unit_price_ratio":"0.000000","additional_shipping_cost":"0.00","reference":"6 VELOCIDADES","supplier_reference":"20MB46","location":"","width":"0.000000","height":"0.000000","depth":"0.000000","weight":"50.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-20 15:05:59","date_upd":"2026-06-15 13:00:06","advanced_stock_management":"0","pack_stock_type":"3","state":"1","origin_id":"26:galap1162360","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:galav6776","code_moteur_field":"","vehicule_ref_id":"VF7VBYHRKMZ078912","vehicule_ktype":"","vehicule_ref_etat":"4","date_reset_vin_etat":null,"date_to_delete":"0000-00-00 00:00:00","origin_marque":"25","origin_modele":"308946","origin_modele_parent":"","origin_modele_parent_id":"","origin_version":"","origin_piece":"63","id_category_piece":"17843","id_category_marque":"461","id_category_modele":"13570","id_category_version":"13570","a_supprimer":"0","fake_deleted_at":null,"code_moteur_manually_updated":"0","uwp_to_delete":"0","origin_marque_id":"25","origin_modele_id":"308946","origin_piece_id":"63","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":"CAJA GARANTIZADA ( 6 MESES ).107.646 KM","link_rewrite":"boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul","old_link_rewrite":null,"meta_description":"","meta_keywords":"","meta_title":"","name":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","old_name":null,"available_now":"","available_later":"","delivery_in_stock":"","delivery_out_stock":"","remarque_field":"","new":"0","id_tampon_product":"7232971","id_modele_parent":"9825","id_energie":"0","id_seller":"26","id_country_seller":"6","id_image":"38995776-136262287","prix":"2270.000000","energie":"","libelle":"Bo\u00eete de vitesse manuelle d'occasion pour CITROEN Jumpy III VUL","seller_name":"USED WORLD PARTS","ordre_affichage":"15361","snipet":"[{\"value\":\"12 mois\",\"name\":\"Garantie\"}]","url_produit":"","url_photo":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-home_default.webp","fdp_incluse":"1","code_moteur":"","reference_constructeur":"20MB46","expansion_level":"0","id_product_attribute":"0","allow_oosp":0,"category":"boite-de-vitesse-manuelle","category_name":"Bo\u00eete de vitesse manuelle","link":"https:\/\/boutique.francecasse.fr\/boite-de-vitesse-manuelle\/38995776-boite-de-vitesse-manuelle-d-occasion-pour-citroen-jumpy-iii-vul.html","attribute_price":0,"price_tax_exc":2270,"price_without_reduction":2270,"price_without_reduction_without_tax":2270,"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\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"136262271","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/oeRFz_R_Q6Ob?publicKey=casse&accessToken=92ddeb90163c55ee6ebedfbc8f468ffee5e4381423e50ff1a759a388479c18a8","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/8\/7\/136262287-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262287","position":"2","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/hP_efWZTL361?publicKey=casse&accessToken=991722d4d79c29bbbf3a768d1050799bfa24f32ae9a14d734c28aad26caa9561","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/1\/0\/136262310-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262310","position":"3","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/uSrDddQ7vYIq?publicKey=casse&accessToken=3b98b302cbbbdf696c067d8182754d21b202ba4202b119193f6317fc660d30c2","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/4\/1\/136262341-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262341","position":"4","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/qKhoFTGzmbzg?publicKey=casse&accessToken=60d31ca9444a40dfce8de2f5f29ef1090f8210d0d0ee4f43044cd899326c08ad","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/5\/6\/136262356-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262356","position":"5","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/SSJEZnkEmh5x?publicKey=casse&accessToken=0df332d61e2a3d02741fc146f5507defe638b0158d48019107d8425045e26df0","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/6\/9\/136262369-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262369","position":"6","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/_X8I_JEiqAbz?publicKey=casse&accessToken=3831bd81df35d9100ae5b560725c7adc5660bc067cd67129edbc9a128f8070ba","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/8\/4\/136262384-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262384","position":"7","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/EzegI0OfQxR6?publicKey=casse&accessToken=88b73e65af70b839fa466cb9e5b74a9468b395f7146a2719df117076fb9d48e0","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/3\/9\/9\/136262399-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262399","position":"8","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/kjpYiZ1OjtCj?publicKey=casse&accessToken=ae26378de7206bdbe63772b76a96b35e78b56313e9dbcabafbc2676da7c5c0cf","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/1\/6\/136262416-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262416","position":"9","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/kYQz956Ym1g2?publicKey=casse&accessToken=e67655c2df13a001febb15c29fb2c158cdd87a3a760a592837557e6144f6ea42","associatedVariants":[]},{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/4\/3\/3\/136262433-large_default.webp","width":800,"height":800},"legend":"","cover":null,"id_image":"136262433","position":"10","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/xWbJWN2tAST8?publicKey=casse&accessToken=201ec4547b664e60500052a7e3c38237fc3abe0048e2e6e1a31e194fd4a0487d","associatedVariants":[]}],"cover":{"bySize":{"small_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-small_default.webp","width":98,"height":98},"cart_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-cart_default.webp","width":125,"height":125},"home_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-home_default.webp","width":250,"height":250},"medium_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-medium_default.webp","width":452,"height":452},"large_default":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-large_default.webp","width":800,"height":800}},"small":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-small_default.webp","width":98,"height":98},"medium":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-home_default.webp","width":250,"height":250},"large":{"url":"https:\/\/img.francecasse.fr\/1\/3\/6\/2\/6\/2\/2\/7\/1\/136262271-large_default.webp","width":800,"height":800},"legend":"","cover":"1","id_image":"136262271","position":"1","id_origin":"http:\/\/f2.mbrev.es\/users\/galcala\/images\/oeRFz_R_Q6Ob?publicKey=casse&accessToken=92ddeb90163c55ee6ebedfbc8f468ffee5e4381423e50ff1a759a388479c18a8","associatedVariants":[]},"has_discount":false,"discount_type":null,"discount_percentage":null,"discount_percentage_absolute":null,"discount_amount":null,"discount_amount_to_display":null,"price_amount":2270,"regular_price_amount":2270,"regular_price":"2\u00a0270,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\/17843-boite-de-vitesse-manuelle\/461-citroen\/13570-jumpy-iii-vul?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\/17843-boite-de-vitesse-manuelle\/461-citroen\/13570-jumpy-iii-vul?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\/17843-boite-de-vitesse-manuelle\/461-citroen\/13570-jumpy-iii-vul?order=product.product.price.desc.asc"}],"sort_selected":false,"sort_usures":[{"urlParameter":"","url":"https:\/\/boutique.francecasse.fr\/17843-boite-de-vitesse-manuelle\/461-citroen\/13570-jumpy-iii-vul","label":"Neuf + Occasion","current":true,"sort_usure_selected":"Neuf + Occasion"},{"urlParameter":"neuf","url":"https:\/\/boutique.francecasse.fr\/17843-boite-de-vitesse-manuelle\/461-citroen\/13570-jumpy-iii-vul?type=neuf","label":"Pi\u00e8ces neuves","current":false,"sort_usure_selected":"Pi\u00e8ces neuves"},{"urlParameter":"occasion","url":"https:\/\/boutique.francecasse.fr\/17843-boite-de-vitesse-manuelle\/461-citroen\/13570-jumpy-iii-vul?type=occasion","label":"Pi\u00e8ces d'occasion","current":false,"sort_usure_selected":null}],"sort_usure_selected":"Neuf + Occasion","pagination":{"total_items":28,"items_shown_from":1,"items_shown_to":20,"current_page":1,"pages_count":2,"pages":{"1":{"type":"page","page":1,"clickable":false,"current":true,"url":"https:\/\/boutique.francecasse.fr\/17843-boite-de-vitesse-manuelle\/461-citroen\/13570-jumpy-iii-vul"},"2":{"type":"page","page":2,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/17843-boite-de-vitesse-manuelle\/461-citroen\/13570-jumpy-iii-vul?page=2"},"3":{"type":"next","page":2,"clickable":true,"current":false,"url":"https:\/\/boutique.francecasse.fr\/17843-boite-de-vitesse-manuelle\/461-citroen\/13570-jumpy-iii-vul?page=2"}},"should_be_displayed":true},"rendered_facets":"","rendered_active_filters":"","js_enabled":true,"current_url":"https:\/\/boutique.francecasse.fr\/17843-boite-de-vitesse-manuelle\/461-citroen\/13570-jumpy-iii-vul","rendered_products_header":"\n                                                                                                                                                                                                                \n    <div id=\"js-product-list-header\">\n        <h1 class=\"h1\">\n            bo\u00eete de vitesse manuelle occasion Jumpy\n        <\/h1>\n    <\/div>\n"}