Salum
Cooperativa Produttori Agricoli sca

Salum Primitvo Negroamaro IGP 14,5% Vol. 0,75L

0 von 5.0 (0 Bewertungen)
  • Rotwein
  • Rebsorten: Primitivo, Negroamaro
  • Region: Puglia/Salento
  • Passt gut zu Rindfleisch und Lamm
Beschreibung & Zutaten
Sie haben Fragen zu diesem Produkt? Zur Wunschliste hinzufügen
Salum
Cooperativa Produttori Agricoli sca

Salum Primitvo Negroamaro IGP 14,5% Vol. 0,75L

0 von 5.0 (0 Bewertungen)
11,79 €
Inhalt: 0,75 Liter
(15,72 € / Liter)
inkl. MwSt.
In Kürze wieder verfügbar
Gerne informieren wir Sie, sobald der Artikel wieder verfügbar ist.
Versand nur 5,99 € innerhalb Deutschlands – ab 69 € Einkaufswert übernehmen wir die Versandkosten für Sie!
  • Rotwein
  • Rebsorten: Primitivo, Negroamaro
  • Region: Puglia/Salento
  • Passt gut zu Rindfleisch und Lamm

Beschreibung & Zutaten

{ "@context": "https://schema.org", "@type": "Product", "name": "Salum Primitivo Negroamaro IGP 14,5% Vol. 0,75L", "description": "Der Salum Primitivo Negroamaro IGP ist ein kräftiger Rotwein aus Apulien. Mit tiefroter Farbe, intensiven Noten von reifen Früchten, Gewürzen und feinen Tanninen begeistert er durch seinen vollen Körper und langen Nachhall.", "sku": "salum-primitivo-negroamaro-igp-075l", "brand": { "@type": "Brand", "name": "Salum" }, "category": "Getränke > Wein > Rotwein", "volume": "0,75L", "alcoholByVolume": "14,5%", "color": "Tiefrot", "allergen": "Enthält SULFITE." }

Salum Primitivo Negroamaro IGP 14,5% Vol. 0,75L

Der Salum Primitivo Negroamaro IGP verbindet die Kraft des Primitivo mit der Eleganz des Negroamaro. Mit tiefroter Farbe, fruchtigen Noten von Pflaumen und dunklen Beeren sowie würzigen Nuancen von Pfeffer und Zimt ist er ein charakterstarker Rotwein aus Apulien. Am Gaumen vollmundig, samtig und mit langem Abgang – ideal für Genießer kräftiger Weine.

Allergene

Enthält: SULFITE.

Rezeptideen

  • Rinderfilet mit Rotweinsauce: Der kräftige Körper des Weins harmoniert perfekt mit edlem Rindfleisch und intensiven Aromen der Sauce.
  • Pasta al Forno mit Auberginen: Herzhaftes Ofengericht, bei dem die fruchtig-würzigen Noten des Rotweins die mediterranen Zutaten wunderbar ergänzen.

Hersteller:
Cooperativa Produttori Agricoli sca, SP109, 72026 San Pancrazio Salentino BR


Herstellungsland:
Italy


EU Verantwortlicher:
Cooperativa Produttori Agricoli sca SP109 , 72026 San Pancrazio Salentino BR, Italia

Weitere interessante Artikel

Wird oft gekauft mit ...

$('.item-id-input-field').hide().find('input').val('4676')
window.addEventListener( 'load', function () { if ( $( ".widget-feedback" ).length ) { x(); } $( '.si .rating' ).on( 'click', function () { scrollTo('.widget-feedback'); } ); $( '#goDesc' ).on( 'click', function () { scrollTo('#anchorDesc'); } ); $( '#goTech' ).on( 'click', function () { scrollTo('#anchorTech'); } ); $( '.desc-tech .hl' ).on('click', function() { $(this).toggleClass('active').parent().toggleClass('closed').find('> div').slideToggle(400); }); var width = $('.si .fxm .m .rating .rate').attr('data-style'); $('.si .fxm .rate').css('width', width); var mzOptions = {}; mzOptions = { onZoomReady: function ( zoom ) { $( '.mz' ).removeClass( 'notready' ); } }; $('.desc-tech *').removeAttr('style'); if ( $( '#anchorTech' ).length && $(window).outerWidth() <= 1199 ) { $( '#anchorTech .hl' ).click(); } } ); $( window ).scroll( function () { if ( $( ".widget-feedback" ).length ) { x(); } } ); function x() { var toe = $( ".widget-feedback" ).offset().top; var boe = $( ".widget-feedback" ).offset().top + $( ".widget-feedback" ).outerHeight(); var bos = $( window ).scrollTop() + $( window ).innerHeight(); var tos = $( window ).scrollTop(); if ( ( bos > toe ) && ( tos < boe ) ) { setTimeout( function () { $( '.widget-feedback' ).removeClass( 'not-visible' ); }, 500 ); } } function scrollTo(y) { var $container = $( "html,body" ); var $scrollTo = $( y ); var headerHeight = 0; if ( $( window ).outerWidth() <= 1199 ) { headerHeight = 137; } else { headerHeight = 87; } if ( $scrollTo.length ) { $container.animate( { scrollTop: $scrollTo.offset().top - headerHeight - 50, scrollLeft: 0 }, 0 ); setTimeout(function () { $container.animate( { scrollTop: $scrollTo.offset().top - headerHeight - 50, scrollLeft: 0 }, 1000 ); }, 500 ); } }

🎁 Jetzt registrieren & Versandkosten sparen!

Legen Sie ein kostenloses Kundenkonto an und erhalten dafür:

  • Gutschein für kostenlosen Versand* – ab 30 € Bestellwert, direkt nach der Registrierung per E-Mail 📧
  • Schnellerer Bestellprozess – mit gespeicherten Adress- & Zahlungsdaten ⚡
  • Bestellübersicht & Sendungsverfolgung – alle Käufe bequem im Blick 🧾
  • Merklisten & Wiederbestellung – Lieblingsprodukte schnell finden ❤️
  • Monatliche Sonderrabatte – exklusiv für registrierte Kunden 🛍️
  • Zugang zu Aktionen & Vorteilsangeboten – nur für Mitglieder 🎯
🛒 Jetzt Kundenkonto anlegen

*Einmalig gültiger Gutscheincode für kostenlosen Standardversand ab 30 € Bestellwert. Versand erfolgt automatisch per E-Mail nach abgeschlossener Registrierung.

function hideNLpop() { localStorage.setItem('showNLpop', 'false'); $('.nl-pop').removeClass('is-visible'); } if(!localStorage.getItem('showNLpop')) { } function addEvent(t,e,n){t.addEventListener?t.addEventListener(e,n,!1):t.attachEvent&&t.attachEvent("on"+e,n)}addEvent(document,"mouseout",function(t){null==t.toElement&&null==t.relatedTarget&&(localStorage.getItem("showNLpop")||setTimeout(function(){$(".nl-pop").addClass("is-visible")},250))}); if ('ontouchstart' in document.documentElement) { if(!localStorage.getItem('showNLpop')) { setTimeout(function () { $('.nl-pop').addClass('is-visible'); }, 10990); } }

Salum Primitivo Negroamaro IGP 14,5% Vol. 0,75L

\n

Der Salum Primitivo Negroamaro IGP verbindet die Kraft des Primitivo mit der Eleganz des Negroamaro. Mit tiefroter Farbe, fruchtigen Noten von Pflaumen und dunklen Beeren sowie würzigen Nuancen von Pfeffer und Zimt ist er ein charakterstarker Rotwein aus Apulien. Am Gaumen vollmundig, samtig und mit langem Abgang – ideal für Genießer kräftiger Weine.

\n

Allergene

\n

Enthält: SULFITE.

\n

Rezeptideen

\n","id":5911,"lang":"de","itemId":4676,"name1":"Salum Primitvo Negroamaro IGP 14,5% Vol. 0,75L","shortDescription":"Rotwein; Rebsorten: Primitivo, Negroamaro; Region: Puglia/Salento; Passt gut zu Rindfleisch und Lamm","keywords":"rotwein"},"unit":{"names":{"unitId":5,"lang":"de","name":"Liter"},"unitOfMeasurement":"LTR","content":0.75},"variationProperties":[{"id":3,"position":0,"name":"Webshop Filter / Facettensuche","description":"","properties":[{"cast":"selection","referrer":[1],"names":{"description":"","updatedAt":"2023-03-15 12:29:58","name":"[10] Marke","propertyId":10,"lang":"de","id":10,"createdAt":"2023-03-15 12:28:44"},"clients":[54184],"display":["showInItemListing","showOnItemsPage"],"options":[],"groups":[{"names":{"createdAt":"2022-11-09 09:32:22","lang":"de","description":"","id":4,"groupId":3,"updatedAt":"2022-11-09 09:32:22","name":"Webshop Filter / Facettensuche"},"options":[{"groupId":3,"updatedAt":"2022-11-15 09:40:54","type":"groupType","value":"none","id":13,"createdAt":"2022-11-15 09:40:54"},{"value":"flat","groupId":3,"createdAt":"2022-11-15 09:40:54","type":"surchargeType","updatedAt":"2022-11-15 09:40:54","id":14}],"position":0,"id":3,"createdAt":"2022-11-09 09:32:22","updatedAt":"2022-11-09 09:32:22"}],"id":10,"groupId":3,"position":0,"markup":0,"values":{"selectionId":447,"lang":"de","value":"Salum","description":"","position":1}}],"propertyId":null}],"tags":[],"properties":[],"hasOrderProperties":false,"hasRequiredOrderProperty":false,"prices":{"default":{"price":{"value":11.79,"formatted":"11,79 €"},"unitPrice":{"value":11.79,"formatted":"11,79 €"},"basePrice":"15,72 € / Liter","baseLot":1,"baseUnit":"LTR","baseSinglePrice":15.72,"minimumOrderQuantity":1,"contactClassDiscount":{"percent":0,"amount":0},"categoryDiscount":{"percent":0,"amount":0},"currency":"EUR","lowestPrice":{"value":null,"formatted":""},"vat":{"id":0,"value":19},"isNet":false,"data":{"salesPriceId":1,"price":11.79,"priceNet":9.9075630252101,"basePrice":11.79,"basePriceNet":9.9075630252101,"unitPrice":11.79,"unitPriceNet":9.9075630252101,"lowestPrice":null,"lowestPriceNet":null,"customerClassDiscountPercent":0,"customerClassDiscount":0,"customerClassDiscountNet":0,"categoryDiscountPercent":0,"categoryDiscount":0,"categoryDiscountNet":0,"vatId":0,"vatValue":19,"currency":"EUR","interval":"none","conversionFactor":1,"minimumOrderQuantity":"1.00","updatedAt":"2023-09-08 06:42:24","type":"default","pricePosition":2}},"rrp":{"price":{"value":6.69,"formatted":"6,69 €"},"unitPrice":{"value":6.69,"formatted":"6,69 €"},"basePrice":"8,92 € / Liter","baseLot":1,"baseUnit":"LTR","baseSinglePrice":8.92,"minimumOrderQuantity":1,"contactClassDiscount":{"percent":0,"amount":0},"categoryDiscount":{"percent":0,"amount":0},"currency":"EUR","lowestPrice":{"value":null,"formatted":""},"vat":{"id":0,"value":19},"isNet":false,"data":{"salesPriceId":15,"price":6.69,"priceNet":5.6218487394958,"basePrice":6.69,"basePriceNet":5.6218487394958,"unitPrice":6.69,"unitPriceNet":5.6218487394958,"lowestPrice":null,"lowestPriceNet":null,"customerClassDiscountPercent":0,"customerClassDiscount":0,"customerClassDiscountNet":0,"categoryDiscountPercent":0,"categoryDiscount":0,"categoryDiscountNet":0,"vatId":0,"vatValue":19,"currency":"EUR","interval":"none","conversionFactor":1,"minimumOrderQuantity":"1.00","updatedAt":"2024-11-28 14:38:14","type":"rrp","pricePosition":7}},"set":null,"specialOffer":null,"graduatedPrices":[{"price":{"value":11.79,"formatted":"11,79 €"},"unitPrice":{"value":11.79,"formatted":"11,79 €"},"basePrice":"15,72 € / Liter","baseLot":1,"baseUnit":"LTR","baseSinglePrice":15.72,"minimumOrderQuantity":1,"contactClassDiscount":{"percent":0,"amount":0},"categoryDiscount":{"percent":0,"amount":0},"currency":"EUR","lowestPrice":{"value":null,"formatted":""},"vat":{"id":0,"value":19},"isNet":false,"data":{"salesPriceId":1,"price":11.79,"priceNet":9.9075630252101,"basePrice":11.79,"basePriceNet":9.9075630252101,"unitPrice":11.79,"unitPriceNet":9.9075630252101,"lowestPrice":null,"lowestPriceNet":null,"customerClassDiscountPercent":0,"customerClassDiscount":0,"customerClassDiscountNet":0,"categoryDiscountPercent":0,"categoryDiscount":0,"categoryDiscountNet":0,"vatId":0,"vatValue":19,"currency":"EUR","interval":"none","conversionFactor":1,"minimumOrderQuantity":"1.00","updatedAt":"2023-09-08 06:42:24","type":"default","pricePosition":2}}]},"facets":[],"attributes":[]},"id":3270}]},"variationCache":{"3270":{"documents":[{"data":{"item":{"id":4676,"add_cms_page":"0","condition":{"id":0,"names":{"lang":"de","name":"Neu"}},"free16":"Italy","storeSpecial":null,"manufacturerId":159,"producingCountryId":15,"revenueAccount":0,"conditionApi":{"id":0,"names":{"lang":"de","name":"Neu"}},"ageRestriction":18,"itemType":"default","producingCountry":{"names":{"name":"Italia","lang":"de"},"shippingDestinationId":103,"name":"Italy","id":15,"storehouseId":0,"active":2,"lang":"de","isoCode3":"ITA","isCountryStateMandatory":null,"isoCode2":"IT"},"manufacturer":{"id":159,"name":"Cooperativa Produttori Agricoli sca","legalName":null,"logo":"","url":"","contactUrl":null,"street":"SP109","email":"","position":0,"responsibleName":"Cooperativa Produttori Agricoli sca","responsibleStreet":"SP109","responsibleHouseNo":"","responsiblePostCode":"72026","responsibleTown":"San Pancrazio Salentino BR","responsibleCountry":15,"responsibleEmail":"","responsibleContactUrl":null,"responsiblePhoneNo":"","pixmaniaBrandId":0,"neckermannBrandId":0,"externalName":"Cooperativa Produttori Agricoli sca","neckermannAtEpBrandId":0,"postcode":"72026","houseNo":"","town":"San Pancrazio Salentino BR","countryId":15,"phoneNumber":null,"faxNumber":null,"laRedouteBrandId":0,"comment":"","updatedAt":"2024-12-03T12:15:32+01:00","nameExternal":"Cooperativa Produttori Agricoli sca","countryObject":{"names":[{"id":15,"language":"de","name":"Italia","country_id":"15"},{"id":264,"language":"en","name":"Italy","country_id":"15"}],"shippingDestinationId":103,"name":"Italia","id":15,"storehouseId":0,"active":2,"lang":"de","isoCode3":"ITA","isCountryStateMandatory":null,"isoCode2":"IT"},"responsibleCountryObject":{"names":[{"id":15,"language":"de","name":"Italia","country_id":"15"},{"id":264,"language":"en","name":"Italy","country_id":"15"}],"shippingDestinationId":103,"name":"Italia","id":15,"storehouseId":0,"active":2,"lang":"de","isoCode3":"ITA","isCountryStateMandatory":null,"isoCode2":"IT"}},"feedbackDecimal":null,"feedbackCount":null,"rebate":0,"salableVariationCount":0,"customsTariffNumber":""},"stock":{"net":0},"barcodes":[{"referrers":[-1],"id":1,"name":"GTIN 13","createdAt":"0000-00-00 00:00:00","updatedAt":"2017-04-19 13:06:00","type":"GTIN_13","code":"8058964985064"}],"defaultCategories":[{"id":436,"parentCategoryId":433,"level":2,"type":"item","linklist":true,"right":"all","sitemap":true,"updatedAt":"2022-11-10T15:27:05+01:00","manually":false,"plentyId":54184}],"filter":{"hasManufacturer":true,"isSalable":false,"isSalableAndActive":false,"hasActiveChildren":true},"images":{"all":[{"url":"https://cdn02.plentymarkets.com/4czjknfq4gwh/item/images/4676/full/4676-1.jpg","names":{"imageId":2413,"lang":"de","alternate":"","name":"Salum Primitvo Negroamaro IGP 14,5% Vol. 0,75L"},"position":0,"urlSecondPreview":"https://cdn02.plentymarkets.com/4czjknfq4gwh/item/images/4676/secondPreview/4676-1.jpg","urlMiddle":"https://cdn02.plentymarkets.com/4czjknfq4gwh/item/images/4676/middle/4676-1.jpg","urlPreview":"https://cdn02.plentymarkets.com/4czjknfq4gwh/item/images/4676/preview/4676-1.jpg","path":"S3:4676:4676-1.jpg","cleanImageName":"4676-1.jpg"},{"names":{"alternate":"","lang":"de","name":"","imageId":2414},"urlSecondPreview":"https://cdn02.plentymarkets.com/4czjknfq4gwh/item/images/4676/secondPreview/4676-2.jpg","path":"S3:4676:4676-2.jpg","urlPreview":"https://cdn02.plentymarkets.com/4czjknfq4gwh/item/images/4676/preview/4676-2.jpg","urlMiddle":"https://cdn02.plentymarkets.com/4czjknfq4gwh/item/images/4676/middle/4676-2.jpg","url":"https://cdn02.plentymarkets.com/4czjknfq4gwh/item/images/4676/full/4676-2.jpg","position":1,"cleanImageName":"4676-2.jpg"}],"variation":[]},"variation":{"mainVariationId":null,"position":null,"number":"4676","model":"","externalId":"4676","availabilityId":5,"stockLimitation":1,"maximumOrderQuantity":null,"minimumOrderQuantity":1,"intervalOrderQuantity":1,"availableUntil":null,"releasedAt":null,"name":"Salum Primitvo Negroamaro IGP 14,5% Vol. 0,75L","weightG":1857,"weightNetG":1615,"widthMM":75,"lengthMM":75,"heightMM":300,"unitsContained":1,"vatId":0,"bundleType":"bundle_item","mayShowUnitPrice":true,"customsTariffNumber":"in stock","availabilityUpdatedAt":"2024-03-12T00:39:16+01:00","availability":{"id":5,"icon":"av5.gif","averageDays":60,"createdAt":"2021-03-25 13:40:47","updatedAt":"2021-03-25 13:40:47","names":{"id":55,"availabilityId":5,"lang":"de","name":"In Kürze wieder verfügbar","createdAt":"2023-12-06 12:03:58","updatedAt":"2023-12-06 12:03:58"},"iconPath":"/tpl/availability/av5.gif","mappedAvailability":"https://schema.org/OutOfStock"},"id":3270,"unitCombinationId":150},"texts":{"technicalData":"","name3":"Salum Primitvo Negroamaro IGP 14,5% Vol. 0,75L","metaDescription":"Enthält Sulfite","urlPath":"neu-getraenke/rotwein/salum-primitvo-negroamaro-igp-14-5-vol-750ml","name2":"Salum Primitvo Negroamaro IGP 14,5% Vol. 0,75L , Grundpreis: 15.72 € je Liter , zzgl. 5,99€ Versand","title":"","description":"\n{\n \"@context\": \"https://schema.org\",\n \"@type\": \"Product\",\n \"name\": \"Salum Primitivo Negroamaro IGP 14,5% Vol. 0,75L\",\n \"description\": \"Der Salum Primitivo Negroamaro IGP ist ein kräftiger Rotwein aus Apulien. Mit tiefroter Farbe, intensiven Noten von reifen Früchten, Gewürzen und feinen Tanninen begeistert er durch seinen vollen Körper und langen Nachhall.\",\n \"sku\": \"salum-primitivo-negroamaro-igp-075l\",\n \"brand\": {\n \"@type\": \"Brand\",\n \"name\": \"Salum\"\n },\n \"category\": \"Getränke > Wein > Rotwein\",\n \"volume\": \"0,75L\",\n \"alcoholByVolume\": \"14,5%\",\n \"color\": \"Tiefrot\",\n \"allergen\": \"Enthält SULFITE.\"\n}\n

Salum Primitivo Negroamaro IGP 14,5% Vol. 0,75L

\n

Der Salum Primitivo Negroamaro IGP verbindet die Kraft des Primitivo mit der Eleganz des Negroamaro. Mit tiefroter Farbe, fruchtigen Noten von Pflaumen und dunklen Beeren sowie würzigen Nuancen von Pfeffer und Zimt ist er ein charakterstarker Rotwein aus Apulien. Am Gaumen vollmundig, samtig und mit langem Abgang – ideal für Genießer kräftiger Weine.

\n

Allergene

\n

Enthält: SULFITE.

\n

Rezeptideen

\n","id":5911,"lang":"de","itemId":4676,"name1":"Salum Primitvo Negroamaro IGP 14,5% Vol. 0,75L","shortDescription":"Rotwein; Rebsorten: Primitivo, Negroamaro; Region: Puglia/Salento; Passt gut zu Rindfleisch und Lamm","keywords":"rotwein"},"unit":{"names":{"unitId":5,"lang":"de","name":"Liter"},"unitOfMeasurement":"LTR","content":0.75},"variationProperties":[{"id":3,"position":0,"name":"Webshop Filter / Facettensuche","description":"","properties":[{"cast":"selection","referrer":[1],"names":{"description":"","updatedAt":"2023-03-15 12:29:58","name":"[10] Marke","propertyId":10,"lang":"de","id":10,"createdAt":"2023-03-15 12:28:44"},"clients":[54184],"display":["showInItemListing","showOnItemsPage"],"options":[],"groups":[{"names":{"createdAt":"2022-11-09 09:32:22","lang":"de","description":"","id":4,"groupId":3,"updatedAt":"2022-11-09 09:32:22","name":"Webshop Filter / Facettensuche"},"options":[{"groupId":3,"updatedAt":"2022-11-15 09:40:54","type":"groupType","value":"none","id":13,"createdAt":"2022-11-15 09:40:54"},{"value":"flat","groupId":3,"createdAt":"2022-11-15 09:40:54","type":"surchargeType","updatedAt":"2022-11-15 09:40:54","id":14}],"position":0,"id":3,"createdAt":"2022-11-09 09:32:22","updatedAt":"2022-11-09 09:32:22"}],"id":10,"groupId":3,"position":0,"markup":0,"values":{"selectionId":447,"lang":"de","value":"Salum","description":"","position":1}}],"propertyId":null}],"tags":[],"properties":[],"hasOrderProperties":false,"hasRequiredOrderProperty":false,"prices":{"default":{"price":{"value":11.79,"formatted":"11,79 €"},"unitPrice":{"value":11.79,"formatted":"11,79 €"},"basePrice":"15,72 € / Liter","baseLot":1,"baseUnit":"LTR","baseSinglePrice":15.72,"minimumOrderQuantity":1,"contactClassDiscount":{"percent":0,"amount":0},"categoryDiscount":{"percent":0,"amount":0},"currency":"EUR","lowestPrice":{"value":null,"formatted":""},"vat":{"id":0,"value":19},"isNet":false,"data":{"salesPriceId":1,"price":11.79,"priceNet":9.9075630252101,"basePrice":11.79,"basePriceNet":9.9075630252101,"unitPrice":11.79,"unitPriceNet":9.9075630252101,"lowestPrice":null,"lowestPriceNet":null,"customerClassDiscountPercent":0,"customerClassDiscount":0,"customerClassDiscountNet":0,"categoryDiscountPercent":0,"categoryDiscount":0,"categoryDiscountNet":0,"vatId":0,"vatValue":19,"currency":"EUR","interval":"none","conversionFactor":1,"minimumOrderQuantity":"1.00","updatedAt":"2023-09-08 06:42:24","type":"default","pricePosition":2}},"rrp":{"price":{"value":6.69,"formatted":"6,69 €"},"unitPrice":{"value":6.69,"formatted":"6,69 €"},"basePrice":"8,92 € / Liter","baseLot":1,"baseUnit":"LTR","baseSinglePrice":8.92,"minimumOrderQuantity":1,"contactClassDiscount":{"percent":0,"amount":0},"categoryDiscount":{"percent":0,"amount":0},"currency":"EUR","lowestPrice":{"value":null,"formatted":""},"vat":{"id":0,"value":19},"isNet":false,"data":{"salesPriceId":15,"price":6.69,"priceNet":5.6218487394958,"basePrice":6.69,"basePriceNet":5.6218487394958,"unitPrice":6.69,"unitPriceNet":5.6218487394958,"lowestPrice":null,"lowestPriceNet":null,"customerClassDiscountPercent":0,"customerClassDiscount":0,"customerClassDiscountNet":0,"categoryDiscountPercent":0,"categoryDiscount":0,"categoryDiscountNet":0,"vatId":0,"vatValue":19,"currency":"EUR","interval":"none","conversionFactor":1,"minimumOrderQuantity":"1.00","updatedAt":"2024-11-28 14:38:14","type":"rrp","pricePosition":7}},"set":null,"specialOffer":null,"graduatedPrices":[{"price":{"value":11.79,"formatted":"11,79 €"},"unitPrice":{"value":11.79,"formatted":"11,79 €"},"basePrice":"15,72 € / Liter","baseLot":1,"baseUnit":"LTR","baseSinglePrice":15.72,"minimumOrderQuantity":1,"contactClassDiscount":{"percent":0,"amount":0},"categoryDiscount":{"percent":0,"amount":0},"currency":"EUR","lowestPrice":{"value":null,"formatted":""},"vat":{"id":0,"value":19},"isNet":false,"data":{"salesPriceId":1,"price":11.79,"priceNet":9.9075630252101,"basePrice":11.79,"basePriceNet":9.9075630252101,"unitPrice":11.79,"unitPriceNet":9.9075630252101,"lowestPrice":null,"lowestPriceNet":null,"customerClassDiscountPercent":0,"customerClassDiscount":0,"customerClassDiscountNet":0,"categoryDiscountPercent":0,"categoryDiscount":0,"categoryDiscountNet":0,"vatId":0,"vatValue":19,"currency":"EUR","interval":"none","conversionFactor":1,"minimumOrderQuantity":"1.00","updatedAt":"2023-09-08 06:42:24","type":"default","pricePosition":2}}]},"facets":[],"attributes":[]},"id":3270}]}},"variationMarkInvalidProperties":false,"variationOrderQuantity":1,"initialVariationId":3270,"pleaseSelectVariationId":0,"variationSelect":{"attributes":[],"isVariationSelected":true,"selectedAttributes":{},"selectedUnit":null,"units":[],"variations":[],"variationsLoading":false}},"isItemSet":false,"itemSetId":0,"isSetLoading":false,"isAddToBasketLoading":0,"previewItemId":0,"setComponentIds":[],"mainItemId":4676},"itemSearch":{"autocompleteRequest":null,"autocompleteResult":{"item":[],"category":[],"suggestion":[]},"autocompleteSearchString":"","autocompleteTypes":["suggestion","item","category","suggestion","item","category"],"autocompleteIsLoading":false},"lastSeen":{"containers":{},"isLastSeenItemsLoading":false,"lastSeenItems":[]},"lazyComponent":{"components":{}},"liveShopping":{"liveShoppingOffers":{}},"localization":{"shippingCountries":[{"id":1,"isoCode2":"DE","currLangName":"Deutschland","vatCodes":["DE"],"states":[{"id":1,"name":"Baden-Württemberg"},{"id":2,"name":"Bayern"},{"id":3,"name":"Berlin"},{"id":4,"name":"Brandenburg"},{"id":5,"name":"Bremen"},{"id":6,"name":"Hamburg"},{"id":7,"name":"Hessen"},{"id":8,"name":"Mecklenburg-Vorpommern"},{"id":9,"name":"Niedersachsen"},{"id":10,"name":"Nordrhein-Westfalen"},{"id":11,"name":"Rheinland-Pfalz"},{"id":12,"name":"Saarland"},{"id":13,"name":"Sachsen"},{"id":14,"name":"Sachsen-Anhalt"},{"id":15,"name":"Schleswig-Holstein"},{"id":16,"name":"Thüringen"}]},{"id":10,"isoCode2":"FR","currLangName":"Frankreich","vatCodes":["FR"],"states":[]},{"id":2,"isoCode2":"AT","currLangName":"Österreich","vatCodes":["ATU"],"states":[]}],"shippingCountryId":1,"euShippingCountries":[]},"navigation":{"tree":[],"cachedTrees":{},"categoryChildren":[],"isMobileNavigationOpen":false},"orderReturn":{"orderData":{},"orderAccessKey":"","orderReturnItems":[],"orderReturnNote":""},"user":{"userData":null},"wishList":{"wishListIds":[],"wishListItems":[],"inactiveVariationIds":[],"isWishListInitiallyLoading":false,"isLoading":false},"feedback":{"authenticatedUser":{},"invisibleFeedbacks":[],"counts":{},"feedbacks":[],"itemAttributes":[],"pagination":{"isLastPage":true,"lastPage":1,"currentPage":1}}}