1
0.62 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.41 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
3
0.25 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
4
0.10 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
5
0.57 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.34 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ɦõ¿\t ‚D±±&xÃjí,Q "
"widgets/checkout/info "
"widgets/checkout/info/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0xC9A6F5BF098244B1B12678C36AED2C51 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'widgets/checkout/info' OR seo_path_info = 'widgets/checkout/info/' ));
Copy
7
0.32 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ɦõ¿\t ‚D±±&xÃjí,Q "
"/widgets/checkout/info "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0xC9A6F5BF098244B1B12678C36AED2C51 ) AND (path_info = '/widgets/checkout/info' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
1.08 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
9
0.33 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
10
0.37 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
"mRZKEd4togwbXKJb1qO1NLvGdeEPaYlM "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xC9A6F5BF098244B1B12678C36AED2C51 ) AND (token = 'mRZKEd4togwbXKJb1qO1NLvGdeEPaYlM' ) LIMIT 1 ;
Copy
11
0.30 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0xC9A6F5BF098244B1B12678C36AED2C51
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
12
0.61 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0xC9A6F5BF098244B1B12678C36AED2C51 );
Copy
13
0.23 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0xC9A6F5BF098244B1B12678C36AED2C51 ));
Copy
14
0.23 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
15
0.28 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"=Í¿PnVGÖ±è€\r Œ¬\r { "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x3DCDBF506E5647D6B1E8800D8CAC0D7B );
Copy
16
0.42 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.evpPriceSettings` . `id` as `customer_group.evpPriceSettings.id` , `customer_group.evpPriceSettings` . `customer_group_id` as `customer_group.evpPriceSettings.customerGroupId` , `customer_group.evpPriceSettings` . `reference_price_customer_group_id` as `customer_group.evpPriceSettings.referencePriceCustomerGroupId` , `customer_group.evpPriceSettings` . `reference_price_rule_id` as `customer_group.evpPriceSettings.referencePriceRuleId` , `customer_group.evpPriceSettings` . `show_net_price` as `customer_group.evpPriceSettings.showNetPrice` , `customer_group.evpPriceSettings` . `use_pseudo_price` as `customer_group.evpPriceSettings.usePseudoPrice` , `customer_group.evpPriceSettings` . `display_on_detail` as `customer_group.evpPriceSettings.displayOnDetail` , `customer_group.evpPriceSettings` . `display_in_cart` as `customer_group.evpPriceSettings.displayInCart` , `customer_group.evpPriceSettings` . `display_in_listing` as `customer_group.evpPriceSettings.displayInListing` , `customer_group.evpPriceSettings` . `active` as `customer_group.evpPriceSettings.active` , `customer_group.evpPriceSettings.referencePriceRule` . `id` as `customer_group.evpPriceSettings.referencePriceRule.id` , `customer_group.evpPriceSettings.referencePriceRule` . `name` as `customer_group.evpPriceSettings.referencePriceRule.name` , `customer_group.evpPriceSettings.referencePriceRule` . `priority` as `customer_group.evpPriceSettings.referencePriceRule.priority` , `customer_group.evpPriceSettings.referencePriceRule` . `description` as `customer_group.evpPriceSettings.referencePriceRule.description` , `customer_group.evpPriceSettings.referencePriceRule` . `payload` as `customer_group.evpPriceSettings.referencePriceRule.payload` , `customer_group.evpPriceSettings.referencePriceRule` . `invalid` as `customer_group.evpPriceSettings.referencePriceRule.invalid` , `customer_group.evpPriceSettings.referencePriceRule` . `areas` as `customer_group.evpPriceSettings.referencePriceRule.areas` , `customer_group.evpPriceSettings.referencePriceRule` . `custom_fields` as `customer_group.evpPriceSettings.referencePriceRule.customFields` , `customer_group.evpPriceSettings.referencePriceRule` . `module_types` as `customer_group.evpPriceSettings.referencePriceRule.moduleTypes` , `customer_group.evpPriceSettings.referencePriceRule` . `created_at` as `customer_group.evpPriceSettings.referencePriceRule.createdAt` , `customer_group.evpPriceSettings.referencePriceRule` . `updated_at` as `customer_group.evpPriceSettings.referencePriceRule.updatedAt` , `customer_group.evpPriceSettings` . `created_at` as `customer_group.evpPriceSettings.createdAt` , `customer_group.evpPriceSettings` . `updated_at` as `customer_group.evpPriceSettings.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN `coe_evp_price_customer_group_setting` `customer_group.evpPriceSettings` ON `customer_group` . `id` = `customer_group.evpPriceSettings` . `customer_group_id` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` LEFT JOIN `rule` `customer_group.evpPriceSettings.referencePriceRule` ON `customer_group.evpPriceSettings` . `reference_price_rule_id` = `customer_group.evpPriceSettings.referencePriceRule` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"û·@CŒXK(®øïSJÓhÅ "
]
SELECT
`customer_group` . `id` as `customer_group.id` ,
`customer_group` . `display_gross` as `customer_group.displayGross` ,
`customer_group` . `registration_active` as `customer_group.registrationActive` ,
`customer_group` . `created_at` as `customer_group.createdAt` ,
`customer_group` . `updated_at` as `customer_group.updatedAt` ,
`customer_group.evpPriceSettings` . `id` as `customer_group.evpPriceSettings.id` ,
`customer_group.evpPriceSettings` . `customer_group_id` as `customer_group.evpPriceSettings.customerGroupId` ,
`customer_group.evpPriceSettings` . `reference_price_customer_group_id` as `customer_group.evpPriceSettings.referencePriceCustomerGroupId` ,
`customer_group.evpPriceSettings` . `reference_price_rule_id` as `customer_group.evpPriceSettings.referencePriceRuleId` ,
`customer_group.evpPriceSettings` . `show_net_price` as `customer_group.evpPriceSettings.showNetPrice` ,
`customer_group.evpPriceSettings` . `use_pseudo_price` as `customer_group.evpPriceSettings.usePseudoPrice` ,
`customer_group.evpPriceSettings` . `display_on_detail` as `customer_group.evpPriceSettings.displayOnDetail` ,
`customer_group.evpPriceSettings` . `display_in_cart` as `customer_group.evpPriceSettings.displayInCart` ,
`customer_group.evpPriceSettings` . `display_in_listing` as `customer_group.evpPriceSettings.displayInListing` ,
`customer_group.evpPriceSettings` . `active` as `customer_group.evpPriceSettings.active` ,
`customer_group.evpPriceSettings.referencePriceRule` . `id` as `customer_group.evpPriceSettings.referencePriceRule.id` ,
`customer_group.evpPriceSettings.referencePriceRule` . `name` as `customer_group.evpPriceSettings.referencePriceRule.name` ,
`customer_group.evpPriceSettings.referencePriceRule` . `priority` as `customer_group.evpPriceSettings.referencePriceRule.priority` ,
`customer_group.evpPriceSettings.referencePriceRule` . `description` as `customer_group.evpPriceSettings.referencePriceRule.description` ,
`customer_group.evpPriceSettings.referencePriceRule` . `payload` as `customer_group.evpPriceSettings.referencePriceRule.payload` ,
`customer_group.evpPriceSettings.referencePriceRule` . `invalid` as `customer_group.evpPriceSettings.referencePriceRule.invalid` ,
`customer_group.evpPriceSettings.referencePriceRule` . `areas` as `customer_group.evpPriceSettings.referencePriceRule.areas` ,
`customer_group.evpPriceSettings.referencePriceRule` . `custom_fields` as `customer_group.evpPriceSettings.referencePriceRule.customFields` ,
`customer_group.evpPriceSettings.referencePriceRule` . `module_types` as `customer_group.evpPriceSettings.referencePriceRule.moduleTypes` ,
`customer_group.evpPriceSettings.referencePriceRule` . `created_at` as `customer_group.evpPriceSettings.referencePriceRule.createdAt` ,
`customer_group.evpPriceSettings.referencePriceRule` . `updated_at` as `customer_group.evpPriceSettings.referencePriceRule.updatedAt` ,
`customer_group.evpPriceSettings` . `created_at` as `customer_group.evpPriceSettings.createdAt` ,
`customer_group.evpPriceSettings` . `updated_at` as `customer_group.evpPriceSettings.updatedAt` ,
`customer_group.translation.name` ,
`customer_group.translation.name` as `customer_group.name` ,
`customer_group.translation.registrationTitle` ,
`customer_group.translation.registrationTitle` as `customer_group.registrationTitle` ,
`customer_group.translation.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` ,
`customer_group.translation.customFields` ,
`customer_group.translation.customFields` as `customer_group.customFields`
FROM
`customer_group`
LEFT JOIN `coe_evp_price_customer_group_setting` `customer_group.evpPriceSettings` ON `customer_group` . `id` = `customer_group.evpPriceSettings` . `customer_group_id`
LEFT JOIN (
SELECT
`customer_group.translation` . `customer_group_id` ,
`customer_group.translation` . `name` as `customer_group.translation.name` ,
`customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` ,
`customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` ,
`customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` ,
`customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription`
FROM
`customer_group_translation` `customer_group.translation`
WHERE
`customer_group.translation` . `language_id` = ?
) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id`
LEFT JOIN `rule` `customer_group.evpPriceSettings.referencePriceRule` ON `customer_group.evpPriceSettings` . `reference_price_rule_id` = `customer_group.evpPriceSettings.referencePriceRule` . `id`
WHERE
`customer_group` . `id` IN (? )
Copy
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.evpPriceSettings` . `id` as `customer_group.evpPriceSettings.id` , `customer_group.evpPriceSettings` . `customer_group_id` as `customer_group.evpPriceSettings.customerGroupId` , `customer_group.evpPriceSettings` . `reference_price_customer_group_id` as `customer_group.evpPriceSettings.referencePriceCustomerGroupId` , `customer_group.evpPriceSettings` . `reference_price_rule_id` as `customer_group.evpPriceSettings.referencePriceRuleId` , `customer_group.evpPriceSettings` . `show_net_price` as `customer_group.evpPriceSettings.showNetPrice` , `customer_group.evpPriceSettings` . `use_pseudo_price` as `customer_group.evpPriceSettings.usePseudoPrice` , `customer_group.evpPriceSettings` . `display_on_detail` as `customer_group.evpPriceSettings.displayOnDetail` , `customer_group.evpPriceSettings` . `display_in_cart` as `customer_group.evpPriceSettings.displayInCart` , `customer_group.evpPriceSettings` . `display_in_listing` as `customer_group.evpPriceSettings.displayInListing` , `customer_group.evpPriceSettings` . `active` as `customer_group.evpPriceSettings.active` , `customer_group.evpPriceSettings.referencePriceRule` . `id` as `customer_group.evpPriceSettings.referencePriceRule.id` , `customer_group.evpPriceSettings.referencePriceRule` . `name` as `customer_group.evpPriceSettings.referencePriceRule.name` , `customer_group.evpPriceSettings.referencePriceRule` . `priority` as `customer_group.evpPriceSettings.referencePriceRule.priority` , `customer_group.evpPriceSettings.referencePriceRule` . `description` as `customer_group.evpPriceSettings.referencePriceRule.description` , `customer_group.evpPriceSettings.referencePriceRule` . `payload` as `customer_group.evpPriceSettings.referencePriceRule.payload` , `customer_group.evpPriceSettings.referencePriceRule` . `invalid` as `customer_group.evpPriceSettings.referencePriceRule.invalid` , `customer_group.evpPriceSettings.referencePriceRule` . `areas` as `customer_group.evpPriceSettings.referencePriceRule.areas` , `customer_group.evpPriceSettings.referencePriceRule` . `custom_fields` as `customer_group.evpPriceSettings.referencePriceRule.customFields` , `customer_group.evpPriceSettings.referencePriceRule` . `module_types` as `customer_group.evpPriceSettings.referencePriceRule.moduleTypes` , `customer_group.evpPriceSettings.referencePriceRule` . `created_at` as `customer_group.evpPriceSettings.referencePriceRule.createdAt` , `customer_group.evpPriceSettings.referencePriceRule` . `updated_at` as `customer_group.evpPriceSettings.referencePriceRule.updatedAt` , `customer_group.evpPriceSettings` . `created_at` as `customer_group.evpPriceSettings.createdAt` , `customer_group.evpPriceSettings` . `updated_at` as `customer_group.evpPriceSettings.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN `coe_evp_price_customer_group_setting` `customer_group.evpPriceSettings` ON `customer_group` . `id` = `customer_group.evpPriceSettings` . `customer_group_id` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` LEFT JOIN `rule` `customer_group.evpPriceSettings.referencePriceRule` ON `customer_group.evpPriceSettings` . `reference_price_rule_id` = `customer_group.evpPriceSettings.referencePriceRule` . `id` WHERE `customer_group` . `id` IN (0xFBB740438C584B28AEF8EF534AD368C5 );
Copy
17
0.25 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
18
0.44 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"?‹Rk•iCá‡w¸Ê@k|) "
b"r”;psœH™šýI²·@Ç# "
b"w▄¹\r !»D=ÿµ\x05 'ÿüv¢ "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x3F8B526B956943E18777B8CA406B7C29 , 0x72943B70739C48999AFD49B2B740C723 , 0x77DCFB0D21AF443D98E60527988176BD ));
Copy
19
0.50 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"E½─cã\x17 CÊÉxØ▄W\x05 ¦º "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x45ABC463C61743D290789DDC5705DDA7 );
Copy
20
0.54 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L8>;;aLÀ°)´$¾ÌYM "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x4C383E3B3B614CC0B029B424BECC594D );
Copy
21
0.15 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"=Í¿PnVGÖ±è€\r Œ¬\r { "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x3DCDBF506E5647D6B1E8800D8CAC0D7B ) LIMIT 1 ;
Copy
22
0.66 ms
SELECT `customer` . `id` as `customer.id` , `customer` . `customer_group_id` as `customer.groupId` , `customer` . `sales_channel_id` as `customer.salesChannelId` , `customer` . `language_id` as `customer.languageId` , `customer` . `last_payment_method_id` as `customer.lastPaymentMethodId` , `customer` . `default_billing_address_id` as `customer.defaultBillingAddressId` , `customer` . `default_shipping_address_id` as `customer.defaultShippingAddressId` , `customer` . `auto_increment` as `customer.autoIncrement` , `customer` . `customer_number` as `customer.customerNumber` , `customer` . `salutation_id` as `customer.salutationId` , `customer` . `first_name` as `customer.firstName` , `customer` . `last_name` as `customer.lastName` , `customer` . `company` as `customer.company` , `customer` . `password` as `customer.password` , `customer` . `email` as `customer.email` , `customer` . `title` as `customer.title` , `customer` . `vat_ids` as `customer.vatIds` , `customer` . `affiliate_code` as `customer.affiliateCode` , `customer` . `campaign_code` as `customer.campaignCode` , `customer` . `active` as `customer.active` , `customer` . `double_opt_in_registration` as `customer.doubleOptInRegistration` , `customer` . `double_opt_in_email_sent_date` as `customer.doubleOptInEmailSentDate` , `customer` . `double_opt_in_confirm_date` as `customer.doubleOptInConfirmDate` , `customer` . `hash` as `customer.hash` , `customer` . `guest` as `customer.guest` , `customer` . `first_login` as `customer.firstLogin` , `customer` . `last_login` as `customer.lastLogin` , `customer` . `newsletter_sales_channel_ids` as `customer.newsletterSalesChannelIds` , `customer` . `birthday` as `customer.birthday` , `customer` . `last_order_date` as `customer.lastOrderDate` , `customer` . `order_count` as `customer.orderCount` , `customer` . `order_total_amount` as `customer.orderTotalAmount` , `customer` . `review_count` as `customer.reviewCount` , `customer` . `custom_fields` as `customer.customFields` , `customer` . `legacy_password` as `customer.legacyPassword` , `customer` . `legacy_encoder` as `customer.legacyEncoder` , `customer` . `remote_address` as `customer.remoteAddress` , `customer` . `tag_ids` as `customer.tagIds` , `customer` . `requested_customer_group_id` as `customer.requestedGroupId` , `customer` . `bound_sales_channel_id` as `customer.boundSalesChannelId` , `customer` . `account_type` as `customer.accountType` , `customer` . `created_by_id` as `customer.createdById` , `customer` . `updated_by_id` as `customer.updatedById` , `customer` . `default_payment_method_id` as `customer.defaultPaymentMethodId` , `customer` . `created_at` as `customer.createdAt` , `customer` . `updated_at` as `customer.updatedAt` , `customer.salutation` . `id` as `customer.salutation.id` , `customer.salutation` . `salutation_key` as `customer.salutation.salutationKey` , `customer.salutation` . `created_at` as `customer.salutation.createdAt` , `customer.salutation` . `updated_at` as `customer.salutation.updatedAt` , `customer.salutation.translation.displayName` , `customer.salutation.translation.displayName` as `customer.salutation.displayName` , `customer.salutation.translation.letterName` , `customer.salutation.translation.letterName` as `customer.salutation.letterName` , `customer.salutation.translation.customFields` , `customer.salutation.translation.customFields` as `customer.salutation.customFields` , `customer.defaultPaymentMethod` . `id` as `customer.defaultPaymentMethod.id` , `customer.defaultPaymentMethod` . `plugin_id` as `customer.defaultPaymentMethod.pluginId` , `customer.defaultPaymentMethod` . `handler_identifier` as `customer.defaultPaymentMethod.handlerIdentifier` , `customer.defaultPaymentMethod` . `position` as `customer.defaultPaymentMethod.position` , `customer.defaultPaymentMethod` . `active` as `customer.defaultPaymentMethod.active` , `customer.defaultPaymentMethod` . `after_order_enabled` as `customer.defaultPaymentMethod.afterOrderEnabled` , `customer.defaultPaymentMethod` . `availability_rule_id` as `customer.defaultPaymentMethod.availabilityRuleId` , `customer.defaultPaymentMethod` . `media_id` as `customer.defaultPaymentMethod.mediaId` , `customer.defaultPaymentMethod.appPaymentMethod` . `id` as `customer.defaultPaymentMethod.appPaymentMethod.id` , `customer.defaultPaymentMethod.appPaymentMethod` . `app_name` as `customer.defaultPaymentMethod.appPaymentMethod.appName` , `customer.defaultPaymentMethod.appPaymentMethod` . `identifier` as `customer.defaultPaymentMethod.appPaymentMethod.identifier` , `customer.defaultPaymentMethod.appPaymentMethod` . `pay_url` as `customer.defaultPaymentMethod.appPaymentMethod.payUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `finalize_url` as `customer.defaultPaymentMethod.appPaymentMethod.finalizeUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `validate_url` as `customer.defaultPaymentMethod.appPaymentMethod.validateUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `capture_url` as `customer.defaultPaymentMethod.appPaymentMethod.captureUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `refund_url` as `customer.defaultPaymentMethod.appPaymentMethod.refundUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `recurring_url` as `customer.defaultPaymentMethod.appPaymentMethod.recurringUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `app_id` as `customer.defaultPaymentMethod.appPaymentMethod.appId` , `customer.defaultPaymentMethod.appPaymentMethod` . `original_media_id` as `customer.defaultPaymentMethod.appPaymentMethod.originalMediaId` , `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` as `customer.defaultPaymentMethod.appPaymentMethod.paymentMethodId` , `customer.defaultPaymentMethod.appPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.appPaymentMethod.createdAt` , `customer.defaultPaymentMethod.appPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.appPaymentMethod.updatedAt` , `customer.defaultPaymentMethod` . `technical_name` as `customer.defaultPaymentMethod.technicalName` , `customer.defaultPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.createdAt` , `customer.defaultPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.updatedAt` , `customer.defaultPaymentMethod.translation.name` , `customer.defaultPaymentMethod.translation.name` as `customer.defaultPaymentMethod.name` , `customer.defaultPaymentMethod.translation.distinguishableName` , `customer.defaultPaymentMethod.translation.distinguishableName` as `customer.defaultPaymentMethod.distinguishableName` , `customer.defaultPaymentMethod.translation.description` , `customer.defaultPaymentMethod.translation.description` as `customer.defaultPaymentMethod.description` , `customer.defaultPaymentMethod.translation.customFields` , `customer.defaultPaymentMethod.translation.customFields` as `customer.defaultPaymentMethod.customFields` FROM `customer` LEFT JOIN `salutation` `customer.salutation` ON `customer` . `salutation_id` = `customer.salutation` . `id` LEFT JOIN `payment_method` `customer.defaultPaymentMethod` ON `customer` . `default_payment_method_id` = `customer.defaultPaymentMethod` . `id` LEFT JOIN (SELECT `customer.salutation.translation` . `salutation_id` , `customer.salutation.translation` . `display_name` as `customer.salutation.translation.displayName` , `customer.salutation.translation` . `letter_name` as `customer.salutation.translation.letterName` , `customer.salutation.translation` . `custom_fields` as `customer.salutation.translation.customFields` FROM `salutation_translation` `customer.salutation.translation` WHERE `customer.salutation.translation` . `language_id` = ? ) `customer.salutation.salutation_translation` ON `customer.salutation.salutation_translation` . `salutation_id` = `customer.salutation` . `id` LEFT JOIN `app_payment_method` `customer.defaultPaymentMethod.appPaymentMethod` ON `customer.defaultPaymentMethod` . `id` = `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` LEFT JOIN (SELECT `customer.defaultPaymentMethod.translation` . `payment_method_id` , `customer.defaultPaymentMethod.translation` . `name` as `customer.defaultPaymentMethod.translation.name` , `customer.defaultPaymentMethod.translation` . `distinguishable_name` as `customer.defaultPaymentMethod.translation.distinguishableName` , `customer.defaultPaymentMethod.translation` . `description` as `customer.defaultPaymentMethod.translation.description` , `customer.defaultPaymentMethod.translation` . `custom_fields` as `customer.defaultPaymentMethod.translation.customFields` FROM `payment_method_translation` `customer.defaultPaymentMethod.translation` WHERE `customer.defaultPaymentMethod.translation` . `language_id` = ? ) `customer.defaultPaymentMethod.payment_method_translation` ON `customer.defaultPaymentMethod.payment_method_translation` . `payment_method_id` = `customer.defaultPaymentMethod` . `id` WHERE (((`customer` . `bound_sales_channel_id` < = > ? OR `customer` . `bound_sales_channel_id` = ? ))) AND (`customer` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
null
b"ɦõ¿\t ‚D±±&xÃjí,Q "
b"dD#Í\f ÒF„µ*â\f hCÕÛ "
]
SELECT
`customer` . `id` as `customer.id` ,
`customer` . `customer_group_id` as `customer.groupId` ,
`customer` . `sales_channel_id` as `customer.salesChannelId` ,
`customer` . `language_id` as `customer.languageId` ,
`customer` . `last_payment_method_id` as `customer.lastPaymentMethodId` ,
`customer` . `default_billing_address_id` as `customer.defaultBillingAddressId` ,
`customer` . `default_shipping_address_id` as `customer.defaultShippingAddressId` ,
`customer` . `auto_increment` as `customer.autoIncrement` ,
`customer` . `customer_number` as `customer.customerNumber` ,
`customer` . `salutation_id` as `customer.salutationId` ,
`customer` . `first_name` as `customer.firstName` ,
`customer` . `last_name` as `customer.lastName` ,
`customer` . `company` as `customer.company` ,
`customer` . `password` as `customer.password` ,
`customer` . `email` as `customer.email` ,
`customer` . `title` as `customer.title` ,
`customer` . `vat_ids` as `customer.vatIds` ,
`customer` . `affiliate_code` as `customer.affiliateCode` ,
`customer` . `campaign_code` as `customer.campaignCode` ,
`customer` . `active` as `customer.active` ,
`customer` . `double_opt_in_registration` as `customer.doubleOptInRegistration` ,
`customer` . `double_opt_in_email_sent_date` as `customer.doubleOptInEmailSentDate` ,
`customer` . `double_opt_in_confirm_date` as `customer.doubleOptInConfirmDate` ,
`customer` . `hash` as `customer.hash` ,
`customer` . `guest` as `customer.guest` ,
`customer` . `first_login` as `customer.firstLogin` ,
`customer` . `last_login` as `customer.lastLogin` ,
`customer` . `newsletter_sales_channel_ids` as `customer.newsletterSalesChannelIds` ,
`customer` . `birthday` as `customer.birthday` ,
`customer` . `last_order_date` as `customer.lastOrderDate` ,
`customer` . `order_count` as `customer.orderCount` ,
`customer` . `order_total_amount` as `customer.orderTotalAmount` ,
`customer` . `review_count` as `customer.reviewCount` ,
`customer` . `custom_fields` as `customer.customFields` ,
`customer` . `legacy_password` as `customer.legacyPassword` ,
`customer` . `legacy_encoder` as `customer.legacyEncoder` ,
`customer` . `remote_address` as `customer.remoteAddress` ,
`customer` . `tag_ids` as `customer.tagIds` ,
`customer` . `requested_customer_group_id` as `customer.requestedGroupId` ,
`customer` . `bound_sales_channel_id` as `customer.boundSalesChannelId` ,
`customer` . `account_type` as `customer.accountType` ,
`customer` . `created_by_id` as `customer.createdById` ,
`customer` . `updated_by_id` as `customer.updatedById` ,
`customer` . `default_payment_method_id` as `customer.defaultPaymentMethodId` ,
`customer` . `created_at` as `customer.createdAt` ,
`customer` . `updated_at` as `customer.updatedAt` ,
`customer.salutation` . `id` as `customer.salutation.id` ,
`customer.salutation` . `salutation_key` as `customer.salutation.salutationKey` ,
`customer.salutation` . `created_at` as `customer.salutation.createdAt` ,
`customer.salutation` . `updated_at` as `customer.salutation.updatedAt` ,
`customer.salutation.translation.displayName` ,
`customer.salutation.translation.displayName` as `customer.salutation.displayName` ,
`customer.salutation.translation.letterName` ,
`customer.salutation.translation.letterName` as `customer.salutation.letterName` ,
`customer.salutation.translation.customFields` ,
`customer.salutation.translation.customFields` as `customer.salutation.customFields` ,
`customer.defaultPaymentMethod` . `id` as `customer.defaultPaymentMethod.id` ,
`customer.defaultPaymentMethod` . `plugin_id` as `customer.defaultPaymentMethod.pluginId` ,
`customer.defaultPaymentMethod` . `handler_identifier` as `customer.defaultPaymentMethod.handlerIdentifier` ,
`customer.defaultPaymentMethod` . `position` as `customer.defaultPaymentMethod.position` ,
`customer.defaultPaymentMethod` . `active` as `customer.defaultPaymentMethod.active` ,
`customer.defaultPaymentMethod` . `after_order_enabled` as `customer.defaultPaymentMethod.afterOrderEnabled` ,
`customer.defaultPaymentMethod` . `availability_rule_id` as `customer.defaultPaymentMethod.availabilityRuleId` ,
`customer.defaultPaymentMethod` . `media_id` as `customer.defaultPaymentMethod.mediaId` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `id` as `customer.defaultPaymentMethod.appPaymentMethod.id` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `app_name` as `customer.defaultPaymentMethod.appPaymentMethod.appName` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `identifier` as `customer.defaultPaymentMethod.appPaymentMethod.identifier` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `pay_url` as `customer.defaultPaymentMethod.appPaymentMethod.payUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `finalize_url` as `customer.defaultPaymentMethod.appPaymentMethod.finalizeUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `validate_url` as `customer.defaultPaymentMethod.appPaymentMethod.validateUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `capture_url` as `customer.defaultPaymentMethod.appPaymentMethod.captureUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `refund_url` as `customer.defaultPaymentMethod.appPaymentMethod.refundUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `recurring_url` as `customer.defaultPaymentMethod.appPaymentMethod.recurringUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `app_id` as `customer.defaultPaymentMethod.appPaymentMethod.appId` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `original_media_id` as `customer.defaultPaymentMethod.appPaymentMethod.originalMediaId` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` as `customer.defaultPaymentMethod.appPaymentMethod.paymentMethodId` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.appPaymentMethod.createdAt` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.appPaymentMethod.updatedAt` ,
`customer.defaultPaymentMethod` . `technical_name` as `customer.defaultPaymentMethod.technicalName` ,
`customer.defaultPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.createdAt` ,
`customer.defaultPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.updatedAt` ,
`customer.defaultPaymentMethod.translation.name` ,
`customer.defaultPaymentMethod.translation.name` as `customer.defaultPaymentMethod.name` ,
`customer.defaultPaymentMethod.translation.distinguishableName` ,
`customer.defaultPaymentMethod.translation.distinguishableName` as `customer.defaultPaymentMethod.distinguishableName` ,
`customer.defaultPaymentMethod.translation.description` ,
`customer.defaultPaymentMethod.translation.description` as `customer.defaultPaymentMethod.description` ,
`customer.defaultPaymentMethod.translation.customFields` ,
`customer.defaultPaymentMethod.translation.customFields` as `customer.defaultPaymentMethod.customFields`
FROM
`customer`
LEFT JOIN `salutation` `customer.salutation` ON `customer` . `salutation_id` = `customer.salutation` . `id`
LEFT JOIN `payment_method` `customer.defaultPaymentMethod` ON `customer` . `default_payment_method_id` = `customer.defaultPaymentMethod` . `id`
LEFT JOIN (
SELECT
`customer.salutation.translation` . `salutation_id` ,
`customer.salutation.translation` . `display_name` as `customer.salutation.translation.displayName` ,
`customer.salutation.translation` . `letter_name` as `customer.salutation.translation.letterName` ,
`customer.salutation.translation` . `custom_fields` as `customer.salutation.translation.customFields`
FROM
`salutation_translation` `customer.salutation.translation`
WHERE
`customer.salutation.translation` . `language_id` = ?
) `customer.salutation.salutation_translation` ON `customer.salutation.salutation_translation` . `salutation_id` = `customer.salutation` . `id`
LEFT JOIN `app_payment_method` `customer.defaultPaymentMethod.appPaymentMethod` ON `customer.defaultPaymentMethod` . `id` = `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id`
LEFT JOIN (
SELECT
`customer.defaultPaymentMethod.translation` . `payment_method_id` ,
`customer.defaultPaymentMethod.translation` . `name` as `customer.defaultPaymentMethod.translation.name` ,
`customer.defaultPaymentMethod.translation` . `distinguishable_name` as `customer.defaultPaymentMethod.translation.distinguishableName` ,
`customer.defaultPaymentMethod.translation` . `description` as `customer.defaultPaymentMethod.translation.description` ,
`customer.defaultPaymentMethod.translation` . `custom_fields` as `customer.defaultPaymentMethod.translation.customFields`
FROM
`payment_method_translation` `customer.defaultPaymentMethod.translation`
WHERE
`customer.defaultPaymentMethod.translation` . `language_id` = ?
) `customer.defaultPaymentMethod.payment_method_translation` ON `customer.defaultPaymentMethod.payment_method_translation` . `payment_method_id` = `customer.defaultPaymentMethod` . `id`
WHERE
(
(
(
`customer` . `bound_sales_channel_id` < = > ?
OR `customer` . `bound_sales_channel_id` = ?
)
)
)
AND (
`customer` . `id` IN (? )
)
Copy
SELECT `customer` . `id` as `customer.id` , `customer` . `customer_group_id` as `customer.groupId` , `customer` . `sales_channel_id` as `customer.salesChannelId` , `customer` . `language_id` as `customer.languageId` , `customer` . `last_payment_method_id` as `customer.lastPaymentMethodId` , `customer` . `default_billing_address_id` as `customer.defaultBillingAddressId` , `customer` . `default_shipping_address_id` as `customer.defaultShippingAddressId` , `customer` . `auto_increment` as `customer.autoIncrement` , `customer` . `customer_number` as `customer.customerNumber` , `customer` . `salutation_id` as `customer.salutationId` , `customer` . `first_name` as `customer.firstName` , `customer` . `last_name` as `customer.lastName` , `customer` . `company` as `customer.company` , `customer` . `password` as `customer.password` , `customer` . `email` as `customer.email` , `customer` . `title` as `customer.title` , `customer` . `vat_ids` as `customer.vatIds` , `customer` . `affiliate_code` as `customer.affiliateCode` , `customer` . `campaign_code` as `customer.campaignCode` , `customer` . `active` as `customer.active` , `customer` . `double_opt_in_registration` as `customer.doubleOptInRegistration` , `customer` . `double_opt_in_email_sent_date` as `customer.doubleOptInEmailSentDate` , `customer` . `double_opt_in_confirm_date` as `customer.doubleOptInConfirmDate` , `customer` . `hash` as `customer.hash` , `customer` . `guest` as `customer.guest` , `customer` . `first_login` as `customer.firstLogin` , `customer` . `last_login` as `customer.lastLogin` , `customer` . `newsletter_sales_channel_ids` as `customer.newsletterSalesChannelIds` , `customer` . `birthday` as `customer.birthday` , `customer` . `last_order_date` as `customer.lastOrderDate` , `customer` . `order_count` as `customer.orderCount` , `customer` . `order_total_amount` as `customer.orderTotalAmount` , `customer` . `review_count` as `customer.reviewCount` , `customer` . `custom_fields` as `customer.customFields` , `customer` . `legacy_password` as `customer.legacyPassword` , `customer` . `legacy_encoder` as `customer.legacyEncoder` , `customer` . `remote_address` as `customer.remoteAddress` , `customer` . `tag_ids` as `customer.tagIds` , `customer` . `requested_customer_group_id` as `customer.requestedGroupId` , `customer` . `bound_sales_channel_id` as `customer.boundSalesChannelId` , `customer` . `account_type` as `customer.accountType` , `customer` . `created_by_id` as `customer.createdById` , `customer` . `updated_by_id` as `customer.updatedById` , `customer` . `default_payment_method_id` as `customer.defaultPaymentMethodId` , `customer` . `created_at` as `customer.createdAt` , `customer` . `updated_at` as `customer.updatedAt` , `customer.salutation` . `id` as `customer.salutation.id` , `customer.salutation` . `salutation_key` as `customer.salutation.salutationKey` , `customer.salutation` . `created_at` as `customer.salutation.createdAt` , `customer.salutation` . `updated_at` as `customer.salutation.updatedAt` , `customer.salutation.translation.displayName` , `customer.salutation.translation.displayName` as `customer.salutation.displayName` , `customer.salutation.translation.letterName` , `customer.salutation.translation.letterName` as `customer.salutation.letterName` , `customer.salutation.translation.customFields` , `customer.salutation.translation.customFields` as `customer.salutation.customFields` , `customer.defaultPaymentMethod` . `id` as `customer.defaultPaymentMethod.id` , `customer.defaultPaymentMethod` . `plugin_id` as `customer.defaultPaymentMethod.pluginId` , `customer.defaultPaymentMethod` . `handler_identifier` as `customer.defaultPaymentMethod.handlerIdentifier` , `customer.defaultPaymentMethod` . `position` as `customer.defaultPaymentMethod.position` , `customer.defaultPaymentMethod` . `active` as `customer.defaultPaymentMethod.active` , `customer.defaultPaymentMethod` . `after_order_enabled` as `customer.defaultPaymentMethod.afterOrderEnabled` , `customer.defaultPaymentMethod` . `availability_rule_id` as `customer.defaultPaymentMethod.availabilityRuleId` , `customer.defaultPaymentMethod` . `media_id` as `customer.defaultPaymentMethod.mediaId` , `customer.defaultPaymentMethod.appPaymentMethod` . `id` as `customer.defaultPaymentMethod.appPaymentMethod.id` , `customer.defaultPaymentMethod.appPaymentMethod` . `app_name` as `customer.defaultPaymentMethod.appPaymentMethod.appName` , `customer.defaultPaymentMethod.appPaymentMethod` . `identifier` as `customer.defaultPaymentMethod.appPaymentMethod.identifier` , `customer.defaultPaymentMethod.appPaymentMethod` . `pay_url` as `customer.defaultPaymentMethod.appPaymentMethod.payUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `finalize_url` as `customer.defaultPaymentMethod.appPaymentMethod.finalizeUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `validate_url` as `customer.defaultPaymentMethod.appPaymentMethod.validateUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `capture_url` as `customer.defaultPaymentMethod.appPaymentMethod.captureUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `refund_url` as `customer.defaultPaymentMethod.appPaymentMethod.refundUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `recurring_url` as `customer.defaultPaymentMethod.appPaymentMethod.recurringUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `app_id` as `customer.defaultPaymentMethod.appPaymentMethod.appId` , `customer.defaultPaymentMethod.appPaymentMethod` . `original_media_id` as `customer.defaultPaymentMethod.appPaymentMethod.originalMediaId` , `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` as `customer.defaultPaymentMethod.appPaymentMethod.paymentMethodId` , `customer.defaultPaymentMethod.appPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.appPaymentMethod.createdAt` , `customer.defaultPaymentMethod.appPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.appPaymentMethod.updatedAt` , `customer.defaultPaymentMethod` . `technical_name` as `customer.defaultPaymentMethod.technicalName` , `customer.defaultPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.createdAt` , `customer.defaultPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.updatedAt` , `customer.defaultPaymentMethod.translation.name` , `customer.defaultPaymentMethod.translation.name` as `customer.defaultPaymentMethod.name` , `customer.defaultPaymentMethod.translation.distinguishableName` , `customer.defaultPaymentMethod.translation.distinguishableName` as `customer.defaultPaymentMethod.distinguishableName` , `customer.defaultPaymentMethod.translation.description` , `customer.defaultPaymentMethod.translation.description` as `customer.defaultPaymentMethod.description` , `customer.defaultPaymentMethod.translation.customFields` , `customer.defaultPaymentMethod.translation.customFields` as `customer.defaultPaymentMethod.customFields` FROM `customer` LEFT JOIN `salutation` `customer.salutation` ON `customer` . `salutation_id` = `customer.salutation` . `id` LEFT JOIN `payment_method` `customer.defaultPaymentMethod` ON `customer` . `default_payment_method_id` = `customer.defaultPaymentMethod` . `id` LEFT JOIN (SELECT `customer.salutation.translation` . `salutation_id` , `customer.salutation.translation` . `display_name` as `customer.salutation.translation.displayName` , `customer.salutation.translation` . `letter_name` as `customer.salutation.translation.letterName` , `customer.salutation.translation` . `custom_fields` as `customer.salutation.translation.customFields` FROM `salutation_translation` `customer.salutation.translation` WHERE `customer.salutation.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer.salutation.salutation_translation` ON `customer.salutation.salutation_translation` . `salutation_id` = `customer.salutation` . `id` LEFT JOIN `app_payment_method` `customer.defaultPaymentMethod.appPaymentMethod` ON `customer.defaultPaymentMethod` . `id` = `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` LEFT JOIN (SELECT `customer.defaultPaymentMethod.translation` . `payment_method_id` , `customer.defaultPaymentMethod.translation` . `name` as `customer.defaultPaymentMethod.translation.name` , `customer.defaultPaymentMethod.translation` . `distinguishable_name` as `customer.defaultPaymentMethod.translation.distinguishableName` , `customer.defaultPaymentMethod.translation` . `description` as `customer.defaultPaymentMethod.translation.description` , `customer.defaultPaymentMethod.translation` . `custom_fields` as `customer.defaultPaymentMethod.translation.customFields` FROM `payment_method_translation` `customer.defaultPaymentMethod.translation` WHERE `customer.defaultPaymentMethod.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer.defaultPaymentMethod.payment_method_translation` ON `customer.defaultPaymentMethod.payment_method_translation` . `payment_method_id` = `customer.defaultPaymentMethod` . `id` WHERE (((`customer` . `bound_sales_channel_id` < = > NULL OR `customer` . `bound_sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 ))) AND (`customer` . `id` IN (0x644423CD0CD24684B52AE20C6843D5DB ));
Copy
23
0.14 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
24
0.61 ms
SELECT `customer_address` . `id` as `customer_address.id` , `customer_address` . `customer_id` as `customer_address.customerId` , `customer_address` . `country_id` as `customer_address.countryId` , `customer_address` . `country_state_id` as `customer_address.countryStateId` , `customer_address` . `salutation_id` as `customer_address.salutationId` , `customer_address` . `first_name` as `customer_address.firstName` , `customer_address` . `last_name` as `customer_address.lastName` , `customer_address` . `zipcode` as `customer_address.zipcode` , `customer_address` . `city` as `customer_address.city` , `customer_address` . `company` as `customer_address.company` , `customer_address` . `street` as `customer_address.street` , `customer_address` . `department` as `customer_address.department` , `customer_address` . `title` as `customer_address.title` , `customer_address` . `phone_number` as `customer_address.phoneNumber` , `customer_address` . `additional_address_line1` as `customer_address.additionalAddressLine1` , `customer_address` . `additional_address_line2` as `customer_address.additionalAddressLine2` , `customer_address` . `custom_fields` as `customer_address.customFields` , `customer_address` . `created_at` as `customer_address.createdAt` , `customer_address` . `updated_at` as `customer_address.updatedAt` , `customer_address.salutation` . `id` as `customer_address.salutation.id` , `customer_address.salutation` . `salutation_key` as `customer_address.salutation.salutationKey` , `customer_address.salutation` . `created_at` as `customer_address.salutation.createdAt` , `customer_address.salutation` . `updated_at` as `customer_address.salutation.updatedAt` , `customer_address.salutation.translation.displayName` , `customer_address.salutation.translation.displayName` as `customer_address.salutation.displayName` , `customer_address.salutation.translation.letterName` , `customer_address.salutation.translation.letterName` as `customer_address.salutation.letterName` , `customer_address.salutation.translation.customFields` , `customer_address.salutation.translation.customFields` as `customer_address.salutation.customFields` , `customer_address.country` . `id` as `customer_address.country.id` , `customer_address.country` . `iso` as `customer_address.country.iso` , `customer_address.country` . `position` as `customer_address.country.position` , `customer_address.country` . `active` as `customer_address.country.active` , `customer_address.country` . `shipping_available` as `customer_address.country.shippingAvailable` , `customer_address.country` . `iso3` as `customer_address.country.iso3` , `customer_address.country` . `display_state_in_registration` as `customer_address.country.displayStateInRegistration` , `customer_address.country` . `force_state_in_registration` as `customer_address.country.forceStateInRegistration` , `customer_address.country` . `check_vat_id_pattern` as `customer_address.country.checkVatIdPattern` , `customer_address.country` . `vat_id_required` as `customer_address.country.vatIdRequired` , `customer_address.country` . `vat_id_pattern` as `customer_address.country.vatIdPattern` , `customer_address.country` . `customer_tax` as `customer_address.country.customerTax` , `customer_address.country` . `company_tax` as `customer_address.country.companyTax` , `customer_address.country` . `postal_code_required` as `customer_address.country.postalCodeRequired` , `customer_address.country` . `check_postal_code_pattern` as `customer_address.country.checkPostalCodePattern` , `customer_address.country` . `check_advanced_postal_code_pattern` as `customer_address.country.checkAdvancedPostalCodePattern` , `customer_address.country` . `advanced_postal_code_pattern` as `customer_address.country.advancedPostalCodePattern` , `customer_address.country` . `default_postal_code_pattern` as `customer_address.country.defaultPostalCodePattern` , `customer_address.country` . `is_eu` as `customer_address.country.isEu` , `customer_address.country` . `created_at` as `customer_address.country.createdAt` , `customer_address.country` . `updated_at` as `customer_address.country.updatedAt` , `customer_address.country.translation.name` , `customer_address.country.translation.name` as `customer_address.country.name` , `customer_address.country.translation.addressFormat` , `customer_address.country.translation.addressFormat` as `customer_address.country.addressFormat` , `customer_address.country.translation.customFields` , `customer_address.country.translation.customFields` as `customer_address.country.customFields` , `customer_address.countryState` . `id` as `customer_address.countryState.id` , `customer_address.countryState` . `country_id` as `customer_address.countryState.countryId` , `customer_address.countryState` . `short_code` as `customer_address.countryState.shortCode` , `customer_address.countryState` . `position` as `customer_address.countryState.position` , `customer_address.countryState` . `active` as `customer_address.countryState.active` , `customer_address.countryState` . `created_at` as `customer_address.countryState.createdAt` , `customer_address.countryState` . `updated_at` as `customer_address.countryState.updatedAt` , `customer_address.countryState.translation.name` , `customer_address.countryState.translation.name` as `customer_address.countryState.name` , `customer_address.countryState.translation.customFields` , `customer_address.countryState.translation.customFields` as `customer_address.countryState.customFields` FROM `customer_address` LEFT JOIN `salutation` `customer_address.salutation` ON `customer_address` . `salutation_id` = `customer_address.salutation` . `id` LEFT JOIN `country` `customer_address.country` ON `customer_address` . `country_id` = `customer_address.country` . `id` LEFT JOIN `country_state` `customer_address.countryState` ON `customer_address` . `country_state_id` = `customer_address.countryState` . `id` LEFT JOIN (SELECT `customer_address.salutation.translation` . `salutation_id` , `customer_address.salutation.translation` . `display_name` as `customer_address.salutation.translation.displayName` , `customer_address.salutation.translation` . `letter_name` as `customer_address.salutation.translation.letterName` , `customer_address.salutation.translation` . `custom_fields` as `customer_address.salutation.translation.customFields` FROM `salutation_translation` `customer_address.salutation.translation` WHERE `customer_address.salutation.translation` . `language_id` = ? ) `customer_address.salutation.salutation_translation` ON `customer_address.salutation.salutation_translation` . `salutation_id` = `customer_address.salutation` . `id` LEFT JOIN (SELECT `customer_address.country.translation` . `country_id` , `customer_address.country.translation` . `name` as `customer_address.country.translation.name` , `customer_address.country.translation` . `custom_fields` as `customer_address.country.translation.customFields` , `customer_address.country.translation` . `address_format` as `customer_address.country.translation.addressFormat` FROM `country_translation` `customer_address.country.translation` WHERE `customer_address.country.translation` . `language_id` = ? ) `customer_address.country.country_translation` ON `customer_address.country.country_translation` . `country_id` = `customer_address.country` . `id` LEFT JOIN (SELECT `customer_address.countryState.translation` . `country_state_id` , `customer_address.countryState.translation` . `name` as `customer_address.countryState.translation.name` , `customer_address.countryState.translation` . `custom_fields` as `customer_address.countryState.translation.customFields` FROM `country_state_translation` `customer_address.countryState.translation` WHERE `customer_address.countryState.translation` . `language_id` = ? ) `customer_address.countryState.country_state_translation` ON `customer_address.countryState.country_state_translation` . `country_state_id` = `customer_address.countryState` . `id` WHERE `customer_address` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b" Aщ×߈¾†=#À\e ußÔ "
b"▀\x0E EX°ÉD└ÅøÄ{é½[E "
]
SELECT
`customer_address` . `id` as `customer_address.id` ,
`customer_address` . `customer_id` as `customer_address.customerId` ,
`customer_address` . `country_id` as `customer_address.countryId` ,
`customer_address` . `country_state_id` as `customer_address.countryStateId` ,
`customer_address` . `salutation_id` as `customer_address.salutationId` ,
`customer_address` . `first_name` as `customer_address.firstName` ,
`customer_address` . `last_name` as `customer_address.lastName` ,
`customer_address` . `zipcode` as `customer_address.zipcode` ,
`customer_address` . `city` as `customer_address.city` ,
`customer_address` . `company` as `customer_address.company` ,
`customer_address` . `street` as `customer_address.street` ,
`customer_address` . `department` as `customer_address.department` ,
`customer_address` . `title` as `customer_address.title` ,
`customer_address` . `phone_number` as `customer_address.phoneNumber` ,
`customer_address` . `additional_address_line1` as `customer_address.additionalAddressLine1` ,
`customer_address` . `additional_address_line2` as `customer_address.additionalAddressLine2` ,
`customer_address` . `custom_fields` as `customer_address.customFields` ,
`customer_address` . `created_at` as `customer_address.createdAt` ,
`customer_address` . `updated_at` as `customer_address.updatedAt` ,
`customer_address.salutation` . `id` as `customer_address.salutation.id` ,
`customer_address.salutation` . `salutation_key` as `customer_address.salutation.salutationKey` ,
`customer_address.salutation` . `created_at` as `customer_address.salutation.createdAt` ,
`customer_address.salutation` . `updated_at` as `customer_address.salutation.updatedAt` ,
`customer_address.salutation.translation.displayName` ,
`customer_address.salutation.translation.displayName` as `customer_address.salutation.displayName` ,
`customer_address.salutation.translation.letterName` ,
`customer_address.salutation.translation.letterName` as `customer_address.salutation.letterName` ,
`customer_address.salutation.translation.customFields` ,
`customer_address.salutation.translation.customFields` as `customer_address.salutation.customFields` ,
`customer_address.country` . `id` as `customer_address.country.id` ,
`customer_address.country` . `iso` as `customer_address.country.iso` ,
`customer_address.country` . `position` as `customer_address.country.position` ,
`customer_address.country` . `active` as `customer_address.country.active` ,
`customer_address.country` . `shipping_available` as `customer_address.country.shippingAvailable` ,
`customer_address.country` . `iso3` as `customer_address.country.iso3` ,
`customer_address.country` . `display_state_in_registration` as `customer_address.country.displayStateInRegistration` ,
`customer_address.country` . `force_state_in_registration` as `customer_address.country.forceStateInRegistration` ,
`customer_address.country` . `check_vat_id_pattern` as `customer_address.country.checkVatIdPattern` ,
`customer_address.country` . `vat_id_required` as `customer_address.country.vatIdRequired` ,
`customer_address.country` . `vat_id_pattern` as `customer_address.country.vatIdPattern` ,
`customer_address.country` . `customer_tax` as `customer_address.country.customerTax` ,
`customer_address.country` . `company_tax` as `customer_address.country.companyTax` ,
`customer_address.country` . `postal_code_required` as `customer_address.country.postalCodeRequired` ,
`customer_address.country` . `check_postal_code_pattern` as `customer_address.country.checkPostalCodePattern` ,
`customer_address.country` . `check_advanced_postal_code_pattern` as `customer_address.country.checkAdvancedPostalCodePattern` ,
`customer_address.country` . `advanced_postal_code_pattern` as `customer_address.country.advancedPostalCodePattern` ,
`customer_address.country` . `default_postal_code_pattern` as `customer_address.country.defaultPostalCodePattern` ,
`customer_address.country` . `is_eu` as `customer_address.country.isEu` ,
`customer_address.country` . `created_at` as `customer_address.country.createdAt` ,
`customer_address.country` . `updated_at` as `customer_address.country.updatedAt` ,
`customer_address.country.translation.name` ,
`customer_address.country.translation.name` as `customer_address.country.name` ,
`customer_address.country.translation.addressFormat` ,
`customer_address.country.translation.addressFormat` as `customer_address.country.addressFormat` ,
`customer_address.country.translation.customFields` ,
`customer_address.country.translation.customFields` as `customer_address.country.customFields` ,
`customer_address.countryState` . `id` as `customer_address.countryState.id` ,
`customer_address.countryState` . `country_id` as `customer_address.countryState.countryId` ,
`customer_address.countryState` . `short_code` as `customer_address.countryState.shortCode` ,
`customer_address.countryState` . `position` as `customer_address.countryState.position` ,
`customer_address.countryState` . `active` as `customer_address.countryState.active` ,
`customer_address.countryState` . `created_at` as `customer_address.countryState.createdAt` ,
`customer_address.countryState` . `updated_at` as `customer_address.countryState.updatedAt` ,
`customer_address.countryState.translation.name` ,
`customer_address.countryState.translation.name` as `customer_address.countryState.name` ,
`customer_address.countryState.translation.customFields` ,
`customer_address.countryState.translation.customFields` as `customer_address.countryState.customFields`
FROM
`customer_address`
LEFT JOIN `salutation` `customer_address.salutation` ON `customer_address` . `salutation_id` = `customer_address.salutation` . `id`
LEFT JOIN `country` `customer_address.country` ON `customer_address` . `country_id` = `customer_address.country` . `id`
LEFT JOIN `country_state` `customer_address.countryState` ON `customer_address` . `country_state_id` = `customer_address.countryState` . `id`
LEFT JOIN (
SELECT
`customer_address.salutation.translation` . `salutation_id` ,
`customer_address.salutation.translation` . `display_name` as `customer_address.salutation.translation.displayName` ,
`customer_address.salutation.translation` . `letter_name` as `customer_address.salutation.translation.letterName` ,
`customer_address.salutation.translation` . `custom_fields` as `customer_address.salutation.translation.customFields`
FROM
`salutation_translation` `customer_address.salutation.translation`
WHERE
`customer_address.salutation.translation` . `language_id` = ?
) `customer_address.salutation.salutation_translation` ON `customer_address.salutation.salutation_translation` . `salutation_id` = `customer_address.salutation` . `id`
LEFT JOIN (
SELECT
`customer_address.country.translation` . `country_id` ,
`customer_address.country.translation` . `name` as `customer_address.country.translation.name` ,
`customer_address.country.translation` . `custom_fields` as `customer_address.country.translation.customFields` ,
`customer_address.country.translation` . `address_format` as `customer_address.country.translation.addressFormat`
FROM
`country_translation` `customer_address.country.translation`
WHERE
`customer_address.country.translation` . `language_id` = ?
) `customer_address.country.country_translation` ON `customer_address.country.country_translation` . `country_id` = `customer_address.country` . `id`
LEFT JOIN (
SELECT
`customer_address.countryState.translation` . `country_state_id` ,
`customer_address.countryState.translation` . `name` as `customer_address.countryState.translation.name` ,
`customer_address.countryState.translation` . `custom_fields` as `customer_address.countryState.translation.customFields`
FROM
`country_state_translation` `customer_address.countryState.translation`
WHERE
`customer_address.countryState.translation` . `language_id` = ?
) `customer_address.countryState.country_state_translation` ON `customer_address.countryState.country_state_translation` . `country_state_id` = `customer_address.countryState` . `id`
WHERE
`customer_address` . `id` IN (? , ? )
Copy
SELECT `customer_address` . `id` as `customer_address.id` , `customer_address` . `customer_id` as `customer_address.customerId` , `customer_address` . `country_id` as `customer_address.countryId` , `customer_address` . `country_state_id` as `customer_address.countryStateId` , `customer_address` . `salutation_id` as `customer_address.salutationId` , `customer_address` . `first_name` as `customer_address.firstName` , `customer_address` . `last_name` as `customer_address.lastName` , `customer_address` . `zipcode` as `customer_address.zipcode` , `customer_address` . `city` as `customer_address.city` , `customer_address` . `company` as `customer_address.company` , `customer_address` . `street` as `customer_address.street` , `customer_address` . `department` as `customer_address.department` , `customer_address` . `title` as `customer_address.title` , `customer_address` . `phone_number` as `customer_address.phoneNumber` , `customer_address` . `additional_address_line1` as `customer_address.additionalAddressLine1` , `customer_address` . `additional_address_line2` as `customer_address.additionalAddressLine2` , `customer_address` . `custom_fields` as `customer_address.customFields` , `customer_address` . `created_at` as `customer_address.createdAt` , `customer_address` . `updated_at` as `customer_address.updatedAt` , `customer_address.salutation` . `id` as `customer_address.salutation.id` , `customer_address.salutation` . `salutation_key` as `customer_address.salutation.salutationKey` , `customer_address.salutation` . `created_at` as `customer_address.salutation.createdAt` , `customer_address.salutation` . `updated_at` as `customer_address.salutation.updatedAt` , `customer_address.salutation.translation.displayName` , `customer_address.salutation.translation.displayName` as `customer_address.salutation.displayName` , `customer_address.salutation.translation.letterName` , `customer_address.salutation.translation.letterName` as `customer_address.salutation.letterName` , `customer_address.salutation.translation.customFields` , `customer_address.salutation.translation.customFields` as `customer_address.salutation.customFields` , `customer_address.country` . `id` as `customer_address.country.id` , `customer_address.country` . `iso` as `customer_address.country.iso` , `customer_address.country` . `position` as `customer_address.country.position` , `customer_address.country` . `active` as `customer_address.country.active` , `customer_address.country` . `shipping_available` as `customer_address.country.shippingAvailable` , `customer_address.country` . `iso3` as `customer_address.country.iso3` , `customer_address.country` . `display_state_in_registration` as `customer_address.country.displayStateInRegistration` , `customer_address.country` . `force_state_in_registration` as `customer_address.country.forceStateInRegistration` , `customer_address.country` . `check_vat_id_pattern` as `customer_address.country.checkVatIdPattern` , `customer_address.country` . `vat_id_required` as `customer_address.country.vatIdRequired` , `customer_address.country` . `vat_id_pattern` as `customer_address.country.vatIdPattern` , `customer_address.country` . `customer_tax` as `customer_address.country.customerTax` , `customer_address.country` . `company_tax` as `customer_address.country.companyTax` , `customer_address.country` . `postal_code_required` as `customer_address.country.postalCodeRequired` , `customer_address.country` . `check_postal_code_pattern` as `customer_address.country.checkPostalCodePattern` , `customer_address.country` . `check_advanced_postal_code_pattern` as `customer_address.country.checkAdvancedPostalCodePattern` , `customer_address.country` . `advanced_postal_code_pattern` as `customer_address.country.advancedPostalCodePattern` , `customer_address.country` . `default_postal_code_pattern` as `customer_address.country.defaultPostalCodePattern` , `customer_address.country` . `is_eu` as `customer_address.country.isEu` , `customer_address.country` . `created_at` as `customer_address.country.createdAt` , `customer_address.country` . `updated_at` as `customer_address.country.updatedAt` , `customer_address.country.translation.name` , `customer_address.country.translation.name` as `customer_address.country.name` , `customer_address.country.translation.addressFormat` , `customer_address.country.translation.addressFormat` as `customer_address.country.addressFormat` , `customer_address.country.translation.customFields` , `customer_address.country.translation.customFields` as `customer_address.country.customFields` , `customer_address.countryState` . `id` as `customer_address.countryState.id` , `customer_address.countryState` . `country_id` as `customer_address.countryState.countryId` , `customer_address.countryState` . `short_code` as `customer_address.countryState.shortCode` , `customer_address.countryState` . `position` as `customer_address.countryState.position` , `customer_address.countryState` . `active` as `customer_address.countryState.active` , `customer_address.countryState` . `created_at` as `customer_address.countryState.createdAt` , `customer_address.countryState` . `updated_at` as `customer_address.countryState.updatedAt` , `customer_address.countryState.translation.name` , `customer_address.countryState.translation.name` as `customer_address.countryState.name` , `customer_address.countryState.translation.customFields` , `customer_address.countryState.translation.customFields` as `customer_address.countryState.customFields` FROM `customer_address` LEFT JOIN `salutation` `customer_address.salutation` ON `customer_address` . `salutation_id` = `customer_address.salutation` . `id` LEFT JOIN `country` `customer_address.country` ON `customer_address` . `country_id` = `customer_address.country` . `id` LEFT JOIN `country_state` `customer_address.countryState` ON `customer_address` . `country_state_id` = `customer_address.countryState` . `id` LEFT JOIN (SELECT `customer_address.salutation.translation` . `salutation_id` , `customer_address.salutation.translation` . `display_name` as `customer_address.salutation.translation.displayName` , `customer_address.salutation.translation` . `letter_name` as `customer_address.salutation.translation.letterName` , `customer_address.salutation.translation` . `custom_fields` as `customer_address.salutation.translation.customFields` FROM `salutation_translation` `customer_address.salutation.translation` WHERE `customer_address.salutation.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_address.salutation.salutation_translation` ON `customer_address.salutation.salutation_translation` . `salutation_id` = `customer_address.salutation` . `id` LEFT JOIN (SELECT `customer_address.country.translation` . `country_id` , `customer_address.country.translation` . `name` as `customer_address.country.translation.name` , `customer_address.country.translation` . `custom_fields` as `customer_address.country.translation.customFields` , `customer_address.country.translation` . `address_format` as `customer_address.country.translation.addressFormat` FROM `country_translation` `customer_address.country.translation` WHERE `customer_address.country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_address.country.country_translation` ON `customer_address.country.country_translation` . `country_id` = `customer_address.country` . `id` LEFT JOIN (SELECT `customer_address.countryState.translation` . `country_state_id` , `customer_address.countryState.translation` . `name` as `customer_address.countryState.translation.name` , `customer_address.countryState.translation` . `custom_fields` as `customer_address.countryState.translation.customFields` FROM `country_state_translation` `customer_address.countryState.translation` WHERE `customer_address.countryState.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_address.countryState.country_state_translation` ON `customer_address.countryState.country_state_translation` . `country_state_id` = `customer_address.countryState` . `id` WHERE `customer_address` . `id` IN (0x2041D189D7DF88BE863D23C01B75DFD4 , 0xDF0E4558F89044C08F9B8E7B82AB5B45 );
Copy
25
0.39 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.evpPriceSettings` . `id` as `customer_group.evpPriceSettings.id` , `customer_group.evpPriceSettings` . `customer_group_id` as `customer_group.evpPriceSettings.customerGroupId` , `customer_group.evpPriceSettings` . `reference_price_customer_group_id` as `customer_group.evpPriceSettings.referencePriceCustomerGroupId` , `customer_group.evpPriceSettings` . `reference_price_rule_id` as `customer_group.evpPriceSettings.referencePriceRuleId` , `customer_group.evpPriceSettings` . `show_net_price` as `customer_group.evpPriceSettings.showNetPrice` , `customer_group.evpPriceSettings` . `use_pseudo_price` as `customer_group.evpPriceSettings.usePseudoPrice` , `customer_group.evpPriceSettings` . `display_on_detail` as `customer_group.evpPriceSettings.displayOnDetail` , `customer_group.evpPriceSettings` . `display_in_cart` as `customer_group.evpPriceSettings.displayInCart` , `customer_group.evpPriceSettings` . `display_in_listing` as `customer_group.evpPriceSettings.displayInListing` , `customer_group.evpPriceSettings` . `active` as `customer_group.evpPriceSettings.active` , `customer_group.evpPriceSettings.referencePriceRule` . `id` as `customer_group.evpPriceSettings.referencePriceRule.id` , `customer_group.evpPriceSettings.referencePriceRule` . `name` as `customer_group.evpPriceSettings.referencePriceRule.name` , `customer_group.evpPriceSettings.referencePriceRule` . `priority` as `customer_group.evpPriceSettings.referencePriceRule.priority` , `customer_group.evpPriceSettings.referencePriceRule` . `description` as `customer_group.evpPriceSettings.referencePriceRule.description` , `customer_group.evpPriceSettings.referencePriceRule` . `payload` as `customer_group.evpPriceSettings.referencePriceRule.payload` , `customer_group.evpPriceSettings.referencePriceRule` . `invalid` as `customer_group.evpPriceSettings.referencePriceRule.invalid` , `customer_group.evpPriceSettings.referencePriceRule` . `areas` as `customer_group.evpPriceSettings.referencePriceRule.areas` , `customer_group.evpPriceSettings.referencePriceRule` . `custom_fields` as `customer_group.evpPriceSettings.referencePriceRule.customFields` , `customer_group.evpPriceSettings.referencePriceRule` . `module_types` as `customer_group.evpPriceSettings.referencePriceRule.moduleTypes` , `customer_group.evpPriceSettings.referencePriceRule` . `created_at` as `customer_group.evpPriceSettings.referencePriceRule.createdAt` , `customer_group.evpPriceSettings.referencePriceRule` . `updated_at` as `customer_group.evpPriceSettings.referencePriceRule.updatedAt` , `customer_group.evpPriceSettings` . `created_at` as `customer_group.evpPriceSettings.createdAt` , `customer_group.evpPriceSettings` . `updated_at` as `customer_group.evpPriceSettings.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN `coe_evp_price_customer_group_setting` `customer_group.evpPriceSettings` ON `customer_group` . `id` = `customer_group.evpPriceSettings` . `customer_group_id` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` LEFT JOIN `rule` `customer_group.evpPriceSettings.referencePriceRule` ON `customer_group.evpPriceSettings` . `reference_price_rule_id` = `customer_group.evpPriceSettings.referencePriceRule` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"û·@CŒXK(®øïSJÓhÅ "
]
SELECT
`customer_group` . `id` as `customer_group.id` ,
`customer_group` . `display_gross` as `customer_group.displayGross` ,
`customer_group` . `registration_active` as `customer_group.registrationActive` ,
`customer_group` . `created_at` as `customer_group.createdAt` ,
`customer_group` . `updated_at` as `customer_group.updatedAt` ,
`customer_group.evpPriceSettings` . `id` as `customer_group.evpPriceSettings.id` ,
`customer_group.evpPriceSettings` . `customer_group_id` as `customer_group.evpPriceSettings.customerGroupId` ,
`customer_group.evpPriceSettings` . `reference_price_customer_group_id` as `customer_group.evpPriceSettings.referencePriceCustomerGroupId` ,
`customer_group.evpPriceSettings` . `reference_price_rule_id` as `customer_group.evpPriceSettings.referencePriceRuleId` ,
`customer_group.evpPriceSettings` . `show_net_price` as `customer_group.evpPriceSettings.showNetPrice` ,
`customer_group.evpPriceSettings` . `use_pseudo_price` as `customer_group.evpPriceSettings.usePseudoPrice` ,
`customer_group.evpPriceSettings` . `display_on_detail` as `customer_group.evpPriceSettings.displayOnDetail` ,
`customer_group.evpPriceSettings` . `display_in_cart` as `customer_group.evpPriceSettings.displayInCart` ,
`customer_group.evpPriceSettings` . `display_in_listing` as `customer_group.evpPriceSettings.displayInListing` ,
`customer_group.evpPriceSettings` . `active` as `customer_group.evpPriceSettings.active` ,
`customer_group.evpPriceSettings.referencePriceRule` . `id` as `customer_group.evpPriceSettings.referencePriceRule.id` ,
`customer_group.evpPriceSettings.referencePriceRule` . `name` as `customer_group.evpPriceSettings.referencePriceRule.name` ,
`customer_group.evpPriceSettings.referencePriceRule` . `priority` as `customer_group.evpPriceSettings.referencePriceRule.priority` ,
`customer_group.evpPriceSettings.referencePriceRule` . `description` as `customer_group.evpPriceSettings.referencePriceRule.description` ,
`customer_group.evpPriceSettings.referencePriceRule` . `payload` as `customer_group.evpPriceSettings.referencePriceRule.payload` ,
`customer_group.evpPriceSettings.referencePriceRule` . `invalid` as `customer_group.evpPriceSettings.referencePriceRule.invalid` ,
`customer_group.evpPriceSettings.referencePriceRule` . `areas` as `customer_group.evpPriceSettings.referencePriceRule.areas` ,
`customer_group.evpPriceSettings.referencePriceRule` . `custom_fields` as `customer_group.evpPriceSettings.referencePriceRule.customFields` ,
`customer_group.evpPriceSettings.referencePriceRule` . `module_types` as `customer_group.evpPriceSettings.referencePriceRule.moduleTypes` ,
`customer_group.evpPriceSettings.referencePriceRule` . `created_at` as `customer_group.evpPriceSettings.referencePriceRule.createdAt` ,
`customer_group.evpPriceSettings.referencePriceRule` . `updated_at` as `customer_group.evpPriceSettings.referencePriceRule.updatedAt` ,
`customer_group.evpPriceSettings` . `created_at` as `customer_group.evpPriceSettings.createdAt` ,
`customer_group.evpPriceSettings` . `updated_at` as `customer_group.evpPriceSettings.updatedAt` ,
`customer_group.translation.name` ,
`customer_group.translation.name` as `customer_group.name` ,
`customer_group.translation.registrationTitle` ,
`customer_group.translation.registrationTitle` as `customer_group.registrationTitle` ,
`customer_group.translation.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` ,
`customer_group.translation.customFields` ,
`customer_group.translation.customFields` as `customer_group.customFields`
FROM
`customer_group`
LEFT JOIN `coe_evp_price_customer_group_setting` `customer_group.evpPriceSettings` ON `customer_group` . `id` = `customer_group.evpPriceSettings` . `customer_group_id`
LEFT JOIN (
SELECT
`customer_group.translation` . `customer_group_id` ,
`customer_group.translation` . `name` as `customer_group.translation.name` ,
`customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` ,
`customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` ,
`customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` ,
`customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription`
FROM
`customer_group_translation` `customer_group.translation`
WHERE
`customer_group.translation` . `language_id` = ?
) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id`
LEFT JOIN `rule` `customer_group.evpPriceSettings.referencePriceRule` ON `customer_group.evpPriceSettings` . `reference_price_rule_id` = `customer_group.evpPriceSettings.referencePriceRule` . `id`
WHERE
`customer_group` . `id` IN (? )
Copy
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.evpPriceSettings` . `id` as `customer_group.evpPriceSettings.id` , `customer_group.evpPriceSettings` . `customer_group_id` as `customer_group.evpPriceSettings.customerGroupId` , `customer_group.evpPriceSettings` . `reference_price_customer_group_id` as `customer_group.evpPriceSettings.referencePriceCustomerGroupId` , `customer_group.evpPriceSettings` . `reference_price_rule_id` as `customer_group.evpPriceSettings.referencePriceRuleId` , `customer_group.evpPriceSettings` . `show_net_price` as `customer_group.evpPriceSettings.showNetPrice` , `customer_group.evpPriceSettings` . `use_pseudo_price` as `customer_group.evpPriceSettings.usePseudoPrice` , `customer_group.evpPriceSettings` . `display_on_detail` as `customer_group.evpPriceSettings.displayOnDetail` , `customer_group.evpPriceSettings` . `display_in_cart` as `customer_group.evpPriceSettings.displayInCart` , `customer_group.evpPriceSettings` . `display_in_listing` as `customer_group.evpPriceSettings.displayInListing` , `customer_group.evpPriceSettings` . `active` as `customer_group.evpPriceSettings.active` , `customer_group.evpPriceSettings.referencePriceRule` . `id` as `customer_group.evpPriceSettings.referencePriceRule.id` , `customer_group.evpPriceSettings.referencePriceRule` . `name` as `customer_group.evpPriceSettings.referencePriceRule.name` , `customer_group.evpPriceSettings.referencePriceRule` . `priority` as `customer_group.evpPriceSettings.referencePriceRule.priority` , `customer_group.evpPriceSettings.referencePriceRule` . `description` as `customer_group.evpPriceSettings.referencePriceRule.description` , `customer_group.evpPriceSettings.referencePriceRule` . `payload` as `customer_group.evpPriceSettings.referencePriceRule.payload` , `customer_group.evpPriceSettings.referencePriceRule` . `invalid` as `customer_group.evpPriceSettings.referencePriceRule.invalid` , `customer_group.evpPriceSettings.referencePriceRule` . `areas` as `customer_group.evpPriceSettings.referencePriceRule.areas` , `customer_group.evpPriceSettings.referencePriceRule` . `custom_fields` as `customer_group.evpPriceSettings.referencePriceRule.customFields` , `customer_group.evpPriceSettings.referencePriceRule` . `module_types` as `customer_group.evpPriceSettings.referencePriceRule.moduleTypes` , `customer_group.evpPriceSettings.referencePriceRule` . `created_at` as `customer_group.evpPriceSettings.referencePriceRule.createdAt` , `customer_group.evpPriceSettings.referencePriceRule` . `updated_at` as `customer_group.evpPriceSettings.referencePriceRule.updatedAt` , `customer_group.evpPriceSettings` . `created_at` as `customer_group.evpPriceSettings.createdAt` , `customer_group.evpPriceSettings` . `updated_at` as `customer_group.evpPriceSettings.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN `coe_evp_price_customer_group_setting` `customer_group.evpPriceSettings` ON `customer_group` . `id` = `customer_group.evpPriceSettings` . `customer_group_id` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` LEFT JOIN `rule` `customer_group.evpPriceSettings.referencePriceRule` ON `customer_group.evpPriceSettings` . `reference_price_rule_id` = `customer_group.evpPriceSettings.referencePriceRule` . `id` WHERE `customer_group` . `id` IN (0xFBB740438C584B28AEF8EF534AD368C5 );
Copy
26
0.56 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"mRZKEd4togwbXKJb1qO1NLvGdeEPaYlM "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'mRZKEd4togwbXKJb1qO1NLvGdeEPaYlM' ;
Copy
27
0.25 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
28
0.29 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x01 “h\x0E Ç_~í‚.@>œîC% "
b"\x01 “h\r \x02 d\x7F ¾òFä‘€\x16\x07 "
b"\x01 “h\r ÝÙp\x11 ›³˜&\x15 ¤\t P "
b"""
„\n
ä*ñ\x19 B\x12 ¤\v\x0F ‘¡wXº
"""
b"™†H“•Ø@†ºENX³û\f Ó "
b"Ó+îûréCÜž×&Ì÷{\x03 ¢ "
b"õ8/óùgL╣ìé▄)┤Q╔\x19 "
b"\r ÿƒ+GãK\x08 šqK\v\x0F ÓÖÊ "
b"ßl\x14\f 8>J…’Ž45˜¢¨‚ "
b"\x01 ‹\x18 £ù1yu·À•«E\x1A Uw "
b"\x04 ¿N═9JZü╔J¾\t mÇð "
b"\x12 ìÂCµŠLq‰ó“ÐØ\x0E –â "
b"+”\x15\x07 #rHÒ—>E\f I?N4 "
b"6F¿x…¯Cvƒy™ß;%ÃÍ "
b";É\x16 _LÉGƒ·\x0F ¢ƒåþI\x03 "
b"^±░═╚ðK'ä¹\t =ü‗)¬ "
b"_\x10 &x,Cp¥ØÁȪœ/ë "
b"d╔rl¨YG'ƒ\x03\f ü ô«¢ "
b"jlrla8J©º_S\x10 2\x07 o\r "
b"""
p\x15 \n
J¦\LÐÅ!Ùâv\x01\x1E
"""
b"|VK¢Æ£O9²ýtO>†®K "
b"ˆa£À¡8LÙ¨ìlg\x12 ‹ä1 "
b"Äü*\x1A Å\t G£Äé^J╦÷å╝ "
b"’w” :ÜJ\x07 ž\x03 þÖÖS\x14 „ "
b"ž\x07 °Ž\x0F\x14 F)†\x08 ¿\e ¸\x07 Å\x11 "
b"žôÆêöKK~¼©“ú\x13 rC\x12 "
b"ŸP¾¢õ\x08 @ö¢8üÂô}iÅ "
b"áÆLÚ/ÿLO»┼´╠§¹óØ "
b"¡vš»´n@tªa@‚Ócñ\x1C "
b"ó¡Î³È@@)òÛ©\e ▄ÍÐØ "
b"º{"âRîCßÅàP.╣n\v ı "
b"§î\x05 `ÈùNPœÝî*(\x00 è "
b"¡\r Å{▒┘F\x11 ñ¶\v LH\x04 H§ "
b"Á†ÐŠÑìDŪ,\x02 ˆ›$]\x1D "
b"Ç\x1C b5\x17 yLíºAnõq\x1A zR "
b"Љ˜\x1A %\r Bè“֗ЀÄA8 "
b"ÒMm'ýÍFŲÄ\x14 jà ²r "
b"Ù\x00 #,öžOÔ•BD礪¥ˆ "
b"Ú:Å »ŽFW§Ž›˜õeoÕ "
b"█ª!Ø ³H¸ÄýQ²┤Ìd\x03 "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0193680EC75F7EED822E403E9CEE4325 , 0x0193680D02647F20BEF246E491801607 , 0x0193680DDDD970119BB3982615A40950 , 0x840AE42AF1194212A40B0F91A17758BA , 0x9986489395D84086BA454E58B3FB0CD3 , 0xD32BEEFB72E943DC9ED726CCF77B03A2 , 0xE4382FA297674CB98D82DC29B451C919 , 0x0DFF832B47E34B089A714B0B0FD3D6CA , 0xDF6C140C383E4A85928E343598A2A882 , 0x018B18A3F9317975B7C095AB451A5577 , 0x04A8F04ECD394A5A81C94AF3096D80D0 , 0x12ECC243B58A4C7189F393D0D80E96E2 , 0x2B941507237248D2973E450C493F4E34 , 0x3646BF7885AF4376837999DF3B25C3CD , 0x3BC9165F4CC94783B70FA283E5FE4903 , 0x5EF1B0CDC8D04B2784FB093D81F229AA , 0x5F10A026782C4370A5D8C1C8AA9C2FEB , 0x64C9726CF95947279F030C81FF93AEBD , 0x6A6C726C61384AA9BA5F531032076F0D , 0x70150A4ADD5C4CD18FF021EB8376011E , 0x7C564BA2C6A34F39B2FD744F3E86AE4B , 0x8861A3C0A1384CD9A8EC6C67128BE431 , 0x8E812A1A8F09479C8E825E4ACBF686BC , 0x927794203ADC4A079E03FED6D6531484 , 0x9E07B08E0F1446298608BF1BB807C511 , 0x9EF4C6EAF64B4B7EBCA993FA13724312 , 0x9F50BEA2F50840F6A238FCC2F47D69C5 , 0xA0924CE92F984C4FAFC5EFCCF5FBA29D , 0xA1769ABBB46E4074AA614082D363F11C , 0xA2ADD7FCD440402995EAB81BDCD6D19D , 0xA77B2283528C43E18F85502EB96E0BD5 , 0xA7EE0560C8F94E509CDDEEAD2A2800E8 , 0xAD0D8F7BB1D94611A4F40B4C480448F5 , 0xC186D08AD1EC44C5AA2C02889B245D1D , 0xC71C623517794CEDBA416EF5711A7A52 , 0xD089981A250D42E893D697D080C44138 , 0xD24D6D27FDCD46C5B2C4146AC3A0B272 , 0xD900232CF69E4FD4954244E7A4AAA588 , 0xDA3AC5A0BB8E4657A78E9B98F5656FD5 , 0xDBA6219D20FC48F78EEC51FDB4DE6403 );
Copy
29
0.40 ms
SELECT DISTINCT LOWER (HEX (psm . product_id )) as productId , LOWER (HEX (psm . product_stream_id )) as productStreamId , LOWER (HEX (lolicg . id )) as lenzOrderLineItemCommentGroupId FROM product_stream_mapping psm INNER JOIN lenz_order_line_item_comment_group lolicg ON lolicg . product_stream_id = psm . product_stream_id AND lolicg . mode = ? WHERE product_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) GROUP BY productId
Parameters :
[
"product_stream "
b"\x01 ÉÝ»ö┼q╚╗Äfµ▒=õÇ "
b"I\x18 â×ÍÚAëø│ü®\r Lo; "
b"s\r \x12\v n–G\v ƒ*\x18 ¬S»Ê "
b"""
\x01 ÉÚ´╚▀s\x15 Ø+>\v <\n
T³
"""
b"*ïÍ*,vI{“8NØ[L)\x16 "
b"\x03 *¶íØØB>°ýþ½Ó±\x11 ~ "
b"–Õ»¼œGI\x13 ‚ñÄ’\x05 áå\x1C "
b"\x1F å܆?mH6¥þ'Š"•µ\n "
b"Ø-╦DªXI\r ¿ƒ\x15 º\x18 !غ "
b"h¿Üç±=B\x02 ¼\x1D úS§¨5N "
b"""
|–\x7F ¢sGܤ\n
¸ÿQ[YÑ
"""
b"H¥ÂÊå\r OȈ¢Y4°z×\f "
b">EƒŸÖ!Iµ« 3/×’_Ü "
b"ÎXTìb1LG¬(╠@åÐ\x1D\v "
b"óÍ`«îkO³\x1A\x08 A\x1C &QH "
b"\x01 ‘\x03 [`\x1E sËí-\x18 Ÿ:!6 "
]
SELECT DISTINCT LOWER (HEX (psm . product_id )) as productId , LOWER (HEX (psm . product_stream_id )) as productStreamId , LOWER (HEX (lolicg . id )) as lenzOrderLineItemCommentGroupId FROM product_stream_mapping psm INNER JOIN lenz_order_line_item_comment_group lolicg ON lolicg . product_stream_id = psm . product_stream_id AND lolicg . mode = 'product_stream' WHERE product_id IN (0x0190EDAF94C571C8BB8E66E6B13DE480 , 0x4918839ED6E941899BB381A90D4C6F3B , 0x730D120B6E96470B832A18ADAC53BBCA , 0x0190E9EFC8DF73159D2B3E0B3C0A54FC , 0x2AEFCD2A2C76497B93384ED85B4C2916 , 0x032AB6EDD8D8423EB0FDFEBDD3B1117E , 0x96D5BBBC9C47491382F1C49205E1E51C , 0x1FE5DC863F6D4836A5FE278A2295B50A , 0x9D2DCB44A658490DA89F15A718219DA7 , 0x68BFDCE7B13D4202BC1DFA53A7A8354E , 0x7C967FC2A27347DCA40AB8FF515B59D1 , 0x48A5C2CAE50D4FC888A25934B07AD70C , 0x3E45839FD62149B5AB20332FD7925FDC , 0xD758548D62314C47AA28CC4086D11D0B , 0xF3CD60ABEE6B4FADB31A08411C265148 , 0x0191035B601E73C38BED2D189F3A2136 ) GROUP BY productId ;
Copy
30
1.40 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.lenzOrderLineItemCommentGroups.mapping` . `order_line_item_group_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_product` `product.lenzOrderLineItemCommentGroups.mapping`
WHERE `product.lenzOrderLineItemCommentGroups.mapping` . `product_id` = `product` . `lenzOrderLineItemCommentGroups` ) as `product.lenzOrderLineItemCommentGroups.id_mapping` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ÉÝ»ö┼q╚╗Äfµ▒=õÇ "
b"I\x18 â×ÍÚAëø│ü®\r Lo; "
b"s\r \x12\v n–G\v ƒ*\x18 ¬S»Ê "
b"""
\x01 ÉÚ´╚▀s\x15 Ø+>\v <\n
T³
"""
b"*ïÍ*,vI{“8NØ[L)\x16 "
b"\x03 *¶íØØB>°ýþ½Ó±\x11 ~ "
b"–Õ»¼œGI\x13 ‚ñÄ’\x05 áå\x1C "
b"\x1F å܆?mH6¥þ'Š"•µ\n "
b"Ø-╦DªXI\r ¿ƒ\x15 º\x18 !غ "
b"h¿Üç±=B\x02 ¼\x1D úS§¨5N "
b"""
|–\x7F ¢sGܤ\n
¸ÿQ[YÑ
"""
b"H¥ÂÊå\r OȈ¢Y4°z×\f "
b">EƒŸÖ!Iµ« 3/×’_Ü "
b"ÎXTìb1LG¬(╠@åÐ\x1D\v "
b"óÍ`«îkO³\x1A\x08 A\x1C &QH "
b"\x01 ‘\x03 [`\x1E sËí-\x18 Ÿ:!6 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.lenzOrderLineItemCommentGroups.mapping` . `order_line_item_group_id`
) SEPARATOR '||'
)
FROM
`lenz_order_line_item_comment_group_product` `product.lenzOrderLineItemCommentGroups.mapping`
WHERE
`product.lenzOrderLineItemCommentGroups.mapping` . `product_id` = `product` . `lenzOrderLineItemCommentGroups`
) as `product.lenzOrderLineItemCommentGroups.id_mapping` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.lenzOrderLineItemCommentGroups.mapping` . `order_line_item_group_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_product` `product.lenzOrderLineItemCommentGroups.mapping`
WHERE `product.lenzOrderLineItemCommentGroups.mapping` . `product_id` = `product` . `lenzOrderLineItemCommentGroups` ) as `product.lenzOrderLineItemCommentGroups.id_mapping` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x0190EDAF94C571C8BB8E66E6B13DE480 , 0x4918839ED6E941899BB381A90D4C6F3B , 0x730D120B6E96470B832A18ADAC53BBCA , 0x0190E9EFC8DF73159D2B3E0B3C0A54FC , 0x2AEFCD2A2C76497B93384ED85B4C2916 , 0x032AB6EDD8D8423EB0FDFEBDD3B1117E , 0x96D5BBBC9C47491382F1C49205E1E51C , 0x1FE5DC863F6D4836A5FE278A2295B50A , 0x9D2DCB44A658490DA89F15A718219DA7 , 0x68BFDCE7B13D4202BC1DFA53A7A8354E , 0x7C967FC2A27347DCA40AB8FF515B59D1 , 0x48A5C2CAE50D4FC888A25934B07AD70C , 0x3E45839FD62149B5AB20332FD7925FDC , 0xD758548D62314C47AA28CC4086D11D0B , 0xF3CD60ABEE6B4FADB31A08411C265148 , 0x0191035B601E73C38BED2D189F3A2136 ));
Copy
31
0.30 ms
SELECT `lenz_order_line_item_comment_group` . `id` FROM `lenz_order_line_item_comment_group` WHERE ((`lenz_order_line_item_comment_group` . `mode` = ? OR (`lenz_order_line_item_comment_group` . `mode` = ? AND `lenz_order_line_item_comment_group` . `product_stream_id` IN (NULL )))) ORDER BY `lenz_order_line_item_comment_group` . `position` ASC
Parameters :
[
"all "
"product_stream "
]
SELECT `lenz_order_line_item_comment_group` . `id` FROM `lenz_order_line_item_comment_group` WHERE ((`lenz_order_line_item_comment_group` . `mode` = 'all' OR (`lenz_order_line_item_comment_group` . `mode` = 'product_stream' AND `lenz_order_line_item_comment_group` . `product_stream_id` IN (NULL )))) ORDER BY `lenz_order_line_item_comment_group` . `position` ASC ;
Copy
32
0.36 ms
SELECT `lenz_order_line_item_comment_group` . `id` as `lenz_order_line_item_comment_group.id` , `lenz_order_line_item_comment_group` . `position` as `lenz_order_line_item_comment_group.position` , `lenz_order_line_item_comment_group` . `mode` as `lenz_order_line_item_comment_group.mode` , `lenz_order_line_item_comment_group` . `type` as `lenz_order_line_item_comment_group.type` , `lenz_order_line_item_comment_group` . `product_stream_id` as `lenz_order_line_item_comment_group.productStreamId` , `lenz_order_line_item_comment_group` . `created_at` as `lenz_order_line_item_comment_group.createdAt` , `lenz_order_line_item_comment_group` . `updated_at` as `lenz_order_line_item_comment_group.updatedAt` , (SELECT GROUP_CONCAT (HEX (`lenz_order_line_item_comment_group.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_sales_channel` `lenz_order_line_item_comment_group.salesChannels.mapping`
WHERE `lenz_order_line_item_comment_group.salesChannels.mapping` . `order_line_item_group_id` = `lenz_order_line_item_comment_group` . `id` ) as `lenz_order_line_item_comment_group.salesChannels.id_mapping` , `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation.name` as `lenz_order_line_item_comment_group.name` , `lenz_order_line_item_comment_group.translation.description` , `lenz_order_line_item_comment_group.translation.description` as `lenz_order_line_item_comment_group.description` FROM `lenz_order_line_item_comment_group` LEFT JOIN (SELECT `lenz_order_line_item_comment_group.translation` . `lenz_order_line_item_comment_group_id` , `lenz_order_line_item_comment_group.translation` . `name` as `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation` . `description` as `lenz_order_line_item_comment_group.translation.description` FROM `lenz_order_line_item_comment_group_translation` `lenz_order_line_item_comment_group.translation` WHERE `lenz_order_line_item_comment_group.translation` . `language_id` = ? ) `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` ON `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` . `lenz_order_line_item_comment_group_id` = `lenz_order_line_item_comment_group` . `id` WHERE `lenz_order_line_item_comment_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"æ±ÄW¾\x1F Em¿mk¤\f ŽÂ¡ "
]
SELECT `lenz_order_line_item_comment_group` . `id` as `lenz_order_line_item_comment_group.id` , `lenz_order_line_item_comment_group` . `position` as `lenz_order_line_item_comment_group.position` , `lenz_order_line_item_comment_group` . `mode` as `lenz_order_line_item_comment_group.mode` , `lenz_order_line_item_comment_group` . `type` as `lenz_order_line_item_comment_group.type` , `lenz_order_line_item_comment_group` . `product_stream_id` as `lenz_order_line_item_comment_group.productStreamId` , `lenz_order_line_item_comment_group` . `created_at` as `lenz_order_line_item_comment_group.createdAt` , `lenz_order_line_item_comment_group` . `updated_at` as `lenz_order_line_item_comment_group.updatedAt` , (SELECT GROUP_CONCAT (HEX (`lenz_order_line_item_comment_group.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_sales_channel` `lenz_order_line_item_comment_group.salesChannels.mapping`
WHERE `lenz_order_line_item_comment_group.salesChannels.mapping` . `order_line_item_group_id` = `lenz_order_line_item_comment_group` . `id` ) as `lenz_order_line_item_comment_group.salesChannels.id_mapping` , `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation.name` as `lenz_order_line_item_comment_group.name` , `lenz_order_line_item_comment_group.translation.description` , `lenz_order_line_item_comment_group.translation.description` as `lenz_order_line_item_comment_group.description` FROM `lenz_order_line_item_comment_group` LEFT JOIN (SELECT `lenz_order_line_item_comment_group.translation` . `lenz_order_line_item_comment_group_id` , `lenz_order_line_item_comment_group.translation` . `name` as `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation` . `description` as `lenz_order_line_item_comment_group.translation.description` FROM `lenz_order_line_item_comment_group_translation` `lenz_order_line_item_comment_group.translation` WHERE `lenz_order_line_item_comment_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` ON `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` . `lenz_order_line_item_comment_group_id` = `lenz_order_line_item_comment_group` . `id` WHERE `lenz_order_line_item_comment_group` . `id` IN (0xE6B1C457BE1F456DBF6D6BA40C8EC2A1 );
Copy
33
0.29 ms
SELECT `lenz_order_line_item_comment_field` . `id` as `lenz_order_line_item_comment_field.id` , `lenz_order_line_item_comment_field` . `type` as `lenz_order_line_item_comment_field.type` , `lenz_order_line_item_comment_field` . `pattern` as `lenz_order_line_item_comment_field.pattern` , `lenz_order_line_item_comment_field` . `step` as `lenz_order_line_item_comment_field.step` , `lenz_order_line_item_comment_field` . `position` as `lenz_order_line_item_comment_field.position` , `lenz_order_line_item_comment_field` . `min_length` as `lenz_order_line_item_comment_field.minLength` , `lenz_order_line_item_comment_field` . `max_length` as `lenz_order_line_item_comment_field.maxLength` , `lenz_order_line_item_comment_field` . `required` as `lenz_order_line_item_comment_field.required` , `lenz_order_line_item_comment_field` . `configurator_price` as `lenz_order_line_item_comment_field.configuratorPrice` , `lenz_order_line_item_comment_field` . `configurator_product_number` as `lenz_order_line_item_comment_field.configuratorProductNumber` , `lenz_order_line_item_comment_field` . `line_item_comment_group_id` as `lenz_order_line_item_comment_field.lineItemCommentGroupId` , `lenz_order_line_item_comment_field` . `created_at` as `lenz_order_line_item_comment_field.createdAt` , `lenz_order_line_item_comment_field` . `updated_at` as `lenz_order_line_item_comment_field.updatedAt` , `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation.name` as `lenz_order_line_item_comment_field.name` , `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation.placeholder` as `lenz_order_line_item_comment_field.placeholder` , `lenz_order_line_item_comment_field.translation.description` , `lenz_order_line_item_comment_field.translation.description` as `lenz_order_line_item_comment_field.description` FROM `lenz_order_line_item_comment_field` LEFT JOIN (SELECT `lenz_order_line_item_comment_field.translation` . `lenz_order_line_item_comment_field_id` , `lenz_order_line_item_comment_field.translation` . `name` as `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation` . `placeholder` as `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation` . `description` as `lenz_order_line_item_comment_field.translation.description` FROM `lenz_order_line_item_comment_field_translation` `lenz_order_line_item_comment_field.translation` WHERE `lenz_order_line_item_comment_field.translation` . `language_id` = ? ) `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` ON `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` . `lenz_order_line_item_comment_field_id` = `lenz_order_line_item_comment_field` . `id` WHERE (`lenz_order_line_item_comment_field` . `line_item_comment_group_id` IN (? )) ORDER BY `lenz_order_line_item_comment_field` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"æ±ÄW¾\x1F Em¿mk¤\f ŽÂ¡ "
]
SELECT `lenz_order_line_item_comment_field` . `id` as `lenz_order_line_item_comment_field.id` , `lenz_order_line_item_comment_field` . `type` as `lenz_order_line_item_comment_field.type` , `lenz_order_line_item_comment_field` . `pattern` as `lenz_order_line_item_comment_field.pattern` , `lenz_order_line_item_comment_field` . `step` as `lenz_order_line_item_comment_field.step` , `lenz_order_line_item_comment_field` . `position` as `lenz_order_line_item_comment_field.position` , `lenz_order_line_item_comment_field` . `min_length` as `lenz_order_line_item_comment_field.minLength` , `lenz_order_line_item_comment_field` . `max_length` as `lenz_order_line_item_comment_field.maxLength` , `lenz_order_line_item_comment_field` . `required` as `lenz_order_line_item_comment_field.required` , `lenz_order_line_item_comment_field` . `configurator_price` as `lenz_order_line_item_comment_field.configuratorPrice` , `lenz_order_line_item_comment_field` . `configurator_product_number` as `lenz_order_line_item_comment_field.configuratorProductNumber` , `lenz_order_line_item_comment_field` . `line_item_comment_group_id` as `lenz_order_line_item_comment_field.lineItemCommentGroupId` , `lenz_order_line_item_comment_field` . `created_at` as `lenz_order_line_item_comment_field.createdAt` , `lenz_order_line_item_comment_field` . `updated_at` as `lenz_order_line_item_comment_field.updatedAt` , `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation.name` as `lenz_order_line_item_comment_field.name` , `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation.placeholder` as `lenz_order_line_item_comment_field.placeholder` , `lenz_order_line_item_comment_field.translation.description` , `lenz_order_line_item_comment_field.translation.description` as `lenz_order_line_item_comment_field.description` FROM `lenz_order_line_item_comment_field` LEFT JOIN (SELECT `lenz_order_line_item_comment_field.translation` . `lenz_order_line_item_comment_field_id` , `lenz_order_line_item_comment_field.translation` . `name` as `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation` . `placeholder` as `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation` . `description` as `lenz_order_line_item_comment_field.translation.description` FROM `lenz_order_line_item_comment_field_translation` `lenz_order_line_item_comment_field.translation` WHERE `lenz_order_line_item_comment_field.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` ON `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` . `lenz_order_line_item_comment_field_id` = `lenz_order_line_item_comment_field` . `id` WHERE (`lenz_order_line_item_comment_field` . `line_item_comment_group_id` IN (0xE6B1C457BE1F456DBF6D6BA40C8EC2A1 )) ORDER BY `lenz_order_line_item_comment_field` . `position` ASC ;
Copy
34
0.27 ms
SELECT `lenz_order_line_item_comment_field_option` . `id` as `lenz_order_line_item_comment_field_option.id` , `lenz_order_line_item_comment_field_option` . `position` as `lenz_order_line_item_comment_field_option.position` , `lenz_order_line_item_comment_field_option` . `value` as `lenz_order_line_item_comment_field_option.value` , `lenz_order_line_item_comment_field_option` . `configurator_price` as `lenz_order_line_item_comment_field_option.configuratorPrice` , `lenz_order_line_item_comment_field_option` . `configurator_product_number` as `lenz_order_line_item_comment_field_option.configuratorProductNumber` , `lenz_order_line_item_comment_field_option` . `field_id` as `lenz_order_line_item_comment_field_option.fieldId` , `lenz_order_line_item_comment_field_option` . `created_at` as `lenz_order_line_item_comment_field_option.createdAt` , `lenz_order_line_item_comment_field_option` . `updated_at` as `lenz_order_line_item_comment_field_option.updatedAt` , `lenz_order_line_item_comment_field_option.translation.label` , `lenz_order_line_item_comment_field_option.translation.label` as `lenz_order_line_item_comment_field_option.label` FROM `lenz_order_line_item_comment_field_option` LEFT JOIN (SELECT `lenz_order_line_item_comment_field_option.translation` . `lenz_order_line_item_comment_field_option_id` , `lenz_order_line_item_comment_field_option.translation` . `label` as `lenz_order_line_item_comment_field_option.translation.label` FROM `lenz_order_line_item_comment_field_option_translation` `lenz_order_line_item_comment_field_option.translation` WHERE `lenz_order_line_item_comment_field_option.translation` . `language_id` = ? ) `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` ON `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` . `lenz_order_line_item_comment_field_option_id` = `lenz_order_line_item_comment_field_option` . `id` WHERE (`lenz_order_line_item_comment_field_option` . `field_id` IN (? )) ORDER BY `lenz_order_line_item_comment_field_option` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¶]:ô‗HFÀºÉÆ¥}\x1A\x1C É "
]
SELECT `lenz_order_line_item_comment_field_option` . `id` as `lenz_order_line_item_comment_field_option.id` , `lenz_order_line_item_comment_field_option` . `position` as `lenz_order_line_item_comment_field_option.position` , `lenz_order_line_item_comment_field_option` . `value` as `lenz_order_line_item_comment_field_option.value` , `lenz_order_line_item_comment_field_option` . `configurator_price` as `lenz_order_line_item_comment_field_option.configuratorPrice` , `lenz_order_line_item_comment_field_option` . `configurator_product_number` as `lenz_order_line_item_comment_field_option.configuratorProductNumber` , `lenz_order_line_item_comment_field_option` . `field_id` as `lenz_order_line_item_comment_field_option.fieldId` , `lenz_order_line_item_comment_field_option` . `created_at` as `lenz_order_line_item_comment_field_option.createdAt` , `lenz_order_line_item_comment_field_option` . `updated_at` as `lenz_order_line_item_comment_field_option.updatedAt` , `lenz_order_line_item_comment_field_option.translation.label` , `lenz_order_line_item_comment_field_option.translation.label` as `lenz_order_line_item_comment_field_option.label` FROM `lenz_order_line_item_comment_field_option` LEFT JOIN (SELECT `lenz_order_line_item_comment_field_option.translation` . `lenz_order_line_item_comment_field_option_id` , `lenz_order_line_item_comment_field_option.translation` . `label` as `lenz_order_line_item_comment_field_option.translation.label` FROM `lenz_order_line_item_comment_field_option_translation` `lenz_order_line_item_comment_field_option.translation` WHERE `lenz_order_line_item_comment_field_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` ON `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` . `lenz_order_line_item_comment_field_option_id` = `lenz_order_line_item_comment_field_option` . `id` WHERE (`lenz_order_line_item_comment_field_option` . `field_id` IN (0xF45D3A93F24846B7A79092BE7D1A1C90 )) ORDER BY `lenz_order_line_item_comment_field_option` . `position` ASC ;
Copy
35
0.35 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` WHERE `sales_channel` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"Éy{\x19 bKC9«±€k¼ÃVÄ "
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
WHERE
`sales_channel` . `id` IN (? , ? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` WHERE `sales_channel` . `id` IN (0xC9797B19624B4339ABB1806BBCC356C4 , 0xC9A6F5BF098244B1B12678C36AED2C51 );
Copy
36
0.28 ms
SELECT LOWER (HEX (id )) as id , updated_at FROM product WHERE id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) AND version_id = ?
Parameters :
[
b"\x01 ÉÝ»ö┼q╚╗Äfµ▒=õÇ "
b"I\x18 â×ÍÚAëø│ü®\r Lo; "
b"s\r \x12\v n–G\v ƒ*\x18 ¬S»Ê "
b"""
\x01 ÉÚ´╚▀s\x15 Ø+>\v <\n
T³
"""
b"*ïÍ*,vI{“8NØ[L)\x16 "
b"\x03 *¶íØØB>°ýþ½Ó±\x11 ~ "
b"–Õ»¼œGI\x13 ‚ñÄ’\x05 áå\x1C "
b"\x1F å܆?mH6¥þ'Š"•µ\n "
b"Ø-╦DªXI\r ¿ƒ\x15 º\x18 !غ "
b"h¿Üç±=B\x02 ¼\x1D úS§¨5N "
b"""
|–\x7F ¢sGܤ\n
¸ÿQ[YÑ
"""
b"H¥ÂÊå\r OȈ¢Y4°z×\f "
b">EƒŸÖ!Iµ« 3/×’_Ü "
b"ÎXTìb1LG¬(╠@åÐ\x1D\v "
b"óÍ`«îkO³\x1A\x08 A\x1C &QH "
b"\x01 ‘\x03 [`\x1E sËí-\x18 Ÿ:!6 "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
]
SELECT LOWER (HEX (id )) as id , updated_at FROM product WHERE id IN (0x0190EDAF94C571C8BB8E66E6B13DE480 , 0x4918839ED6E941899BB381A90D4C6F3B , 0x730D120B6E96470B832A18ADAC53BBCA , 0x0190E9EFC8DF73159D2B3E0B3C0A54FC , 0x2AEFCD2A2C76497B93384ED85B4C2916 , 0x032AB6EDD8D8423EB0FDFEBDD3B1117E , 0x96D5BBBC9C47491382F1C49205E1E51C , 0x1FE5DC863F6D4836A5FE278A2295B50A , 0x9D2DCB44A658490DA89F15A718219DA7 , 0x68BFDCE7B13D4202BC1DFA53A7A8354E , 0x7C967FC2A27347DCA40AB8FF515B59D1 , 0x48A5C2CAE50D4FC888A25934B07AD70C , 0x3E45839FD62149B5AB20332FD7925FDC , 0xD758548D62314C47AA28CC4086D11D0B , 0xF3CD60ABEE6B4FADB31A08411C265148 , 0x0191035B601E73C38BED2D189F3A2136 ) AND version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ;
Copy
37
0.65 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"ɦõ¿\t ‚D±±&xÃjí,Q "
true
b"\x01 ÉÝ»ö┼q╚╗Äfµ▒=õÇ "
b"I\x18 â×ÍÚAëø│ü®\r Lo; "
b"s\r \x12\v n–G\v ƒ*\x18 ¬S»Ê "
b"""
\x01 ÉÚ´╚▀s\x15 Ø+>\v <\n
T³
"""
b"*ïÍ*,vI{“8NØ[L)\x16 "
b"\x03 *¶íØØB>°ýþ½Ó±\x11 ~ "
b"–Õ»¼œGI\x13 ‚ñÄ’\x05 áå\x1C "
b"\x1F å܆?mH6¥þ'Š"•µ\n "
b"Ø-╦DªXI\r ¿ƒ\x15 º\x18 !غ "
b"h¿Üç±=B\x02 ¼\x1D úS§¨5N "
b"""
|–\x7F ¢sGܤ\n
¸ÿQ[YÑ
"""
b"H¥ÂÊå\r OȈ¢Y4°z×\f "
b">EƒŸÖ!Iµ« 3/×’_Ü "
b"ÎXTìb1LG¬(╠@åÐ\x1D\v "
b"óÍ`«îkO³\x1A\x08 A\x1C &QH "
b"\x01 ‘\x03 [`\x1E sËí-\x18 Ÿ:!6 "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x0190EDAF94C571C8BB8E66E6B13DE480 , 0x4918839ED6E941899BB381A90D4C6F3B , 0x730D120B6E96470B832A18ADAC53BBCA , 0x0190E9EFC8DF73159D2B3E0B3C0A54FC , 0x2AEFCD2A2C76497B93384ED85B4C2916 , 0x032AB6EDD8D8423EB0FDFEBDD3B1117E , 0x96D5BBBC9C47491382F1C49205E1E51C , 0x1FE5DC863F6D4836A5FE278A2295B50A , 0x9D2DCB44A658490DA89F15A718219DA7 , 0x68BFDCE7B13D4202BC1DFA53A7A8354E , 0x7C967FC2A27347DCA40AB8FF515B59D1 , 0x48A5C2CAE50D4FC888A25934B07AD70C , 0x3E45839FD62149B5AB20332FD7925FDC , 0xD758548D62314C47AA28CC4086D11D0B , 0xF3CD60ABEE6B4FADB31A08411C265148 , 0x0191035B601E73C38BED2D189F3A2136 )) GROUP BY `product` . `id` ;
Copy
38
2.78 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.featureSet` . `id` as `product.featureSet.id` , `product.featureSet` . `features` as `product.featureSet.features` , `product.featureSet` . `created_at` as `product.featureSet.createdAt` , `product.featureSet` . `updated_at` as `product.featureSet.updatedAt` , `product.featureSet.translation.name` , `product.featureSet.translation.name` as `product.featureSet.name` , `product.featureSet.translation.description` , `product.featureSet.translation.description` as `product.featureSet.description` , (SELECT GROUP_CONCAT (HEX (`product.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN `product_feature_set` `product.featureSet` ON `product` . `featureSet` = `product.featureSet` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.featureSet.translation` . `product_feature_set_id` , `product.featureSet.translation` . `name` as `product.featureSet.translation.name` , `product.featureSet.translation` . `description` as `product.featureSet.translation.description` FROM `product_feature_set_translation` `product.featureSet.translation` WHERE `product.featureSet.translation` . `language_id` = ? ) `product.featureSet.product_feature_set_translation` ON `product.featureSet.product_feature_set_translation` . `product_feature_set_id` = `product.featureSet` . `id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ÉÝ»ö┼q╚╗Äfµ▒=õÇ "
b"I\x18 â×ÍÚAëø│ü®\r Lo; "
b"s\r \x12\v n–G\v ƒ*\x18 ¬S»Ê "
b"""
\x01 ÉÚ´╚▀s\x15 Ø+>\v <\n
T³
"""
b"*ïÍ*,vI{“8NØ[L)\x16 "
b"\x03 *¶íØØB>°ýþ½Ó±\x11 ~ "
b"–Õ»¼œGI\x13 ‚ñÄ’\x05 áå\x1C "
b"\x1F å܆?mH6¥þ'Š"•µ\n "
b"Ø-╦DªXI\r ¿ƒ\x15 º\x18 !غ "
b"h¿Üç±=B\x02 ¼\x1D úS§¨5N "
b"""
|–\x7F ¢sGܤ\n
¸ÿQ[YÑ
"""
b"H¥ÂÊå\r OȈ¢Y4°z×\f "
b">EƒŸÖ!Iµ« 3/×’_Ü "
b"ÎXTìb1LG¬(╠@åÐ\x1D\v "
b"óÍ`«îkO³\x1A\x08 A\x1C &QH "
b"\x01 ‘\x03 [`\x1E sËí-\x18 Ÿ:!6 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.featureSet` . `id` as `product.featureSet.id` ,
`product.featureSet` . `features` as `product.featureSet.features` ,
`product.featureSet` . `created_at` as `product.featureSet.createdAt` ,
`product.featureSet` . `updated_at` as `product.featureSet.updatedAt` ,
`product.featureSet.translation.name` ,
`product.featureSet.translation.name` as `product.featureSet.name` ,
`product.featureSet.translation.description` ,
`product.featureSet.translation.description` as `product.featureSet.description` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.properties.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_property` `product.properties.mapping`
WHERE
`product.properties.mapping` . `product_id` = `product` . `properties`
) as `product.properties.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN `product_feature_set` `product.featureSet` ON `product` . `featureSet` = `product.featureSet` . `id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.featureSet.translation` . `product_feature_set_id` ,
`product.featureSet.translation` . `name` as `product.featureSet.translation.name` ,
`product.featureSet.translation` . `description` as `product.featureSet.translation.description`
FROM
`product_feature_set_translation` `product.featureSet.translation`
WHERE
`product.featureSet.translation` . `language_id` = ?
) `product.featureSet.product_feature_set_translation` ON `product.featureSet.product_feature_set_translation` . `product_feature_set_id` = `product.featureSet` . `id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.featureSet` . `id` as `product.featureSet.id` , `product.featureSet` . `features` as `product.featureSet.features` , `product.featureSet` . `created_at` as `product.featureSet.createdAt` , `product.featureSet` . `updated_at` as `product.featureSet.updatedAt` , `product.featureSet.translation.name` , `product.featureSet.translation.name` as `product.featureSet.name` , `product.featureSet.translation.description` , `product.featureSet.translation.description` as `product.featureSet.description` , (SELECT GROUP_CONCAT (HEX (`product.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN `product_feature_set` `product.featureSet` ON `product` . `featureSet` = `product.featureSet` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.featureSet.translation` . `product_feature_set_id` , `product.featureSet.translation` . `name` as `product.featureSet.translation.name` , `product.featureSet.translation` . `description` as `product.featureSet.translation.description` FROM `product_feature_set_translation` `product.featureSet.translation` WHERE `product.featureSet.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.featureSet.product_feature_set_translation` ON `product.featureSet.product_feature_set_translation` . `product_feature_set_id` = `product.featureSet` . `id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x0190EDAF94C571C8BB8E66E6B13DE480 , 0x4918839ED6E941899BB381A90D4C6F3B , 0x730D120B6E96470B832A18ADAC53BBCA , 0x0190E9EFC8DF73159D2B3E0B3C0A54FC , 0x2AEFCD2A2C76497B93384ED85B4C2916 , 0x032AB6EDD8D8423EB0FDFEBDD3B1117E , 0x96D5BBBC9C47491382F1C49205E1E51C , 0x1FE5DC863F6D4836A5FE278A2295B50A , 0x9D2DCB44A658490DA89F15A718219DA7 , 0x68BFDCE7B13D4202BC1DFA53A7A8354E , 0x7C967FC2A27347DCA40AB8FF515B59D1 , 0x48A5C2CAE50D4FC888A25934B07AD70C , 0x3E45839FD62149B5AB20332FD7925FDC , 0xD758548D62314C47AA28CC4086D11D0B , 0xF3CD60ABEE6B4FADB31A08411C265148 , 0x0191035B601E73C38BED2D189F3A2136 ));
Copy
39
0.72 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"‘JN¼;ÃCø“>uµ\x06 £g "
b"ñ\x15 Ân‰Dæ²#3\x05 µ?Ý} "
b"¸\x18 Ò\x1F\x0E ÊD╔é§ú¿=ì>à "
b"Lç”ûLBû³uÎñÛ@^\n "
b"þ\x1D mür¦H║à▓░▒Pé×* "
b"ñ\x15 Ân‰Dæ²#3\x05 µ?Ý} "
b"Lç”ûLBû³uÎñÛ@^\n "
b"""
C$gÆ|\n
Iµ¢m"³¥¸Èã
"""
b"Lç”ûLBû³uÎñÛ@^\n "
b"ñ\x15 Ân‰Dæ²#3\x05 µ?Ý} "
b"\x04\x1F ±rr^IÕ°ˆioê¥;@ "
b"\x05 «3f6gLçà¸ì▀-¼iä "
b"Lç”ûLBû³uÎñÛ@^\n "
b"þ\x1D mür¦H║à▓░▒Pé×* "
b"ñ\x15 Ân‰Dæ²#3\x05 µ?Ý} "
b"öÊFUݺI¢ÆÍØ¥┼»i\t "
b"ÒÁ└Ñ3©F&ì÷#═é\x19 ½╦ "
b"ð]£åSúNs·ŠŸÑW\x03 ¡j "
b"ö_†Ý%àM¨¹þ÷\x19 >|¢b "
b"öÊFUݺI¢ÆÍØ¥┼»i\t "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
WHERE
`property_group_option` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (0x914A4EBC3BC343F8933E75B506A36720 , 0xF115C3826E8944E6B2233305B53FDD7D , 0xF718E31F0ED244C982F5A3A83D8D3EC7 , 0xAD4CE794FB4C42FBB375CEF1DB405E0A , 0xE71D6D8172DD48BA85B2B0B150829E2A , 0xF115C3826E8944E6B2233305B53FDD7D , 0xAD4CE794FB4C42FBB375CEF1DB405E0A , 0x432467C67C0A49B5A26D22B3A5B8C8E3 , 0xAD4CE794FB4C42FBB375CEF1DB405E0A , 0xF115C3826E8944E6B2233305B53FDD7D , 0x041FB172725E49D5B088696FEAA53B40 , 0x05AE336636674C8785F78DDF2DAC6984 , 0xAD4CE794FB4C42FBB375CEF1DB405E0A , 0xE71D6D8172DD48BA85B2B0B150829E2A , 0xF115C3826E8944E6B2233305B53FDD7D , 0x94D24655EDA749BD92D69DBEC5AF6909 , 0xE3B5C0A533B846268DF623CD8219ABCB , 0xF05DA3E553FA4E73B78A9FD15703A16A , 0xF65F86DD25E04DA8B9FEF7193E7CA262 , 0x94D24655EDA749BD92D69DBEC5AF6909 );
Copy
40
0.88 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x15\x01 0"‘ÍF"µ¦\t {%i-¶ "
b"""
AN9\x03\x01 ˜M\x06 ¢"\n
Z–f(b
"""
b"€Gï¶\x02 ÚO@…ÑÖìy4˜² "
b"\x02 —ì\x11 J*K—€âuýüóJb "
b"\x1F ‘$òÙÊJÈž\x7F Fþ»%úÎ "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"€Gï¶\x02 ÚO@…ÑÖìy4˜² "
b"Š˜¥ÄwdL9½2M"1ddÊ "
b"Lç”ûLBû³uÎñÛ@^\n "
b"¶õ:Cª\x7F M)»‚NjΤ\x12 ¹ "
b"øCÕ¶ýA¨‹j«\x11 “%•ö "
b"ÌÕ¨w¾èAv•<d¥†\v m\x08 "
b"þ\x1D mür¦H║à▓░▒Pé×* "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"\x02 —ì\x11 J*K—€âuýüóJb "
b"\f B=v,D@R¸jëy;®õ¶ "
b"\x1A /¯Ù£îH¹¶ÿw\v\x16 òæ\ "
b"\x1F ‘$òÙÊJÈž\x7F Fþ»%úÎ "
b"@¥ÛͨöNÿ»!^«I\x1E 9‹ "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"Š˜¥ÄwdL9½2M"1ddÊ "
b"¶õ:Cª\x7F M)»‚NjΤ\x12 ¹ "
b"ñ\x15 Ân‰Dæ²#3\x05 µ?Ý} "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"\x02 —ì\x11 J*K—€âuýüóJb "
b"\f B=v,D@R¸jëy;®õ¶ "
b"\x1A /¯Ù£îH¹¶ÿw\v\x16 òæ\ "
b"\x1F ‘$òÙÊJÈž\x7F Fþ»%úÎ "
b"@¥ÛͨöNÿ»!^«I\x1E 9‹ "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"Š˜¥ÄwdL9½2M"1ddÊ "
b"Lç”ûLBû³uÎñÛ@^\n "
b"¶õ:Cª\x7F M)»‚NjΤ\x12 ¹ "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"\x02 —ì\x11 J*K—€âuýüóJb "
b"(\x05 þƒšþMq”\x18 g\x00 fÀ¨× "
b"""
C$gÆ|\n
Iµ¢m"³¥¸Èã
"""
b"Š˜¥ÄwdL9½2M"1ddÊ "
b"”âlã\x18 !Kh—\e æû\e\x02 š† "
b"œÜ\x7F ˆaD\x03 «óÒ¦\x07 â\f ÷ "
b"Ø\x00 ¢└é└HXåzÅ_N¤aÉ "
b"Ñ~\x0E É·aL╠ô4Ü‗4Ýi\x0F "
b"""
ùÆDla¡Kk•\n
JÍ;wúP
"""
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"\x02 —ì\x11 J*K—€âuýüóJb "
b"\x1A /¯Ù£îH¹¶ÿw\v\x16 òæ\ "
b"\x1F ‘$òÙÊJÈž\x7F Fþ»%úÎ "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"Š˜¥ÄwdL9½2M"1ddÊ "
b"Lç”ûLBû³uÎñÛ@^\n "
b"¶õ:Cª\x7F M)»‚NjΤ\x12 ¹ "
b"øCÕ¶ýA¨‹j«\x11 “%•ö "
b"ÌÕ¨w¾èAv•<d¥†\v m\x08 "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b")I¿0¦\e F†—A†ø6úoÙ "
b".9©`µ\x17 Fý½éå±®þ\v # "
b"""
AN9\x03\x01 ˜M\x06 ¢"\n
Z–f(b
"""
b"}÷Å}¨╗O=¬½ôfô>f× "
b"ä\e ▓▄´╣F┐Ñؽ╣6║│B "
b"¦_<«®ŽJµŠ¯J\x10 [\x07\e X "
b"ÀÈ\x0F GÓÚC˜©&Ï+VÃý" "
b"ð]£åSúNs·ŠŸÑW\x03 ¡j "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"\x02 —ì\x11 J*K—€âuýüóJb "
b"\x1D 9<\x1F n³L—„û×úhÏu4 "
b"@¥ÛͨöNÿ»!^«I\x1E 9‹ "
b"jY`JZmIœ§þgR¢LÎJ "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"Š˜¥ÄwdL9½2M"1ddÊ "
b"¶õ:Cª\x7F M)»‚NjΤ\x12 ¹ "
b"ñ\x15 Ân‰Dæ²#3\x05 µ?Ý} "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"\x02 —ì\x11 J*K—€âuýüóJb "
b"\x04\x1F ±rr^IÕ°ˆioê¥;@ "
b"ll\x13 8Žü@™’‘\t œ´æ\x18 § "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"Š˜¥ÄwdL9½2M"1ddÊ "
b"×SØJPiF\x05 £╗┼n²f7\x10 "
b"à·–‰¿ÿGô§\x14 &…V_Ö¼ "
b"ð]£åSúNs·ŠŸÑW\x03 ¡j "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"\x02 —ì\x11 J*K—€âuýüóJb "
b"\x05 «3f6gLçà¸ì▀-¼iä "
b"\f B=v,D@R¸jëy;®õ¶ "
b"\x1F ‘$òÙÊJÈž\x7F Fþ»%úÎ "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"Š˜¥ÄwdL9½2M"1ddÊ "
b"Øïî┴üÛLõ╣OMç{¹4Ì "
b"¶õ:Cª\x7F M)»‚NjΤ\x12 ¹ "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"\x02 —ì\x11 J*K—€âuýüóJb "
b"\x1D 9<\x1F n³L—„û×úhÏu4 "
b"@¥ÛͨöNÿ»!^«I\x1E 9‹ "
b"jY`JZmIœ§þgR¢LÎJ "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"Š˜¥ÄwdL9½2M"1ddÊ "
b"Lç”ûLBû³uÎñÛ@^\n "
b"¶õ:Cª\x7F M)»‚NjΤ\x12 ¹ "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"\x02 —ì\x11 J*K—€âuýüóJb "
b"\x1F ‘$òÙÊJÈž\x7F Fþ»%úÎ "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"€Gï¶\x02 ÚO@…ÑÖìy4˜² "
b"Š˜¥ÄwdL9½2M"1ddÊ "
b"¶õ:Cª\x7F M)»‚NjΤ\x12 ¹ "
b"øCÕ¶ýA¨‹j«\x11 “%•ö "
b"ÌÕ¨w¾èAv•<d¥†\v m\x08 "
b"þ\x1D mür¦H║à▓░▒Pé×* "
b"ñ\x15 Ân‰Dæ²#3\x05 µ?Ý} "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"\f B=v,D@R¸jëy;®õ¶ "
b"3├ÏÀØÍC╚½Æ¶Ü³s╚[ "
b"y1\x07 ˜0—F›¸fˆœçq‹Å "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"öÊFUݺI¢ÆÍØ¥┼»i\t "
b"Ÿ¼2ä¶ÊFÛ•ÃÛ÷žeâú "
b"ÒÁ└Ñ3©F&ì÷#═é\x19 ½╦ "
b"ð]£åSúNs·ŠŸÑW\x03 ¡j "
b"ö_†Ý%àM¨¹þ÷\x19 >|¢b "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"""
1ϨßqÿI͈\n
è/\x12 DbG
"""
b"3├ÏÀØÍC╚½Æ¶Ü³s╚[ "
b"y1\x07 ˜0—F›¸fˆœçq‹Å "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"öÊFUݺI¢ÆÍØ¥┼»i\t "
b"ÌÕ¨w¾èAv•<d¥†\v m\x08 "
b"ÒÁ└Ñ3©F&ì÷#═é\x19 ½╦ "
b"ðC\x18 RÌ\x0E GŸ‘|¹\x06\x01 Šñ˜ "
b"ð]£åSúNs·ŠŸÑW\x03 ¡j "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (0x1501302291CD4622B5A6097B25692DB6 , 0x414E390301984D06A2220A5A96662862 , 0x8047EFB602DA4F4085D1D6EC793498B2 , 0x0297EC114A2A4B9780E275FDFCF34A62 , 0x1F9124F2D9CA4AC89E7F46FEBB25FACE , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x8047EFB602DA4F4085D1D6EC793498B2 , 0x8A98A5C477644C39BD324D22316464CA , 0xAD4CE794FB4C42FBB375CEF1DB405E0A , 0xB6F53A43AA7F4D29BB824E6ACEA412B9 , 0xC3B843D5B6FD41A88B6AAB11932595F6 , 0xCCD5A877BEE84176953C64A5860B6D08 , 0xE71D6D8172DD48BA85B2B0B150829E2A , 0xFA08B4FEA46A43779C225437CE69A76E , 0x0297EC114A2A4B9780E275FDFCF34A62 , 0x0C423D762C444052B86AEB793BAEF5B6 , 0x1A2FAFD9A3EE48B9B6FF770B16F2E65C , 0x1F9124F2D9CA4AC89E7F46FEBB25FACE , 0x40A5DBCDA8F64EFFBB215EAB491E398B , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x8A98A5C477644C39BD324D22316464CA , 0xB6F53A43AA7F4D29BB824E6ACEA412B9 , 0xF115C3826E8944E6B2233305B53FDD7D , 0xFA08B4FEA46A43779C225437CE69A76E , 0x0297EC114A2A4B9780E275FDFCF34A62 , 0x0C423D762C444052B86AEB793BAEF5B6 , 0x1A2FAFD9A3EE48B9B6FF770B16F2E65C , 0x1F9124F2D9CA4AC89E7F46FEBB25FACE , 0x40A5DBCDA8F64EFFBB215EAB491E398B , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x8A98A5C477644C39BD324D22316464CA , 0xAD4CE794FB4C42FBB375CEF1DB405E0A , 0xB6F53A43AA7F4D29BB824E6ACEA412B9 , 0xFA08B4FEA46A43779C225437CE69A76E , 0x0297EC114A2A4B9780E275FDFCF34A62 , 0x2805FE839AFE4D719418670066C0A8D7 , 0x432467C67C0A49B5A26D22B3A5B8C8E3 , 0x8A98A5C477644C39BD324D22316464CA , 0x94E26CE318214B68971BE6FB1B029A86 , 0x9CDC7F88AD614403ABF3D2A607E20CF7 , 0x9D00BDC082C04858867A8F5F4ECF6190 , 0xA57E0E90FA614CCC93349AF234ED690F , 0xF9C6446C61A14B6B950A4ACD3B77FA50 , 0xFA08B4FEA46A43779C225437CE69A76E , 0x0297EC114A2A4B9780E275FDFCF34A62 , 0x1A2FAFD9A3EE48B9B6FF770B16F2E65C , 0x1F9124F2D9CA4AC89E7F46FEBB25FACE , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x8A98A5C477644C39BD324D22316464CA , 0xAD4CE794FB4C42FBB375CEF1DB405E0A , 0xB6F53A43AA7F4D29BB824E6ACEA412B9 , 0xC3B843D5B6FD41A88B6AAB11932595F6 , 0xCCD5A877BEE84176953C64A5860B6D08 , 0xFA08B4FEA46A43779C225437CE69A76E , 0x2949BF30A61B4686974186F836FA6FD9 , 0x2E39A960B51746FDBDE9E5B1AEFE0B23 , 0x414E390301984D06A2220A5A96662862 , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x841BB2DCEFB946BFA59DABB936BAB342 , 0xA65F3CABAE8E4AB58AAF4A105B071B58 , 0xC0C80F47D3DA4398A926CF2B56C3FD22 , 0xF05DA3E553FA4E73B78A9FD15703A16A , 0xFA08B4FEA46A43779C225437CE69A76E , 0x0297EC114A2A4B9780E275FDFCF34A62 , 0x1D393C1F6EB34C9784FBD7FA68CF7534 , 0x40A5DBCDA8F64EFFBB215EAB491E398B , 0x6A59604A5A6D499CA7FE6752A24CCE4A , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x8A98A5C477644C39BD324D22316464CA , 0xB6F53A43AA7F4D29BB824E6ACEA412B9 , 0xF115C3826E8944E6B2233305B53FDD7D , 0xFA08B4FEA46A43779C225437CE69A76E , 0x0297EC114A2A4B9780E275FDFCF34A62 , 0x041FB172725E49D5B088696FEAA53B40 , 0x6C6C13388EFC40999291099CB4E618A7 , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x8A98A5C477644C39BD324D22316464CA , 0x9E539D4A506946059CBBC56EFD663710 , 0xE0B79689BFFF47F4A7142685565FD6BC , 0xF05DA3E553FA4E73B78A9FD15703A16A , 0xFA08B4FEA46A43779C225437CE69A76E , 0x0297EC114A2A4B9780E275FDFCF34A62 , 0x05AE336636674C8785F78DDF2DAC6984 , 0x0C423D762C444052B86AEB793BAEF5B6 , 0x1F9124F2D9CA4AC89E7F46FEBB25FACE , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x8A98A5C477644C39BD324D22316464CA , 0x9D8B8CC181EA4CE4B94F4D877BFB34DE , 0xB6F53A43AA7F4D29BB824E6ACEA412B9 , 0xFA08B4FEA46A43779C225437CE69A76E , 0x0297EC114A2A4B9780E275FDFCF34A62 , 0x1D393C1F6EB34C9784FBD7FA68CF7534 , 0x40A5DBCDA8F64EFFBB215EAB491E398B , 0x6A59604A5A6D499CA7FE6752A24CCE4A , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x8A98A5C477644C39BD324D22316464CA , 0xAD4CE794FB4C42FBB375CEF1DB405E0A , 0xB6F53A43AA7F4D29BB824E6ACEA412B9 , 0xFA08B4FEA46A43779C225437CE69A76E , 0x0297EC114A2A4B9780E275FDFCF34A62 , 0x1F9124F2D9CA4AC89E7F46FEBB25FACE , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x8047EFB602DA4F4085D1D6EC793498B2 , 0x8A98A5C477644C39BD324D22316464CA , 0xB6F53A43AA7F4D29BB824E6ACEA412B9 , 0xC3B843D5B6FD41A88B6AAB11932595F6 , 0xCCD5A877BEE84176953C64A5860B6D08 , 0xE71D6D8172DD48BA85B2B0B150829E2A , 0xF115C3826E8944E6B2233305B53FDD7D , 0xFA08B4FEA46A43779C225437CE69A76E , 0x0C423D762C444052B86AEB793BAEF5B6 , 0x33C3D8B79DD643C8AB92F49AFC73C85B , 0x793107983097469BB866889CE7718BC5 , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x94D24655EDA749BD92D69DBEC5AF6909 , 0x9FBC32E4B6CA46DB95C3DBF79E65E2FA , 0xE3B5C0A533B846268DF623CD8219ABCB , 0xF05DA3E553FA4E73B78A9FD15703A16A , 0xF65F86DD25E04DA8B9FEF7193E7CA262 , 0xFA08B4FEA46A43779C225437CE69A76E , 0x31CFA8DF71FF49CD880AE82F12446247 , 0x33C3D8B79DD643C8AB92F49AFC73C85B , 0x793107983097469BB866889CE7718BC5 , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x94D24655EDA749BD92D69DBEC5AF6909 , 0xCCD5A877BEE84176953C64A5860B6D08 , 0xE3B5C0A533B846268DF623CD8219ABCB , 0xF0431852CC0E479F917CB906018AF198 , 0xF05DA3E553FA4E73B78A9FD15703A16A , 0xFA08B4FEA46A43779C225437CE69A76E );
Copy
41
0.70 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\x01 ÉÚ´╚▀s\x15 Ø+>\v <\n
T³
"""
b"\x01 ÉÝ»ö┼q╚╗Äfµ▒=õÇ "
b"\x01 ‘\x03 [`\x1E sËí-\x18 Ÿ:!6 "
b"\x03 *¶íØØB>°ýþ½Ó±\x11 ~ "
b"\x1F å܆?mH6¥þ'Š"•µ\n "
b"*ïÍ*,vI{“8NØ[L)\x16 "
b">EƒŸÖ!Iµ« 3/×’_Ü "
b"H¥ÂÊå\r OȈ¢Y4°z×\f "
b"I\x18 â×ÍÚAëø│ü®\r Lo; "
b"h¿Üç±=B\x02 ¼\x1D úS§¨5N "
b"s\r \x12\v n–G\v ƒ*\x18 ¬S»Ê "
b"""
|–\x7F ¢sGܤ\n
¸ÿQ[YÑ
"""
b"–Õ»¼œGI\x13 ‚ñÄ’\x05 áå\x1C "
b"Ø-╦DªXI\r ¿ƒ\x15 º\x18 !غ "
b"ÎXTìb1LG¬(╠@åÐ\x1D\v "
b"óÍ`«îkO³\x1A\x08 A\x1C &QH "
b"ׯ\x00 í\x12 ±@ت½ª~y•L\x10 "
b"¬\x1D ·óáÍCì¿î«t*j├v "
b"2íÅ<▀\x18 M\t Ø6B?ð¿#S "
b"’^WÝIÂHÛ’Á\x13 è9=`} "
b"ÏÜ\x04 ı▀ÁHÉ╗╦÷ zûïÄ "
b"Òo\x13 à‹îBž·Åq<ÅÇÒÊ "
b"Ò°9▓ÁüGjûz\x7F █ÂÝ\x02 7 "
b"Y˜¾2ÔúJ0§üüD\v Iï, "
b"A«žßX K¶¿œ ´‡\x04\x1E % "
b"œð™I\x19 ÝJÖƒS‚|¼¡\x01 "
b"\x17 W.ìÔLÇ░k$þı\x0E u. "
b"ÌÓØ€\x12 ªBÛ»°Õ\x14 c¶&¥ "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x0190E9EFC8DF73159D2B3E0B3C0A54FC , 0x0190EDAF94C571C8BB8E66E6B13DE480 , 0x0191035B601E73C38BED2D189F3A2136 , 0x032AB6EDD8D8423EB0FDFEBDD3B1117E , 0x1FE5DC863F6D4836A5FE278A2295B50A , 0x2AEFCD2A2C76497B93384ED85B4C2916 , 0x3E45839FD62149B5AB20332FD7925FDC , 0x48A5C2CAE50D4FC888A25934B07AD70C , 0x4918839ED6E941899BB381A90D4C6F3B , 0x68BFDCE7B13D4202BC1DFA53A7A8354E , 0x730D120B6E96470B832A18ADAC53BBCA , 0x7C967FC2A27347DCA40AB8FF515B59D1 , 0x96D5BBBC9C47491382F1C49205E1E51C , 0x9D2DCB44A658490DA89F15A718219DA7 , 0xD758548D62314C47AA28CC4086D11D0B , 0xF3CD60ABEE6B4FADB31A08411C265148 , 0xD7AF00ED12B140D8AABDAA7E79954C10 , 0xAA1DFAA2A0D6438DA88CAE742A6AC376 , 0x32A18F3CDF184D099D36423FD0A82353 , 0x925E57DD49C248DB92C113E8393D607D , 0xD89A04D5DFB54890BBCBF6FF7A968B8E , 0xD26F13E08BEE429EB7C5713CC5C7D2CA , 0xE3F839B2B581476A967A7FDBB6ED0237 , 0x5998BE32D4FA4A30A7FCFC440B49EF2C , 0x41AB9EDF58204BB6BF9C20B487041E25 , 0x9CF0994919DD4AD68353827CBCA10120 , 0x17572E8DF0E24C80B06B24E7D50E752E , 0xCCD3D88012AA42DBBBB0D51463B626A5 )));
Copy
42
1.18 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0xC9A6F5BF098244B1B12678C36AED2C51 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
43
0.30 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
44
0.13 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
45
0.38 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‰vç¸=q‡ ‡†¬\•\x03 X "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x018976E7B83D7187A08786AC5C950358 );
Copy
46
0.20 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ‰vç¸=q‡ ‡†¬\•\x03 X "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x018976E7B83D7187A08786AC5C950358 ));
Copy
47
0.36 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “³‘âÈrC¿'À ªrÆ“ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0193B391E2C87243BF27C020AA72C693 );
Copy
48
0.12 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “³‘âÈrC¿'À ªrÆ“ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0193B391E2C87243BF27C020AA72C693 ));
Copy
49
0.51 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
50
0.36 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
51
0.34 ms
SELECT DISTINCT LOWER (HEX (psm . product_id )) as productId , LOWER (HEX (psm . product_stream_id )) as productStreamId , LOWER (HEX (lolicg . id )) as lenzOrderLineItemCommentGroupId FROM product_stream_mapping psm INNER JOIN lenz_order_line_item_comment_group lolicg ON lolicg . product_stream_id = psm . product_stream_id AND lolicg . mode = ? WHERE product_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) GROUP BY productId
Parameters :
[
"product_stream "
b"\x01 ÉÝ»ö┼q╚╗Äfµ▒=õÇ "
b"I\x18 â×ÍÚAëø│ü®\r Lo; "
b"s\r \x12\v n–G\v ƒ*\x18 ¬S»Ê "
b"""
\x01 ÉÚ´╚▀s\x15 Ø+>\v <\n
T³
"""
b"*ïÍ*,vI{“8NØ[L)\x16 "
b"\x03 *¶íØØB>°ýþ½Ó±\x11 ~ "
b"–Õ»¼œGI\x13 ‚ñÄ’\x05 áå\x1C "
b"\x1F å܆?mH6¥þ'Š"•µ\n "
b"Ø-╦DªXI\r ¿ƒ\x15 º\x18 !غ "
b"h¿Üç±=B\x02 ¼\x1D úS§¨5N "
b"""
|–\x7F ¢sGܤ\n
¸ÿQ[YÑ
"""
b"H¥ÂÊå\r OȈ¢Y4°z×\f "
b">EƒŸÖ!Iµ« 3/×’_Ü "
b"ÎXTìb1LG¬(╠@åÐ\x1D\v "
b"óÍ`«îkO³\x1A\x08 A\x1C &QH "
b"\x01 ‘\x03 [`\x1E sËí-\x18 Ÿ:!6 "
]
SELECT DISTINCT LOWER (HEX (psm . product_id )) as productId , LOWER (HEX (psm . product_stream_id )) as productStreamId , LOWER (HEX (lolicg . id )) as lenzOrderLineItemCommentGroupId FROM product_stream_mapping psm INNER JOIN lenz_order_line_item_comment_group lolicg ON lolicg . product_stream_id = psm . product_stream_id AND lolicg . mode = 'product_stream' WHERE product_id IN (0x0190EDAF94C571C8BB8E66E6B13DE480 , 0x4918839ED6E941899BB381A90D4C6F3B , 0x730D120B6E96470B832A18ADAC53BBCA , 0x0190E9EFC8DF73159D2B3E0B3C0A54FC , 0x2AEFCD2A2C76497B93384ED85B4C2916 , 0x032AB6EDD8D8423EB0FDFEBDD3B1117E , 0x96D5BBBC9C47491382F1C49205E1E51C , 0x1FE5DC863F6D4836A5FE278A2295B50A , 0x9D2DCB44A658490DA89F15A718219DA7 , 0x68BFDCE7B13D4202BC1DFA53A7A8354E , 0x7C967FC2A27347DCA40AB8FF515B59D1 , 0x48A5C2CAE50D4FC888A25934B07AD70C , 0x3E45839FD62149B5AB20332FD7925FDC , 0xD758548D62314C47AA28CC4086D11D0B , 0xF3CD60ABEE6B4FADB31A08411C265148 , 0x0191035B601E73C38BED2D189F3A2136 ) GROUP BY productId ;
Copy
52
1.39 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.lenzOrderLineItemCommentGroups.mapping` . `order_line_item_group_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_product` `product.lenzOrderLineItemCommentGroups.mapping`
WHERE `product.lenzOrderLineItemCommentGroups.mapping` . `product_id` = `product` . `lenzOrderLineItemCommentGroups` ) as `product.lenzOrderLineItemCommentGroups.id_mapping` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ÉÝ»ö┼q╚╗Äfµ▒=õÇ "
b"I\x18 â×ÍÚAëø│ü®\r Lo; "
b"s\r \x12\v n–G\v ƒ*\x18 ¬S»Ê "
b"""
\x01 ÉÚ´╚▀s\x15 Ø+>\v <\n
T³
"""
b"*ïÍ*,vI{“8NØ[L)\x16 "
b"\x03 *¶íØØB>°ýþ½Ó±\x11 ~ "
b"–Õ»¼œGI\x13 ‚ñÄ’\x05 áå\x1C "
b"\x1F å܆?mH6¥þ'Š"•µ\n "
b"Ø-╦DªXI\r ¿ƒ\x15 º\x18 !غ "
b"h¿Üç±=B\x02 ¼\x1D úS§¨5N "
b"""
|–\x7F ¢sGܤ\n
¸ÿQ[YÑ
"""
b"H¥ÂÊå\r OȈ¢Y4°z×\f "
b">EƒŸÖ!Iµ« 3/×’_Ü "
b"ÎXTìb1LG¬(╠@åÐ\x1D\v "
b"óÍ`«îkO³\x1A\x08 A\x1C &QH "
b"\x01 ‘\x03 [`\x1E sËí-\x18 Ÿ:!6 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.lenzOrderLineItemCommentGroups.mapping` . `order_line_item_group_id`
) SEPARATOR '||'
)
FROM
`lenz_order_line_item_comment_group_product` `product.lenzOrderLineItemCommentGroups.mapping`
WHERE
`product.lenzOrderLineItemCommentGroups.mapping` . `product_id` = `product` . `lenzOrderLineItemCommentGroups`
) as `product.lenzOrderLineItemCommentGroups.id_mapping` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.lenzOrderLineItemCommentGroups.mapping` . `order_line_item_group_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_product` `product.lenzOrderLineItemCommentGroups.mapping`
WHERE `product.lenzOrderLineItemCommentGroups.mapping` . `product_id` = `product` . `lenzOrderLineItemCommentGroups` ) as `product.lenzOrderLineItemCommentGroups.id_mapping` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x0190EDAF94C571C8BB8E66E6B13DE480 , 0x4918839ED6E941899BB381A90D4C6F3B , 0x730D120B6E96470B832A18ADAC53BBCA , 0x0190E9EFC8DF73159D2B3E0B3C0A54FC , 0x2AEFCD2A2C76497B93384ED85B4C2916 , 0x032AB6EDD8D8423EB0FDFEBDD3B1117E , 0x96D5BBBC9C47491382F1C49205E1E51C , 0x1FE5DC863F6D4836A5FE278A2295B50A , 0x9D2DCB44A658490DA89F15A718219DA7 , 0x68BFDCE7B13D4202BC1DFA53A7A8354E , 0x7C967FC2A27347DCA40AB8FF515B59D1 , 0x48A5C2CAE50D4FC888A25934B07AD70C , 0x3E45839FD62149B5AB20332FD7925FDC , 0xD758548D62314C47AA28CC4086D11D0B , 0xF3CD60ABEE6B4FADB31A08411C265148 , 0x0191035B601E73C38BED2D189F3A2136 ));
Copy
53
0.17 ms
SELECT `lenz_order_line_item_comment_group` . `id` FROM `lenz_order_line_item_comment_group` WHERE ((`lenz_order_line_item_comment_group` . `mode` = ? OR (`lenz_order_line_item_comment_group` . `mode` = ? AND `lenz_order_line_item_comment_group` . `product_stream_id` IN (NULL )))) ORDER BY `lenz_order_line_item_comment_group` . `position` ASC
Parameters :
[
"all "
"product_stream "
]
SELECT `lenz_order_line_item_comment_group` . `id` FROM `lenz_order_line_item_comment_group` WHERE ((`lenz_order_line_item_comment_group` . `mode` = 'all' OR (`lenz_order_line_item_comment_group` . `mode` = 'product_stream' AND `lenz_order_line_item_comment_group` . `product_stream_id` IN (NULL )))) ORDER BY `lenz_order_line_item_comment_group` . `position` ASC ;
Copy
54
0.29 ms
SELECT `lenz_order_line_item_comment_group` . `id` as `lenz_order_line_item_comment_group.id` , `lenz_order_line_item_comment_group` . `position` as `lenz_order_line_item_comment_group.position` , `lenz_order_line_item_comment_group` . `mode` as `lenz_order_line_item_comment_group.mode` , `lenz_order_line_item_comment_group` . `type` as `lenz_order_line_item_comment_group.type` , `lenz_order_line_item_comment_group` . `product_stream_id` as `lenz_order_line_item_comment_group.productStreamId` , `lenz_order_line_item_comment_group` . `created_at` as `lenz_order_line_item_comment_group.createdAt` , `lenz_order_line_item_comment_group` . `updated_at` as `lenz_order_line_item_comment_group.updatedAt` , (SELECT GROUP_CONCAT (HEX (`lenz_order_line_item_comment_group.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_sales_channel` `lenz_order_line_item_comment_group.salesChannels.mapping`
WHERE `lenz_order_line_item_comment_group.salesChannels.mapping` . `order_line_item_group_id` = `lenz_order_line_item_comment_group` . `id` ) as `lenz_order_line_item_comment_group.salesChannels.id_mapping` , `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation.name` as `lenz_order_line_item_comment_group.name` , `lenz_order_line_item_comment_group.translation.description` , `lenz_order_line_item_comment_group.translation.description` as `lenz_order_line_item_comment_group.description` FROM `lenz_order_line_item_comment_group` LEFT JOIN (SELECT `lenz_order_line_item_comment_group.translation` . `lenz_order_line_item_comment_group_id` , `lenz_order_line_item_comment_group.translation` . `name` as `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation` . `description` as `lenz_order_line_item_comment_group.translation.description` FROM `lenz_order_line_item_comment_group_translation` `lenz_order_line_item_comment_group.translation` WHERE `lenz_order_line_item_comment_group.translation` . `language_id` = ? ) `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` ON `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` . `lenz_order_line_item_comment_group_id` = `lenz_order_line_item_comment_group` . `id` WHERE `lenz_order_line_item_comment_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"æ±ÄW¾\x1F Em¿mk¤\f ŽÂ¡ "
]
SELECT `lenz_order_line_item_comment_group` . `id` as `lenz_order_line_item_comment_group.id` , `lenz_order_line_item_comment_group` . `position` as `lenz_order_line_item_comment_group.position` , `lenz_order_line_item_comment_group` . `mode` as `lenz_order_line_item_comment_group.mode` , `lenz_order_line_item_comment_group` . `type` as `lenz_order_line_item_comment_group.type` , `lenz_order_line_item_comment_group` . `product_stream_id` as `lenz_order_line_item_comment_group.productStreamId` , `lenz_order_line_item_comment_group` . `created_at` as `lenz_order_line_item_comment_group.createdAt` , `lenz_order_line_item_comment_group` . `updated_at` as `lenz_order_line_item_comment_group.updatedAt` , (SELECT GROUP_CONCAT (HEX (`lenz_order_line_item_comment_group.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_sales_channel` `lenz_order_line_item_comment_group.salesChannels.mapping`
WHERE `lenz_order_line_item_comment_group.salesChannels.mapping` . `order_line_item_group_id` = `lenz_order_line_item_comment_group` . `id` ) as `lenz_order_line_item_comment_group.salesChannels.id_mapping` , `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation.name` as `lenz_order_line_item_comment_group.name` , `lenz_order_line_item_comment_group.translation.description` , `lenz_order_line_item_comment_group.translation.description` as `lenz_order_line_item_comment_group.description` FROM `lenz_order_line_item_comment_group` LEFT JOIN (SELECT `lenz_order_line_item_comment_group.translation` . `lenz_order_line_item_comment_group_id` , `lenz_order_line_item_comment_group.translation` . `name` as `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation` . `description` as `lenz_order_line_item_comment_group.translation.description` FROM `lenz_order_line_item_comment_group_translation` `lenz_order_line_item_comment_group.translation` WHERE `lenz_order_line_item_comment_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` ON `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` . `lenz_order_line_item_comment_group_id` = `lenz_order_line_item_comment_group` . `id` WHERE `lenz_order_line_item_comment_group` . `id` IN (0xE6B1C457BE1F456DBF6D6BA40C8EC2A1 );
Copy
55
0.27 ms
SELECT `lenz_order_line_item_comment_field` . `id` as `lenz_order_line_item_comment_field.id` , `lenz_order_line_item_comment_field` . `type` as `lenz_order_line_item_comment_field.type` , `lenz_order_line_item_comment_field` . `pattern` as `lenz_order_line_item_comment_field.pattern` , `lenz_order_line_item_comment_field` . `step` as `lenz_order_line_item_comment_field.step` , `lenz_order_line_item_comment_field` . `position` as `lenz_order_line_item_comment_field.position` , `lenz_order_line_item_comment_field` . `min_length` as `lenz_order_line_item_comment_field.minLength` , `lenz_order_line_item_comment_field` . `max_length` as `lenz_order_line_item_comment_field.maxLength` , `lenz_order_line_item_comment_field` . `required` as `lenz_order_line_item_comment_field.required` , `lenz_order_line_item_comment_field` . `configurator_price` as `lenz_order_line_item_comment_field.configuratorPrice` , `lenz_order_line_item_comment_field` . `configurator_product_number` as `lenz_order_line_item_comment_field.configuratorProductNumber` , `lenz_order_line_item_comment_field` . `line_item_comment_group_id` as `lenz_order_line_item_comment_field.lineItemCommentGroupId` , `lenz_order_line_item_comment_field` . `created_at` as `lenz_order_line_item_comment_field.createdAt` , `lenz_order_line_item_comment_field` . `updated_at` as `lenz_order_line_item_comment_field.updatedAt` , `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation.name` as `lenz_order_line_item_comment_field.name` , `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation.placeholder` as `lenz_order_line_item_comment_field.placeholder` , `lenz_order_line_item_comment_field.translation.description` , `lenz_order_line_item_comment_field.translation.description` as `lenz_order_line_item_comment_field.description` FROM `lenz_order_line_item_comment_field` LEFT JOIN (SELECT `lenz_order_line_item_comment_field.translation` . `lenz_order_line_item_comment_field_id` , `lenz_order_line_item_comment_field.translation` . `name` as `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation` . `placeholder` as `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation` . `description` as `lenz_order_line_item_comment_field.translation.description` FROM `lenz_order_line_item_comment_field_translation` `lenz_order_line_item_comment_field.translation` WHERE `lenz_order_line_item_comment_field.translation` . `language_id` = ? ) `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` ON `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` . `lenz_order_line_item_comment_field_id` = `lenz_order_line_item_comment_field` . `id` WHERE (`lenz_order_line_item_comment_field` . `line_item_comment_group_id` IN (? )) ORDER BY `lenz_order_line_item_comment_field` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"æ±ÄW¾\x1F Em¿mk¤\f ŽÂ¡ "
]
SELECT `lenz_order_line_item_comment_field` . `id` as `lenz_order_line_item_comment_field.id` , `lenz_order_line_item_comment_field` . `type` as `lenz_order_line_item_comment_field.type` , `lenz_order_line_item_comment_field` . `pattern` as `lenz_order_line_item_comment_field.pattern` , `lenz_order_line_item_comment_field` . `step` as `lenz_order_line_item_comment_field.step` , `lenz_order_line_item_comment_field` . `position` as `lenz_order_line_item_comment_field.position` , `lenz_order_line_item_comment_field` . `min_length` as `lenz_order_line_item_comment_field.minLength` , `lenz_order_line_item_comment_field` . `max_length` as `lenz_order_line_item_comment_field.maxLength` , `lenz_order_line_item_comment_field` . `required` as `lenz_order_line_item_comment_field.required` , `lenz_order_line_item_comment_field` . `configurator_price` as `lenz_order_line_item_comment_field.configuratorPrice` , `lenz_order_line_item_comment_field` . `configurator_product_number` as `lenz_order_line_item_comment_field.configuratorProductNumber` , `lenz_order_line_item_comment_field` . `line_item_comment_group_id` as `lenz_order_line_item_comment_field.lineItemCommentGroupId` , `lenz_order_line_item_comment_field` . `created_at` as `lenz_order_line_item_comment_field.createdAt` , `lenz_order_line_item_comment_field` . `updated_at` as `lenz_order_line_item_comment_field.updatedAt` , `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation.name` as `lenz_order_line_item_comment_field.name` , `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation.placeholder` as `lenz_order_line_item_comment_field.placeholder` , `lenz_order_line_item_comment_field.translation.description` , `lenz_order_line_item_comment_field.translation.description` as `lenz_order_line_item_comment_field.description` FROM `lenz_order_line_item_comment_field` LEFT JOIN (SELECT `lenz_order_line_item_comment_field.translation` . `lenz_order_line_item_comment_field_id` , `lenz_order_line_item_comment_field.translation` . `name` as `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation` . `placeholder` as `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation` . `description` as `lenz_order_line_item_comment_field.translation.description` FROM `lenz_order_line_item_comment_field_translation` `lenz_order_line_item_comment_field.translation` WHERE `lenz_order_line_item_comment_field.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` ON `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` . `lenz_order_line_item_comment_field_id` = `lenz_order_line_item_comment_field` . `id` WHERE (`lenz_order_line_item_comment_field` . `line_item_comment_group_id` IN (0xE6B1C457BE1F456DBF6D6BA40C8EC2A1 )) ORDER BY `lenz_order_line_item_comment_field` . `position` ASC ;
Copy
56
0.23 ms
SELECT `lenz_order_line_item_comment_field_option` . `id` as `lenz_order_line_item_comment_field_option.id` , `lenz_order_line_item_comment_field_option` . `position` as `lenz_order_line_item_comment_field_option.position` , `lenz_order_line_item_comment_field_option` . `value` as `lenz_order_line_item_comment_field_option.value` , `lenz_order_line_item_comment_field_option` . `configurator_price` as `lenz_order_line_item_comment_field_option.configuratorPrice` , `lenz_order_line_item_comment_field_option` . `configurator_product_number` as `lenz_order_line_item_comment_field_option.configuratorProductNumber` , `lenz_order_line_item_comment_field_option` . `field_id` as `lenz_order_line_item_comment_field_option.fieldId` , `lenz_order_line_item_comment_field_option` . `created_at` as `lenz_order_line_item_comment_field_option.createdAt` , `lenz_order_line_item_comment_field_option` . `updated_at` as `lenz_order_line_item_comment_field_option.updatedAt` , `lenz_order_line_item_comment_field_option.translation.label` , `lenz_order_line_item_comment_field_option.translation.label` as `lenz_order_line_item_comment_field_option.label` FROM `lenz_order_line_item_comment_field_option` LEFT JOIN (SELECT `lenz_order_line_item_comment_field_option.translation` . `lenz_order_line_item_comment_field_option_id` , `lenz_order_line_item_comment_field_option.translation` . `label` as `lenz_order_line_item_comment_field_option.translation.label` FROM `lenz_order_line_item_comment_field_option_translation` `lenz_order_line_item_comment_field_option.translation` WHERE `lenz_order_line_item_comment_field_option.translation` . `language_id` = ? ) `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` ON `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` . `lenz_order_line_item_comment_field_option_id` = `lenz_order_line_item_comment_field_option` . `id` WHERE (`lenz_order_line_item_comment_field_option` . `field_id` IN (? )) ORDER BY `lenz_order_line_item_comment_field_option` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¶]:ô‗HFÀºÉÆ¥}\x1A\x1C É "
]
SELECT `lenz_order_line_item_comment_field_option` . `id` as `lenz_order_line_item_comment_field_option.id` , `lenz_order_line_item_comment_field_option` . `position` as `lenz_order_line_item_comment_field_option.position` , `lenz_order_line_item_comment_field_option` . `value` as `lenz_order_line_item_comment_field_option.value` , `lenz_order_line_item_comment_field_option` . `configurator_price` as `lenz_order_line_item_comment_field_option.configuratorPrice` , `lenz_order_line_item_comment_field_option` . `configurator_product_number` as `lenz_order_line_item_comment_field_option.configuratorProductNumber` , `lenz_order_line_item_comment_field_option` . `field_id` as `lenz_order_line_item_comment_field_option.fieldId` , `lenz_order_line_item_comment_field_option` . `created_at` as `lenz_order_line_item_comment_field_option.createdAt` , `lenz_order_line_item_comment_field_option` . `updated_at` as `lenz_order_line_item_comment_field_option.updatedAt` , `lenz_order_line_item_comment_field_option.translation.label` , `lenz_order_line_item_comment_field_option.translation.label` as `lenz_order_line_item_comment_field_option.label` FROM `lenz_order_line_item_comment_field_option` LEFT JOIN (SELECT `lenz_order_line_item_comment_field_option.translation` . `lenz_order_line_item_comment_field_option_id` , `lenz_order_line_item_comment_field_option.translation` . `label` as `lenz_order_line_item_comment_field_option.translation.label` FROM `lenz_order_line_item_comment_field_option_translation` `lenz_order_line_item_comment_field_option.translation` WHERE `lenz_order_line_item_comment_field_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` ON `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` . `lenz_order_line_item_comment_field_option_id` = `lenz_order_line_item_comment_field_option` . `id` WHERE (`lenz_order_line_item_comment_field_option` . `field_id` IN (0xF45D3A93F24846B7A79092BE7D1A1C90 )) ORDER BY `lenz_order_line_item_comment_field_option` . `position` ASC ;
Copy
57
0.42 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` WHERE `sales_channel` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"Éy{\x19 bKC9«±€k¼ÃVÄ "
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
WHERE
`sales_channel` . `id` IN (? , ? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` WHERE `sales_channel` . `id` IN (0xC9797B19624B4339ABB1806BBCC356C4 , 0xC9A6F5BF098244B1B12678C36AED2C51 );
Copy
58
0.77 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"¬\x1D ·óáÍCì¿î«t*j├v "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0xAA1DFAA2A0D6438DA88CAE742A6AC376 ));
Copy
59
0.74 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"A«žßX K¶¿œ ´‡\x04\x1E % "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0x41AB9EDF58204BB6BF9C20B487041E25 ));
Copy
60
0.73 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ׯ\x00 í\x12 ±@ت½ª~y•L\x10 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0xD7AF00ED12B140D8AABDAA7E79954C10 ));
Copy
61
0.86 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ÏÜ\x04 ı▀ÁHÉ╗╦÷ zûïÄ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0xD89A04D5DFB54890BBCBF6FF7A968B8E ));
Copy
62
0.83 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"’^WÝIÂHÛ’Á\x13 è9=`} "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0x925E57DD49C248DB92C113E8393D607D ));
Copy
63
0.89 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Y˜¾2ÔúJ0§üüD\v Iï, "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0x5998BE32D4FA4A30A7FCFC440B49EF2C ));
Copy
64
0.76 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ÏÜ\x04 ı▀ÁHÉ╗╦÷ zûïÄ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0xD89A04D5DFB54890BBCBF6FF7A968B8E ));
Copy
65
0.93 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"’^WÝIÂHÛ’Á\x13 è9=`} "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0x925E57DD49C248DB92C113E8393D607D ));
Copy
66
0.76 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Y˜¾2ÔúJ0§üüD\v Iï, "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0x5998BE32D4FA4A30A7FCFC440B49EF2C ));
Copy
67
0.75 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"œð™I\x19 ÝJÖƒS‚|¼¡\x01 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0x9CF0994919DD4AD68353827CBCA10120 ));
Copy
68
0.74 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ò°9▓ÁüGjûz\x7F █ÂÝ\x02 7 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0xE3F839B2B581476A967A7FDBB6ED0237 ));
Copy
69
0.76 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Òo\x13 à‹îBž·Åq<ÅÇÒÊ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0xD26F13E08BEE429EB7C5713CC5C7D2CA ));
Copy
70
0.74 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x17 W.ìÔLÇ░k$þı\x0E u. "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0x17572E8DF0E24C80B06B24E7D50E752E ));
Copy
71
0.74 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ÌÓØ€\x12 ªBÛ»°Õ\x14 c¶&¥ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0xCCD3D88012AA42DBBBB0D51463B626A5 ));
Copy
72
0.73 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"2íÅ<▀\x18 M\t Ø6B?ð¿#S "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0x32A18F3CDF184D099D36423FD0A82353 ));
Copy
73
0.16 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
74
0.14 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"î╦·:\x17 0NÛÉðØÂ■gÝ= "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x8CCBFA3A17304EEA90D09DB6FE67ED3D AND
pm . `active` = 1 ;
Copy
75
0.36 ms
SELECT `promotion` . `id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion` . `id` = `promotion.salesChannels` . `promotion_id` WHERE ((`promotion` . `active` = ? AND `promotion.salesChannels` . `sales_channel_id` = ? AND ((`promotion` . `valid_from` < = > ? AND `promotion` . `valid_until` < = > ? ) OR (`promotion` . `valid_from` < = > ? AND (`promotion` . `valid_until` > ? )) OR ((`promotion` . `valid_from` < = ? ) AND `promotion` . `valid_until` < = > ? ) OR ((`promotion` . `valid_from` < = ? ) AND (`promotion` . `valid_until` > ? ))) AND `promotion` . `use_codes` = ? )) GROUP BY `promotion` . `id` ORDER BY MAX (`promotion` . `priority` ) DESC
Parameters :
[
true
b"ɦõ¿\t ‚D±±&xÃjí,Q "
null
null
null
"2024-12-22 16:33:19 "
"2024-12-22 16:33:19 "
null
"2024-12-22 16:33:19 "
"2024-12-22 16:33:19 "
false
]
SELECT `promotion` . `id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion` . `id` = `promotion.salesChannels` . `promotion_id` WHERE ((`promotion` . `active` = 1 AND `promotion.salesChannels` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND ((`promotion` . `valid_from` < = > NULL AND `promotion` . `valid_until` < = > NULL ) OR (`promotion` . `valid_from` < = > NULL AND (`promotion` . `valid_until` > '2024-12-22 16:33:19' )) OR ((`promotion` . `valid_from` < = '2024-12-22 16:33:19' ) AND `promotion` . `valid_until` < = > NULL ) OR ((`promotion` . `valid_from` < = '2024-12-22 16:33:19' ) AND (`promotion` . `valid_until` > '2024-12-22 16:33:19' ))) AND `promotion` . `use_codes` = 0 )) GROUP BY `promotion` . `id` ORDER BY MAX (`promotion` . `priority` ) DESC ;
Copy
76
0.45 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.tax` . `id` as `shipping_method.tax.id` , `shipping_method.tax` . `tax_rate` as `shipping_method.tax.taxRate` , `shipping_method.tax` . `name` as `shipping_method.tax.name` , `shipping_method.tax` . `position` as `shipping_method.tax.position` , `shipping_method.tax` . `custom_fields` as `shipping_method.tax.customFields` , `shipping_method.tax` . `created_at` as `shipping_method.tax.createdAt` , `shipping_method.tax` . `updated_at` as `shipping_method.tax.updatedAt` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `tax` `shipping_method.tax` ON `shipping_method` . `tax_id` = `shipping_method.tax` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` WHERE `shipping_method` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L8>;;aLÀ°)´$¾ÌYM "
b"L8>;;aLÀ°)´$¾ÌYM "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.tax` . `id` as `shipping_method.tax.id` ,
`shipping_method.tax` . `tax_rate` as `shipping_method.tax.taxRate` ,
`shipping_method.tax` . `name` as `shipping_method.tax.name` ,
`shipping_method.tax` . `position` as `shipping_method.tax.position` ,
`shipping_method.tax` . `custom_fields` as `shipping_method.tax.customFields` ,
`shipping_method.tax` . `created_at` as `shipping_method.tax.createdAt` ,
`shipping_method.tax` . `updated_at` as `shipping_method.tax.updatedAt` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `tax` `shipping_method.tax` ON `shipping_method` . `tax_id` = `shipping_method.tax` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
WHERE
`shipping_method` . `id` IN (? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.tax` . `id` as `shipping_method.tax.id` , `shipping_method.tax` . `tax_rate` as `shipping_method.tax.taxRate` , `shipping_method.tax` . `name` as `shipping_method.tax.name` , `shipping_method.tax` . `position` as `shipping_method.tax.position` , `shipping_method.tax` . `custom_fields` as `shipping_method.tax.customFields` , `shipping_method.tax` . `created_at` as `shipping_method.tax.createdAt` , `shipping_method.tax` . `updated_at` as `shipping_method.tax.updatedAt` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `tax` `shipping_method.tax` ON `shipping_method` . `tax_id` = `shipping_method.tax` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` WHERE `shipping_method` . `id` IN (0x4C383E3B3B614CC0B029B424BECC594D , 0x4C383E3B3B614CC0B029B424BECC594D );
Copy
77
0.16 ms
SELECT `shipping_method_price` . `id` as `shipping_method_price.id` , `shipping_method_price` . `shipping_method_id` as `shipping_method_price.shippingMethodId` , `shipping_method_price` . `rule_id` as `shipping_method_price.ruleId` , `shipping_method_price` . `calculation` as `shipping_method_price.calculation` , `shipping_method_price` . `calculation_rule_id` as `shipping_method_price.calculationRuleId` , `shipping_method_price` . `quantity_start` as `shipping_method_price.quantityStart` , `shipping_method_price` . `quantity_end` as `shipping_method_price.quantityEnd` , `shipping_method_price` . `currency_price` as `shipping_method_price.currencyPrice` , `shipping_method_price` . `custom_fields` as `shipping_method_price.customFields` , `shipping_method_price` . `created_at` as `shipping_method_price.createdAt` , `shipping_method_price` . `updated_at` as `shipping_method_price.updatedAt` FROM `shipping_method_price` WHERE (`shipping_method_price` . `shipping_method_id` IN (? ))
Parameters :
[
b"L8>;;aLÀ°)´$¾ÌYM "
]
SELECT `shipping_method_price` . `id` as `shipping_method_price.id` , `shipping_method_price` . `shipping_method_id` as `shipping_method_price.shippingMethodId` , `shipping_method_price` . `rule_id` as `shipping_method_price.ruleId` , `shipping_method_price` . `calculation` as `shipping_method_price.calculation` , `shipping_method_price` . `calculation_rule_id` as `shipping_method_price.calculationRuleId` , `shipping_method_price` . `quantity_start` as `shipping_method_price.quantityStart` , `shipping_method_price` . `quantity_end` as `shipping_method_price.quantityEnd` , `shipping_method_price` . `currency_price` as `shipping_method_price.currencyPrice` , `shipping_method_price` . `custom_fields` as `shipping_method_price.customFields` , `shipping_method_price` . `created_at` as `shipping_method_price.createdAt` , `shipping_method_price` . `updated_at` as `shipping_method_price.updatedAt` FROM `shipping_method_price` WHERE (`shipping_method_price` . `shipping_method_id` IN (0x4C383E3B3B614CC0B029B424BECC594D ));
Copy
78
0.34 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
79
0.12 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
80
0.09 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"┤\x16\x11 ┼ï╠NÓ¼┴[¯Å5=) "
]
SELECT iso FROM snippet_set WHERE id = 0xB41611C58BCC4EE0ACC15BEE8F353D29 ;
Copy
81
0.16 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0xC9A6F5BF098244B1B12678C36AED2C51
;
Copy
82
0.57 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"TonurPackstationApp "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'TonurPackstationApp' );
Copy
83
0.36 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagInsiderPreviews "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagInsiderPreviews' );
Copy
84
0.14 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
85
0.45 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"┤\x16\x11 ┼ï╠NÓ¼┴[¯Å5=) "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0xB41611C58BCC4EE0ACC15BEE8F353D29 ;
Copy
86
0.22 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
b"=Í¿PnVGÖ±è€\r Œ¬\r { "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND `sales_channel_country` . `country_id` = 0x3DCDBF506E5647D6B1E8800D8CAC0D7B );
Copy
87
0.30 ms
SELECT `name` FROM `custom_field` WHERE `allow_cart_expose` = 1 ;
SELECT `name` FROM `custom_field` WHERE `allow_cart_expose` = 1 ; ;
Copy
88
23.68 ms
INSERT INTO `cart` (`token` , `payload` , `rule_ids` , `compressed` , `created_at` )
VALUES (:token , :payload , :rule_ids , :compressed , :now )
ON DUPLICATE KEY UPDATE `payload` = :payload , `compressed` = :compressed , `rule_ids` = :rule_ids , `created_at` = :now ;
Parameters :
[
"token " => "mRZKEd4togwbXKJb1qO1NLvGdeEPaYlM "
"payload " => "O:32:"Shopware\Core\Checkout\Cart\Cart":18:{s:13:"\x00 *\x00 extensions";a:1:{s:15:"cart-promotions";O:61:"Shopware\Core\Checkout\Promotion\Cart\Extension\CartExtension":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 addedCodes";a:0:{}s:22:"\x00 *\x00 blockedPromotionIds";a:0:{}}}s:8:"\x00 *\x00 price";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\CartPrice":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 netPrice";d:383.5;s:13:"\x00 *\x00 totalPrice";d:456.37;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:72.87;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:383.5;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:16:"\x00 *\x00 positionPrice";d:383.5;s:12:"\x00 *\x00 taxStatus";s:3:"net";s:11:"\x00 *\x00 rawTotal";d:456.37;}s:12:"\x00 *\x00 lineItems";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:16:{s:32:"0193e9e00330723f8be898dabdc3a9f9";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725656";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725656";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-07-26 06:17:05.490";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R748.57";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:20:{i:0;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:1;s:32:"dd136371ff8a415dbf93d6b67d755154";i:2;s:32:"fcf59ed5613142729c2fd6768e07a08b";i:3;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:4;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:5;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:6;s:32:"1f2a1232cddd49dfa559b8bd24df44f8";i:7;s:32:"05c8c55fe903479a87662295a58c4ead";i:8;s:32:"595443089bf944398b8568193c218803";i:9;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:10;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:11;s:32:"49ae35f71f794a149ba089f5d4466713";i:12;s:32:"31929c4aca794860a2b9492cfb1cdf06";i:13;s:32:"1d4688f3b37646b68623248e645ed963";i:14;s:32:"537fd57254854488a70bf045a1ff7c46";i:15;s:32:"563faaf412d640aba6cdd6617c797ed6";i:16;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:17;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:18;s:32:"b7d1509d27634c86ba2e8e464d3c9ecc";i:19;s:32:"e47d435eea744852a1a539dc21a67bc2";}s:11:"propertyIds";a:1:{i:0;s:32:"414e390301984d06a2220a5a96662862";}s:9:"optionIds";a:1:{i:0;s:32:"f115c3826e8944e6b2233305b53fdd7d";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"57";}}s:9:"streamIds";a:10:{i:0;s:32:"018d877bb35571b982554c9143c26329";i:1;s:32:"0190965f6e4773fda0dd883bc9cf4557";i:2;s:32:"01912c73bf6c7abf842c584957e3b092";i:3;s:32:"0191b1c7a13673d2812f61ad063b674f";i:4;s:32:"0191b1f1dde972eba7351e4a8c97c84c";i:5;s:32:"2ae47e50f97148ada43dfc5de6954002";i:6;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:7;s:32:"7d2206bcaae64e3bba8e357d30721be1";i:8;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:9;s:32:"e387a81bf5d943ea998b22f6cd9892f0";}s:8:"parentId";s:32:"aa1dfaa2a0d6438da88cae742a6ac376";s:5:"stock";i:0;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R748.57";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:37;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;r:22;}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";d:99;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:37;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:37;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:7.03;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:37;}}}s:11:"\x00 *\x00 taxRules";r:107;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\ListPrice":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:99;s:11:"\x00 *\x00 discount";d:-62;s:13:"\x00 *\x00 percentage";d:62.63;}s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"dd73859179a34519906a7781d8735af9";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R748";s:5:"title";s:4:"R748";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:39.156000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:40.676000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:2:{i:0;s:12:"mediaTypeRaw";i:1;s:12:"thumbnailsRo";}}s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"JPG";s:11:"\x00 *\x00 fileSize";i:230944;s:8:"\x00 *\x00 title";s:4:"R748";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"b189b4f5ef553ffa180e9fbdd658dc77";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:40.673000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R748";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/8d/f5/fb/1725000940/R748.JPG?ts=1725000940";s:11:"\x00 *\x00 fileName";s:4:"R748";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"0191a21180347370b60562592c3c6ce4";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191a21180347370b60562592c3c6ce4";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:41.624000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 path";s:46:"thumbnail/8d/f5/fb/1725000940/R748_280x280.JPG";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_280x280.JPG?ts=1725000941";s:10:"\x00 *\x00 mediaId";s:32:"dd73859179a34519906a7781d8735af9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191a21180347370b60562592c3c6ce4";}s:32:"0191a21180347370b60562592ca62c26";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191a21180347370b60562592ca62c26";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:41.624000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:215;s:7:"\x00 *\x00 path";s:46:"thumbnail/8d/f5/fb/1725000940/R748_400x400.JPG";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_400x400.JPG?ts=1725000941";s:10:"\x00 *\x00 mediaId";s:32:"dd73859179a34519906a7781d8735af9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191a21180347370b60562592ca62c26";}s:32:"0191a21180347370b60562592d45d428";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191a21180347370b60562592d45d428";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:41.624000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:215;s:7:"\x00 *\x00 path";s:46:"thumbnail/8d/f5/fb/1725000940/R748_800x800.JPG";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_800x800.JPG?ts=1725000941";s:10:"\x00 *\x00 mediaId";s:32:"dd73859179a34519906a7781d8735af9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191a21180347370b60562592d45d428";}s:32:"0191a21180347370b60562592df5745b";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191a21180347370b60562592df5745b";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:41.624000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:215;s:7:"\x00 *\x00 path";s:48:"thumbnail/8d/f5/fb/1725000940/R748_1920x1920.JPG";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_1920x1920.JPG?ts=1725000941";s:10:"\x00 *\x00 mediaId";s:32:"dd73859179a34519906a7781d8735af9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191a21180347370b60562592df5745b";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/8d/f5/fb/1725000940/R748.JPG";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"dd73859179a34519906a7781d8735af9";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:0;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:0;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049914";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e003b9733c97d399a09dbaad6f";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e00330723f8be898dabdc3a9f9";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"0190edaf94c571c8bb8e66e6b13de480";}s:32:"0193e9e058cd72dfb08c6623cbc6c898";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725656";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725656";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-27 05:51:41.404";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:4:"E311";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:27:{i:0;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:1;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:2;s:32:"49ae35f71f794a149ba089f5d4466713";i:3;s:32:"ba7ed83336394da8930566d49b4de149";i:4;s:32:"1cceb80a0b3e45399e90094933e08d72";i:5;s:32:"118f588ee1ca4166b28245ef6b365994";i:6;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:7;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:8;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:9;s:32:"3a5414a473d748d7a10445391de69708";i:10;s:32:"dd136371ff8a415dbf93d6b67d755154";i:11;s:32:"fcf59ed5613142729c2fd6768e07a08b";i:12;s:32:"cadb07cff8d742be8bd519d02af4feeb";i:13;s:32:"05c8c55fe903479a87662295a58c4ead";i:14;s:32:"595443089bf944398b8568193c218803";i:15;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:16;s:32:"14bb75adb0a042db82703556da9383f6";i:17;s:32:"10da6886459b407ebaff8bfa4b2f4f77";i:18;s:32:"3d2226282268481790ee83ba514d134e";i:19;s:32:"4ab4a9e00ec54be1971ec8ad6e1183f7";i:20;s:32:"63d70e435ef44dd1bf6aa623fda58e8c";i:21;s:32:"87cd6306de584056a486824a87f60933";i:22;s:32:"8bce970746c24e44a8557229debc1da1";i:23;s:32:"d90dc7bc495242b0b45f25e64eab3905";i:24;s:32:"e5b83032fec040088deb63f6b3520fed";i:25;s:32:"f17261e393c447a1921c28bcca6db3f9";i:26;s:32:"f6136f4047ac40f8b9fd580f42be22ba";}s:11:"propertyIds";a:9:{i:0;s:32:"2949bf30a61b4686974186f836fa6fd9";i:1;s:32:"2e39a960b51746fdbde9e5b1aefe0b23";i:2;s:32:"414e390301984d06a2220a5a96662862";i:3;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:4;s:32:"841bb2dcefb946bfa59dabb936bab342";i:5;s:32:"a65f3cabae8e4ab58aaf4a105b071b58";i:6;s:32:"c0c80f47d3da4398a926cf2b56c3fd22";i:7;s:32:"f05da3e553fa4e73b78a9fd15703a16a";i:8;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:10:{i:0;s:32:"018d877bb35571b982554c9143c26329";i:1;s:32:"1645e3371afc4404babf7b3869c678e6";i:2;s:32:"2ae47e50f97148ada43dfc5de6954002";i:3;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:4;s:32:"90a5eaa6d39f44e79793991c5193832b";i:5;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:6;s:32:"cf380e7a98a64f8c93578078d52bd589";i:7;s:32:"d0fc60d9210b4fa9a2913c244159390f";i:8;s:32:"e36a5d9e78e4433182faf0fc8aab091d";i:9;s:32:"e387a81bf5d943ea998b22f6cd9892f0";}s:8:"parentId";N;s:5:"stock";i:-25;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:4:"E311";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:26;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:26;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:26;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:4.94;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:26;}}}s:11:"\x00 *\x00 taxRules";r:447;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"d1605dd2300b43a1a1279260db99c7f8";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:8:"E311.png";s:5:"title";s:8:"E311.png";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:37.573000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:39.098000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:279128;s:8:"\x00 *\x00 title";s:8:"E311.png";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"b2dac021d3c1a4e515502fab7d5ea5b3";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:39.095000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:8:"E311.png";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/1e/14/5e/1727328699/E311.jpg?ts=1727328699";s:11:"\x00 *\x00 fileName";s:4:"E311";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"01922cd0465e726d8c916a33f38442f0";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01922cd0465e726d8c916a33f38442f0";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:40.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 path";s:46:"thumbnail/1e/14/5e/1727328699/E311_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_280x280.jpg?ts=1727328700";s:10:"\x00 *\x00 mediaId";s:32:"d1605dd2300b43a1a1279260db99c7f8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01922cd0465e726d8c916a33f38442f0";}s:32:"01922cd0465e726d8c916a33f39847c4";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01922cd0465e726d8c916a33f39847c4";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:40.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:551;s:7:"\x00 *\x00 path";s:46:"thumbnail/1e/14/5e/1727328699/E311_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_400x400.jpg?ts=1727328700";s:10:"\x00 *\x00 mediaId";s:32:"d1605dd2300b43a1a1279260db99c7f8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01922cd0465e726d8c916a33f39847c4";}s:32:"01922cd0465e726d8c916a33f43699a1";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01922cd0465e726d8c916a33f43699a1";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:40.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:551;s:7:"\x00 *\x00 path";s:46:"thumbnail/1e/14/5e/1727328699/E311_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_800x800.jpg?ts=1727328700";s:10:"\x00 *\x00 mediaId";s:32:"d1605dd2300b43a1a1279260db99c7f8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01922cd0465e726d8c916a33f43699a1";}s:32:"01922cd0465e726d8c916a33f455c9ef";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01922cd0465e726d8c916a33f455c9ef";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:40.001000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:551;s:7:"\x00 *\x00 path";s:48:"thumbnail/1e/14/5e/1727328699/E311_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_1920x1920.jpg?ts=1727328700";s:10:"\x00 *\x00 mediaId";s:32:"d1605dd2300b43a1a1279260db99c7f8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01922cd0465e726d8c916a33f455c9ef";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/1e/14/5e/1727328699/E311.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"d1605dd2300b43a1a1279260db99c7f8";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-25;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049921";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e059ce73c895754852fcdcdc1c";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e058cd72dfb08c6623cbc6c898";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"4918839ed6e941899bb381a90d4c6f3b";}s:32:"0193e9e27553735d8733b02c478a5ede";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725658";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725658";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 18:36:59.448";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R721.58";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:26:{i:0;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:1;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:2;s:32:"42da0fb4a6b94513b7324449d2f8d38e";i:3;s:32:"dd136371ff8a415dbf93d6b67d755154";i:4;s:32:"fcf59ed5613142729c2fd6768e07a08b";i:5;s:32:"118f588ee1ca4166b28245ef6b365994";i:6;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:7;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:8;s:32:"1f2a1232cddd49dfa559b8bd24df44f8";i:9;s:32:"05c8c55fe903479a87662295a58c4ead";i:10;s:32:"595443089bf944398b8568193c218803";i:11;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:12;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:13;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:14;s:32:"49ae35f71f794a149ba089f5d4466713";i:15;s:32:"31929c4aca794860a2b9492cfb1cdf06";i:16;s:32:"048c04a37c044b458c4b53e1639ac684";i:17;s:32:"1d4688f3b37646b68623248e645ed963";i:18;s:32:"3005ecc96fd5419dbbd41975c91f06b6";i:19;s:32:"537fd57254854488a70bf045a1ff7c46";i:20;s:32:"563faaf412d640aba6cdd6617c797ed6";i:21;s:32:"62e12dca076d486f89b69989712d82c7";i:22;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:23;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:24;s:32:"b7d1509d27634c86ba2e8e464d3c9ecc";i:25;s:32:"e47d435eea744852a1a539dc21a67bc2";}s:11:"propertyIds";a:9:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"041fb172725e49d5b088696feaa53b40";i:2;s:32:"6c6c13388efc40999291099cb4e618a7";i:3;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:4;s:32:"8a98a5c477644c39bd324d22316464ca";i:5;s:32:"9e539d4a506946059cbbc56efd663710";i:6;s:32:"e0b79689bfff47f4a7142685565fd6bc";i:7;s:32:"f05da3e553fa4e73b78a9fd15703a16a";i:8;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"041fb172725e49d5b088696feaa53b40";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"58";}}s:9:"streamIds";a:8:{i:0;s:32:"09e4d565e8fe453597b55d44b118d4e6";i:1;s:32:"2c982fcc99264bf588a880c247e873f3";i:2;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:3;s:32:"7d2206bcaae64e3bba8e357d30721be1";i:4;s:32:"90a5eaa6d39f44e79793991c5193832b";i:5;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:6;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:7;s:32:"e387a81bf5d943ea998b22f6cd9892f0";}s:8:"parentId";s:32:"41ab9edf58204bb6bf9c20b487041e25";s:5:"stock";i:-29;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R721.58";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:37;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:37;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:37;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:7.03;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:37;}}}s:11:"\x00 *\x00 taxRules";r:784;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"89ae623eb75f45c39d7cb1b6a369be2b";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R721";s:5:"title";s:4:"R721";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:17:58.086000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:18:00.015000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:555880;s:8:"\x00 *\x00 title";s:4:"R721";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"ddf62dad2aebb29875cb0c079d915112";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:18:00.011000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R721";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/a5/00/2e/1728299880/R721.jpg?ts=1728299880";s:11:"\x00 *\x00 fileName";s:4:"R721";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"019266b352227265babe258c61005736";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019266b352227265babe258c61005736";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:18:00.995000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 path";s:46:"thumbnail/a5/00/2e/1728299880/R721_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_280x280.jpg?ts=1728299880";s:10:"\x00 *\x00 mediaId";s:32:"89ae623eb75f45c39d7cb1b6a369be2b";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019266b352227265babe258c61005736";}s:32:"019266b352227265babe258c613fba40";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019266b352227265babe258c613fba40";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:18:00.995000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:888;s:7:"\x00 *\x00 path";s:46:"thumbnail/a5/00/2e/1728299880/R721_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_400x400.jpg?ts=1728299880";s:10:"\x00 *\x00 mediaId";s:32:"89ae623eb75f45c39d7cb1b6a369be2b";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019266b352227265babe258c613fba40";}s:32:"019266b352227265babe258c621d256e";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019266b352227265babe258c621d256e";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:18:00.995000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:888;s:7:"\x00 *\x00 path";s:46:"thumbnail/a5/00/2e/1728299880/R721_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_800x800.jpg?ts=1728299880";s:10:"\x00 *\x00 mediaId";s:32:"89ae623eb75f45c39d7cb1b6a369be2b";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019266b352227265babe258c621d256e";}s:32:"019266b352227265babe258c626af338";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019266b352227265babe258c626af338";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:18:00.996000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:888;s:7:"\x00 *\x00 path";s:48:"thumbnail/a5/00/2e/1728299880/R721_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_1920x1920.jpg?ts=1728299880";s:10:"\x00 *\x00 mediaId";s:32:"89ae623eb75f45c39d7cb1b6a369be2b";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019266b352227265babe258c626af338";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/a5/00/2e/1728299880/R721.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"89ae623eb75f45c39d7cb1b6a369be2b";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-29;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049925";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e2766d730fa5be272fa2a8a759";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e27553735d8733b02c478a5ede";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"730d120b6e96470b832a18adac53bbca";}s:32:"0193e9e4015573bc9bc2bacbea0a9918";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725659";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725659";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-07-25 12:48:44.262";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"A629.19";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:20:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:3;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"dd136371ff8a415dbf93d6b67d755154";i:6;s:32:"fcf59ed5613142729c2fd6768e07a08b";i:7;s:32:"1f2a1232cddd49dfa559b8bd24df44f8";i:8;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:9;s:32:"d97cccacd7734165a653686db6300e7c";i:10;s:32:"46398b1b21fc45e98521fbd404773c79";i:11;s:32:"595443089bf944398b8568193c218803";i:12;s:32:"49ae35f71f794a149ba089f5d4466713";i:13;s:32:"8066b5e214934c6f9f1f03a667a9352c";i:14;s:32:"8d98c038a81248ccaa597daf100c00b3";i:15;s:32:"90e8c49f111f4518affb4cbf2805b242";i:16;s:32:"92e0f126d11f46e2b1ddadc7e1390221";i:17;s:32:"b676635231ea4095af8b593c0651f2f4";i:18;s:32:"bf553b75dc8a4647bde36ed6fd951a39";i:19;s:32:"f919637e76a04e8ca11d12c4f15816e4";}s:11:"propertyIds";a:1:{i:0;s:32:"1501302291cd4622b5a6097b25692db6";}s:9:"optionIds";a:1:{i:0;s:32:"914a4ebc3bc343f8933e75b506a36720";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:12:"Länge in cm";s:6:"option";s:2:"19";}}s:9:"streamIds";a:7:{i:0;s:32:"018dc117a8b1720a80ee55d423c975cd";i:1;s:32:"0191b1c7a13673d2812f61ad063b674f";i:2;s:32:"0191b1fb897f735b8dd8dd236f3ec42a";i:3;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:4;s:32:"7d2206bcaae64e3bba8e357d30721be1";i:5;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:6;s:32:"e387a81bf5d943ea998b22f6cd9892f0";}s:8:"parentId";s:32:"d7af00ed12b140d8aabdaa7e79954c10";s:5:"stock";i:-37;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"A629.19";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:25;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";d:69;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:25;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:25;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:4.75;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:25;}}}s:11:"\x00 *\x00 taxRules";r:1106;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\ListPrice":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:69;s:11:"\x00 *\x00 discount";d:-44;s:13:"\x00 *\x00 percentage";d:63.77;}s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"3609ec91ae7742b393dd18bc0e895a89";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"A629";s:5:"title";s:4:"A629";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:26.549000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:28.281000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:185401;s:8:"\x00 *\x00 title";s:4:"A629";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"8c824ddec004fc690c829df9848e0cc2";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:28.278000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"A629";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/05/e4/25/1725960868/A629.jpg?ts=1725960868";s:11:"\x00 *\x00 fileName";s:4:"A629";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"0191db48d4657321bfa14583069b6434";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db48d4657321bfa14583069b6434";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:28.967000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 path";s:46:"thumbnail/05/e4/25/1725960868/A629_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_280x280.jpg?ts=1725960868";s:10:"\x00 *\x00 mediaId";s:32:"3609ec91ae7742b393dd18bc0e895a89";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db48d4657321bfa14583069b6434";}s:32:"0191db48d4657321bfa14583075cfe76";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db48d4657321bfa14583075cfe76";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:28.967000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1214;s:7:"\x00 *\x00 path";s:46:"thumbnail/05/e4/25/1725960868/A629_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_400x400.jpg?ts=1725960868";s:10:"\x00 *\x00 mediaId";s:32:"3609ec91ae7742b393dd18bc0e895a89";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db48d4657321bfa14583075cfe76";}s:32:"0191db48d4657321bfa1458307745708";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db48d4657321bfa1458307745708";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:28.967000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1214;s:7:"\x00 *\x00 path";s:46:"thumbnail/05/e4/25/1725960868/A629_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_800x800.jpg?ts=1725960868";s:10:"\x00 *\x00 mediaId";s:32:"3609ec91ae7742b393dd18bc0e895a89";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db48d4657321bfa1458307745708";}s:32:"0191db48d4657321bfa1458308117430";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db48d4657321bfa1458308117430";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:28.967000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1214;s:7:"\x00 *\x00 path";s:48:"thumbnail/05/e4/25/1725960868/A629_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_1920x1920.jpg?ts=1725960868";s:10:"\x00 *\x00 mediaId";s:32:"3609ec91ae7742b393dd18bc0e895a89";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db48d4657321bfa1458308117430";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/05/e4/25/1725960868/A629.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"3609ec91ae7742b393dd18bc0e895a89";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-37;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:0;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049929";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e402a97244b19c8e4e2b20beea";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e4015573bc9bc2bacbea0a9918";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"0190e9efc8df73159d2b3e0b3c0a54fc";}s:32:"0193e9e611c073f0864927f1a8b4c78d";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725660";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725660";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 17:55:15.618";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R541.56";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:13:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:3;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"3e454b306f544f208c9799e56f5de5be";i:6;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:7;s:32:"dd136371ff8a415dbf93d6b67d755154";i:8;s:32:"f8cb95ce97c348338c705260dc01d305";i:9;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:10;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:11;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:12;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:10:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"0c423d762c444052b86aeb793baef5b6";i:2;s:32:"1a2fafd9a3ee48b9b6ff770b16f2e65c";i:3;s:32:"1f9124f2d9ca4ac89e7f46febb25face";i:4;s:32:"40a5dbcda8f64effbb215eab491e398b";i:5;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:6;s:32:"8a98a5c477644c39bd324d22316464ca";i:7;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";i:8;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:9;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"56";}}s:9:"streamIds";a:6:{i:0;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:1;s:32:"88993ac508034754bcc2b081785e91a0";i:2;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:3;s:32:"a6252531a57348b78cd4f91df8ece8a6";i:4;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:5;s:32:"d69a2a3fd9df43859abf6868db31a021";}s:8:"parentId";s:32:"d89a04d5dfb54890bbcbf6ff7a968b8e";s:5:"stock";i:-3;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R541.56";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:20.5;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:20.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:20.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.9;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:20.5;}}}s:11:"\x00 *\x00 taxRules";r:1433;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R541";s:5:"title";s:4:"R541";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:43.637000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:45.389000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:181388;s:8:"\x00 *\x00 title";s:4:"R541";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"81191d49d580f21c254799a60fc65b36";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:45.385000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R541";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/99/07/ac/1726746225/R541.jpg?ts=1726746225";s:11:"\x00 *\x00 fileName";s:4:"R541";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"01920a186e4573bbb091b257d64144dc";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a186e4573bbb091b257d64144dc";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:46.247000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 path";s:46:"thumbnail/99/07/ac/1726746225/R541_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_280x280.jpg?ts=1726746226";s:10:"\x00 *\x00 mediaId";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a186e4573bbb091b257d64144dc";}s:32:"01920a186e4573bbb091b257d6c8b7bc";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a186e4573bbb091b257d6c8b7bc";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:46.247000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1537;s:7:"\x00 *\x00 path";s:46:"thumbnail/99/07/ac/1726746225/R541_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_400x400.jpg?ts=1726746226";s:10:"\x00 *\x00 mediaId";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a186e4573bbb091b257d6c8b7bc";}s:32:"01920a186e4573bbb091b257d6fd3461";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a186e4573bbb091b257d6fd3461";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:46.247000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1537;s:7:"\x00 *\x00 path";s:46:"thumbnail/99/07/ac/1726746225/R541_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_800x800.jpg?ts=1726746226";s:10:"\x00 *\x00 mediaId";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a186e4573bbb091b257d6fd3461";}s:32:"01920a186e4573bbb091b257d7a34b11";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a186e4573bbb091b257d7a34b11";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:46.247000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1537;s:7:"\x00 *\x00 path";s:48:"thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg?ts=1726746226";s:10:"\x00 *\x00 mediaId";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a186e4573bbb091b257d7a34b11";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/99/07/ac/1726746225/R541.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"98da5e52e98b4e5480e5b0727b9da24c";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-3;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049932";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e612ee72e3892c9bad0283b39c";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e611c073f0864927f1a8b4c78d";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"2aefcd2a2c76497b93384ed85b4c2916";}s:32:"0193e9e6b575729b9f5bb5c7f5d32fd3";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725660";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725660";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 18:47:01.038";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:10:"R453.WH.56";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:17:{i:0;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:1;s:32:"019348ece72e726bb3fa9e1c0d986e07";i:2;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:3;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:4;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:5;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:6;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:7;s:32:"05c8c55fe903479a87662295a58c4ead";i:8;s:32:"3e454b306f544f208c9799e56f5de5be";i:9;s:32:"dd136371ff8a415dbf93d6b67d755154";i:10;s:32:"f8cb95ce97c348338c705260dc01d305";i:11;s:32:"0193491c966e7bbb900cfd67b916583f";i:12;s:32:"62e12dca076d486f89b69989712d82c7";i:13;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:14;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:15;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:16;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:11:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"1f9124f2d9ca4ac89e7f46febb25face";i:2;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:3;s:32:"8047efb602da4f4085d1d6ec793498b2";i:4;s:32:"8a98a5c477644c39bd324d22316464ca";i:5;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";i:6;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:7;s:32:"c3b843d5b6fd41a88b6aab11932595f6";i:8;s:32:"ccd5a877bee84176953c64a5860b6d08";i:9;s:32:"e71d6d8172dd48ba85b2b0b150829e2a";i:10;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:2:{i:0;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";i:1;s:32:"e71d6d8172dd48ba85b2b0b150829e2a";}s:7:"options";a:2:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"56";}i:1;a:2:{s:5:"group";s:10:"Steinfarbe";s:6:"option";s:5:"Weiß";}}s:9:"streamIds";a:8:{i:0;s:32:"6077bc3264944a5ea60cfd3cce2b1ab8";i:1;s:32:"724d6e0f51904e1eb3f6dee83eda3304";i:2;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:3;s:32:"88993ac508034754bcc2b081785e91a0";i:4;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:5;s:32:"a6252531a57348b78cd4f91df8ece8a6";i:6;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:7;s:32:"f8ca0a226f884d03958f194ca2c481f7";}s:8:"parentId";s:32:"925e57dd49c248db92c113e8393d607d";s:5:"stock";i:-32;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:10:"R453.WH.56";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:28;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:28;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:28;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:5.32;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:28;}}}s:11:"\x00 *\x00 taxRules";r:1767;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"becae28a47db450fa7f4916cbccc2464";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:7:"R453.WH";s:5:"title";s:7:"R453.WH";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:55.752000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.476000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:181862;s:8:"\x00 *\x00 title";s:7:"R453.WH";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"d180bbfcbdd6e17872db0e6cba2f4503";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.469000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:7:"R453.WH";s:6:"\x00 *\x00 url";s:76:"https://ed-bestellung.de/media/15/70/6a/1726737717/R453.WH.jpg?ts=1726737717";s:11:"\x00 *\x00 fileName";s:7:"R453.WH";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"0192099699a0707387fb66da92f8be2b";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192099699a0707387fb66da92f8be2b";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.666000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 path";s:49:"thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg?ts=1726737717";s:10:"\x00 *\x00 mediaId";s:32:"becae28a47db450fa7f4916cbccc2464";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192099699a0707387fb66da92f8be2b";}s:32:"0192099699a0707387fb66da9316f712";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192099699a0707387fb66da9316f712";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.666000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1871;s:7:"\x00 *\x00 path";s:49:"thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg?ts=1726737717";s:10:"\x00 *\x00 mediaId";s:32:"becae28a47db450fa7f4916cbccc2464";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192099699a0707387fb66da9316f712";}s:32:"0192099699a0707387fb66da937816b7";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192099699a0707387fb66da937816b7";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.666000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1871;s:7:"\x00 *\x00 path";s:49:"thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg?ts=1726737717";s:10:"\x00 *\x00 mediaId";s:32:"becae28a47db450fa7f4916cbccc2464";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192099699a0707387fb66da937816b7";}s:32:"0192099699a0707387fb66da939f7540";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192099699a0707387fb66da939f7540";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.666000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1871;s:7:"\x00 *\x00 path";s:51:"thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:90:"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg?ts=1726737717";s:10:"\x00 *\x00 mediaId";s:32:"becae28a47db450fa7f4916cbccc2464";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192099699a0707387fb66da939f7540";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:37:"media/15/70/6a/1726737717/R453.WH.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"becae28a47db450fa7f4916cbccc2464";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-32;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049936";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e6b68f70eda4b485651afdd9b6";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e6b575729b9f5bb5c7f5d32fd3";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"032ab6edd8d8423eb0fdfebdd3b1117e";}s:32:"0193e9e7327f706386c3e87329f30e04";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725660";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725660";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 19:21:48.470";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R542.56";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:13:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:3;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"3e454b306f544f208c9799e56f5de5be";i:6;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:7;s:32:"dd136371ff8a415dbf93d6b67d755154";i:8;s:32:"f8cb95ce97c348338c705260dc01d305";i:9;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:10;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:11;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:12;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:9:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"1d393c1f6eb34c9784fbd7fa68cf7534";i:2;s:32:"40a5dbcda8f64effbb215eab491e398b";i:3;s:32:"6a59604a5a6d499ca7fe6752a24cce4a";i:4;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:5;s:32:"8a98a5c477644c39bd324d22316464ca";i:6;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";i:7;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:8;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"56";}}s:9:"streamIds";a:4:{i:0;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:1;s:32:"88993ac508034754bcc2b081785e91a0";i:2;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:3;s:32:"a6252531a57348b78cd4f91df8ece8a6";}s:8:"parentId";s:32:"5998be32d4fa4a30a7fcfc440b49ef2c";s:5:"stock";i:1;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R542.56";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:15;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:15;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:15;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:2.85;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:15;}}}s:11:"\x00 *\x00 taxRules";r:2087;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R542";s:5:"title";s:4:"R542";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:19.293000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.115000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:266147;s:8:"\x00 *\x00 title";s:4:"R542";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"5c4aa7df5bc4b38d1724c8452243e491";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.111000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R542";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/13/d0/f5/1726746381/R542.jpg?ts=1726746381";s:11:"\x00 *\x00 fileName";s:4:"R542";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"01920a1acc5472cb874ed1effffb42b7";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a1acc5472cb874ed1effffb42b7";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.398000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 path";s:46:"thumbnail/13/d0/f5/1726746381/R542_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_280x280.jpg?ts=1726746381";s:10:"\x00 *\x00 mediaId";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a1acc5472cb874ed1effffb42b7";}s:32:"01920a1acc5472cb874ed1f00070cad2";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a1acc5472cb874ed1f00070cad2";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.399000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2191;s:7:"\x00 *\x00 path";s:46:"thumbnail/13/d0/f5/1726746381/R542_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_400x400.jpg?ts=1726746381";s:10:"\x00 *\x00 mediaId";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a1acc5472cb874ed1f00070cad2";}s:32:"01920a1acc5472cb874ed1f0013f79a8";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a1acc5472cb874ed1f0013f79a8";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.399000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2191;s:7:"\x00 *\x00 path";s:46:"thumbnail/13/d0/f5/1726746381/R542_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_800x800.jpg?ts=1726746381";s:10:"\x00 *\x00 mediaId";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a1acc5472cb874ed1f0013f79a8";}s:32:"01920a1acc5472cb874ed1f001bab31a";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a1acc5472cb874ed1f001bab31a";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.399000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2191;s:7:"\x00 *\x00 path";s:48:"thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg?ts=1726746381";s:10:"\x00 *\x00 mediaId";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a1acc5472cb874ed1f001bab31a";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/13/d0/f5/1726746381/R542.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:1;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049940";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e733a770f99f72cda4587e1281";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e7327f706386c3e87329f30e04";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"96d5bbbc9c47491382f1c49205e1e51c";}s:32:"0193e9e7d9e97200959a04f94ae5ff38";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725660";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725660";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 16:31:10.229";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R541.57";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:13:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:3;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"3e454b306f544f208c9799e56f5de5be";i:6;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:7;s:32:"dd136371ff8a415dbf93d6b67d755154";i:8;s:32:"f8cb95ce97c348338c705260dc01d305";i:9;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:10;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:11;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:12;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:10:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"0c423d762c444052b86aeb793baef5b6";i:2;s:32:"1a2fafd9a3ee48b9b6ff770b16f2e65c";i:3;s:32:"1f9124f2d9ca4ac89e7f46febb25face";i:4;s:32:"40a5dbcda8f64effbb215eab491e398b";i:5;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:6;s:32:"8a98a5c477644c39bd324d22316464ca";i:7;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:8;s:32:"f115c3826e8944e6b2233305b53fdd7d";i:9;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"f115c3826e8944e6b2233305b53fdd7d";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"57";}}s:9:"streamIds";a:6:{i:0;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:1;s:32:"88993ac508034754bcc2b081785e91a0";i:2;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:3;s:32:"a6252531a57348b78cd4f91df8ece8a6";i:4;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:5;s:32:"d69a2a3fd9df43859abf6868db31a021";}s:8:"parentId";s:32:"d89a04d5dfb54890bbcbf6ff7a968b8e";s:5:"stock";i:-4;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R541.57";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:20.5;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:20.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:20.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.9;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:20.5;}}}s:11:"\x00 *\x00 taxRules";r:2410;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";r:1464;s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-4;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049943";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e7db18720faf32280a22ca782c";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e7d9e97200959a04f94ae5ff38";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"1fe5dc863f6d4836a5fe278a2295b50a";}s:32:"0193e9e8576871f28288d61d5fe05a6e";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725660";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725660";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 17:13:20.266";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:10:"R453.WH.57";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:17:{i:0;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:1;s:32:"019348ece72e726bb3fa9e1c0d986e07";i:2;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:3;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:4;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:5;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:6;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:7;s:32:"05c8c55fe903479a87662295a58c4ead";i:8;s:32:"3e454b306f544f208c9799e56f5de5be";i:9;s:32:"dd136371ff8a415dbf93d6b67d755154";i:10;s:32:"f8cb95ce97c348338c705260dc01d305";i:11;s:32:"0193491c966e7bbb900cfd67b916583f";i:12;s:32:"62e12dca076d486f89b69989712d82c7";i:13;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:14;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:15;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:16;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:11:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"1f9124f2d9ca4ac89e7f46febb25face";i:2;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:3;s:32:"8047efb602da4f4085d1d6ec793498b2";i:4;s:32:"8a98a5c477644c39bd324d22316464ca";i:5;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:6;s:32:"c3b843d5b6fd41a88b6aab11932595f6";i:7;s:32:"ccd5a877bee84176953c64a5860b6d08";i:8;s:32:"e71d6d8172dd48ba85b2b0b150829e2a";i:9;s:32:"f115c3826e8944e6b2233305b53fdd7d";i:10;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:2:{i:0;s:32:"e71d6d8172dd48ba85b2b0b150829e2a";i:1;s:32:"f115c3826e8944e6b2233305b53fdd7d";}s:7:"options";a:2:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"57";}i:1;a:2:{s:5:"group";s:10:"Steinfarbe";s:6:"option";s:5:"Weiß";}}s:9:"streamIds";a:8:{i:0;s:32:"6077bc3264944a5ea60cfd3cce2b1ab8";i:1;s:32:"724d6e0f51904e1eb3f6dee83eda3304";i:2;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:3;s:32:"88993ac508034754bcc2b081785e91a0";i:4;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:5;s:32:"a6252531a57348b78cd4f91df8ece8a6";i:6;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:7;s:32:"f8ca0a226f884d03958f194ca2c481f7";}s:8:"parentId";s:32:"925e57dd49c248db92c113e8393d607d";s:5:"stock";i:-24;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:10:"R453.WH.57";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:28;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:28;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:28;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:5.32;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:28;}}}s:11:"\x00 *\x00 taxRules";r:2565;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";r:1798;s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-24;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049947";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e858997242af260594731a2d6f";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e8576871f28288d61d5fe05a6e";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"9d2dcb44a658490da89f15a718219da7";}s:32:"0193e9e91bd0716285f089c37a30e48d";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725660";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725660";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 16:09:55.428";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R542.57";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:13:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:3;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"3e454b306f544f208c9799e56f5de5be";i:6;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:7;s:32:"dd136371ff8a415dbf93d6b67d755154";i:8;s:32:"f8cb95ce97c348338c705260dc01d305";i:9;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:10;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:11;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:12;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:9:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"1d393c1f6eb34c9784fbd7fa68cf7534";i:2;s:32:"40a5dbcda8f64effbb215eab491e398b";i:3;s:32:"6a59604a5a6d499ca7fe6752a24cce4a";i:4;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:5;s:32:"8a98a5c477644c39bd324d22316464ca";i:6;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:7;s:32:"f115c3826e8944e6b2233305b53fdd7d";i:8;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"f115c3826e8944e6b2233305b53fdd7d";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"57";}}s:9:"streamIds";a:4:{i:0;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:1;s:32:"88993ac508034754bcc2b081785e91a0";i:2;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:3;s:32:"a6252531a57348b78cd4f91df8ece8a6";}s:8:"parentId";s:32:"5998be32d4fa4a30a7fcfc440b49ef2c";s:5:"stock";i:-4;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R542.57";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:15;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:15;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:15;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:2.85;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:15;}}}s:11:"\x00 *\x00 taxRules";r:2706;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";r:2118;s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-4;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049950";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e91d0c735a92000f4f74520513";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e91bd0716285f089c37a30e48d";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"68bfdce7b13d4202bc1dfa53a7a8354e";}s:32:"0193ef3032df725aa73fef0eca7cf2f5";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725661";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725661";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 19:16:19.480";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R533.63";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:13:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:3;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"3e454b306f544f208c9799e56f5de5be";i:6;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:7;s:32:"dd136371ff8a415dbf93d6b67d755154";i:8;s:32:"f8cb95ce97c348338c705260dc01d305";i:9;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:10;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:11;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:12;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:9:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"05ae336636674c8785f78ddf2dac6984";i:2;s:32:"0c423d762c444052b86aeb793baef5b6";i:3;s:32:"1f9124f2d9ca4ac89e7f46febb25face";i:4;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:5;s:32:"8a98a5c477644c39bd324d22316464ca";i:6;s:32:"9d8b8cc181ea4ce4b94f4d877bfb34de";i:7;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:8;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"05ae336636674c8785f78ddf2dac6984";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"63";}}s:9:"streamIds";a:4:{i:0;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:1;s:32:"88993ac508034754bcc2b081785e91a0";i:2;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:3;s:32:"a6252531a57348b78cd4f91df8ece8a6";}s:8:"parentId";s:32:"9cf0994919dd4ad68353827cbca10120";s:5:"stock";i:0;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R533.63";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:13.5;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:13.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:13.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:2.57;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:13.5;}}}s:11:"\x00 *\x00 taxRules";r:2847;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"8ef91c39b06e42d6ba40c6595b3edf29";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R533";s:5:"title";s:4:"R533";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:32.001000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:33.721000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:157232;s:8:"\x00 *\x00 title";s:4:"R533";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"0e64b213fca3d5b9c16e2999f0c6c601";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:33.719000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R533";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/6c/f6/60/1726743753/R533.jpg?ts=1726743753";s:11:"\x00 *\x00 fileName";s:4:"R533";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"019209f2b5ba73499bf855242f9951cb";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019209f2b5ba73499bf855242f9951cb";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:34.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 path";s:46:"thumbnail/6c/f6/60/1726743753/R533_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_280x280.jpg?ts=1726743754";s:10:"\x00 *\x00 mediaId";s:32:"8ef91c39b06e42d6ba40c6595b3edf29";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019209f2b5ba73499bf855242f9951cb";}s:32:"019209f2b5ba73499bf855242fb75972";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019209f2b5ba73499bf855242fb75972";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:34.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2951;s:7:"\x00 *\x00 path";s:46:"thumbnail/6c/f6/60/1726743753/R533_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_400x400.jpg?ts=1726743754";s:10:"\x00 *\x00 mediaId";s:32:"8ef91c39b06e42d6ba40c6595b3edf29";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019209f2b5ba73499bf855242fb75972";}s:32:"019209f2b5ba73499bf8552430a43f06";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019209f2b5ba73499bf8552430a43f06";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:34.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2951;s:7:"\x00 *\x00 path";s:46:"thumbnail/6c/f6/60/1726743753/R533_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_800x800.jpg?ts=1726743754";s:10:"\x00 *\x00 mediaId";s:32:"8ef91c39b06e42d6ba40c6595b3edf29";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019209f2b5ba73499bf8552430a43f06";}s:32:"019209f2b5ba73499bf8552430c40677";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019209f2b5ba73499bf8552430c40677";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:34.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2951;s:7:"\x00 *\x00 path";s:48:"thumbnail/6c/f6/60/1726743753/R533_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_1920x1920.jpg?ts=1726743754";s:10:"\x00 *\x00 mediaId";s:32:"8ef91c39b06e42d6ba40c6595b3edf29";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019209f2b5ba73499bf8552430c40677";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/6c/f6/60/1726743753/R533.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"8ef91c39b06e42d6ba40c6595b3edf29";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:0;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049953";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193ef30341d7080bbba561fdc80fb9c";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193ef3032df725aa73fef0eca7cf2f5";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"7c967fc2a27347dca40ab8ff515b59d1";}s:32:"0193ef30b4f772e38e53c27bbd9808d0";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725661";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725661";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 16:01:56.014";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R452.56";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:15:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:3;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:4;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:5;s:32:"05c8c55fe903479a87662295a58c4ead";i:6;s:32:"3e454b306f544f208c9799e56f5de5be";i:7;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:8;s:32:"dd136371ff8a415dbf93d6b67d755154";i:9;s:32:"f8cb95ce97c348338c705260dc01d305";i:10;s:32:"62e12dca076d486f89b69989712d82c7";i:11;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:12;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:13;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:14;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:10:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"1a2fafd9a3ee48b9b6ff770b16f2e65c";i:2;s:32:"1f9124f2d9ca4ac89e7f46febb25face";i:3;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:4;s:32:"8a98a5c477644c39bd324d22316464ca";i:5;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";i:6;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:7;s:32:"c3b843d5b6fd41a88b6aab11932595f6";i:8;s:32:"ccd5a877bee84176953c64a5860b6d08";i:9;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"56";}}s:9:"streamIds";a:7:{i:0;s:32:"018adb3d749170e58ee58d22161d262d";i:1;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:2;s:32:"88993ac508034754bcc2b081785e91a0";i:3;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:4;s:32:"a6252531a57348b78cd4f91df8ece8a6";i:5;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:6;s:32:"d69a2a3fd9df43859abf6868db31a021";}s:8:"parentId";s:32:"e3f839b2b581476a967a7fdbb6ed0237";s:5:"stock";i:-11;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R452.56";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:17.5;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:17.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:17.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.33;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:17.5;}}}s:11:"\x00 *\x00 taxRules";r:3173;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"f093383aad7442afa2d231e9141b4c17";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R452";s:5:"title";s:4:"R452";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:08.662000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:10.353000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:137996;s:8:"\x00 *\x00 title";s:4:"R452";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"8680454161d5615343698e595055db45";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:10.349000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R452";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/44/b4/69/1726737610/R452.jpg?ts=1726737610";s:11:"\x00 *\x00 fileName";s:4:"R452";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"01920994f80072b3a04309c2c50f4536";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920994f80072b3a04309c2c50f4536";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:10.755000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 path";s:46:"thumbnail/44/b4/69/1726737610/R452_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_280x280.jpg?ts=1726737610";s:10:"\x00 *\x00 mediaId";s:32:"f093383aad7442afa2d231e9141b4c17";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920994f80072b3a04309c2c50f4536";}s:32:"01920994f80072b3a04309c2c56d3064";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920994f80072b3a04309c2c56d3064";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:10.756000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3277;s:7:"\x00 *\x00 path";s:46:"thumbnail/44/b4/69/1726737610/R452_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_400x400.jpg?ts=1726737610";s:10:"\x00 *\x00 mediaId";s:32:"f093383aad7442afa2d231e9141b4c17";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920994f80072b3a04309c2c56d3064";}s:32:"01920994f80072b3a04309c2c5c00fbf";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920994f80072b3a04309c2c5c00fbf";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:10.756000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3277;s:7:"\x00 *\x00 path";s:46:"thumbnail/44/b4/69/1726737610/R452_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_800x800.jpg?ts=1726737610";s:10:"\x00 *\x00 mediaId";s:32:"f093383aad7442afa2d231e9141b4c17";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920994f80072b3a04309c2c5c00fbf";}s:32:"01920994f80072b3a04309c2c60338ca";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920994f80072b3a04309c2c60338ca";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:10.756000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3277;s:7:"\x00 *\x00 path";s:48:"thumbnail/44/b4/69/1726737610/R452_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_1920x1920.jpg?ts=1726737610";s:10:"\x00 *\x00 mediaId";s:32:"f093383aad7442afa2d231e9141b4c17";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920994f80072b3a04309c2c60338ca";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/44/b4/69/1726737610/R452.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"f093383aad7442afa2d231e9141b4c17";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-11;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049957";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193ef30b63f73c5825caa2cf3213301";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193ef30b4f772e38e53c27bbd9808d0";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"48a5c2cae50d4fc888a25934b07ad70c";}s:32:"0193ef32742d71a1a49ddb891b6e5131";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725662";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725662";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 16:00:06.828";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R416.68";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:23:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"c363f43d4e404db59853cbefb0bd7069";i:3;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:4;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:5;s:32:"ba7ed83336394da8930566d49b4de149";i:6;s:32:"dd136371ff8a415dbf93d6b67d755154";i:7;s:32:"6a744a43a013490e8eef51a30267fd8a";i:8;s:32:"05c8c55fe903479a87662295a58c4ead";i:9;s:32:"48647050b43e4f788ebf75cf8dfe47e3";i:10;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:11;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:12;s:32:"ec742202a1064ee1b37c74e6d76265e6";i:13;s:32:"31929c4aca794860a2b9492cfb1cdf06";i:14;s:32:"4d7e6a9cde8747c5baba9de732b9f815";i:15;s:32:"23e6e97ababe48a29f2490cc04b83952";i:16;s:32:"635db790c24849a18cbe662a90d5a248";i:17;s:32:"7831b4af0bd34445b6b55eb60f12dfe5";i:18;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:19;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:20;s:32:"bdf5e705952b4ac98ee9cffd7710ea50";i:21;s:32:"e47d435eea744852a1a539dc21a67bc2";i:22;s:32:"ea11a0b4ba374b5399ee054026568387";}s:11:"propertyIds";a:10:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"2805fe839afe4d719418670066c0a8d7";i:2;s:32:"432467c67c0a49b5a26d22b3a5b8c8e3";i:3;s:32:"8a98a5c477644c39bd324d22316464ca";i:4;s:32:"94e26ce318214b68971be6fb1b029a86";i:5;s:32:"9cdc7f88ad614403abf3d2a607e20cf7";i:6;s:32:"9d00bdc082c04858867a8f5f4ecf6190";i:7;s:32:"a57e0e90fa614ccc93349af234ed690f";i:8;s:32:"f9c6446c61a14b6b950a4acd3b77fa50";i:9;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"432467c67c0a49b5a26d22b3a5b8c8e3";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"68";}}s:9:"streamIds";a:7:{i:0;s:32:"3ba8d0d5397745b28125da55344960b2";i:1;s:32:"46a7939fbccb40bbb34ddf532c409f95";i:2;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:3;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:4;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:5;s:32:"e3778567b56f40a4910c03a14221e8ad";i:6;s:32:"fab893178f57434394bd43941846738f";}s:8:"parentId";s:32:"d26f13e08bee429eb7c5713cc5c7d2ca";s:5:"stock";i:-1;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R416.68";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:28;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:28;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:28;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:5.32;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:28;}}}s:11:"\x00 *\x00 taxRules";r:3507;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"e7f3381a499141c7a71da5d0197ea220";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R416";s:5:"title";s:4:"R416";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:39.820000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:41.370000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:365111;s:8:"\x00 *\x00 title";s:4:"R416";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"363ae49ea255852006d72d5e8a6089dd";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:41.367000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R416";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/44/36/a5/1727248841/R416.jpg?ts=1727248841";s:11:"\x00 *\x00 fileName";s:4:"R416";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"0192280dbb4d717f814fc9c40f29cbbd";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192280dbb4d717f814fc9c40f29cbbd";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:41.551000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 path";s:46:"thumbnail/44/36/a5/1727248841/R416_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_280x280.jpg?ts=1727248841";s:10:"\x00 *\x00 mediaId";s:32:"e7f3381a499141c7a71da5d0197ea220";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192280dbb4d717f814fc9c40f29cbbd";}s:32:"0192280dbb4d717f814fc9c40fe75d14";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192280dbb4d717f814fc9c40fe75d14";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:41.551000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3611;s:7:"\x00 *\x00 path";s:46:"thumbnail/44/36/a5/1727248841/R416_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_400x400.jpg?ts=1727248841";s:10:"\x00 *\x00 mediaId";s:32:"e7f3381a499141c7a71da5d0197ea220";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192280dbb4d717f814fc9c40fe75d14";}s:32:"0192280dbb4d717f814fc9c410d15570";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192280dbb4d717f814fc9c410d15570";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:41.551000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3611;s:7:"\x00 *\x00 path";s:46:"thumbnail/44/36/a5/1727248841/R416_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_800x800.jpg?ts=1727248841";s:10:"\x00 *\x00 mediaId";s:32:"e7f3381a499141c7a71da5d0197ea220";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192280dbb4d717f814fc9c410d15570";}s:32:"0192280dbb4d717f814fc9c4113e3092";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192280dbb4d717f814fc9c4113e3092";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:41.551000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3611;s:7:"\x00 *\x00 path";s:48:"thumbnail/44/36/a5/1727248841/R416_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_1920x1920.jpg?ts=1727248841";s:10:"\x00 *\x00 mediaId";s:32:"e7f3381a499141c7a71da5d0197ea220";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192280dbb4d717f814fc9c4113e3092";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/44/36/a5/1727248841/R416.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"e7f3381a499141c7a71da5d0197ea220";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-1;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049960";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193ef32764f71f0abe610bfc2031309";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193ef32742d71a1a49ddb891b6e5131";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"3e45839fd62149b5ab20332fd7925fdc";}s:32:"0193ef347cb170b2a0cd8a269717e911";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725663";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725663";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 15:28:00.273";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:10:"DS2C.BI.50";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:32:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"4b9db8a420af4e5e9880c115fe932362";i:3;s:32:"05c8c55fe903479a87662295a58c4ead";i:4;s:32:"595443089bf944398b8568193c218803";i:5;s:32:"3e454b306f544f208c9799e56f5de5be";i:6;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:7;s:32:"dd136371ff8a415dbf93d6b67d755154";i:8;s:32:"f8cb95ce97c348338c705260dc01d305";i:9;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:10;s:32:"64eae93739214024a9c8766b43941bc5";i:11;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:12;s:32:"48647050b43e4f788ebf75cf8dfe47e3";i:13;s:32:"fcf59ed5613142729c2fd6768e07a08b";i:14;s:32:"62cc073d246c4a669324649021be6baf";i:15;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:16;s:32:"118f588ee1ca4166b28245ef6b365994";i:17;s:32:"49ae35f71f794a149ba089f5d4466713";i:18;s:32:"c363f43d4e404db59853cbefb0bd7069";i:19;s:32:"0447f6c1f3e54521936efadd8db78dc4";i:20;s:32:"068db263e33845829e874a8c4aa32d87";i:21;s:32:"200231c145b64c7f936fa6f47175739c";i:22;s:32:"3ccba5fc7c8740368843d98469812c6b";i:23;s:32:"63302c2f386148a9bab6b79b189e74a2";i:24;s:32:"67434ea6f1aa45db83e72d59650f9644";i:25;s:32:"691288f242374a26aee4efff9fb06487";i:26;s:32:"a1a1c1bf8d944d9d88633865a6cf87ac";i:27;s:32:"bf3e609b320741a990d761ec9e2de0b9";i:28;s:32:"c82ff124b1364381b541e46dcb735549";i:29;s:32:"e08b896c36ea495aa65599502c35b26a";i:30;s:32:"fcd9fbc81d3849fabd65f2adf11fd59c";i:31;s:32:"fd9f1d01d8d2430aa12b7077479dc7a4";}s:11:"propertyIds";a:10:{i:0;s:32:"0c423d762c444052b86aeb793baef5b6";i:1;s:32:"33c3d8b79dd643c8ab92f49afc73c85b";i:2;s:32:"793107983097469bb866889ce7718bc5";i:3;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:4;s:32:"94d24655eda749bd92d69dbec5af6909";i:5;s:32:"9fbc32e4b6ca46db95c3dbf79e65e2fa";i:6;s:32:"e3b5c0a533b846268df623cd8219abcb";i:7;s:32:"f05da3e553fa4e73b78a9fd15703a16a";i:8;s:32:"f65f86dd25e04da8b9fef7193e7ca262";i:9;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:4:{i:0;s:32:"94d24655eda749bd92d69dbec5af6909";i:1;s:32:"e3b5c0a533b846268df623cd8219abcb";i:2;s:32:"f05da3e553fa4e73b78a9fd15703a16a";i:3;s:32:"f65f86dd25e04da8b9fef7193e7ca262";}s:7:"options";a:4:{i:0;a:2:{s:5:"group";s:12:"Länge in cm";s:6:"option";s:2:"50";}i:1;a:2:{s:5:"group";s:5:"Marke";s:6:"option";s:14:"ERNSTES DESIGN";}i:2;a:2:{s:5:"group";s:8:"Material";s:6:"option";s:27:"Bicolor: Edelstahl/Gelbgold";}i:3;a:2:{s:5:"group";s:7:"Produkt";s:6:"option";s:14:"Seile & Ketten";}}s:9:"streamIds";a:6:{i:0;s:32:"46a7939fbccb40bbb34ddf532c409f95";i:1;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:2;s:32:"90a5eaa6d39f44e79793991c5193832b";i:3;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:4;s:32:"9d539d7e703b4f33b5ff5c9def5822de";i:5;s:32:"e387a81bf5d943ea998b22f6cd9892f0";}s:8:"parentId";s:32:"17572e8df0e24c80b06b24e7d50e752e";s:5:"stock";i:-20;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:10:"DS2C.BI.50";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:21;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:21;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:21;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.99;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:21;}}}s:11:"\x00 *\x00 taxRules";r:3861;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"48de814d641547d8b7701f5667b97854";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:65:"\\Ernstessrv-pdc\allgemein\AAA NEUE BILDER ONLINESHOP\DS2C.Bi.png";s:5:"title";s:65:"\\Ernstessrv-pdc\allgemein\AAA NEUE BILDER ONLINESHOP\DS2C.Bi.png";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:53.892000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:55.449000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:120410;s:8:"\x00 *\x00 title";s:65:"\\Ernstessrv-pdc\allgemein\AAA NEUE BILDER ONLINESHOP\DS2C.Bi.png";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"b0588d7f15cb04b6bf9cfa3a7b90febc";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:55.446000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:65:"\\Ernstessrv-pdc\allgemein\AAA NEUE BILDER ONLINESHOP\DS2C.Bi.png";s:6:"\x00 *\x00 url";s:76:"https://ed-bestellung.de/media/01/78/83/1711364575/DS2C.Bi.jpg?ts=1711364575";s:11:"\x00 *\x00 fileName";s:7:"DS2C.Bi";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"018e75471565704d8a45bb01b56bc993";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"018e75471565704d8a45bb01b56bc993";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:56.615000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 path";s:49:"thumbnail/01/78/83/1711364575/DS2C.Bi_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_280x280.jpg?ts=1711364576";s:10:"\x00 *\x00 mediaId";s:32:"48de814d641547d8b7701f5667b97854";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"018e75471565704d8a45bb01b56bc993";}s:32:"018e75471565704d8a45bb01b5aa778f";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"018e75471565704d8a45bb01b5aa778f";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:56.616000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3965;s:7:"\x00 *\x00 path";s:49:"thumbnail/01/78/83/1711364575/DS2C.Bi_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_400x400.jpg?ts=1711364576";s:10:"\x00 *\x00 mediaId";s:32:"48de814d641547d8b7701f5667b97854";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"018e75471565704d8a45bb01b5aa778f";}s:32:"018e75471565704d8a45bb01b64dd68c";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"018e75471565704d8a45bb01b64dd68c";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:56.616000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3965;s:7:"\x00 *\x00 path";s:49:"thumbnail/01/78/83/1711364575/DS2C.Bi_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_800x800.jpg?ts=1711364576";s:10:"\x00 *\x00 mediaId";s:32:"48de814d641547d8b7701f5667b97854";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"018e75471565704d8a45bb01b64dd68c";}s:32:"018e75471565704d8a45bb01b6b332b9";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"018e75471565704d8a45bb01b6b332b9";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:56.616000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3965;s:7:"\x00 *\x00 path";s:51:"thumbnail/01/78/83/1711364575/DS2C.Bi_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:90:"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_1920x1920.jpg?ts=1711364576";s:10:"\x00 *\x00 mediaId";s:32:"48de814d641547d8b7701f5667b97854";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"018e75471565704d8a45bb01b6b332b9";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:37:"media/01/78/83/1711364575/DS2C.Bi.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"48de814d641547d8b7701f5667b97854";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-20;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryTime":5:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:14:"2 - 4 Werktage";s:6:"\x00 *\x00 min";i:2;s:6:"\x00 *\x00 max";i:4;s:7:"\x00 *\x00 unit";s:3:"day";}s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049963";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193ef347e107226b59bcdba66f6e724";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193ef347cb170b2a0cd8a269717e911";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"d758548d62314c47aa28cc4086d11d0b";}s:32:"0193ef3608a371d2a5a2d651284da699";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725664";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725664";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 16:52:44.027";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:8:"AK25C.50";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:34:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"4b9db8a420af4e5e9880c115fe932362";i:3;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:4;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:5;s:32:"ec742202a1064ee1b37c74e6d76265e6";i:6;s:32:"05c8c55fe903479a87662295a58c4ead";i:7;s:32:"595443089bf944398b8568193c218803";i:8;s:32:"3e454b306f544f208c9799e56f5de5be";i:9;s:32:"dd136371ff8a415dbf93d6b67d755154";i:10;s:32:"f8cb95ce97c348338c705260dc01d305";i:11;s:32:"64eae93739214024a9c8766b43941bc5";i:12;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:13;s:32:"48647050b43e4f788ebf75cf8dfe47e3";i:14;s:32:"fcf59ed5613142729c2fd6768e07a08b";i:15;s:32:"62cc073d246c4a669324649021be6baf";i:16;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:17;s:32:"118f588ee1ca4166b28245ef6b365994";i:18;s:32:"49ae35f71f794a149ba089f5d4466713";i:19;s:32:"c363f43d4e404db59853cbefb0bd7069";i:20;s:32:"0447f6c1f3e54521936efadd8db78dc4";i:21;s:32:"05aec327c38d404999a84ce5b02beeed";i:22;s:32:"068db263e33845829e874a8c4aa32d87";i:23;s:32:"200231c145b64c7f936fa6f47175739c";i:24;s:32:"3ccba5fc7c8740368843d98469812c6b";i:25;s:32:"63302c2f386148a9bab6b79b189e74a2";i:26;s:32:"67434ea6f1aa45db83e72d59650f9644";i:27;s:32:"691288f242374a26aee4efff9fb06487";i:28;s:32:"a1a1c1bf8d944d9d88633865a6cf87ac";i:29;s:32:"bf3e609b320741a990d761ec9e2de0b9";i:30;s:32:"c82ff124b1364381b541e46dcb735549";i:31;s:32:"e08b896c36ea495aa65599502c35b26a";i:32;s:32:"fcd9fbc81d3849fabd65f2adf11fd59c";i:33;s:32:"fd9f1d01d8d2430aa12b7077479dc7a4";}s:11:"propertyIds";a:10:{i:0;s:32:"31cfa8df71ff49cd880ae82f12446247";i:1;s:32:"33c3d8b79dd643c8ab92f49afc73c85b";i:2;s:32:"793107983097469bb866889ce7718bc5";i:3;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:4;s:32:"94d24655eda749bd92d69dbec5af6909";i:5;s:32:"ccd5a877bee84176953c64a5860b6d08";i:6;s:32:"e3b5c0a533b846268df623cd8219abcb";i:7;s:32:"f0431852cc0e479f917cb906018af198";i:8;s:32:"f05da3e553fa4e73b78a9fd15703a16a";i:9;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"94d24655eda749bd92d69dbec5af6909";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:12:"Länge in cm";s:6:"option";s:2:"50";}}s:9:"streamIds";a:25:{i:0;s:32:"019127c125f573a8925d2bc4536eba84";i:1;s:32:"01912c9969b973a68c6f752918f7f749";i:2;s:32:"06a67dca2aa24b70bf178b8753c2839a";i:3;s:32:"073380f623d64a62aa77031d7acd19db";i:4;s:32:"1b504483e67548bd94717ce8612852b3";i:5;s:32:"3661a489aa9f4247a57c7ec486d1c828";i:6;s:32:"389b66aa7eee4e648d903c48687e85d1";i:7;s:32:"3b75bd0c402f4b4585bf07c56de02f0e";i:8;s:32:"46a7939fbccb40bbb34ddf532c409f95";i:9;s:32:"4f240757250b44a286d2e2cd2baee6e9";i:10;s:32:"523d91f4fcb24092875627e254dfd463";i:11;s:32:"60f1b824a7e04e27bcaa77401aa7901d";i:12;s:32:"65755f13a732451893b84e5cdbcc5f73";i:13;s:32:"6d6d423469ae45e7b688ca60efa80243";i:14;s:32:"75dc4d9c7d7949439fc82eb20fe23ea8";i:15;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:16;s:32:"7e2cfcb733e64244bbe02cf0b5f2daa4";i:17;s:32:"7f5026066f95428b8e79610803920804";i:18;s:32:"90a5eaa6d39f44e79793991c5193832b";i:19;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:20;s:32:"ac06c48ffe554c03b720939ef0b7d743";i:21;s:32:"d04061898a3e4a7185403b89365fd9cd";i:22;s:32:"e387a81bf5d943ea998b22f6cd9892f0";i:23;s:32:"e74964a46d364bac85f12085ae7094ad";i:24;s:32:"ff73a191ffa14f61b924f3b931503340";}s:8:"parentId";s:32:"ccd3d88012aa42dbbbb0d51463b626a5";s:5:"stock";i:0;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:8:"AK25C.50";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:16.5;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:16.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:16.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.14;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:16.5;}}}s:11:"\x00 *\x00 taxRules";r:4229;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"bb0f359a551644f0a3fd2b399b4484a1";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-07-08 12:33:47.078000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-11 08:22:54.158000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";s:32:"3f985a6d698543dfabbd1af9e112e73f";s:11:"\x00 *\x00 mimeType";s:9:"image/png";s:16:"\x00 *\x00 fileExtension";s:3:"png";s:11:"\x00 *\x00 fileSize";i:243968;s:8:"\x00 *\x00 title";N;s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:1:{i:0;s:11:"transparent";}}";s:11:"\x00 *\x00 metaData";a:3:{s:5:"width";i:2000;s:6:"height";i:2000;s:4:"type";i:3;}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-11 08:22:54.157000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";N;s:6:"\x00 *\x00 url";s:74:"https://ed-bestellung.de/media/f0/c7/38/1691742174/ak25c.png?ts=1691742174";s:11:"\x00 *\x00 fileName";s:5:"ak25c";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:35:"media/f0/c7/38/1691742174/ak25c.png";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"bb0f359a551644f0a3fd2b399b4484a1";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:0;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049967";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193ef360a0570f7bc81b92158960a77";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193ef3608a371d2a5a2d651284da699";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"f3cd60abee6b4fadb31a08411c265148";}s:32:"0193ef37442073d0b352714092892253";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725665";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725665";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-07-30 11:16:45.731";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"A645.GR";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:20:{i:0;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:1;s:32:"dd136371ff8a415dbf93d6b67d755154";i:2;s:32:"f8cb95ce97c348338c705260dc01d305";i:3;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:6;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:7;s:32:"1f2a1232cddd49dfa559b8bd24df44f8";i:8;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:9;s:32:"d97cccacd7734165a653686db6300e7c";i:10;s:32:"3e454b306f544f208c9799e56f5de5be";i:11;s:32:"46398b1b21fc45e98521fbd404773c79";i:12;s:32:"49ae35f71f794a149ba089f5d4466713";i:13;s:32:"2f563f9736744705a1c56c7727434e3f";i:14;s:32:"8d98c038a81248ccaa597daf100c00b3";i:15;s:32:"90e8c49f111f4518affb4cbf2805b242";i:16;s:32:"95006e0dd1b34675a9ef8735d8f87322";i:17;s:32:"9f6f003af1324eaa8d9dbc164b07302b";i:18;s:32:"dbfcdbfc097d4573a466033d791b2bbc";i:19;s:32:"f919637e76a04e8ca11d12c4f15816e4";}s:11:"propertyIds";a:1:{i:0;s:32:"8047efb602da4f4085d1d6ec793498b2";}s:9:"optionIds";a:1:{i:0;s:32:"f718e31f0ed244c982f5a3a83d8d3ec7";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:17:"Armspangengröße";s:6:"option";s:2:"GR";}}s:9:"streamIds";a:8:{i:0;s:32:"01912be23f0e7d6584cc0fb43e19c639";i:1;s:32:"0191b1c7a13673d2812f61ad063b674f";i:2;s:32:"0191b1fb897f735b8dd8dd236f3ec42a";i:3;s:32:"6077bc3264944a5ea60cfd3cce2b1ab8";i:4;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:5;s:32:"7d2206bcaae64e3bba8e357d30721be1";i:6;s:32:"88993ac508034754bcc2b081785e91a0";i:7;s:32:"9a208c03cfc74e8b87dc868e876006f7";}s:8:"parentId";s:32:"32a18f3cdf184d099d36423fd0a82353";s:5:"stock";i:-6;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"A645.GR";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:35;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";d:95;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:35;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:35;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:6.65;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:35;}}}s:11:"\x00 *\x00 taxRules";r:4455;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\ListPrice":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:95;s:11:"\x00 *\x00 discount";d:-60;s:13:"\x00 *\x00 percentage";d:63.16;}s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"8a77170d21e04071b820263979316fdf";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"A645";s:5:"title";s:4:"A645";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:13.878000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:15.505000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:180063;s:8:"\x00 *\x00 title";s:4:"A645";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"0857adf7d68af4fbaa8e81fe12a5d7ad";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:15.502000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"A645";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/86/e9/e8/1725959475/A645.jpg?ts=1725959475";s:11:"\x00 *\x00 fileName";s:4:"A645";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"0191db3394f6706092c9729d5d37ded6";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db3394f6706092c9729d5d37ded6";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:16.475000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 path";s:46:"thumbnail/86/e9/e8/1725959475/A645_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_280x280.jpg?ts=1725959476";s:10:"\x00 *\x00 mediaId";s:32:"8a77170d21e04071b820263979316fdf";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db3394f6706092c9729d5d37ded6";}s:32:"0191db3394f6706092c9729d5e23ca50";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db3394f6706092c9729d5e23ca50";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:16.476000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:4563;s:7:"\x00 *\x00 path";s:46:"thumbnail/86/e9/e8/1725959475/A645_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_400x400.jpg?ts=1725959476";s:10:"\x00 *\x00 mediaId";s:32:"8a77170d21e04071b820263979316fdf";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db3394f6706092c9729d5e23ca50";}s:32:"0191db3394f6706092c9729d5e918414";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db3394f6706092c9729d5e918414";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:16.476000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:4563;s:7:"\x00 *\x00 path";s:46:"thumbnail/86/e9/e8/1725959475/A645_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_800x800.jpg?ts=1725959476";s:10:"\x00 *\x00 mediaId";s:32:"8a77170d21e04071b820263979316fdf";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db3394f6706092c9729d5e918414";}s:32:"0191db3394f6706092c9729d5eb56177";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db3394f6706092c9729d5eb56177";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:16.476000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:4563;s:7:"\x00 *\x00 path";s:48:"thumbnail/86/e9/e8/1725959475/A645_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_1920x1920.jpg?ts=1725959476";s:10:"\x00 *\x00 mediaId";s:32:"8a77170d21e04071b820263979316fdf";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db3394f6706092c9729d5eb56177";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/86/e9/e8/1725959475/A645.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"8a77170d21e04071b820263979316fdf";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-6;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:0;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049970";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193ef3745e572a99cce94e2c940c0c6";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193ef37442073d0b352714092892253";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"0191035b601e73c38bed2d189f3a2136";}}}s:9:"\x00 *\x00 errors";O:49:"Shopware\Core\Checkout\Cart\Error\ErrorCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:13:"\x00 *\x00 deliveries";O:62:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Delivery\Struct\Delivery":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 positions";O:70:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPositionCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:16:{s:32:"0193e9e00330723f8be898dabdc3a9f9";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725656";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725656";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-07-26 06:17:05.490";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R748.57";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:20:{i:0;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:1;s:32:"dd136371ff8a415dbf93d6b67d755154";i:2;s:32:"fcf59ed5613142729c2fd6768e07a08b";i:3;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:4;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:5;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:6;s:32:"1f2a1232cddd49dfa559b8bd24df44f8";i:7;s:32:"05c8c55fe903479a87662295a58c4ead";i:8;s:32:"595443089bf944398b8568193c218803";i:9;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:10;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:11;s:32:"49ae35f71f794a149ba089f5d4466713";i:12;s:32:"31929c4aca794860a2b9492cfb1cdf06";i:13;s:32:"1d4688f3b37646b68623248e645ed963";i:14;s:32:"537fd57254854488a70bf045a1ff7c46";i:15;s:32:"563faaf412d640aba6cdd6617c797ed6";i:16;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:17;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:18;s:32:"b7d1509d27634c86ba2e8e464d3c9ecc";i:19;s:32:"e47d435eea744852a1a539dc21a67bc2";}s:11:"propertyIds";a:1:{i:0;s:32:"414e390301984d06a2220a5a96662862";}s:9:"optionIds";a:1:{i:0;s:32:"f115c3826e8944e6b2233305b53fdd7d";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"57";}}s:9:"streamIds";a:10:{i:0;s:32:"018d877bb35571b982554c9143c26329";i:1;s:32:"0190965f6e4773fda0dd883bc9cf4557";i:2;s:32:"01912c73bf6c7abf842c584957e3b092";i:3;s:32:"0191b1c7a13673d2812f61ad063b674f";i:4;s:32:"0191b1f1dde972eba7351e4a8c97c84c";i:5;s:32:"2ae47e50f97148ada43dfc5de6954002";i:6;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:7;s:32:"7d2206bcaae64e3bba8e357d30721be1";i:8;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:9;s:32:"e387a81bf5d943ea998b22f6cd9892f0";}s:8:"parentId";s:32:"aa1dfaa2a0d6438da88cae742a6ac376";s:5:"stock";i:0;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R748.57";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:37;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";d:99;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:37;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:37;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:7.03;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:37;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\ListPrice":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:99;s:11:"\x00 *\x00 discount";d:-62;s:13:"\x00 *\x00 percentage";d:62.63;}s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"dd73859179a34519906a7781d8735af9";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R748";s:5:"title";s:4:"R748";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:39.156000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:40.676000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"JPG";s:11:"\x00 *\x00 fileSize";i:230944;s:8:"\x00 *\x00 title";s:4:"R748";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"b189b4f5ef553ffa180e9fbdd658dc77";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:40.673000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R748";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/8d/f5/fb/1725000940/R748.JPG?ts=1725000940";s:11:"\x00 *\x00 fileName";s:4:"R748";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"0191a21180347370b60562592c3c6ce4";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191a21180347370b60562592c3c6ce4";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:41.624000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:215;s:7:"\x00 *\x00 path";s:46:"thumbnail/8d/f5/fb/1725000940/R748_280x280.JPG";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_280x280.JPG?ts=1725000941";s:10:"\x00 *\x00 mediaId";s:32:"dd73859179a34519906a7781d8735af9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191a21180347370b60562592c3c6ce4";}s:32:"0191a21180347370b60562592ca62c26";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191a21180347370b60562592ca62c26";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:41.624000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:215;s:7:"\x00 *\x00 path";s:46:"thumbnail/8d/f5/fb/1725000940/R748_400x400.JPG";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_400x400.JPG?ts=1725000941";s:10:"\x00 *\x00 mediaId";s:32:"dd73859179a34519906a7781d8735af9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191a21180347370b60562592ca62c26";}s:32:"0191a21180347370b60562592d45d428";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191a21180347370b60562592d45d428";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:41.624000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:215;s:7:"\x00 *\x00 path";s:46:"thumbnail/8d/f5/fb/1725000940/R748_800x800.JPG";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_800x800.JPG?ts=1725000941";s:10:"\x00 *\x00 mediaId";s:32:"dd73859179a34519906a7781d8735af9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191a21180347370b60562592d45d428";}s:32:"0191a21180347370b60562592df5745b";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191a21180347370b60562592df5745b";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-30 06:55:41.624000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:215;s:7:"\x00 *\x00 path";s:48:"thumbnail/8d/f5/fb/1725000940/R748_1920x1920.JPG";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_1920x1920.JPG?ts=1725000941";s:10:"\x00 *\x00 mediaId";s:32:"dd73859179a34519906a7781d8735af9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191a21180347370b60562592df5745b";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/8d/f5/fb/1725000940/R748.JPG";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"dd73859179a34519906a7781d8735af9";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:0;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:0;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049914";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e003b9733c97d399a09dbaad6f";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e00330723f8be898dabdc3a9f9";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"0190edaf94c571c8bb8e66e6b13de480";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:37;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:37;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:7.03;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:37;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\ListPrice":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:99;s:11:"\x00 *\x00 discount";d:-62;s:13:"\x00 *\x00 percentage";d:62.63;}s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193e9e00330723f8be898dabdc3a9f9";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-24 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-26 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193e9e058cd72dfb08c6623cbc6c898";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725656";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725656";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-27 05:51:41.404";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:4:"E311";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:27:{i:0;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:1;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:2;s:32:"49ae35f71f794a149ba089f5d4466713";i:3;s:32:"ba7ed83336394da8930566d49b4de149";i:4;s:32:"1cceb80a0b3e45399e90094933e08d72";i:5;s:32:"118f588ee1ca4166b28245ef6b365994";i:6;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:7;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:8;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:9;s:32:"3a5414a473d748d7a10445391de69708";i:10;s:32:"dd136371ff8a415dbf93d6b67d755154";i:11;s:32:"fcf59ed5613142729c2fd6768e07a08b";i:12;s:32:"cadb07cff8d742be8bd519d02af4feeb";i:13;s:32:"05c8c55fe903479a87662295a58c4ead";i:14;s:32:"595443089bf944398b8568193c218803";i:15;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:16;s:32:"14bb75adb0a042db82703556da9383f6";i:17;s:32:"10da6886459b407ebaff8bfa4b2f4f77";i:18;s:32:"3d2226282268481790ee83ba514d134e";i:19;s:32:"4ab4a9e00ec54be1971ec8ad6e1183f7";i:20;s:32:"63d70e435ef44dd1bf6aa623fda58e8c";i:21;s:32:"87cd6306de584056a486824a87f60933";i:22;s:32:"8bce970746c24e44a8557229debc1da1";i:23;s:32:"d90dc7bc495242b0b45f25e64eab3905";i:24;s:32:"e5b83032fec040088deb63f6b3520fed";i:25;s:32:"f17261e393c447a1921c28bcca6db3f9";i:26;s:32:"f6136f4047ac40f8b9fd580f42be22ba";}s:11:"propertyIds";a:9:{i:0;s:32:"2949bf30a61b4686974186f836fa6fd9";i:1;s:32:"2e39a960b51746fdbde9e5b1aefe0b23";i:2;s:32:"414e390301984d06a2220a5a96662862";i:3;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:4;s:32:"841bb2dcefb946bfa59dabb936bab342";i:5;s:32:"a65f3cabae8e4ab58aaf4a105b071b58";i:6;s:32:"c0c80f47d3da4398a926cf2b56c3fd22";i:7;s:32:"f05da3e553fa4e73b78a9fd15703a16a";i:8;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:10:{i:0;s:32:"018d877bb35571b982554c9143c26329";i:1;s:32:"1645e3371afc4404babf7b3869c678e6";i:2;s:32:"2ae47e50f97148ada43dfc5de6954002";i:3;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:4;s:32:"90a5eaa6d39f44e79793991c5193832b";i:5;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:6;s:32:"cf380e7a98a64f8c93578078d52bd589";i:7;s:32:"d0fc60d9210b4fa9a2913c244159390f";i:8;s:32:"e36a5d9e78e4433182faf0fc8aab091d";i:9;s:32:"e387a81bf5d943ea998b22f6cd9892f0";}s:8:"parentId";N;s:5:"stock";i:-25;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:4:"E311";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:26;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:26;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:26;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:4.94;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:26;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"d1605dd2300b43a1a1279260db99c7f8";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:8:"E311.png";s:5:"title";s:8:"E311.png";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:37.573000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:39.098000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:279128;s:8:"\x00 *\x00 title";s:8:"E311.png";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"b2dac021d3c1a4e515502fab7d5ea5b3";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:39.095000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:8:"E311.png";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/1e/14/5e/1727328699/E311.jpg?ts=1727328699";s:11:"\x00 *\x00 fileName";s:4:"E311";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"01922cd0465e726d8c916a33f38442f0";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01922cd0465e726d8c916a33f38442f0";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:40.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:551;s:7:"\x00 *\x00 path";s:46:"thumbnail/1e/14/5e/1727328699/E311_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_280x280.jpg?ts=1727328700";s:10:"\x00 *\x00 mediaId";s:32:"d1605dd2300b43a1a1279260db99c7f8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01922cd0465e726d8c916a33f38442f0";}s:32:"01922cd0465e726d8c916a33f39847c4";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01922cd0465e726d8c916a33f39847c4";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:40.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:551;s:7:"\x00 *\x00 path";s:46:"thumbnail/1e/14/5e/1727328699/E311_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_400x400.jpg?ts=1727328700";s:10:"\x00 *\x00 mediaId";s:32:"d1605dd2300b43a1a1279260db99c7f8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01922cd0465e726d8c916a33f39847c4";}s:32:"01922cd0465e726d8c916a33f43699a1";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01922cd0465e726d8c916a33f43699a1";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:40.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:551;s:7:"\x00 *\x00 path";s:46:"thumbnail/1e/14/5e/1727328699/E311_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_800x800.jpg?ts=1727328700";s:10:"\x00 *\x00 mediaId";s:32:"d1605dd2300b43a1a1279260db99c7f8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01922cd0465e726d8c916a33f43699a1";}s:32:"01922cd0465e726d8c916a33f455c9ef";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01922cd0465e726d8c916a33f455c9ef";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-26 05:31:40.001000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:551;s:7:"\x00 *\x00 path";s:48:"thumbnail/1e/14/5e/1727328699/E311_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_1920x1920.jpg?ts=1727328700";s:10:"\x00 *\x00 mediaId";s:32:"d1605dd2300b43a1a1279260db99c7f8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01922cd0465e726d8c916a33f455c9ef";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/1e/14/5e/1727328699/E311.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"d1605dd2300b43a1a1279260db99c7f8";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-25;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049921";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e059ce73c895754852fcdcdc1c";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e058cd72dfb08c6623cbc6c898";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"4918839ed6e941899bb381a90d4c6f3b";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:26;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:26;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:4.94;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:26;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193e9e058cd72dfb08c6623cbc6c898";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-29 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-31 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193e9e27553735d8733b02c478a5ede";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725658";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725658";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 18:36:59.448";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R721.58";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:26:{i:0;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:1;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:2;s:32:"42da0fb4a6b94513b7324449d2f8d38e";i:3;s:32:"dd136371ff8a415dbf93d6b67d755154";i:4;s:32:"fcf59ed5613142729c2fd6768e07a08b";i:5;s:32:"118f588ee1ca4166b28245ef6b365994";i:6;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:7;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:8;s:32:"1f2a1232cddd49dfa559b8bd24df44f8";i:9;s:32:"05c8c55fe903479a87662295a58c4ead";i:10;s:32:"595443089bf944398b8568193c218803";i:11;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:12;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:13;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:14;s:32:"49ae35f71f794a149ba089f5d4466713";i:15;s:32:"31929c4aca794860a2b9492cfb1cdf06";i:16;s:32:"048c04a37c044b458c4b53e1639ac684";i:17;s:32:"1d4688f3b37646b68623248e645ed963";i:18;s:32:"3005ecc96fd5419dbbd41975c91f06b6";i:19;s:32:"537fd57254854488a70bf045a1ff7c46";i:20;s:32:"563faaf412d640aba6cdd6617c797ed6";i:21;s:32:"62e12dca076d486f89b69989712d82c7";i:22;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:23;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:24;s:32:"b7d1509d27634c86ba2e8e464d3c9ecc";i:25;s:32:"e47d435eea744852a1a539dc21a67bc2";}s:11:"propertyIds";a:9:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"041fb172725e49d5b088696feaa53b40";i:2;s:32:"6c6c13388efc40999291099cb4e618a7";i:3;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:4;s:32:"8a98a5c477644c39bd324d22316464ca";i:5;s:32:"9e539d4a506946059cbbc56efd663710";i:6;s:32:"e0b79689bfff47f4a7142685565fd6bc";i:7;s:32:"f05da3e553fa4e73b78a9fd15703a16a";i:8;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"041fb172725e49d5b088696feaa53b40";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"58";}}s:9:"streamIds";a:8:{i:0;s:32:"09e4d565e8fe453597b55d44b118d4e6";i:1;s:32:"2c982fcc99264bf588a880c247e873f3";i:2;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:3;s:32:"7d2206bcaae64e3bba8e357d30721be1";i:4;s:32:"90a5eaa6d39f44e79793991c5193832b";i:5;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:6;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:7;s:32:"e387a81bf5d943ea998b22f6cd9892f0";}s:8:"parentId";s:32:"41ab9edf58204bb6bf9c20b487041e25";s:5:"stock";i:-29;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R721.58";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:37;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:37;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:37;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:7.03;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:37;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"89ae623eb75f45c39d7cb1b6a369be2b";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R721";s:5:"title";s:4:"R721";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:17:58.086000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:18:00.015000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:555880;s:8:"\x00 *\x00 title";s:4:"R721";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"ddf62dad2aebb29875cb0c079d915112";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:18:00.011000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R721";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/a5/00/2e/1728299880/R721.jpg?ts=1728299880";s:11:"\x00 *\x00 fileName";s:4:"R721";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"019266b352227265babe258c61005736";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019266b352227265babe258c61005736";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:18:00.995000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:888;s:7:"\x00 *\x00 path";s:46:"thumbnail/a5/00/2e/1728299880/R721_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_280x280.jpg?ts=1728299880";s:10:"\x00 *\x00 mediaId";s:32:"89ae623eb75f45c39d7cb1b6a369be2b";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019266b352227265babe258c61005736";}s:32:"019266b352227265babe258c613fba40";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019266b352227265babe258c613fba40";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:18:00.995000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:888;s:7:"\x00 *\x00 path";s:46:"thumbnail/a5/00/2e/1728299880/R721_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_400x400.jpg?ts=1728299880";s:10:"\x00 *\x00 mediaId";s:32:"89ae623eb75f45c39d7cb1b6a369be2b";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019266b352227265babe258c613fba40";}s:32:"019266b352227265babe258c621d256e";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019266b352227265babe258c621d256e";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:18:00.995000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:888;s:7:"\x00 *\x00 path";s:46:"thumbnail/a5/00/2e/1728299880/R721_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_800x800.jpg?ts=1728299880";s:10:"\x00 *\x00 mediaId";s:32:"89ae623eb75f45c39d7cb1b6a369be2b";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019266b352227265babe258c621d256e";}s:32:"019266b352227265babe258c626af338";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019266b352227265babe258c626af338";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-07 11:18:00.996000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:888;s:7:"\x00 *\x00 path";s:48:"thumbnail/a5/00/2e/1728299880/R721_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_1920x1920.jpg?ts=1728299880";s:10:"\x00 *\x00 mediaId";s:32:"89ae623eb75f45c39d7cb1b6a369be2b";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019266b352227265babe258c626af338";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/a5/00/2e/1728299880/R721.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"89ae623eb75f45c39d7cb1b6a369be2b";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-29;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049925";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e2766d730fa5be272fa2a8a759";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e27553735d8733b02c478a5ede";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"730d120b6e96470b832a18adac53bbca";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:37;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:37;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:7.03;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:37;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193e9e27553735d8733b02c478a5ede";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-29 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-31 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193e9e4015573bc9bc2bacbea0a9918";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725659";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725659";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-07-25 12:48:44.262";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"A629.19";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:20:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:3;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"dd136371ff8a415dbf93d6b67d755154";i:6;s:32:"fcf59ed5613142729c2fd6768e07a08b";i:7;s:32:"1f2a1232cddd49dfa559b8bd24df44f8";i:8;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:9;s:32:"d97cccacd7734165a653686db6300e7c";i:10;s:32:"46398b1b21fc45e98521fbd404773c79";i:11;s:32:"595443089bf944398b8568193c218803";i:12;s:32:"49ae35f71f794a149ba089f5d4466713";i:13;s:32:"8066b5e214934c6f9f1f03a667a9352c";i:14;s:32:"8d98c038a81248ccaa597daf100c00b3";i:15;s:32:"90e8c49f111f4518affb4cbf2805b242";i:16;s:32:"92e0f126d11f46e2b1ddadc7e1390221";i:17;s:32:"b676635231ea4095af8b593c0651f2f4";i:18;s:32:"bf553b75dc8a4647bde36ed6fd951a39";i:19;s:32:"f919637e76a04e8ca11d12c4f15816e4";}s:11:"propertyIds";a:1:{i:0;s:32:"1501302291cd4622b5a6097b25692db6";}s:9:"optionIds";a:1:{i:0;s:32:"914a4ebc3bc343f8933e75b506a36720";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:12:"Länge in cm";s:6:"option";s:2:"19";}}s:9:"streamIds";a:7:{i:0;s:32:"018dc117a8b1720a80ee55d423c975cd";i:1;s:32:"0191b1c7a13673d2812f61ad063b674f";i:2;s:32:"0191b1fb897f735b8dd8dd236f3ec42a";i:3;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:4;s:32:"7d2206bcaae64e3bba8e357d30721be1";i:5;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:6;s:32:"e387a81bf5d943ea998b22f6cd9892f0";}s:8:"parentId";s:32:"d7af00ed12b140d8aabdaa7e79954c10";s:5:"stock";i:-37;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"A629.19";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:25;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";d:69;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:25;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:25;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:4.75;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:25;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\ListPrice":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:69;s:11:"\x00 *\x00 discount";d:-44;s:13:"\x00 *\x00 percentage";d:63.77;}s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"3609ec91ae7742b393dd18bc0e895a89";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"A629";s:5:"title";s:4:"A629";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:26.549000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:28.281000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:185401;s:8:"\x00 *\x00 title";s:4:"A629";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"8c824ddec004fc690c829df9848e0cc2";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:28.278000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"A629";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/05/e4/25/1725960868/A629.jpg?ts=1725960868";s:11:"\x00 *\x00 fileName";s:4:"A629";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"0191db48d4657321bfa14583069b6434";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db48d4657321bfa14583069b6434";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:28.967000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1214;s:7:"\x00 *\x00 path";s:46:"thumbnail/05/e4/25/1725960868/A629_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_280x280.jpg?ts=1725960868";s:10:"\x00 *\x00 mediaId";s:32:"3609ec91ae7742b393dd18bc0e895a89";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db48d4657321bfa14583069b6434";}s:32:"0191db48d4657321bfa14583075cfe76";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db48d4657321bfa14583075cfe76";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:28.967000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1214;s:7:"\x00 *\x00 path";s:46:"thumbnail/05/e4/25/1725960868/A629_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_400x400.jpg?ts=1725960868";s:10:"\x00 *\x00 mediaId";s:32:"3609ec91ae7742b393dd18bc0e895a89";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db48d4657321bfa14583075cfe76";}s:32:"0191db48d4657321bfa1458307745708";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db48d4657321bfa1458307745708";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:28.967000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1214;s:7:"\x00 *\x00 path";s:46:"thumbnail/05/e4/25/1725960868/A629_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_800x800.jpg?ts=1725960868";s:10:"\x00 *\x00 mediaId";s:32:"3609ec91ae7742b393dd18bc0e895a89";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db48d4657321bfa1458307745708";}s:32:"0191db48d4657321bfa1458308117430";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db48d4657321bfa1458308117430";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:34:28.967000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1214;s:7:"\x00 *\x00 path";s:48:"thumbnail/05/e4/25/1725960868/A629_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_1920x1920.jpg?ts=1725960868";s:10:"\x00 *\x00 mediaId";s:32:"3609ec91ae7742b393dd18bc0e895a89";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db48d4657321bfa1458308117430";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/05/e4/25/1725960868/A629.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"3609ec91ae7742b393dd18bc0e895a89";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-37;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:0;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049929";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e402a97244b19c8e4e2b20beea";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e4015573bc9bc2bacbea0a9918";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"0190e9efc8df73159d2b3e0b3c0a54fc";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:25;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:25;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:4.75;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:25;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\ListPrice":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:69;s:11:"\x00 *\x00 discount";d:-44;s:13:"\x00 *\x00 percentage";d:63.77;}s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193e9e4015573bc9bc2bacbea0a9918";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-24 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-26 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193e9e611c073f0864927f1a8b4c78d";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725660";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725660";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 17:55:15.618";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R541.56";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:13:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:3;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"3e454b306f544f208c9799e56f5de5be";i:6;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:7;s:32:"dd136371ff8a415dbf93d6b67d755154";i:8;s:32:"f8cb95ce97c348338c705260dc01d305";i:9;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:10;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:11;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:12;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:10:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"0c423d762c444052b86aeb793baef5b6";i:2;s:32:"1a2fafd9a3ee48b9b6ff770b16f2e65c";i:3;s:32:"1f9124f2d9ca4ac89e7f46febb25face";i:4;s:32:"40a5dbcda8f64effbb215eab491e398b";i:5;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:6;s:32:"8a98a5c477644c39bd324d22316464ca";i:7;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";i:8;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:9;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"56";}}s:9:"streamIds";a:6:{i:0;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:1;s:32:"88993ac508034754bcc2b081785e91a0";i:2;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:3;s:32:"a6252531a57348b78cd4f91df8ece8a6";i:4;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:5;s:32:"d69a2a3fd9df43859abf6868db31a021";}s:8:"parentId";s:32:"d89a04d5dfb54890bbcbf6ff7a968b8e";s:5:"stock";i:-3;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R541.56";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:20.5;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:20.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:20.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.9;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:20.5;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R541";s:5:"title";s:4:"R541";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:43.637000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:45.389000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:181388;s:8:"\x00 *\x00 title";s:4:"R541";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"81191d49d580f21c254799a60fc65b36";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:45.385000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R541";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/99/07/ac/1726746225/R541.jpg?ts=1726746225";s:11:"\x00 *\x00 fileName";s:4:"R541";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"01920a186e4573bbb091b257d64144dc";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a186e4573bbb091b257d64144dc";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:46.247000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1537;s:7:"\x00 *\x00 path";s:46:"thumbnail/99/07/ac/1726746225/R541_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_280x280.jpg?ts=1726746226";s:10:"\x00 *\x00 mediaId";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a186e4573bbb091b257d64144dc";}s:32:"01920a186e4573bbb091b257d6c8b7bc";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a186e4573bbb091b257d6c8b7bc";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:46.247000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1537;s:7:"\x00 *\x00 path";s:46:"thumbnail/99/07/ac/1726746225/R541_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_400x400.jpg?ts=1726746226";s:10:"\x00 *\x00 mediaId";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a186e4573bbb091b257d6c8b7bc";}s:32:"01920a186e4573bbb091b257d6fd3461";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a186e4573bbb091b257d6fd3461";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:46.247000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1537;s:7:"\x00 *\x00 path";s:46:"thumbnail/99/07/ac/1726746225/R541_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_800x800.jpg?ts=1726746226";s:10:"\x00 *\x00 mediaId";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a186e4573bbb091b257d6fd3461";}s:32:"01920a186e4573bbb091b257d7a34b11";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a186e4573bbb091b257d7a34b11";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:46.247000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1537;s:7:"\x00 *\x00 path";s:48:"thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg?ts=1726746226";s:10:"\x00 *\x00 mediaId";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a186e4573bbb091b257d7a34b11";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/99/07/ac/1726746225/R541.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"98da5e52e98b4e5480e5b0727b9da24c";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-3;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049932";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e612ee72e3892c9bad0283b39c";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e611c073f0864927f1a8b4c78d";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"2aefcd2a2c76497b93384ed85b4c2916";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:20.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:20.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.9;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:20.5;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193e9e611c073f0864927f1a8b4c78d";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-29 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-31 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193e9e6b575729b9f5bb5c7f5d32fd3";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725660";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725660";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 18:47:01.038";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:10:"R453.WH.56";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:17:{i:0;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:1;s:32:"019348ece72e726bb3fa9e1c0d986e07";i:2;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:3;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:4;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:5;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:6;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:7;s:32:"05c8c55fe903479a87662295a58c4ead";i:8;s:32:"3e454b306f544f208c9799e56f5de5be";i:9;s:32:"dd136371ff8a415dbf93d6b67d755154";i:10;s:32:"f8cb95ce97c348338c705260dc01d305";i:11;s:32:"0193491c966e7bbb900cfd67b916583f";i:12;s:32:"62e12dca076d486f89b69989712d82c7";i:13;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:14;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:15;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:16;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:11:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"1f9124f2d9ca4ac89e7f46febb25face";i:2;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:3;s:32:"8047efb602da4f4085d1d6ec793498b2";i:4;s:32:"8a98a5c477644c39bd324d22316464ca";i:5;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";i:6;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:7;s:32:"c3b843d5b6fd41a88b6aab11932595f6";i:8;s:32:"ccd5a877bee84176953c64a5860b6d08";i:9;s:32:"e71d6d8172dd48ba85b2b0b150829e2a";i:10;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:2:{i:0;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";i:1;s:32:"e71d6d8172dd48ba85b2b0b150829e2a";}s:7:"options";a:2:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"56";}i:1;a:2:{s:5:"group";s:10:"Steinfarbe";s:6:"option";s:5:"Weiß";}}s:9:"streamIds";a:8:{i:0;s:32:"6077bc3264944a5ea60cfd3cce2b1ab8";i:1;s:32:"724d6e0f51904e1eb3f6dee83eda3304";i:2;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:3;s:32:"88993ac508034754bcc2b081785e91a0";i:4;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:5;s:32:"a6252531a57348b78cd4f91df8ece8a6";i:6;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:7;s:32:"f8ca0a226f884d03958f194ca2c481f7";}s:8:"parentId";s:32:"925e57dd49c248db92c113e8393d607d";s:5:"stock";i:-32;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:10:"R453.WH.56";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:28;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:28;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:28;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:5.32;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:28;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"becae28a47db450fa7f4916cbccc2464";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:7:"R453.WH";s:5:"title";s:7:"R453.WH";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:55.752000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.476000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:181862;s:8:"\x00 *\x00 title";s:7:"R453.WH";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"d180bbfcbdd6e17872db0e6cba2f4503";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.469000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:7:"R453.WH";s:6:"\x00 *\x00 url";s:76:"https://ed-bestellung.de/media/15/70/6a/1726737717/R453.WH.jpg?ts=1726737717";s:11:"\x00 *\x00 fileName";s:7:"R453.WH";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"0192099699a0707387fb66da92f8be2b";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192099699a0707387fb66da92f8be2b";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.666000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1871;s:7:"\x00 *\x00 path";s:49:"thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg?ts=1726737717";s:10:"\x00 *\x00 mediaId";s:32:"becae28a47db450fa7f4916cbccc2464";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192099699a0707387fb66da92f8be2b";}s:32:"0192099699a0707387fb66da9316f712";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192099699a0707387fb66da9316f712";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.666000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1871;s:7:"\x00 *\x00 path";s:49:"thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg?ts=1726737717";s:10:"\x00 *\x00 mediaId";s:32:"becae28a47db450fa7f4916cbccc2464";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192099699a0707387fb66da9316f712";}s:32:"0192099699a0707387fb66da937816b7";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192099699a0707387fb66da937816b7";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.666000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1871;s:7:"\x00 *\x00 path";s:49:"thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg?ts=1726737717";s:10:"\x00 *\x00 mediaId";s:32:"becae28a47db450fa7f4916cbccc2464";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192099699a0707387fb66da937816b7";}s:32:"0192099699a0707387fb66da939f7540";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192099699a0707387fb66da939f7540";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.666000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1871;s:7:"\x00 *\x00 path";s:51:"thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:90:"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg?ts=1726737717";s:10:"\x00 *\x00 mediaId";s:32:"becae28a47db450fa7f4916cbccc2464";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192099699a0707387fb66da939f7540";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:37:"media/15/70/6a/1726737717/R453.WH.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"becae28a47db450fa7f4916cbccc2464";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-32;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049936";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e6b68f70eda4b485651afdd9b6";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e6b575729b9f5bb5c7f5d32fd3";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"032ab6edd8d8423eb0fdfebdd3b1117e";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:28;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:28;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:5.32;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:28;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193e9e6b575729b9f5bb5c7f5d32fd3";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-29 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-31 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193e9e7327f706386c3e87329f30e04";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725660";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725660";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 19:21:48.470";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R542.56";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:13:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:3;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"3e454b306f544f208c9799e56f5de5be";i:6;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:7;s:32:"dd136371ff8a415dbf93d6b67d755154";i:8;s:32:"f8cb95ce97c348338c705260dc01d305";i:9;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:10;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:11;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:12;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:9:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"1d393c1f6eb34c9784fbd7fa68cf7534";i:2;s:32:"40a5dbcda8f64effbb215eab491e398b";i:3;s:32:"6a59604a5a6d499ca7fe6752a24cce4a";i:4;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:5;s:32:"8a98a5c477644c39bd324d22316464ca";i:6;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";i:7;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:8;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"56";}}s:9:"streamIds";a:4:{i:0;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:1;s:32:"88993ac508034754bcc2b081785e91a0";i:2;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:3;s:32:"a6252531a57348b78cd4f91df8ece8a6";}s:8:"parentId";s:32:"5998be32d4fa4a30a7fcfc440b49ef2c";s:5:"stock";i:1;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R542.56";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:15;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:15;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:15;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:2.85;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:15;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R542";s:5:"title";s:4:"R542";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:19.293000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.115000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:266147;s:8:"\x00 *\x00 title";s:4:"R542";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"5c4aa7df5bc4b38d1724c8452243e491";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.111000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R542";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/13/d0/f5/1726746381/R542.jpg?ts=1726746381";s:11:"\x00 *\x00 fileName";s:4:"R542";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"01920a1acc5472cb874ed1effffb42b7";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a1acc5472cb874ed1effffb42b7";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.398000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2191;s:7:"\x00 *\x00 path";s:46:"thumbnail/13/d0/f5/1726746381/R542_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_280x280.jpg?ts=1726746381";s:10:"\x00 *\x00 mediaId";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a1acc5472cb874ed1effffb42b7";}s:32:"01920a1acc5472cb874ed1f00070cad2";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a1acc5472cb874ed1f00070cad2";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.399000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2191;s:7:"\x00 *\x00 path";s:46:"thumbnail/13/d0/f5/1726746381/R542_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_400x400.jpg?ts=1726746381";s:10:"\x00 *\x00 mediaId";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a1acc5472cb874ed1f00070cad2";}s:32:"01920a1acc5472cb874ed1f0013f79a8";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a1acc5472cb874ed1f0013f79a8";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.399000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2191;s:7:"\x00 *\x00 path";s:46:"thumbnail/13/d0/f5/1726746381/R542_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_800x800.jpg?ts=1726746381";s:10:"\x00 *\x00 mediaId";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a1acc5472cb874ed1f0013f79a8";}s:32:"01920a1acc5472cb874ed1f001bab31a";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a1acc5472cb874ed1f001bab31a";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.399000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2191;s:7:"\x00 *\x00 path";s:48:"thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg?ts=1726746381";s:10:"\x00 *\x00 mediaId";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a1acc5472cb874ed1f001bab31a";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/13/d0/f5/1726746381/R542.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:1;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049940";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e733a770f99f72cda4587e1281";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e7327f706386c3e87329f30e04";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"96d5bbbc9c47491382f1c49205e1e51c";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:15;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:15;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:2.85;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:15;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193e9e7327f706386c3e87329f30e04";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-24 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-26 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193e9e7d9e97200959a04f94ae5ff38";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725660";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725660";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 16:31:10.229";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R541.57";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:13:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:3;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"3e454b306f544f208c9799e56f5de5be";i:6;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:7;s:32:"dd136371ff8a415dbf93d6b67d755154";i:8;s:32:"f8cb95ce97c348338c705260dc01d305";i:9;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:10;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:11;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:12;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:10:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"0c423d762c444052b86aeb793baef5b6";i:2;s:32:"1a2fafd9a3ee48b9b6ff770b16f2e65c";i:3;s:32:"1f9124f2d9ca4ac89e7f46febb25face";i:4;s:32:"40a5dbcda8f64effbb215eab491e398b";i:5;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:6;s:32:"8a98a5c477644c39bd324d22316464ca";i:7;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:8;s:32:"f115c3826e8944e6b2233305b53fdd7d";i:9;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"f115c3826e8944e6b2233305b53fdd7d";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"57";}}s:9:"streamIds";a:6:{i:0;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:1;s:32:"88993ac508034754bcc2b081785e91a0";i:2;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:3;s:32:"a6252531a57348b78cd4f91df8ece8a6";i:4;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:5;s:32:"d69a2a3fd9df43859abf6868db31a021";}s:8:"parentId";s:32:"d89a04d5dfb54890bbcbf6ff7a968b8e";s:5:"stock";i:-4;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R541.57";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:20.5;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:20.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:20.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.9;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:20.5;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R541";s:5:"title";s:4:"R541";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:43.637000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:45.389000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:181388;s:8:"\x00 *\x00 title";s:4:"R541";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"81191d49d580f21c254799a60fc65b36";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:45.385000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R541";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/99/07/ac/1726746225/R541.jpg?ts=1726746225";s:11:"\x00 *\x00 fileName";s:4:"R541";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"01920a186e4573bbb091b257d64144dc";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a186e4573bbb091b257d64144dc";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:46.247000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1537;s:7:"\x00 *\x00 path";s:46:"thumbnail/99/07/ac/1726746225/R541_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_280x280.jpg?ts=1726746226";s:10:"\x00 *\x00 mediaId";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a186e4573bbb091b257d64144dc";}s:32:"01920a186e4573bbb091b257d6c8b7bc";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a186e4573bbb091b257d6c8b7bc";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:46.247000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1537;s:7:"\x00 *\x00 path";s:46:"thumbnail/99/07/ac/1726746225/R541_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_400x400.jpg?ts=1726746226";s:10:"\x00 *\x00 mediaId";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a186e4573bbb091b257d6c8b7bc";}s:32:"01920a186e4573bbb091b257d6fd3461";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a186e4573bbb091b257d6fd3461";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:46.247000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1537;s:7:"\x00 *\x00 path";s:46:"thumbnail/99/07/ac/1726746225/R541_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_800x800.jpg?ts=1726746226";s:10:"\x00 *\x00 mediaId";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a186e4573bbb091b257d6fd3461";}s:32:"01920a186e4573bbb091b257d7a34b11";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a186e4573bbb091b257d7a34b11";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:43:46.247000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1537;s:7:"\x00 *\x00 path";s:48:"thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg?ts=1726746226";s:10:"\x00 *\x00 mediaId";s:32:"98da5e52e98b4e5480e5b0727b9da24c";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a186e4573bbb091b257d7a34b11";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/99/07/ac/1726746225/R541.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"98da5e52e98b4e5480e5b0727b9da24c";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-4;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049943";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e7db18720faf32280a22ca782c";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e7d9e97200959a04f94ae5ff38";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"1fe5dc863f6d4836a5fe278a2295b50a";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:20.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:20.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.9;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:20.5;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193e9e7d9e97200959a04f94ae5ff38";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-29 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-31 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193e9e8576871f28288d61d5fe05a6e";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725660";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725660";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 17:13:20.266";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:10:"R453.WH.57";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:17:{i:0;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:1;s:32:"019348ece72e726bb3fa9e1c0d986e07";i:2;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:3;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:4;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:5;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:6;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:7;s:32:"05c8c55fe903479a87662295a58c4ead";i:8;s:32:"3e454b306f544f208c9799e56f5de5be";i:9;s:32:"dd136371ff8a415dbf93d6b67d755154";i:10;s:32:"f8cb95ce97c348338c705260dc01d305";i:11;s:32:"0193491c966e7bbb900cfd67b916583f";i:12;s:32:"62e12dca076d486f89b69989712d82c7";i:13;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:14;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:15;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:16;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:11:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"1f9124f2d9ca4ac89e7f46febb25face";i:2;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:3;s:32:"8047efb602da4f4085d1d6ec793498b2";i:4;s:32:"8a98a5c477644c39bd324d22316464ca";i:5;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:6;s:32:"c3b843d5b6fd41a88b6aab11932595f6";i:7;s:32:"ccd5a877bee84176953c64a5860b6d08";i:8;s:32:"e71d6d8172dd48ba85b2b0b150829e2a";i:9;s:32:"f115c3826e8944e6b2233305b53fdd7d";i:10;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:2:{i:0;s:32:"e71d6d8172dd48ba85b2b0b150829e2a";i:1;s:32:"f115c3826e8944e6b2233305b53fdd7d";}s:7:"options";a:2:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"57";}i:1;a:2:{s:5:"group";s:10:"Steinfarbe";s:6:"option";s:5:"Weiß";}}s:9:"streamIds";a:8:{i:0;s:32:"6077bc3264944a5ea60cfd3cce2b1ab8";i:1;s:32:"724d6e0f51904e1eb3f6dee83eda3304";i:2;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:3;s:32:"88993ac508034754bcc2b081785e91a0";i:4;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:5;s:32:"a6252531a57348b78cd4f91df8ece8a6";i:6;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:7;s:32:"f8ca0a226f884d03958f194ca2c481f7";}s:8:"parentId";s:32:"925e57dd49c248db92c113e8393d607d";s:5:"stock";i:-24;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:10:"R453.WH.57";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:28;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:28;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:28;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:5.32;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:28;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"becae28a47db450fa7f4916cbccc2464";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:7:"R453.WH";s:5:"title";s:7:"R453.WH";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:55.752000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.476000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:181862;s:8:"\x00 *\x00 title";s:7:"R453.WH";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"d180bbfcbdd6e17872db0e6cba2f4503";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.469000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:7:"R453.WH";s:6:"\x00 *\x00 url";s:76:"https://ed-bestellung.de/media/15/70/6a/1726737717/R453.WH.jpg?ts=1726737717";s:11:"\x00 *\x00 fileName";s:7:"R453.WH";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"0192099699a0707387fb66da92f8be2b";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192099699a0707387fb66da92f8be2b";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.666000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1871;s:7:"\x00 *\x00 path";s:49:"thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg?ts=1726737717";s:10:"\x00 *\x00 mediaId";s:32:"becae28a47db450fa7f4916cbccc2464";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192099699a0707387fb66da92f8be2b";}s:32:"0192099699a0707387fb66da9316f712";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192099699a0707387fb66da9316f712";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.666000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1871;s:7:"\x00 *\x00 path";s:49:"thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg?ts=1726737717";s:10:"\x00 *\x00 mediaId";s:32:"becae28a47db450fa7f4916cbccc2464";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192099699a0707387fb66da9316f712";}s:32:"0192099699a0707387fb66da937816b7";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192099699a0707387fb66da937816b7";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.666000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1871;s:7:"\x00 *\x00 path";s:49:"thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg?ts=1726737717";s:10:"\x00 *\x00 mediaId";s:32:"becae28a47db450fa7f4916cbccc2464";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192099699a0707387fb66da937816b7";}s:32:"0192099699a0707387fb66da939f7540";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192099699a0707387fb66da939f7540";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:21:57.666000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:1871;s:7:"\x00 *\x00 path";s:51:"thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:90:"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg?ts=1726737717";s:10:"\x00 *\x00 mediaId";s:32:"becae28a47db450fa7f4916cbccc2464";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192099699a0707387fb66da939f7540";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:37:"media/15/70/6a/1726737717/R453.WH.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"becae28a47db450fa7f4916cbccc2464";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-24;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049947";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e858997242af260594731a2d6f";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e8576871f28288d61d5fe05a6e";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"9d2dcb44a658490da89f15a718219da7";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:28;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:28;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:5.32;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:28;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193e9e8576871f28288d61d5fe05a6e";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-29 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-31 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193e9e91bd0716285f089c37a30e48d";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725660";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725660";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 16:09:55.428";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R542.57";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:13:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:3;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"3e454b306f544f208c9799e56f5de5be";i:6;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:7;s:32:"dd136371ff8a415dbf93d6b67d755154";i:8;s:32:"f8cb95ce97c348338c705260dc01d305";i:9;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:10;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:11;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:12;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:9:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"1d393c1f6eb34c9784fbd7fa68cf7534";i:2;s:32:"40a5dbcda8f64effbb215eab491e398b";i:3;s:32:"6a59604a5a6d499ca7fe6752a24cce4a";i:4;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:5;s:32:"8a98a5c477644c39bd324d22316464ca";i:6;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:7;s:32:"f115c3826e8944e6b2233305b53fdd7d";i:8;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"f115c3826e8944e6b2233305b53fdd7d";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"57";}}s:9:"streamIds";a:4:{i:0;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:1;s:32:"88993ac508034754bcc2b081785e91a0";i:2;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:3;s:32:"a6252531a57348b78cd4f91df8ece8a6";}s:8:"parentId";s:32:"5998be32d4fa4a30a7fcfc440b49ef2c";s:5:"stock";i:-4;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R542.57";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:15;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:15;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:15;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:2.85;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:15;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R542";s:5:"title";s:4:"R542";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:19.293000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.115000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:266147;s:8:"\x00 *\x00 title";s:4:"R542";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"5c4aa7df5bc4b38d1724c8452243e491";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.111000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R542";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/13/d0/f5/1726746381/R542.jpg?ts=1726746381";s:11:"\x00 *\x00 fileName";s:4:"R542";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"01920a1acc5472cb874ed1effffb42b7";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a1acc5472cb874ed1effffb42b7";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.398000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2191;s:7:"\x00 *\x00 path";s:46:"thumbnail/13/d0/f5/1726746381/R542_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_280x280.jpg?ts=1726746381";s:10:"\x00 *\x00 mediaId";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a1acc5472cb874ed1effffb42b7";}s:32:"01920a1acc5472cb874ed1f00070cad2";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a1acc5472cb874ed1f00070cad2";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.399000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2191;s:7:"\x00 *\x00 path";s:46:"thumbnail/13/d0/f5/1726746381/R542_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_400x400.jpg?ts=1726746381";s:10:"\x00 *\x00 mediaId";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a1acc5472cb874ed1f00070cad2";}s:32:"01920a1acc5472cb874ed1f0013f79a8";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a1acc5472cb874ed1f0013f79a8";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.399000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2191;s:7:"\x00 *\x00 path";s:46:"thumbnail/13/d0/f5/1726746381/R542_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_800x800.jpg?ts=1726746381";s:10:"\x00 *\x00 mediaId";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a1acc5472cb874ed1f0013f79a8";}s:32:"01920a1acc5472cb874ed1f001bab31a";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920a1acc5472cb874ed1f001bab31a";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:46:21.399000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2191;s:7:"\x00 *\x00 path";s:48:"thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg?ts=1726746381";s:10:"\x00 *\x00 mediaId";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920a1acc5472cb874ed1f001bab31a";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/13/d0/f5/1726746381/R542.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"a36f99b4ddaf4e7eb6a0cccd6b63eca8";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-4;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049950";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193e9e91d0c735a92000f4f74520513";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193e9e91bd0716285f089c37a30e48d";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"68bfdce7b13d4202bc1dfa53a7a8354e";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:15;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:15;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:2.85;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:15;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193e9e91bd0716285f089c37a30e48d";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-29 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-31 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193ef3032df725aa73fef0eca7cf2f5";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725661";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725661";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 19:16:19.480";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R533.63";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:13:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:3;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"3e454b306f544f208c9799e56f5de5be";i:6;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:7;s:32:"dd136371ff8a415dbf93d6b67d755154";i:8;s:32:"f8cb95ce97c348338c705260dc01d305";i:9;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:10;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:11;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:12;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:9:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"05ae336636674c8785f78ddf2dac6984";i:2;s:32:"0c423d762c444052b86aeb793baef5b6";i:3;s:32:"1f9124f2d9ca4ac89e7f46febb25face";i:4;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:5;s:32:"8a98a5c477644c39bd324d22316464ca";i:6;s:32:"9d8b8cc181ea4ce4b94f4d877bfb34de";i:7;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:8;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"05ae336636674c8785f78ddf2dac6984";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"63";}}s:9:"streamIds";a:4:{i:0;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:1;s:32:"88993ac508034754bcc2b081785e91a0";i:2;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:3;s:32:"a6252531a57348b78cd4f91df8ece8a6";}s:8:"parentId";s:32:"9cf0994919dd4ad68353827cbca10120";s:5:"stock";i:0;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R533.63";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:13.5;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:13.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:13.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:2.57;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:13.5;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"8ef91c39b06e42d6ba40c6595b3edf29";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R533";s:5:"title";s:4:"R533";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:32.001000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:33.721000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:157232;s:8:"\x00 *\x00 title";s:4:"R533";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"0e64b213fca3d5b9c16e2999f0c6c601";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:33.719000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R533";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/6c/f6/60/1726743753/R533.jpg?ts=1726743753";s:11:"\x00 *\x00 fileName";s:4:"R533";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"019209f2b5ba73499bf855242f9951cb";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019209f2b5ba73499bf855242f9951cb";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:34.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2951;s:7:"\x00 *\x00 path";s:46:"thumbnail/6c/f6/60/1726743753/R533_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_280x280.jpg?ts=1726743754";s:10:"\x00 *\x00 mediaId";s:32:"8ef91c39b06e42d6ba40c6595b3edf29";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019209f2b5ba73499bf855242f9951cb";}s:32:"019209f2b5ba73499bf855242fb75972";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019209f2b5ba73499bf855242fb75972";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:34.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2951;s:7:"\x00 *\x00 path";s:46:"thumbnail/6c/f6/60/1726743753/R533_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_400x400.jpg?ts=1726743754";s:10:"\x00 *\x00 mediaId";s:32:"8ef91c39b06e42d6ba40c6595b3edf29";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019209f2b5ba73499bf855242fb75972";}s:32:"019209f2b5ba73499bf8552430a43f06";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019209f2b5ba73499bf8552430a43f06";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:34.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2951;s:7:"\x00 *\x00 path";s:46:"thumbnail/6c/f6/60/1726743753/R533_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_800x800.jpg?ts=1726743754";s:10:"\x00 *\x00 mediaId";s:32:"8ef91c39b06e42d6ba40c6595b3edf29";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019209f2b5ba73499bf8552430a43f06";}s:32:"019209f2b5ba73499bf8552430c40677";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019209f2b5ba73499bf8552430c40677";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 11:02:34.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:2951;s:7:"\x00 *\x00 path";s:48:"thumbnail/6c/f6/60/1726743753/R533_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_1920x1920.jpg?ts=1726743754";s:10:"\x00 *\x00 mediaId";s:32:"8ef91c39b06e42d6ba40c6595b3edf29";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019209f2b5ba73499bf8552430c40677";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/6c/f6/60/1726743753/R533.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"8ef91c39b06e42d6ba40c6595b3edf29";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:0;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049953";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193ef30341d7080bbba561fdc80fb9c";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193ef3032df725aa73fef0eca7cf2f5";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"7c967fc2a27347dca40ab8ff515b59d1";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:13.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:13.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:2.57;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:13.5;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193ef3032df725aa73fef0eca7cf2f5";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-29 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-31 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193ef30b4f772e38e53c27bbd9808d0";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725661";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725661";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 16:01:56.014";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R452.56";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:15:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:3;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:4;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:5;s:32:"05c8c55fe903479a87662295a58c4ead";i:6;s:32:"3e454b306f544f208c9799e56f5de5be";i:7;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:8;s:32:"dd136371ff8a415dbf93d6b67d755154";i:9;s:32:"f8cb95ce97c348338c705260dc01d305";i:10;s:32:"62e12dca076d486f89b69989712d82c7";i:11;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:12;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:13;s:32:"c047662d6b2445dfb57c8b867b31b07a";i:14;s:32:"f6f252f2f32c42428d3776794ae04768";}s:11:"propertyIds";a:10:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"1a2fafd9a3ee48b9b6ff770b16f2e65c";i:2;s:32:"1f9124f2d9ca4ac89e7f46febb25face";i:3;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:4;s:32:"8a98a5c477644c39bd324d22316464ca";i:5;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";i:6;s:32:"b6f53a43aa7f4d29bb824e6acea412b9";i:7;s:32:"c3b843d5b6fd41a88b6aab11932595f6";i:8;s:32:"ccd5a877bee84176953c64a5860b6d08";i:9;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"ad4ce794fb4c42fbb375cef1db405e0a";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"56";}}s:9:"streamIds";a:7:{i:0;s:32:"018adb3d749170e58ee58d22161d262d";i:1;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:2;s:32:"88993ac508034754bcc2b081785e91a0";i:3;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:4;s:32:"a6252531a57348b78cd4f91df8ece8a6";i:5;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:6;s:32:"d69a2a3fd9df43859abf6868db31a021";}s:8:"parentId";s:32:"e3f839b2b581476a967a7fdbb6ed0237";s:5:"stock";i:-11;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R452.56";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:17.5;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:17.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:17.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.33;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:17.5;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"f093383aad7442afa2d231e9141b4c17";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R452";s:5:"title";s:4:"R452";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:08.662000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:10.353000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:137996;s:8:"\x00 *\x00 title";s:4:"R452";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"8680454161d5615343698e595055db45";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:10.349000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R452";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/44/b4/69/1726737610/R452.jpg?ts=1726737610";s:11:"\x00 *\x00 fileName";s:4:"R452";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"01920994f80072b3a04309c2c50f4536";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920994f80072b3a04309c2c50f4536";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:10.755000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3277;s:7:"\x00 *\x00 path";s:46:"thumbnail/44/b4/69/1726737610/R452_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_280x280.jpg?ts=1726737610";s:10:"\x00 *\x00 mediaId";s:32:"f093383aad7442afa2d231e9141b4c17";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920994f80072b3a04309c2c50f4536";}s:32:"01920994f80072b3a04309c2c56d3064";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920994f80072b3a04309c2c56d3064";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:10.756000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3277;s:7:"\x00 *\x00 path";s:46:"thumbnail/44/b4/69/1726737610/R452_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_400x400.jpg?ts=1726737610";s:10:"\x00 *\x00 mediaId";s:32:"f093383aad7442afa2d231e9141b4c17";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920994f80072b3a04309c2c56d3064";}s:32:"01920994f80072b3a04309c2c5c00fbf";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920994f80072b3a04309c2c5c00fbf";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:10.756000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3277;s:7:"\x00 *\x00 path";s:46:"thumbnail/44/b4/69/1726737610/R452_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_800x800.jpg?ts=1726737610";s:10:"\x00 *\x00 mediaId";s:32:"f093383aad7442afa2d231e9141b4c17";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920994f80072b3a04309c2c5c00fbf";}s:32:"01920994f80072b3a04309c2c60338ca";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01920994f80072b3a04309c2c60338ca";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-19 09:20:10.756000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3277;s:7:"\x00 *\x00 path";s:48:"thumbnail/44/b4/69/1726737610/R452_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_1920x1920.jpg?ts=1726737610";s:10:"\x00 *\x00 mediaId";s:32:"f093383aad7442afa2d231e9141b4c17";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01920994f80072b3a04309c2c60338ca";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/44/b4/69/1726737610/R452.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"f093383aad7442afa2d231e9141b4c17";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-11;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049957";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193ef30b63f73c5825caa2cf3213301";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193ef30b4f772e38e53c27bbd9808d0";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"48a5c2cae50d4fc888a25934b07ad70c";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:17.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:17.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.33;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:17.5;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193ef30b4f772e38e53c27bbd9808d0";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-29 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-31 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193ef32742d71a1a49ddb891b6e5131";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725662";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725662";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 16:00:06.828";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"R416.68";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:23:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"c363f43d4e404db59853cbefb0bd7069";i:3;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:4;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:5;s:32:"ba7ed83336394da8930566d49b4de149";i:6;s:32:"dd136371ff8a415dbf93d6b67d755154";i:7;s:32:"6a744a43a013490e8eef51a30267fd8a";i:8;s:32:"05c8c55fe903479a87662295a58c4ead";i:9;s:32:"48647050b43e4f788ebf75cf8dfe47e3";i:10;s:32:"fa3e69fe19e94cc89f113f0aff04a505";i:11;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:12;s:32:"ec742202a1064ee1b37c74e6d76265e6";i:13;s:32:"31929c4aca794860a2b9492cfb1cdf06";i:14;s:32:"4d7e6a9cde8747c5baba9de732b9f815";i:15;s:32:"23e6e97ababe48a29f2490cc04b83952";i:16;s:32:"635db790c24849a18cbe662a90d5a248";i:17;s:32:"7831b4af0bd34445b6b55eb60f12dfe5";i:18;s:32:"8c2332b671474fc8b2e13e44c0f0190a";i:19;s:32:"b6d5f38073bf4228a0d8bea55380b993";i:20;s:32:"bdf5e705952b4ac98ee9cffd7710ea50";i:21;s:32:"e47d435eea744852a1a539dc21a67bc2";i:22;s:32:"ea11a0b4ba374b5399ee054026568387";}s:11:"propertyIds";a:10:{i:0;s:32:"0297ec114a2a4b9780e275fdfcf34a62";i:1;s:32:"2805fe839afe4d719418670066c0a8d7";i:2;s:32:"432467c67c0a49b5a26d22b3a5b8c8e3";i:3;s:32:"8a98a5c477644c39bd324d22316464ca";i:4;s:32:"94e26ce318214b68971be6fb1b029a86";i:5;s:32:"9cdc7f88ad614403abf3d2a607e20cf7";i:6;s:32:"9d00bdc082c04858867a8f5f4ecf6190";i:7;s:32:"a57e0e90fa614ccc93349af234ed690f";i:8;s:32:"f9c6446c61a14b6b950a4acd3b77fa50";i:9;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"432467c67c0a49b5a26d22b3a5b8c8e3";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:11:"Ringgröße";s:6:"option";s:2:"68";}}s:9:"streamIds";a:7:{i:0;s:32:"3ba8d0d5397745b28125da55344960b2";i:1;s:32:"46a7939fbccb40bbb34ddf532c409f95";i:2;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:3;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:4;s:32:"bdb69f4b51a344f49a93c39e4b08fd11";i:5;s:32:"e3778567b56f40a4910c03a14221e8ad";i:6;s:32:"fab893178f57434394bd43941846738f";}s:8:"parentId";s:32:"d26f13e08bee429eb7c5713cc5c7d2ca";s:5:"stock";i:-1;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"R416.68";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:28;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:28;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:28;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:5.32;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:28;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"e7f3381a499141c7a71da5d0197ea220";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"R416";s:5:"title";s:4:"R416";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:39.820000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:41.370000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:365111;s:8:"\x00 *\x00 title";s:4:"R416";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"363ae49ea255852006d72d5e8a6089dd";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:41.367000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"R416";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/44/36/a5/1727248841/R416.jpg?ts=1727248841";s:11:"\x00 *\x00 fileName";s:4:"R416";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"0192280dbb4d717f814fc9c40f29cbbd";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192280dbb4d717f814fc9c40f29cbbd";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:41.551000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3611;s:7:"\x00 *\x00 path";s:46:"thumbnail/44/36/a5/1727248841/R416_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_280x280.jpg?ts=1727248841";s:10:"\x00 *\x00 mediaId";s:32:"e7f3381a499141c7a71da5d0197ea220";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192280dbb4d717f814fc9c40f29cbbd";}s:32:"0192280dbb4d717f814fc9c40fe75d14";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192280dbb4d717f814fc9c40fe75d14";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:41.551000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3611;s:7:"\x00 *\x00 path";s:46:"thumbnail/44/36/a5/1727248841/R416_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_400x400.jpg?ts=1727248841";s:10:"\x00 *\x00 mediaId";s:32:"e7f3381a499141c7a71da5d0197ea220";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192280dbb4d717f814fc9c40fe75d14";}s:32:"0192280dbb4d717f814fc9c410d15570";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192280dbb4d717f814fc9c410d15570";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:41.551000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3611;s:7:"\x00 *\x00 path";s:46:"thumbnail/44/36/a5/1727248841/R416_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_800x800.jpg?ts=1727248841";s:10:"\x00 *\x00 mediaId";s:32:"e7f3381a499141c7a71da5d0197ea220";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192280dbb4d717f814fc9c410d15570";}s:32:"0192280dbb4d717f814fc9c4113e3092";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0192280dbb4d717f814fc9c4113e3092";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-25 07:20:41.551000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3611;s:7:"\x00 *\x00 path";s:48:"thumbnail/44/36/a5/1727248841/R416_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_1920x1920.jpg?ts=1727248841";s:10:"\x00 *\x00 mediaId";s:32:"e7f3381a499141c7a71da5d0197ea220";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0192280dbb4d717f814fc9c4113e3092";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/44/36/a5/1727248841/R416.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"e7f3381a499141c7a71da5d0197ea220";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-1;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049960";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193ef32764f71f0abe610bfc2031309";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193ef32742d71a1a49ddb891b6e5131";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"3e45839fd62149b5ab20332fd7925fdc";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:28;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:28;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:5.32;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:28;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193ef32742d71a1a49ddb891b6e5131";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-29 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-31 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193ef347cb170b2a0cd8a269717e911";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725663";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725663";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 15:28:00.273";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:10:"DS2C.BI.50";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:32:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"4b9db8a420af4e5e9880c115fe932362";i:3;s:32:"05c8c55fe903479a87662295a58c4ead";i:4;s:32:"595443089bf944398b8568193c218803";i:5;s:32:"3e454b306f544f208c9799e56f5de5be";i:6;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:7;s:32:"dd136371ff8a415dbf93d6b67d755154";i:8;s:32:"f8cb95ce97c348338c705260dc01d305";i:9;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:10;s:32:"64eae93739214024a9c8766b43941bc5";i:11;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:12;s:32:"48647050b43e4f788ebf75cf8dfe47e3";i:13;s:32:"fcf59ed5613142729c2fd6768e07a08b";i:14;s:32:"62cc073d246c4a669324649021be6baf";i:15;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:16;s:32:"118f588ee1ca4166b28245ef6b365994";i:17;s:32:"49ae35f71f794a149ba089f5d4466713";i:18;s:32:"c363f43d4e404db59853cbefb0bd7069";i:19;s:32:"0447f6c1f3e54521936efadd8db78dc4";i:20;s:32:"068db263e33845829e874a8c4aa32d87";i:21;s:32:"200231c145b64c7f936fa6f47175739c";i:22;s:32:"3ccba5fc7c8740368843d98469812c6b";i:23;s:32:"63302c2f386148a9bab6b79b189e74a2";i:24;s:32:"67434ea6f1aa45db83e72d59650f9644";i:25;s:32:"691288f242374a26aee4efff9fb06487";i:26;s:32:"a1a1c1bf8d944d9d88633865a6cf87ac";i:27;s:32:"bf3e609b320741a990d761ec9e2de0b9";i:28;s:32:"c82ff124b1364381b541e46dcb735549";i:29;s:32:"e08b896c36ea495aa65599502c35b26a";i:30;s:32:"fcd9fbc81d3849fabd65f2adf11fd59c";i:31;s:32:"fd9f1d01d8d2430aa12b7077479dc7a4";}s:11:"propertyIds";a:10:{i:0;s:32:"0c423d762c444052b86aeb793baef5b6";i:1;s:32:"33c3d8b79dd643c8ab92f49afc73c85b";i:2;s:32:"793107983097469bb866889ce7718bc5";i:3;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:4;s:32:"94d24655eda749bd92d69dbec5af6909";i:5;s:32:"9fbc32e4b6ca46db95c3dbf79e65e2fa";i:6;s:32:"e3b5c0a533b846268df623cd8219abcb";i:7;s:32:"f05da3e553fa4e73b78a9fd15703a16a";i:8;s:32:"f65f86dd25e04da8b9fef7193e7ca262";i:9;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:4:{i:0;s:32:"94d24655eda749bd92d69dbec5af6909";i:1;s:32:"e3b5c0a533b846268df623cd8219abcb";i:2;s:32:"f05da3e553fa4e73b78a9fd15703a16a";i:3;s:32:"f65f86dd25e04da8b9fef7193e7ca262";}s:7:"options";a:4:{i:0;a:2:{s:5:"group";s:12:"Länge in cm";s:6:"option";s:2:"50";}i:1;a:2:{s:5:"group";s:5:"Marke";s:6:"option";s:14:"ERNSTES DESIGN";}i:2;a:2:{s:5:"group";s:8:"Material";s:6:"option";s:27:"Bicolor: Edelstahl/Gelbgold";}i:3;a:2:{s:5:"group";s:7:"Produkt";s:6:"option";s:14:"Seile & Ketten";}}s:9:"streamIds";a:6:{i:0;s:32:"46a7939fbccb40bbb34ddf532c409f95";i:1;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:2;s:32:"90a5eaa6d39f44e79793991c5193832b";i:3;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:4;s:32:"9d539d7e703b4f33b5ff5c9def5822de";i:5;s:32:"e387a81bf5d943ea998b22f6cd9892f0";}s:8:"parentId";s:32:"17572e8df0e24c80b06b24e7d50e752e";s:5:"stock";i:-20;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:10:"DS2C.BI.50";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:21;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:21;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:21;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.99;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:21;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"48de814d641547d8b7701f5667b97854";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:65:"\\Ernstessrv-pdc\allgemein\AAA NEUE BILDER ONLINESHOP\DS2C.Bi.png";s:5:"title";s:65:"\\Ernstessrv-pdc\allgemein\AAA NEUE BILDER ONLINESHOP\DS2C.Bi.png";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:53.892000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:55.449000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:120410;s:8:"\x00 *\x00 title";s:65:"\\Ernstessrv-pdc\allgemein\AAA NEUE BILDER ONLINESHOP\DS2C.Bi.png";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"b0588d7f15cb04b6bf9cfa3a7b90febc";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:55.446000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:65:"\\Ernstessrv-pdc\allgemein\AAA NEUE BILDER ONLINESHOP\DS2C.Bi.png";s:6:"\x00 *\x00 url";s:76:"https://ed-bestellung.de/media/01/78/83/1711364575/DS2C.Bi.jpg?ts=1711364575";s:11:"\x00 *\x00 fileName";s:7:"DS2C.Bi";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"018e75471565704d8a45bb01b56bc993";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"018e75471565704d8a45bb01b56bc993";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:56.615000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3965;s:7:"\x00 *\x00 path";s:49:"thumbnail/01/78/83/1711364575/DS2C.Bi_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_280x280.jpg?ts=1711364576";s:10:"\x00 *\x00 mediaId";s:32:"48de814d641547d8b7701f5667b97854";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"018e75471565704d8a45bb01b56bc993";}s:32:"018e75471565704d8a45bb01b5aa778f";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"018e75471565704d8a45bb01b5aa778f";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:56.616000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3965;s:7:"\x00 *\x00 path";s:49:"thumbnail/01/78/83/1711364575/DS2C.Bi_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_400x400.jpg?ts=1711364576";s:10:"\x00 *\x00 mediaId";s:32:"48de814d641547d8b7701f5667b97854";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"018e75471565704d8a45bb01b5aa778f";}s:32:"018e75471565704d8a45bb01b64dd68c";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"018e75471565704d8a45bb01b64dd68c";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:56.616000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3965;s:7:"\x00 *\x00 path";s:49:"thumbnail/01/78/83/1711364575/DS2C.Bi_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:88:"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_800x800.jpg?ts=1711364576";s:10:"\x00 *\x00 mediaId";s:32:"48de814d641547d8b7701f5667b97854";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"018e75471565704d8a45bb01b64dd68c";}s:32:"018e75471565704d8a45bb01b6b332b9";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"018e75471565704d8a45bb01b6b332b9";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-03-25 11:02:56.616000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:3965;s:7:"\x00 *\x00 path";s:51:"thumbnail/01/78/83/1711364575/DS2C.Bi_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:90:"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_1920x1920.jpg?ts=1711364576";s:10:"\x00 *\x00 mediaId";s:32:"48de814d641547d8b7701f5667b97854";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"018e75471565704d8a45bb01b6b332b9";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:37:"media/01/78/83/1711364575/DS2C.Bi.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"48de814d641547d8b7701f5667b97854";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-20;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryTime":5:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:14:"2 - 4 Werktage";s:6:"\x00 *\x00 min";i:2;s:6:"\x00 *\x00 max";i:4;s:7:"\x00 *\x00 unit";s:3:"day";}s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049963";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193ef347e107226b59bcdba66f6e724";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193ef347cb170b2a0cd8a269717e911";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"d758548d62314c47aa28cc4086d11d0b";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:21;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:21;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.99;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:21;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193ef347cb170b2a0cd8a269717e911";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-29 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-31 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193ef3608a371d2a5a2d651284da699";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725664";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725664";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2022-09-21 16:52:44.027";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:8:"AK25C.50";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:34:{i:0;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:1;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:2;s:32:"4b9db8a420af4e5e9880c115fe932362";i:3;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:4;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:5;s:32:"ec742202a1064ee1b37c74e6d76265e6";i:6;s:32:"05c8c55fe903479a87662295a58c4ead";i:7;s:32:"595443089bf944398b8568193c218803";i:8;s:32:"3e454b306f544f208c9799e56f5de5be";i:9;s:32:"dd136371ff8a415dbf93d6b67d755154";i:10;s:32:"f8cb95ce97c348338c705260dc01d305";i:11;s:32:"64eae93739214024a9c8766b43941bc5";i:12;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:13;s:32:"48647050b43e4f788ebf75cf8dfe47e3";i:14;s:32:"fcf59ed5613142729c2fd6768e07a08b";i:15;s:32:"62cc073d246c4a669324649021be6baf";i:16;s:32:"8e1bba960e8c4be2ad164acc9fb07a13";i:17;s:32:"118f588ee1ca4166b28245ef6b365994";i:18;s:32:"49ae35f71f794a149ba089f5d4466713";i:19;s:32:"c363f43d4e404db59853cbefb0bd7069";i:20;s:32:"0447f6c1f3e54521936efadd8db78dc4";i:21;s:32:"05aec327c38d404999a84ce5b02beeed";i:22;s:32:"068db263e33845829e874a8c4aa32d87";i:23;s:32:"200231c145b64c7f936fa6f47175739c";i:24;s:32:"3ccba5fc7c8740368843d98469812c6b";i:25;s:32:"63302c2f386148a9bab6b79b189e74a2";i:26;s:32:"67434ea6f1aa45db83e72d59650f9644";i:27;s:32:"691288f242374a26aee4efff9fb06487";i:28;s:32:"a1a1c1bf8d944d9d88633865a6cf87ac";i:29;s:32:"bf3e609b320741a990d761ec9e2de0b9";i:30;s:32:"c82ff124b1364381b541e46dcb735549";i:31;s:32:"e08b896c36ea495aa65599502c35b26a";i:32;s:32:"fcd9fbc81d3849fabd65f2adf11fd59c";i:33;s:32:"fd9f1d01d8d2430aa12b7077479dc7a4";}s:11:"propertyIds";a:10:{i:0;s:32:"31cfa8df71ff49cd880ae82f12446247";i:1;s:32:"33c3d8b79dd643c8ab92f49afc73c85b";i:2;s:32:"793107983097469bb866889ce7718bc5";i:3;s:32:"7df68f7df9bb4f3daaab9366933e669e";i:4;s:32:"94d24655eda749bd92d69dbec5af6909";i:5;s:32:"ccd5a877bee84176953c64a5860b6d08";i:6;s:32:"e3b5c0a533b846268df623cd8219abcb";i:7;s:32:"f0431852cc0e479f917cb906018af198";i:8;s:32:"f05da3e553fa4e73b78a9fd15703a16a";i:9;s:32:"fa08b4fea46a43779c225437ce69a76e";}s:9:"optionIds";a:1:{i:0;s:32:"94d24655eda749bd92d69dbec5af6909";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:12:"Länge in cm";s:6:"option";s:2:"50";}}s:9:"streamIds";a:25:{i:0;s:32:"019127c125f573a8925d2bc4536eba84";i:1;s:32:"01912c9969b973a68c6f752918f7f749";i:2;s:32:"06a67dca2aa24b70bf178b8753c2839a";i:3;s:32:"073380f623d64a62aa77031d7acd19db";i:4;s:32:"1b504483e67548bd94717ce8612852b3";i:5;s:32:"3661a489aa9f4247a57c7ec486d1c828";i:6;s:32:"389b66aa7eee4e648d903c48687e85d1";i:7;s:32:"3b75bd0c402f4b4585bf07c56de02f0e";i:8;s:32:"46a7939fbccb40bbb34ddf532c409f95";i:9;s:32:"4f240757250b44a286d2e2cd2baee6e9";i:10;s:32:"523d91f4fcb24092875627e254dfd463";i:11;s:32:"60f1b824a7e04e27bcaa77401aa7901d";i:12;s:32:"65755f13a732451893b84e5cdbcc5f73";i:13;s:32:"6d6d423469ae45e7b688ca60efa80243";i:14;s:32:"75dc4d9c7d7949439fc82eb20fe23ea8";i:15;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:16;s:32:"7e2cfcb733e64244bbe02cf0b5f2daa4";i:17;s:32:"7f5026066f95428b8e79610803920804";i:18;s:32:"90a5eaa6d39f44e79793991c5193832b";i:19;s:32:"9a208c03cfc74e8b87dc868e876006f7";i:20;s:32:"ac06c48ffe554c03b720939ef0b7d743";i:21;s:32:"d04061898a3e4a7185403b89365fd9cd";i:22;s:32:"e387a81bf5d943ea998b22f6cd9892f0";i:23;s:32:"e74964a46d364bac85f12085ae7094ad";i:24;s:32:"ff73a191ffa14f61b924f3b931503340";}s:8:"parentId";s:32:"ccd3d88012aa42dbbbb0d51463b626a5";s:5:"stock";i:0;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:8:"AK25C.50";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:16.5;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:16.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:16.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.14;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:16.5;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"bb0f359a551644f0a3fd2b399b4484a1";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-07-08 12:33:47.078000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-11 08:22:54.158000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";s:32:"3f985a6d698543dfabbd1af9e112e73f";s:11:"\x00 *\x00 mimeType";s:9:"image/png";s:16:"\x00 *\x00 fileExtension";s:3:"png";s:11:"\x00 *\x00 fileSize";i:243968;s:8:"\x00 *\x00 title";N;s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:1:{i:0;s:11:"transparent";}}";s:11:"\x00 *\x00 metaData";a:3:{s:5:"width";i:2000;s:6:"height";i:2000;s:4:"type";i:3;}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-11 08:22:54.157000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";N;s:6:"\x00 *\x00 url";s:74:"https://ed-bestellung.de/media/f0/c7/38/1691742174/ak25c.png?ts=1691742174";s:11:"\x00 *\x00 fileName";s:5:"ak25c";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:35:"media/f0/c7/38/1691742174/ak25c.png";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"bb0f359a551644f0a3fd2b399b4484a1";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:0;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:5;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049967";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193ef360a0570f7bc81b92158960a77";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193ef3608a371d2a5a2d651284da699";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"f3cd60abee6b4fadb31a08411c265148";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:16.5;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:16.5;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:3.14;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:16.5;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193ef3608a371d2a5a2d651284da699";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-29 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-31 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0193ef37442073d0b352714092892253";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:1:{s:28:"lenz-order-line-item-comment";O:42:"Shopware\Core\Framework\Struct\ArrayEntity":10:{s:13:"\x00 *\x00 extensions";a:0:{}s:20:"\x00 *\x00 _uniqueIdentifier";N;s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";N;s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";N;s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";N;s:14:"\x00 *\x00 _entityName";s:12:"array-entity";s:7:"\x00 *\x00 data";a:1:{s:32:"f45d3a93f24846b7a79092be7d1a1c90";s:7:"7725665";}}}s:10:"\x00 *\x00 payload";a:20:{s:18:"positionskommentar";s:7:"7725665";s:10:"isCloseout";b:0;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-07-30 11:16:45.731";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:7:"A645.GR";s:14:"manufacturerId";s:32:"7bf787ab99cf4d339d86798f75444d32";s:5:"taxId";s:32:"72943b70739c48999afd49b2b740c723";s:6:"tagIds";N;s:11:"categoryIds";a:20:{i:0;s:32:"bfe523fe77ae41b4b4ffeba070794032";i:1;s:32:"dd136371ff8a415dbf93d6b67d755154";i:2;s:32:"f8cb95ce97c348338c705260dc01d305";i:3;s:32:"43649894d5014f2f8bdb57bc51b85d17";i:4;s:32:"05c8c55fe903479a87662295a58c4ead";i:5;s:32:"c1d9a37345a042938c0b318c1b1c7603";i:6;s:32:"1907e9e73a6140d48c10e82b8986f46a";i:7;s:32:"1f2a1232cddd49dfa559b8bd24df44f8";i:8;s:32:"d5c1e7cd6ad440aa91122cb57eaeb69e";i:9;s:32:"d97cccacd7734165a653686db6300e7c";i:10;s:32:"3e454b306f544f208c9799e56f5de5be";i:11;s:32:"46398b1b21fc45e98521fbd404773c79";i:12;s:32:"49ae35f71f794a149ba089f5d4466713";i:13;s:32:"2f563f9736744705a1c56c7727434e3f";i:14;s:32:"8d98c038a81248ccaa597daf100c00b3";i:15;s:32:"90e8c49f111f4518affb4cbf2805b242";i:16;s:32:"95006e0dd1b34675a9ef8735d8f87322";i:17;s:32:"9f6f003af1324eaa8d9dbc164b07302b";i:18;s:32:"dbfcdbfc097d4573a466033d791b2bbc";i:19;s:32:"f919637e76a04e8ca11d12c4f15816e4";}s:11:"propertyIds";a:1:{i:0;s:32:"8047efb602da4f4085d1d6ec793498b2";}s:9:"optionIds";a:1:{i:0;s:32:"f718e31f0ed244c982f5a3a83d8d3ec7";}s:7:"options";a:1:{i:0;a:2:{s:5:"group";s:17:"Armspangengröße";s:6:"option";s:2:"GR";}}s:9:"streamIds";a:8:{i:0;s:32:"01912be23f0e7d6584cc0fb43e19c639";i:1;s:32:"0191b1c7a13673d2812f61ad063b674f";i:2;s:32:"0191b1fb897f735b8dd8dd236f3ec42a";i:3;s:32:"6077bc3264944a5ea60cfd3cce2b1ab8";i:4;s:32:"7adbc9495e2a4658a3ed9d17e3c0e908";i:5;s:32:"7d2206bcaae64e3bba8e357d30721be1";i:6;s:32:"88993ac508034754bcc2b081785e91a0";i:7;s:32:"9a208c03cfc74e8b87dc868e876006f7";}s:8:"parentId";s:32:"32a18f3cdf184d099d36423fd0a82353";s:5:"stock";i:-6;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:7:"A645.GR";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:35;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";d:95;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:35;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:35;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:6.65;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:35;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\ListPrice":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:95;s:11:"\x00 *\x00 discount";d:-60;s:13:"\x00 *\x00 percentage";d:63.16;}s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"8a77170d21e04071b820263979316fdf";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:4:"A645";s:5:"title";s:4:"A645";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:13.878000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:15.505000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:5:"media";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:164;s:9:"\x00 *\x00 userId";N;s:11:"\x00 *\x00 mimeType";s:10:"image/jpeg";s:16:"\x00 *\x00 fileExtension";s:3:"jpg";s:11:"\x00 *\x00 fileSize";i:180063;s:8:"\x00 *\x00 title";s:4:"A645";s:14:"\x00 *\x00 metaDataRaw";N;s:15:"\x00 *\x00 mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}";s:11:"\x00 *\x00 metaData";a:4:{s:5:"width";i:1700;s:6:"height";i:1700;s:4:"type";i:2;s:4:"hash";s:32:"0857adf7d68af4fbaa8e81fe12a5d7ad";}s:12:"\x00 *\x00 mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 name";s:5:"IMAGE";s:8:"\x00 *\x00 flags";a:0:{}}s:13:"\x00 *\x00 uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:15.502000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:4:"A645";s:6:"\x00 *\x00 url";s:73:"https://ed-bestellung.de/media/86/e9/e8/1725959475/A645.jpg?ts=1725959475";s:11:"\x00 *\x00 fileName";s:4:"A645";s:7:"\x00 *\x00 user";N;s:15:"\x00 *\x00 translations";N;s:13:"\x00 *\x00 categories";N;s:23:"\x00 *\x00 productManufacturers";N;s:15:"\x00 *\x00 productMedia";N;s:14:"\x00 *\x00 avatarUsers";N;s:13:"\x00 *\x00 thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:4:{s:32:"0191db3394f6706092c9729d5d37ded6";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db3394f6706092c9729d5d37ded6";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:16.475000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:4563;s:7:"\x00 *\x00 path";s:46:"thumbnail/86/e9/e8/1725959475/A645_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_280x280.jpg?ts=1725959476";s:10:"\x00 *\x00 mediaId";s:32:"8a77170d21e04071b820263979316fdf";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db3394f6706092c9729d5d37ded6";}s:32:"0191db3394f6706092c9729d5e23ca50";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db3394f6706092c9729d5e23ca50";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:16.476000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:4563;s:7:"\x00 *\x00 path";s:46:"thumbnail/86/e9/e8/1725959475/A645_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_400x400.jpg?ts=1725959476";s:10:"\x00 *\x00 mediaId";s:32:"8a77170d21e04071b820263979316fdf";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db3394f6706092c9729d5e23ca50";}s:32:"0191db3394f6706092c9729d5e918414";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db3394f6706092c9729d5e918414";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:16.476000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:4563;s:7:"\x00 *\x00 path";s:46:"thumbnail/86/e9/e8/1725959475/A645_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:85:"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_800x800.jpg?ts=1725959476";s:10:"\x00 *\x00 mediaId";s:32:"8a77170d21e04071b820263979316fdf";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db3394f6706092c9729d5e918414";}s:32:"0191db3394f6706092c9729d5eb56177";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0191db3394f6706092c9729d5eb56177";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-10 09:11:16.476000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"media_thumbnail";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:4563;s:7:"\x00 *\x00 path";s:48:"thumbnail/86/e9/e8/1725959475/A645_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:87:"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_1920x1920.jpg?ts=1725959476";s:10:"\x00 *\x00 mediaId";s:32:"8a77170d21e04071b820263979316fdf";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0191db3394f6706092c9729d5eb56177";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"5437cb9374b04709a4da0f6f202b40da";s:14:"\x00 *\x00 mediaFolder";N;s:10:"\x00 *\x00 hasFile";b:0;s:10:"\x00 *\x00 private";b:0;s:23:"\x00 *\x00 propertyGroupOptions";N;s:20:"\x00 *\x00 mailTemplateMedia";N;s:7:"\x00 *\x00 tags";N;s:15:"\x00 *\x00 thumbnailsRo";s:0:"";s:7:"\x00 *\x00 path";s:34:"media/86/e9/e8/1725959475/A645.jpg";s:22:"\x00 *\x00 documentBaseConfigs";N;s:18:"\x00 *\x00 shippingMethods";N;s:17:"\x00 *\x00 paymentMethods";N;s:30:"\x00 *\x00 productConfiguratorSettings";N;s:17:"\x00 *\x00 orderLineItems";N;s:12:"\x00 *\x00 cmsBlocks";N;s:14:"\x00 *\x00 cmsSections";N;s:11:"\x00 *\x00 cmsPages";N;s:12:"\x00 *\x00 documents";N;s:20:"\x00 *\x00 appPaymentMethods";N;s:21:"\x00 *\x00 appShippingMethods";N;s:19:"\x00 *\x00 productDownloads";N;s:25:"\x00 *\x00 orderLineItemDownloads";N;s:9:"\x00 *\x00 config";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"8a77170d21e04071b820263979316fdf";}s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:-6;s:9:"\x00 *\x00 weight";d:0;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";i:0;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";d:0;s:8:"\x00 *\x00 width";d:0;s:9:"\x00 *\x00 length";d:0;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:100;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-22 16:33:19.049970";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"dd6b2f9c9ea19b14e845f7b973909f47";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0193ef3745e572a99cce94e2c940c0c6";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:3:{s:18:"positionskommentar";b:0;s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0193ef37442073d0b352714092892253";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"0191035b601e73c38bed2d189f3a2136";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:35;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:35;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:6.65;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:35;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\ListPrice":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:95;s:11:"\x00 *\x00 discount";d:-60;s:13:"\x00 *\x00 percentage";d:63.16;}s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0193ef37442073d0b352714092892253";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-24 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-26 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}}}s:11:"\x00 *\x00 location";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 country";O:42:"Shopware\Core\System\Country\CountryEntity":38:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:30:"country_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"3dcdbf506e5647d6b1e8800d8cac0d7b";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:4:"name";s:11:"Deutschland";s:12:"customFields";a:0:{}s:13:"addressFormat";a:5:{i:0;a:3:{i:0;s:15:"address/company";i:1;s:11:"symbol/dash";i:2;s:18:"address/department";}i:1;a:2:{i:0;s:18:"address/first_name";i:1;s:17:"address/last_name";}i:2;a:1:{i:0;s:14:"address/street";}i:3;a:2:{i:0;s:15:"address/zipcode";i:1;s:12:"address/city";}i:4;a:1:{i:0;s:15:"address/country";}}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2021-02-26 10:13:42.217000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-10-01 06:20:54.987000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:7:"country";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 name";s:11:"Deutschland";s:6:"\x00 *\x00 iso";s:2:"DE";s:11:"\x00 *\x00 position";i:1;s:9:"\x00 *\x00 active";b:1;s:20:"\x00 *\x00 shippingAvailable";b:1;s:7:"\x00 *\x00 iso3";s:3:"DEU";s:29:"\x00 *\x00 displayStateInRegistration";b:0;s:27:"\x00 *\x00 forceStateInRegistration";b:0;s:20:"\x00 *\x00 checkVatIdPattern";b:0;s:15:"\x00 *\x00 vatIdPattern";s:7:"DE\d{9}";s:16:"\x00 *\x00 vatIdRequired";b:0;s:14:"\x00 *\x00 customerTax";O:58:"Shopware\Core\Framework\DataAbstractionLayer\TaxFreeConfig":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 enabled";b:0;s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:9:"\x00 *\x00 amount";d:0;}s:13:"\x00 *\x00 companyTax";O:58:"Shopware\Core\Framework\DataAbstractionLayer\TaxFreeConfig":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 enabled";b:0;s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:9:"\x00 *\x00 amount";d:0;}s:9:"\x00 *\x00 states";N;s:15:"\x00 *\x00 translations";N;s:17:"\x00 *\x00 orderAddresses";N;s:20:"\x00 *\x00 customerAddresses";N;s:33:"\x00 *\x00 salesChannelDefaultAssignments";N;s:16:"\x00 *\x00 salesChannels";N;s:11:"\x00 *\x00 taxRules";N;s:27:"\x00 *\x00 currencyCountryRoundings";N;s:21:"\x00 *\x00 postalCodeRequired";b:1;s:7:"\x00 *\x00 isEu";b:1;s:25:"\x00 *\x00 checkPostalCodePattern";b:1;s:33:"\x00 *\x00 checkAdvancedPostalCodePattern";b:0;s:28:"\x00 *\x00 advancedPostalCodePattern";N;s:27:"\x00 *\x00 defaultPostalCodePattern";s:5:"\d{5}";s:16:"\x00 *\x00 addressFormat";a:5:{i:0;a:3:{i:0;s:15:"address/company";i:1;s:11:"symbol/dash";i:2;s:18:"address/department";}i:1;a:2:{i:0;s:18:"address/first_name";i:1;s:17:"address/last_name";}i:2;a:1:{i:0;s:14:"address/street";}i:3;a:2:{i:0;s:15:"address/zipcode";i:1;s:12:"address/city";}i:4;a:1:{i:0;s:15:"address/country";}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"3dcdbf506e5647d6b1e8800d8cac0d7b";}s:8:"\x00 *\x00 state";N;s:10:"\x00 *\x00 address";O:79:"Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressEntity":29:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:39:"customer_address_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"df0e4558f89044c08f9b8e7b82ab5b45";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-11-15 10:26:49.824000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-02-19 07:47:49.356000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:16:"customer_address";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:13:"\x00 *\x00 customerId";s:32:"644423cd0cd24684b52ae20c6843d5db";s:12:"\x00 *\x00 countryId";s:32:"3dcdbf506e5647d6b1e8800d8cac0d7b";s:17:"\x00 *\x00 countryStateId";N;s:15:"\x00 *\x00 salutationId";s:32:"75ebacb5fc3147288385ce3278f0316e";s:12:"\x00 *\x00 firstName";s:4:"Theo";s:11:"\x00 *\x00 lastName";s:7:"Rötten";s:10:"\x00 *\x00 zipcode";s:5:"46399";s:7:"\x00 *\x00 city";s:7:"Bocholt";s:10:"\x00 *\x00 company";N;s:13:"\x00 *\x00 department";N;s:8:"\x00 *\x00 title";N;s:9:"\x00 *\x00 street";s:18:"Bekendorfsweide 35";s:14:"\x00 *\x00 phoneNumber";N;s:25:"\x00 *\x00 additionalAddressLine1";N;s:25:"\x00 *\x00 additionalAddressLine2";N;s:10:"\x00 *\x00 country";r:10621;s:15:"\x00 *\x00 countryState";N;s:13:"\x00 *\x00 salutation";O:48:"Shopware\Core\System\Salutation\SalutationEntity":19:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:33:"salutation_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"75ebacb5fc3147288385ce3278f0316e";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:11:"displayName";s:4:"Herr";s:10:"letterName";s:18:"Sehr geehrter Herr";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2021-02-26 10:13:42.211000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-11 08:42:07.881000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:10:"salutation";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:16:"\x00 *\x00 salutationKey";s:2:"mr";s:14:"\x00 *\x00 displayName";s:4:"Herr";s:13:"\x00 *\x00 letterName";s:18:"Sehr geehrter Herr";s:15:"\x00 *\x00 translations";N;s:12:"\x00 *\x00 customers";N;s:20:"\x00 *\x00 customerAddresses";N;s:17:"\x00 *\x00 orderCustomers";N;s:17:"\x00 *\x00 orderAddresses";N;s:23:"\x00 *\x00 newsletterRecipients";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"75ebacb5fc3147288385ce3278f0316e";}s:11:"\x00 *\x00 customer";N;s:15:"\x00 *\x00 customFields";a:1:{s:12:"address_type";s:8:"shipping";}s:5:"\x00 *\x00 id";s:32:"df0e4558f89044c08f9b8e7b82ab5b45";}}s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-29 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-31 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}s:17:"\x00 *\x00 shippingMethod";O:52:"Shopware\Core\Checkout\Shipping\ShippingMethodEntity":32:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"shipping_method_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"4c383e3b3b614cc0b029b424becc594d";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:4:{s:4:"name";s:8:"Standard";s:12:"customFields";a:0:{}s:11:"description";N;s:11:"trackingUrl";N;}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2021-02-26 10:13:42.797000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-05 09:20:20.616000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"shipping_method";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 name";s:8:"Standard";s:9:"\x00 *\x00 active";b:1;s:11:"\x00 *\x00 position";i:1;s:14:"\x00 *\x00 description";N;s:14:"\x00 *\x00 trackingUrl";N;s:17:"\x00 *\x00 deliveryTimeId";s:32:"d0291a3410294c55aee760566cc08dd4";s:15:"\x00 *\x00 deliveryTime";O:52:"Shopware\Core\System\DeliveryTime\DeliveryTimeEntity":17:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:36:"delivery_time_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"d0291a3410294c55aee760566cc08dd4";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:2:{s:4:"name";s:14:"2 - 4 Werktage";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-02-01 13:03:33.645000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-11 08:42:15.255000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:13:"delivery_time";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 name";s:14:"2 - 4 Werktage";s:6:"\x00 *\x00 min";i:2;s:6:"\x00 *\x00 max";i:4;s:7:"\x00 *\x00 unit";s:3:"day";s:18:"\x00 *\x00 shippingMethods";N;s:15:"\x00 *\x00 translations";N;s:11:"\x00 *\x00 products";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"d0291a3410294c55aee760566cc08dd4";}s:15:"\x00 *\x00 translations";N;s:18:"\x00 *\x00 orderDeliveries";N;s:33:"\x00 *\x00 salesChannelDefaultAssignments";N;s:16:"\x00 *\x00 salesChannels";N;s:19:"\x00 *\x00 availabilityRule";N;s:21:"\x00 *\x00 availabilityRuleId";s:32:"da3ac5a0bb8e4657a78e9b98f5656fd5";s:9:"\x00 *\x00 prices";O:91:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:11:{s:32:"01936810d5797ff1b3b5d08dbc9cdbbe";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01936810d5797ff1b3b5d08dbc9cdbbe";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-26 10:43:51.653000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:19:"\x00 *\x00 shippingMethodId";s:32:"4c383e3b3b614cc0b029b424becc594d";s:9:"\x00 *\x00 ruleId";s:32:"0193680dddd970119bb3982615a40950";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:1;s:14:"\x00 *\x00 quantityEnd";d:39.99;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:15;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01936810d5797ff1b3b5d08dbc9cdbbe";}s:32:"019368111e3d7a74b8ef084a164ba7f7";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"019368111e3d7a74b8ef084a164ba7f7";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-26 10:43:51.653000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-05 09:20:20.616000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:10893;s:19:"\x00 *\x00 shippingMethodId";s:32:"4c383e3b3b614cc0b029b424becc594d";s:9:"\x00 *\x00 ruleId";s:32:"0193680dddd970119bb3982615a40950";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:90;s:14:"\x00 *\x00 quantityEnd";N;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:0;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"019368111e3d7a74b8ef084a164ba7f7";}s:32:"01936811367671eca2e9c886ebbb0d31";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01936811367671eca2e9c886ebbb0d31";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-26 10:43:51.653000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:10893;s:19:"\x00 *\x00 shippingMethodId";s:32:"4c383e3b3b614cc0b029b424becc594d";s:9:"\x00 *\x00 ruleId";s:32:"0193680ec75f7eed822e403e9cee4325";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:1;s:14:"\x00 *\x00 quantityEnd";d:39.99;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:15;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01936811367671eca2e9c886ebbb0d31";}s:32:"01936811977f79059b45f1a4b5d51fca";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01936811977f79059b45f1a4b5d51fca";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-26 10:43:51.653000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-05 09:20:20.616000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:10893;s:19:"\x00 *\x00 shippingMethodId";s:32:"4c383e3b3b614cc0b029b424becc594d";s:9:"\x00 *\x00 ruleId";s:32:"0193680ec75f7eed822e403e9cee4325";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:90;s:14:"\x00 *\x00 quantityEnd";N;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:0;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01936811977f79059b45f1a4b5d51fca";}s:32:"01936811ab4a786ea4193b2b046e8a70";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01936811ab4a786ea4193b2b046e8a70";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-26 10:43:51.653000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:10893;s:19:"\x00 *\x00 shippingMethodId";s:32:"4c383e3b3b614cc0b029b424becc594d";s:9:"\x00 *\x00 ruleId";s:32:"0193680d02647f20bef246e491801607";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:1;s:14:"\x00 *\x00 quantityEnd";d:39.99;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:15;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01936811ab4a786ea4193b2b046e8a70";}s:32:"01936811e3417efc9b677d5972647ab3";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01936811e3417efc9b677d5972647ab3";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-26 10:43:51.654000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-05 09:20:20.616000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:10893;s:19:"\x00 *\x00 shippingMethodId";s:32:"4c383e3b3b614cc0b029b424becc594d";s:9:"\x00 *\x00 ruleId";s:32:"0193680d02647f20bef246e491801607";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:90;s:14:"\x00 *\x00 quantityEnd";N;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:0;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01936811e3417efc9b677d5972647ab3";}s:32:"5eb870e9f0c1428e92ad69aa8c27c457";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"5eb870e9f0c1428e92ad69aa8c27c457";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-02-02 19:49:35.152000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-05 09:20:20.616000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:10893;s:19:"\x00 *\x00 shippingMethodId";s:32:"4c383e3b3b614cc0b029b424becc594d";s:9:"\x00 *\x00 ruleId";s:32:"927794203adc4a079e03fed6d6531484";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:90;s:14:"\x00 *\x00 quantityEnd";N;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:0;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"5eb870e9f0c1428e92ad69aa8c27c457";}s:32:"ad73f7a7ad6949439acab0b56f7a03ec";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"ad73f7a7ad6949439acab0b56f7a03ec";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-02-02 19:49:35.152000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-11 08:42:16.058000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:10893;s:19:"\x00 *\x00 shippingMethodId";s:32:"4c383e3b3b614cc0b029b424becc594d";s:9:"\x00 *\x00 ruleId";s:32:"927794203adc4a079e03fed6d6531484";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:1;s:14:"\x00 *\x00 quantityEnd";d:39.99;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:12.61;s:8:"\x00 *\x00 gross";d:15;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"ad73f7a7ad6949439acab0b56f7a03ec";}s:32:"c9471d27bec54ac7a4413086c1ec9cb2";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"c9471d27bec54ac7a4413086c1ec9cb2";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2021-02-26 10:13:42.801000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-11 08:42:16.058000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:10893;s:19:"\x00 *\x00 shippingMethodId";s:32:"4c383e3b3b614cc0b029b424becc594d";s:9:"\x00 *\x00 ruleId";s:32:"a7ee0560c8f94e509cddeead2a2800e8";s:14:"\x00 *\x00 calculation";i:1;s:16:"\x00 *\x00 quantityStart";d:0;s:14:"\x00 *\x00 quantityEnd";N;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:0;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"c9471d27bec54ac7a4413086c1ec9cb2";}s:32:"d8887e7631464fc6a37377f66aa6ba8c";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"d8887e7631464fc6a37377f66aa6ba8c";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-02-02 19:49:35.151000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-11 08:42:16.058000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:10893;s:19:"\x00 *\x00 shippingMethodId";s:32:"4c383e3b3b614cc0b029b424becc594d";s:9:"\x00 *\x00 ruleId";s:32:"9f50bea2f50840f6a238fcc2f47d69c5";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:1;s:14:"\x00 *\x00 quantityEnd";d:39.99;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:5.04;s:8:"\x00 *\x00 gross";d:6;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"d8887e7631464fc6a37377f66aa6ba8c";}s:32:"ff1081b90f1043c3b867941f0b5ba9cd";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"ff1081b90f1043c3b867941f0b5ba9cd";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-02-02 19:49:35.152000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-08-11 08:42:16.058000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";r:10893;s:19:"\x00 *\x00 shippingMethodId";s:32:"4c383e3b3b614cc0b029b424becc594d";s:9:"\x00 *\x00 ruleId";s:32:"9f50bea2f50840f6a238fcc2f47d69c5";s:14:"\x00 *\x00 calculation";i:2;s:16:"\x00 *\x00 quantityStart";d:40;s:14:"\x00 *\x00 quantityEnd";N;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:0;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"ff1081b90f1043c3b867941f0b5ba9cd";}}}s:10:"\x00 *\x00 mediaId";N;s:8:"\x00 *\x00 taxId";N;s:8:"\x00 *\x00 media";N;s:7:"\x00 *\x00 tags";N;s:10:"\x00 *\x00 taxType";s:4:"auto";s:16:"\x00 *\x00 technicalName";s:17:"shipping_standard";s:6:"\x00 *\x00 tax";N;s:20:"\x00 *\x00 appShippingMethod";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"4c383e3b3b614cc0b029b424becc594d";}s:16:"\x00 *\x00 shippingCosts";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:0;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:0;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:0;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:0;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}}}}s:15:"\x00 *\x00 transactions";O:68:"Shopware\Core\Checkout\Cart\Transaction\Struct\TransactionCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:0;O:58:"Shopware\Core\Checkout\Cart\Transaction\Struct\Transaction":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:9:"\x00 *\x00 amount";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:456.37;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:456.37;s:18:"\x00 *\x00 calculatedTaxes";r:11;s:11:"\x00 *\x00 taxRules";r:19;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:18:"\x00 *\x00 paymentMethodId";s:32:"45abc463c61743d290789ddc5705dda7";s:19:"\x00 *\x00 validationStruct";N;}}}s:11:"\x00 *\x00 modified";b:0;s:18:"\x00 *\x00 customerComment";N;s:16:"\x00 *\x00 affiliateCode";N;s:15:"\x00 *\x00 campaignCode";N;s:9:"\x00 *\x00 source";N;s:7:"\x00 *\x00 hash";N;s:12:"\x00 *\x00 errorHash";s:0:"";s:38:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 data";N;s:41:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 ruleIds";a:12:{i:0;s:32:"9986489395d84086ba454e58b3fb0cd3";i:1;s:32:"d32beefb72e943dc9ed726ccf77b03a2";i:2;s:32:"e4382fa297674cb98d82dc29b451c919";i:3;s:32:"df6c140c383e4a85928e343598a2a882";i:4;s:32:"018b18a3f9317975b7c095ab451a5577";i:5;s:32:"a1769abbb46e4074aa614082d363f11c";i:6;s:32:"a7ee0560c8f94e509cddeead2a2800e8";i:7;s:32:"ad0d8f7bb1d94611a4f40b4c480448f5";i:8;s:32:"c186d08ad1ec44c5aa2c02889b245d1d";i:9;s:32:"d24d6d27fdcd46c5b2c4146ac3a0b272";i:10;s:32:"da3ac5a0bb8e4657a78e9b98f5656fd5";i:11;s:32:"dba6219d20fc48f78eec51fdb4de6403";}s:42:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 behavior";O:40:"Shopware\Core\Checkout\Cart\CartBehavior":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:53:"\x00 Shopware\Core\Checkout\Cart\CartBehavior\x00 permissions";a:0:{}s:51:"\x00 Shopware\Core\Checkout\Cart\CartBehavior\x00 hookAware";b:1;s:57:"\x00 Shopware\Core\Checkout\Cart\CartBehavior\x00 isRecalculation";b:0;}s:8:"\x00 *\x00 token";s:32:"mRZKEd4togwbXKJb1qO1NLvGdeEPaYlM";s:9:"\x00 *\x00 states";a:0:{}} "
"rule_ids " => "["9986489395d84086ba454e58b3fb0cd3","d32beefb72e943dc9ed726ccf77b03a2","e4382fa297674cb98d82dc29b451c919","df6c140c383e4a85928e343598a2a882","018b18a3f9317975b7c095ab451a5577","a1769abbb46e4074aa614082d363f11c","a7ee0560c8f94e509cddeead2a2800e8","ad0d8f7bb1d94611a4f40b4c480448f5","c186d08ad1ec44c5aa2c02889b245d1d","d24d6d27fdcd46c5b2c4146ac3a0b272","da3ac5a0bb8e4657a78e9b98f5656fd5","dba6219d20fc48f78eec51fdb4de6403"] "
"now " => "2024-12-22 16:33:19.162 "
"compressed " => 0
]
INSERT INTO `cart` (`token` , `payload` , `rule_ids` , `compressed` , `created_at` )
VALUES ('mRZKEd4togwbXKJb1qO1NLvGdeEPaYlM' , 'O:32:\"Shopware\\Core\\Checkout\\Cart\\Cart\":18:{s:13:\"\0*\0extensions\";a:1:{s:15:\"cart-promotions\";O:61:\"Shopware\\Core\\Checkout\\Promotion\\Cart\\Extension\\CartExtension\":3:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0addedCodes\";a:0:{}s:22:\"\0*\0blockedPromotionIds\";a:0:{}}}s:8:\"\0*\0price\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CartPrice\":8:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0netPrice\";d:383.5;s:13:\"\0*\0totalPrice\";d:456.37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:72.87;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:383.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:16:\"\0*\0positionPrice\";d:383.5;s:12:\"\0*\0taxStatus\";s:3:\"net\";s:11:\"\0*\0rawTotal\";d:456.37;}s:12:\"\0*\0lineItems\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:16:{s:32:\"0193e9e00330723f8be898dabdc3a9f9\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725656\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725656\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-07-26 06:17:05.490\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R748.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:20:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:2;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:3;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:4;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:5;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:6;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:7;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:8;s:32:\"595443089bf944398b8568193c218803\";i:9;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:10;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:11;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:12;s:32:\"31929c4aca794860a2b9492cfb1cdf06\";i:13;s:32:\"1d4688f3b37646b68623248e645ed963\";i:14;s:32:\"537fd57254854488a70bf045a1ff7c46\";i:15;s:32:\"563faaf412d640aba6cdd6617c797ed6\";i:16;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:17;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:18;s:32:\"b7d1509d27634c86ba2e8e464d3c9ecc\";i:19;s:32:\"e47d435eea744852a1a539dc21a67bc2\";}s:11:\"propertyIds\";a:1:{i:0;s:32:\"414e390301984d06a2220a5a96662862\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}}s:9:\"streamIds\";a:10:{i:0;s:32:\"018d877bb35571b982554c9143c26329\";i:1;s:32:\"0190965f6e4773fda0dd883bc9cf4557\";i:2;s:32:\"01912c73bf6c7abf842c584957e3b092\";i:3;s:32:\"0191b1c7a13673d2812f61ad063b674f\";i:4;s:32:\"0191b1f1dde972eba7351e4a8c97c84c\";i:5;s:32:\"2ae47e50f97148ada43dfc5de6954002\";i:6;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:7;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:8;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:9;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"aa1dfaa2a0d6438da88cae742a6ac376\";s:5:\"stock\";i:0;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R748.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:37;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;r:22;}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:99;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:7.03;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:37;}}}s:11:\"\0*\0taxRules\";r:107;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:99;s:11:\"\0*\0discount\";d:-62;s:13:\"\0*\0percentage\";d:62.63;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"dd73859179a34519906a7781d8735af9\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R748\";s:5:\"title\";s:4:\"R748\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:39.156000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:40.676000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:2:{i:0;s:12:\"mediaTypeRaw\";i:1;s:12:\"thumbnailsRo\";}}s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"JPG\";s:11:\"\0*\0fileSize\";i:230944;s:8:\"\0*\0title\";s:4:\"R748\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"b189b4f5ef553ffa180e9fbdd658dc77\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:40.673000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R748\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/8d/f5/fb/1725000940/R748.JPG?ts=1725000940\";s:11:\"\0*\0fileName\";s:4:\"R748\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0191a21180347370b60562592c3c6ce4\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592c3c6ce4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/8d/f5/fb/1725000940/R748_280x280.JPG\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_280x280.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592c3c6ce4\";}s:32:\"0191a21180347370b60562592ca62c26\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592ca62c26\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:46:\"thumbnail/8d/f5/fb/1725000940/R748_400x400.JPG\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_400x400.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592ca62c26\";}s:32:\"0191a21180347370b60562592d45d428\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592d45d428\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:46:\"thumbnail/8d/f5/fb/1725000940/R748_800x800.JPG\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_800x800.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592d45d428\";}s:32:\"0191a21180347370b60562592df5745b\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592df5745b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:48:\"thumbnail/8d/f5/fb/1725000940/R748_1920x1920.JPG\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_1920x1920.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592df5745b\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/8d/f5/fb/1725000940/R748.JPG\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"dd73859179a34519906a7781d8735af9\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:0;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:0;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049914\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e003b9733c97d399a09dbaad6f\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e00330723f8be898dabdc3a9f9\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0190edaf94c571c8bb8e66e6b13de480\";}s:32:\"0193e9e058cd72dfb08c6623cbc6c898\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725656\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725656\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-27 05:51:41.404\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:4:\"E311\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:27:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:2;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:3;s:32:\"ba7ed83336394da8930566d49b4de149\";i:4;s:32:\"1cceb80a0b3e45399e90094933e08d72\";i:5;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:6;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:7;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:8;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:9;s:32:\"3a5414a473d748d7a10445391de69708\";i:10;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:11;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:12;s:32:\"cadb07cff8d742be8bd519d02af4feeb\";i:13;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:14;s:32:\"595443089bf944398b8568193c218803\";i:15;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:16;s:32:\"14bb75adb0a042db82703556da9383f6\";i:17;s:32:\"10da6886459b407ebaff8bfa4b2f4f77\";i:18;s:32:\"3d2226282268481790ee83ba514d134e\";i:19;s:32:\"4ab4a9e00ec54be1971ec8ad6e1183f7\";i:20;s:32:\"63d70e435ef44dd1bf6aa623fda58e8c\";i:21;s:32:\"87cd6306de584056a486824a87f60933\";i:22;s:32:\"8bce970746c24e44a8557229debc1da1\";i:23;s:32:\"d90dc7bc495242b0b45f25e64eab3905\";i:24;s:32:\"e5b83032fec040088deb63f6b3520fed\";i:25;s:32:\"f17261e393c447a1921c28bcca6db3f9\";i:26;s:32:\"f6136f4047ac40f8b9fd580f42be22ba\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"2949bf30a61b4686974186f836fa6fd9\";i:1;s:32:\"2e39a960b51746fdbde9e5b1aefe0b23\";i:2;s:32:\"414e390301984d06a2220a5a96662862\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"841bb2dcefb946bfa59dabb936bab342\";i:5;s:32:\"a65f3cabae8e4ab58aaf4a105b071b58\";i:6;s:32:\"c0c80f47d3da4398a926cf2b56c3fd22\";i:7;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:10:{i:0;s:32:\"018d877bb35571b982554c9143c26329\";i:1;s:32:\"1645e3371afc4404babf7b3869c678e6\";i:2;s:32:\"2ae47e50f97148ada43dfc5de6954002\";i:3;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:4;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:5;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:6;s:32:\"cf380e7a98a64f8c93578078d52bd589\";i:7;s:32:\"d0fc60d9210b4fa9a2913c244159390f\";i:8;s:32:\"e36a5d9e78e4433182faf0fc8aab091d\";i:9;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";N;s:5:\"stock\";i:-25;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:4:\"E311\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:26;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:26;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:26;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.94;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:26;}}}s:11:\"\0*\0taxRules\";r:447;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:8:\"E311.png\";s:5:\"title\";s:8:\"E311.png\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:37.573000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:39.098000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:279128;s:8:\"\0*\0title\";s:8:\"E311.png\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"b2dac021d3c1a4e515502fab7d5ea5b3\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:39.095000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:8:\"E311.png\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/1e/14/5e/1727328699/E311.jpg?ts=1727328699\";s:11:\"\0*\0fileName\";s:4:\"E311\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01922cd0465e726d8c916a33f38442f0\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f38442f0\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/1e/14/5e/1727328699/E311_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_280x280.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f38442f0\";}s:32:\"01922cd0465e726d8c916a33f39847c4\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f39847c4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:46:\"thumbnail/1e/14/5e/1727328699/E311_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_400x400.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f39847c4\";}s:32:\"01922cd0465e726d8c916a33f43699a1\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f43699a1\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:46:\"thumbnail/1e/14/5e/1727328699/E311_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_800x800.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f43699a1\";}s:32:\"01922cd0465e726d8c916a33f455c9ef\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f455c9ef\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.001000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:48:\"thumbnail/1e/14/5e/1727328699/E311_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_1920x1920.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f455c9ef\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/1e/14/5e/1727328699/E311.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-25;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049921\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e059ce73c895754852fcdcdc1c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e058cd72dfb08c6623cbc6c898\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"4918839ed6e941899bb381a90d4c6f3b\";}s:32:\"0193e9e27553735d8733b02c478a5ede\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725658\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725658\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 18:36:59.448\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R721.58\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:26:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:2;s:32:\"42da0fb4a6b94513b7324449d2f8d38e\";i:3;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:4;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:5;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:6;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:7;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:8;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:9;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:10;s:32:\"595443089bf944398b8568193c218803\";i:11;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:12;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:13;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:14;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:15;s:32:\"31929c4aca794860a2b9492cfb1cdf06\";i:16;s:32:\"048c04a37c044b458c4b53e1639ac684\";i:17;s:32:\"1d4688f3b37646b68623248e645ed963\";i:18;s:32:\"3005ecc96fd5419dbbd41975c91f06b6\";i:19;s:32:\"537fd57254854488a70bf045a1ff7c46\";i:20;s:32:\"563faaf412d640aba6cdd6617c797ed6\";i:21;s:32:\"62e12dca076d486f89b69989712d82c7\";i:22;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:23;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:24;s:32:\"b7d1509d27634c86ba2e8e464d3c9ecc\";i:25;s:32:\"e47d435eea744852a1a539dc21a67bc2\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"041fb172725e49d5b088696feaa53b40\";i:2;s:32:\"6c6c13388efc40999291099cb4e618a7\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"9e539d4a506946059cbbc56efd663710\";i:6;s:32:\"e0b79689bfff47f4a7142685565fd6bc\";i:7;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"041fb172725e49d5b088696feaa53b40\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"58\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"09e4d565e8fe453597b55d44b118d4e6\";i:1;s:32:\"2c982fcc99264bf588a880c247e873f3\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:4;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:5;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:6;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:7;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"41ab9edf58204bb6bf9c20b487041e25\";s:5:\"stock\";i:-29;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R721.58\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:37;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:7.03;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:37;}}}s:11:\"\0*\0taxRules\";r:784;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R721\";s:5:\"title\";s:4:\"R721\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:17:58.086000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.015000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:555880;s:8:\"\0*\0title\";s:4:\"R721\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"ddf62dad2aebb29875cb0c079d915112\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.011000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R721\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/a5/00/2e/1728299880/R721.jpg?ts=1728299880\";s:11:\"\0*\0fileName\";s:4:\"R721\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"019266b352227265babe258c61005736\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c61005736\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/a5/00/2e/1728299880/R721_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_280x280.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c61005736\";}s:32:\"019266b352227265babe258c613fba40\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c613fba40\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:46:\"thumbnail/a5/00/2e/1728299880/R721_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_400x400.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c613fba40\";}s:32:\"019266b352227265babe258c621d256e\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c621d256e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:46:\"thumbnail/a5/00/2e/1728299880/R721_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_800x800.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c621d256e\";}s:32:\"019266b352227265babe258c626af338\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c626af338\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.996000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:48:\"thumbnail/a5/00/2e/1728299880/R721_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_1920x1920.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c626af338\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/a5/00/2e/1728299880/R721.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-29;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049925\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e2766d730fa5be272fa2a8a759\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e27553735d8733b02c478a5ede\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"730d120b6e96470b832a18adac53bbca\";}s:32:\"0193e9e4015573bc9bc2bacbea0a9918\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725659\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725659\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-07-25 12:48:44.262\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"A629.19\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:20:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:3;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:6;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:7;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:8;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:9;s:32:\"d97cccacd7734165a653686db6300e7c\";i:10;s:32:\"46398b1b21fc45e98521fbd404773c79\";i:11;s:32:\"595443089bf944398b8568193c218803\";i:12;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:13;s:32:\"8066b5e214934c6f9f1f03a667a9352c\";i:14;s:32:\"8d98c038a81248ccaa597daf100c00b3\";i:15;s:32:\"90e8c49f111f4518affb4cbf2805b242\";i:16;s:32:\"92e0f126d11f46e2b1ddadc7e1390221\";i:17;s:32:\"b676635231ea4095af8b593c0651f2f4\";i:18;s:32:\"bf553b75dc8a4647bde36ed6fd951a39\";i:19;s:32:\"f919637e76a04e8ca11d12c4f15816e4\";}s:11:\"propertyIds\";a:1:{i:0;s:32:\"1501302291cd4622b5a6097b25692db6\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"914a4ebc3bc343f8933e75b506a36720\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:12:\"Länge in cm\";s:6:\"option\";s:2:\"19\";}}s:9:\"streamIds\";a:7:{i:0;s:32:\"018dc117a8b1720a80ee55d423c975cd\";i:1;s:32:\"0191b1c7a13673d2812f61ad063b674f\";i:2;s:32:\"0191b1fb897f735b8dd8dd236f3ec42a\";i:3;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:4;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:5;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:6;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"d7af00ed12b140d8aabdaa7e79954c10\";s:5:\"stock\";i:-37;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"A629.19\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:25;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:69;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:25;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:25;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.75;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25;}}}s:11:\"\0*\0taxRules\";r:1106;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:69;s:11:\"\0*\0discount\";d:-44;s:13:\"\0*\0percentage\";d:63.77;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"A629\";s:5:\"title\";s:4:\"A629\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:26.549000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.281000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:185401;s:8:\"\0*\0title\";s:4:\"A629\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"8c824ddec004fc690c829df9848e0cc2\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.278000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"A629\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/05/e4/25/1725960868/A629.jpg?ts=1725960868\";s:11:\"\0*\0fileName\";s:4:\"A629\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0191db48d4657321bfa14583069b6434\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa14583069b6434\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/05/e4/25/1725960868/A629_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_280x280.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa14583069b6434\";}s:32:\"0191db48d4657321bfa14583075cfe76\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa14583075cfe76\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:46:\"thumbnail/05/e4/25/1725960868/A629_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_400x400.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa14583075cfe76\";}s:32:\"0191db48d4657321bfa1458307745708\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa1458307745708\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:46:\"thumbnail/05/e4/25/1725960868/A629_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_800x800.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa1458307745708\";}s:32:\"0191db48d4657321bfa1458308117430\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa1458308117430\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:48:\"thumbnail/05/e4/25/1725960868/A629_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_1920x1920.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa1458308117430\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/05/e4/25/1725960868/A629.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-37;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:0;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049929\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e402a97244b19c8e4e2b20beea\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e4015573bc9bc2bacbea0a9918\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0190e9efc8df73159d2b3e0b3c0a54fc\";}s:32:\"0193e9e611c073f0864927f1a8b4c78d\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 17:55:15.618\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R541.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:2;s:32:\"1a2fafd9a3ee48b9b6ff770b16f2e65c\";i:3;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:4;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:5;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:6;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:7;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:8;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}}s:9:\"streamIds\";a:6:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:4;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:5;s:32:\"d69a2a3fd9df43859abf6868db31a021\";}s:8:\"parentId\";s:32:\"d89a04d5dfb54890bbcbf6ff7a968b8e\";s:5:\"stock\";i:-3;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R541.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:20.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:20.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:20.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.9;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:20.5;}}}s:11:\"\0*\0taxRules\";r:1433;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R541\";s:5:\"title\";s:4:\"R541\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:43.637000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:45.389000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:181388;s:8:\"\0*\0title\";s:4:\"R541\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"81191d49d580f21c254799a60fc65b36\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:45.385000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R541\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/99/07/ac/1726746225/R541.jpg?ts=1726746225\";s:11:\"\0*\0fileName\";s:4:\"R541\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920a186e4573bbb091b257d64144dc\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d64144dc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_280x280.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d64144dc\";}s:32:\"01920a186e4573bbb091b257d6c8b7bc\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d6c8b7bc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_400x400.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d6c8b7bc\";}s:32:\"01920a186e4573bbb091b257d6fd3461\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d6fd3461\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_800x800.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d6fd3461\";}s:32:\"01920a186e4573bbb091b257d7a34b11\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d7a34b11\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:48:\"thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d7a34b11\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/99/07/ac/1726746225/R541.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-3;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049932\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e612ee72e3892c9bad0283b39c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e611c073f0864927f1a8b4c78d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"2aefcd2a2c76497b93384ed85b4c2916\";}s:32:\"0193e9e6b575729b9f5bb5c7f5d32fd3\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 18:47:01.038\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:10:\"R453.WH.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:17:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"019348ece72e726bb3fa9e1c0d986e07\";i:2;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:3;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:4;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:5;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:6;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:7;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:8;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:9;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:10;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:11;s:32:\"0193491c966e7bbb900cfd67b916583f\";i:12;s:32:\"62e12dca076d486f89b69989712d82c7\";i:13;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:14;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:15;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:16;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:11:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:2;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:3;s:32:\"8047efb602da4f4085d1d6ec793498b2\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:6;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:7;s:32:\"c3b843d5b6fd41a88b6aab11932595f6\";i:8;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:9;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";i:10;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:1;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}i:1;a:2:{s:5:\"group\";s:10:\"Steinfarbe\";s:6:\"option\";s:5:\"Weiß\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"6077bc3264944a5ea60cfd3cce2b1ab8\";i:1;s:32:\"724d6e0f51904e1eb3f6dee83eda3304\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"88993ac508034754bcc2b081785e91a0\";i:4;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:5;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:6;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:7;s:32:\"f8ca0a226f884d03958f194ca2c481f7\";}s:8:\"parentId\";s:32:\"925e57dd49c248db92c113e8393d607d\";s:5:\"stock\";i:-32;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:10:\"R453.WH.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:28;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";r:1767;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:7:\"R453.WH\";s:5:\"title\";s:7:\"R453.WH\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:55.752000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:181862;s:8:\"\0*\0title\";s:7:\"R453.WH\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"d180bbfcbdd6e17872db0e6cba2f4503\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.469000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:7:\"R453.WH\";s:6:\"\0*\0url\";s:76:\"https://ed-bestellung.de/media/15/70/6a/1726737717/R453.WH.jpg?ts=1726737717\";s:11:\"\0*\0fileName\";s:7:\"R453.WH\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0192099699a0707387fb66da92f8be2b\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da92f8be2b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da92f8be2b\";}s:32:\"0192099699a0707387fb66da9316f712\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da9316f712\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da9316f712\";}s:32:\"0192099699a0707387fb66da937816b7\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da937816b7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da937816b7\";}s:32:\"0192099699a0707387fb66da939f7540\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da939f7540\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:51:\"thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:90:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da939f7540\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:37:\"media/15/70/6a/1726737717/R453.WH.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"becae28a47db450fa7f4916cbccc2464\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-32;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049936\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e6b68f70eda4b485651afdd9b6\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e6b575729b9f5bb5c7f5d32fd3\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"032ab6edd8d8423eb0fdfebdd3b1117e\";}s:32:\"0193e9e7327f706386c3e87329f30e04\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 19:21:48.470\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R542.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1d393c1f6eb34c9784fbd7fa68cf7534\";i:2;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:3;s:32:\"6a59604a5a6d499ca7fe6752a24cce4a\";i:4;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:5;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:6;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:7;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";}s:8:\"parentId\";s:32:\"5998be32d4fa4a30a7fcfc440b49ef2c\";s:5:\"stock\";i:1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R542.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:15;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:15;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:15;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.85;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:15;}}}s:11:\"\0*\0taxRules\";r:2087;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R542\";s:5:\"title\";s:4:\"R542\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:19.293000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.115000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:266147;s:8:\"\0*\0title\";s:4:\"R542\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"5c4aa7df5bc4b38d1724c8452243e491\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.111000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R542\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/13/d0/f5/1726746381/R542.jpg?ts=1726746381\";s:11:\"\0*\0fileName\";s:4:\"R542\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920a1acc5472cb874ed1effffb42b7\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1effffb42b7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.398000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_280x280.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1effffb42b7\";}s:32:\"01920a1acc5472cb874ed1f00070cad2\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f00070cad2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_400x400.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f00070cad2\";}s:32:\"01920a1acc5472cb874ed1f0013f79a8\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f0013f79a8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_800x800.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f0013f79a8\";}s:32:\"01920a1acc5472cb874ed1f001bab31a\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f001bab31a\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:48:\"thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f001bab31a\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/13/d0/f5/1726746381/R542.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049940\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e733a770f99f72cda4587e1281\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e7327f706386c3e87329f30e04\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"96d5bbbc9c47491382f1c49205e1e51c\";}s:32:\"0193e9e7d9e97200959a04f94ae5ff38\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:31:10.229\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R541.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:2;s:32:\"1a2fafd9a3ee48b9b6ff770b16f2e65c\";i:3;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:4;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:5;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:6;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:7;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:8;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}}s:9:\"streamIds\";a:6:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:4;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:5;s:32:\"d69a2a3fd9df43859abf6868db31a021\";}s:8:\"parentId\";s:32:\"d89a04d5dfb54890bbcbf6ff7a968b8e\";s:5:\"stock\";i:-4;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R541.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:20.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:20.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:20.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.9;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:20.5;}}}s:11:\"\0*\0taxRules\";r:2410;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";r:1464;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-4;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049943\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e7db18720faf32280a22ca782c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e7d9e97200959a04f94ae5ff38\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"1fe5dc863f6d4836a5fe278a2295b50a\";}s:32:\"0193e9e8576871f28288d61d5fe05a6e\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 17:13:20.266\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:10:\"R453.WH.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:17:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"019348ece72e726bb3fa9e1c0d986e07\";i:2;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:3;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:4;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:5;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:6;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:7;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:8;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:9;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:10;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:11;s:32:\"0193491c966e7bbb900cfd67b916583f\";i:12;s:32:\"62e12dca076d486f89b69989712d82c7\";i:13;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:14;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:15;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:16;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:11:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:2;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:3;s:32:\"8047efb602da4f4085d1d6ec793498b2\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:6;s:32:\"c3b843d5b6fd41a88b6aab11932595f6\";i:7;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:8;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";i:9;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";i:10;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";i:1;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}i:1;a:2:{s:5:\"group\";s:10:\"Steinfarbe\";s:6:\"option\";s:5:\"Weiß\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"6077bc3264944a5ea60cfd3cce2b1ab8\";i:1;s:32:\"724d6e0f51904e1eb3f6dee83eda3304\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"88993ac508034754bcc2b081785e91a0\";i:4;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:5;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:6;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:7;s:32:\"f8ca0a226f884d03958f194ca2c481f7\";}s:8:\"parentId\";s:32:\"925e57dd49c248db92c113e8393d607d\";s:5:\"stock\";i:-24;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:10:\"R453.WH.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:28;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";r:2565;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";r:1798;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-24;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049947\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e858997242af260594731a2d6f\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e8576871f28288d61d5fe05a6e\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"9d2dcb44a658490da89f15a718219da7\";}s:32:\"0193e9e91bd0716285f089c37a30e48d\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:09:55.428\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R542.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1d393c1f6eb34c9784fbd7fa68cf7534\";i:2;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:3;s:32:\"6a59604a5a6d499ca7fe6752a24cce4a\";i:4;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:5;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:6;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:7;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";}s:8:\"parentId\";s:32:\"5998be32d4fa4a30a7fcfc440b49ef2c\";s:5:\"stock\";i:-4;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R542.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:15;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:15;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:15;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.85;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:15;}}}s:11:\"\0*\0taxRules\";r:2706;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";r:2118;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-4;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049950\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e91d0c735a92000f4f74520513\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e91bd0716285f089c37a30e48d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"68bfdce7b13d4202bc1dfa53a7a8354e\";}s:32:\"0193ef3032df725aa73fef0eca7cf2f5\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725661\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725661\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 19:16:19.480\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R533.63\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"05ae336636674c8785f78ddf2dac6984\";i:2;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:3;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:4;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:5;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:6;s:32:\"9d8b8cc181ea4ce4b94f4d877bfb34de\";i:7;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"05ae336636674c8785f78ddf2dac6984\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"63\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";}s:8:\"parentId\";s:32:\"9cf0994919dd4ad68353827cbca10120\";s:5:\"stock\";i:0;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R533.63\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:13.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:13.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:13.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:13.5;}}}s:11:\"\0*\0taxRules\";r:2847;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R533\";s:5:\"title\";s:4:\"R533\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:32.001000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:33.721000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:157232;s:8:\"\0*\0title\";s:4:\"R533\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"0e64b213fca3d5b9c16e2999f0c6c601\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:33.719000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R533\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/6c/f6/60/1726743753/R533.jpg?ts=1726743753\";s:11:\"\0*\0fileName\";s:4:\"R533\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"019209f2b5ba73499bf855242f9951cb\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf855242f9951cb\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/6c/f6/60/1726743753/R533_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_280x280.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf855242f9951cb\";}s:32:\"019209f2b5ba73499bf855242fb75972\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf855242fb75972\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:46:\"thumbnail/6c/f6/60/1726743753/R533_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_400x400.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf855242fb75972\";}s:32:\"019209f2b5ba73499bf8552430a43f06\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf8552430a43f06\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:46:\"thumbnail/6c/f6/60/1726743753/R533_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_800x800.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf8552430a43f06\";}s:32:\"019209f2b5ba73499bf8552430c40677\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf8552430c40677\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:48:\"thumbnail/6c/f6/60/1726743753/R533_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_1920x1920.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf8552430c40677\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/6c/f6/60/1726743753/R533.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:0;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049953\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef30341d7080bbba561fdc80fb9c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef3032df725aa73fef0eca7cf2f5\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"7c967fc2a27347dca40ab8ff515b59d1\";}s:32:\"0193ef30b4f772e38e53c27bbd9808d0\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725661\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725661\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:01:56.014\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R452.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:15:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:3;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:4;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:5;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:6;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:7;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:8;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:9;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:10;s:32:\"62e12dca076d486f89b69989712d82c7\";i:11;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:12;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:13;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:14;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1a2fafd9a3ee48b9b6ff770b16f2e65c\";i:2;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:6;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:7;s:32:\"c3b843d5b6fd41a88b6aab11932595f6\";i:8;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}}s:9:\"streamIds\";a:7:{i:0;s:32:\"018adb3d749170e58ee58d22161d262d\";i:1;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:2;s:32:\"88993ac508034754bcc2b081785e91a0\";i:3;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:4;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:5;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:6;s:32:\"d69a2a3fd9df43859abf6868db31a021\";}s:8:\"parentId\";s:32:\"e3f839b2b581476a967a7fdbb6ed0237\";s:5:\"stock\";i:-11;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R452.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:17.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:17.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:17.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.33;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:17.5;}}}s:11:\"\0*\0taxRules\";r:3173;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R452\";s:5:\"title\";s:4:\"R452\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:08.662000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.353000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:137996;s:8:\"\0*\0title\";s:4:\"R452\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"8680454161d5615343698e595055db45\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.349000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R452\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/44/b4/69/1726737610/R452.jpg?ts=1726737610\";s:11:\"\0*\0fileName\";s:4:\"R452\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920994f80072b3a04309c2c50f4536\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c50f4536\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.755000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/44/b4/69/1726737610/R452_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_280x280.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c50f4536\";}s:32:\"01920994f80072b3a04309c2c56d3064\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c56d3064\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.756000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:46:\"thumbnail/44/b4/69/1726737610/R452_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_400x400.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c56d3064\";}s:32:\"01920994f80072b3a04309c2c5c00fbf\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c5c00fbf\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.756000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:46:\"thumbnail/44/b4/69/1726737610/R452_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_800x800.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c5c00fbf\";}s:32:\"01920994f80072b3a04309c2c60338ca\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c60338ca\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.756000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:48:\"thumbnail/44/b4/69/1726737610/R452_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_1920x1920.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c60338ca\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/44/b4/69/1726737610/R452.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"f093383aad7442afa2d231e9141b4c17\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-11;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049957\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef30b63f73c5825caa2cf3213301\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef30b4f772e38e53c27bbd9808d0\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"48a5c2cae50d4fc888a25934b07ad70c\";}s:32:\"0193ef32742d71a1a49ddb891b6e5131\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725662\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725662\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:00:06.828\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R416.68\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:23:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"c363f43d4e404db59853cbefb0bd7069\";i:3;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:4;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:5;s:32:\"ba7ed83336394da8930566d49b4de149\";i:6;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:7;s:32:\"6a744a43a013490e8eef51a30267fd8a\";i:8;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:9;s:32:\"48647050b43e4f788ebf75cf8dfe47e3\";i:10;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:11;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:12;s:32:\"ec742202a1064ee1b37c74e6d76265e6\";i:13;s:32:\"31929c4aca794860a2b9492cfb1cdf06\";i:14;s:32:\"4d7e6a9cde8747c5baba9de732b9f815\";i:15;s:32:\"23e6e97ababe48a29f2490cc04b83952\";i:16;s:32:\"635db790c24849a18cbe662a90d5a248\";i:17;s:32:\"7831b4af0bd34445b6b55eb60f12dfe5\";i:18;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:19;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:20;s:32:\"bdf5e705952b4ac98ee9cffd7710ea50\";i:21;s:32:\"e47d435eea744852a1a539dc21a67bc2\";i:22;s:32:\"ea11a0b4ba374b5399ee054026568387\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"2805fe839afe4d719418670066c0a8d7\";i:2;s:32:\"432467c67c0a49b5a26d22b3a5b8c8e3\";i:3;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:4;s:32:\"94e26ce318214b68971be6fb1b029a86\";i:5;s:32:\"9cdc7f88ad614403abf3d2a607e20cf7\";i:6;s:32:\"9d00bdc082c04858867a8f5f4ecf6190\";i:7;s:32:\"a57e0e90fa614ccc93349af234ed690f\";i:8;s:32:\"f9c6446c61a14b6b950a4acd3b77fa50\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"432467c67c0a49b5a26d22b3a5b8c8e3\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"68\";}}s:9:\"streamIds\";a:7:{i:0;s:32:\"3ba8d0d5397745b28125da55344960b2\";i:1;s:32:\"46a7939fbccb40bbb34ddf532c409f95\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:4;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:5;s:32:\"e3778567b56f40a4910c03a14221e8ad\";i:6;s:32:\"fab893178f57434394bd43941846738f\";}s:8:\"parentId\";s:32:\"d26f13e08bee429eb7c5713cc5c7d2ca\";s:5:\"stock\";i:-1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R416.68\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:28;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";r:3507;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R416\";s:5:\"title\";s:4:\"R416\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:39.820000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.370000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:365111;s:8:\"\0*\0title\";s:4:\"R416\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"363ae49ea255852006d72d5e8a6089dd\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.367000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R416\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/44/36/a5/1727248841/R416.jpg?ts=1727248841\";s:11:\"\0*\0fileName\";s:4:\"R416\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0192280dbb4d717f814fc9c40f29cbbd\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c40f29cbbd\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/44/36/a5/1727248841/R416_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_280x280.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c40f29cbbd\";}s:32:\"0192280dbb4d717f814fc9c40fe75d14\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c40fe75d14\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:46:\"thumbnail/44/36/a5/1727248841/R416_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_400x400.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c40fe75d14\";}s:32:\"0192280dbb4d717f814fc9c410d15570\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c410d15570\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:46:\"thumbnail/44/36/a5/1727248841/R416_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_800x800.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c410d15570\";}s:32:\"0192280dbb4d717f814fc9c4113e3092\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c4113e3092\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:48:\"thumbnail/44/36/a5/1727248841/R416_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_1920x1920.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c4113e3092\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/44/36/a5/1727248841/R416.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-1;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049960\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef32764f71f0abe610bfc2031309\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef32742d71a1a49ddb891b6e5131\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"3e45839fd62149b5ab20332fd7925fdc\";}s:32:\"0193ef347cb170b2a0cd8a269717e911\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725663\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725663\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 15:28:00.273\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:10:\"DS2C.BI.50\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:32:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"4b9db8a420af4e5e9880c115fe932362\";i:3;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:4;s:32:\"595443089bf944398b8568193c218803\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:10;s:32:\"64eae93739214024a9c8766b43941bc5\";i:11;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:12;s:32:\"48647050b43e4f788ebf75cf8dfe47e3\";i:13;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:14;s:32:\"62cc073d246c4a669324649021be6baf\";i:15;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:16;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:17;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:18;s:32:\"c363f43d4e404db59853cbefb0bd7069\";i:19;s:32:\"0447f6c1f3e54521936efadd8db78dc4\";i:20;s:32:\"068db263e33845829e874a8c4aa32d87\";i:21;s:32:\"200231c145b64c7f936fa6f47175739c\";i:22;s:32:\"3ccba5fc7c8740368843d98469812c6b\";i:23;s:32:\"63302c2f386148a9bab6b79b189e74a2\";i:24;s:32:\"67434ea6f1aa45db83e72d59650f9644\";i:25;s:32:\"691288f242374a26aee4efff9fb06487\";i:26;s:32:\"a1a1c1bf8d944d9d88633865a6cf87ac\";i:27;s:32:\"bf3e609b320741a990d761ec9e2de0b9\";i:28;s:32:\"c82ff124b1364381b541e46dcb735549\";i:29;s:32:\"e08b896c36ea495aa65599502c35b26a\";i:30;s:32:\"fcd9fbc81d3849fabd65f2adf11fd59c\";i:31;s:32:\"fd9f1d01d8d2430aa12b7077479dc7a4\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:1;s:32:\"33c3d8b79dd643c8ab92f49afc73c85b\";i:2;s:32:\"793107983097469bb866889ce7718bc5\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"94d24655eda749bd92d69dbec5af6909\";i:5;s:32:\"9fbc32e4b6ca46db95c3dbf79e65e2fa\";i:6;s:32:\"e3b5c0a533b846268df623cd8219abcb\";i:7;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:8;s:32:\"f65f86dd25e04da8b9fef7193e7ca262\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:4:{i:0;s:32:\"94d24655eda749bd92d69dbec5af6909\";i:1;s:32:\"e3b5c0a533b846268df623cd8219abcb\";i:2;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:3;s:32:\"f65f86dd25e04da8b9fef7193e7ca262\";}s:7:\"options\";a:4:{i:0;a:2:{s:5:\"group\";s:12:\"Länge in cm\";s:6:\"option\";s:2:\"50\";}i:1;a:2:{s:5:\"group\";s:5:\"Marke\";s:6:\"option\";s:14:\"ERNSTES DESIGN\";}i:2;a:2:{s:5:\"group\";s:8:\"Material\";s:6:\"option\";s:27:\"Bicolor: Edelstahl/Gelbgold\";}i:3;a:2:{s:5:\"group\";s:7:\"Produkt\";s:6:\"option\";s:14:\"Seile & Ketten\";}}s:9:\"streamIds\";a:6:{i:0;s:32:\"46a7939fbccb40bbb34ddf532c409f95\";i:1;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:2;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:3;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:4;s:32:\"9d539d7e703b4f33b5ff5c9def5822de\";i:5;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"17572e8df0e24c80b06b24e7d50e752e\";s:5:\"stock\";i:-20;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:10:\"DS2C.BI.50\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:21;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:21;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:21;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.99;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:21;}}}s:11:\"\0*\0taxRules\";r:3861;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"48de814d641547d8b7701f5667b97854\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:5:\"title\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:53.892000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:55.449000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:120410;s:8:\"\0*\0title\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"b0588d7f15cb04b6bf9cfa3a7b90febc\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:55.446000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:6:\"\0*\0url\";s:76:\"https://ed-bestellung.de/media/01/78/83/1711364575/DS2C.Bi.jpg?ts=1711364575\";s:11:\"\0*\0fileName\";s:7:\"DS2C.Bi\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"018e75471565704d8a45bb01b56bc993\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b56bc993\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.615000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:49:\"thumbnail/01/78/83/1711364575/DS2C.Bi_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_280x280.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b56bc993\";}s:32:\"018e75471565704d8a45bb01b5aa778f\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b5aa778f\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:49:\"thumbnail/01/78/83/1711364575/DS2C.Bi_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_400x400.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b5aa778f\";}s:32:\"018e75471565704d8a45bb01b64dd68c\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b64dd68c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:49:\"thumbnail/01/78/83/1711364575/DS2C.Bi_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_800x800.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b64dd68c\";}s:32:\"018e75471565704d8a45bb01b6b332b9\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b6b332b9\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:51:\"thumbnail/01/78/83/1711364575/DS2C.Bi_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:90:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_1920x1920.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b6b332b9\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:37:\"media/01/78/83/1711364575/DS2C.Bi.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"48de814d641547d8b7701f5667b97854\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-20;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryTime\":5:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:14:\"2 - 4 Werktage\";s:6:\"\0*\0min\";i:2;s:6:\"\0*\0max\";i:4;s:7:\"\0*\0unit\";s:3:\"day\";}s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049963\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef347e107226b59bcdba66f6e724\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef347cb170b2a0cd8a269717e911\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"d758548d62314c47aa28cc4086d11d0b\";}s:32:\"0193ef3608a371d2a5a2d651284da699\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725664\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725664\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:52:44.027\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:8:\"AK25C.50\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:34:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"4b9db8a420af4e5e9880c115fe932362\";i:3;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:4;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:5;s:32:\"ec742202a1064ee1b37c74e6d76265e6\";i:6;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:7;s:32:\"595443089bf944398b8568193c218803\";i:8;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:9;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:10;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:11;s:32:\"64eae93739214024a9c8766b43941bc5\";i:12;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:13;s:32:\"48647050b43e4f788ebf75cf8dfe47e3\";i:14;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:15;s:32:\"62cc073d246c4a669324649021be6baf\";i:16;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:17;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:18;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:19;s:32:\"c363f43d4e404db59853cbefb0bd7069\";i:20;s:32:\"0447f6c1f3e54521936efadd8db78dc4\";i:21;s:32:\"05aec327c38d404999a84ce5b02beeed\";i:22;s:32:\"068db263e33845829e874a8c4aa32d87\";i:23;s:32:\"200231c145b64c7f936fa6f47175739c\";i:24;s:32:\"3ccba5fc7c8740368843d98469812c6b\";i:25;s:32:\"63302c2f386148a9bab6b79b189e74a2\";i:26;s:32:\"67434ea6f1aa45db83e72d59650f9644\";i:27;s:32:\"691288f242374a26aee4efff9fb06487\";i:28;s:32:\"a1a1c1bf8d944d9d88633865a6cf87ac\";i:29;s:32:\"bf3e609b320741a990d761ec9e2de0b9\";i:30;s:32:\"c82ff124b1364381b541e46dcb735549\";i:31;s:32:\"e08b896c36ea495aa65599502c35b26a\";i:32;s:32:\"fcd9fbc81d3849fabd65f2adf11fd59c\";i:33;s:32:\"fd9f1d01d8d2430aa12b7077479dc7a4\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"31cfa8df71ff49cd880ae82f12446247\";i:1;s:32:\"33c3d8b79dd643c8ab92f49afc73c85b\";i:2;s:32:\"793107983097469bb866889ce7718bc5\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"94d24655eda749bd92d69dbec5af6909\";i:5;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:6;s:32:\"e3b5c0a533b846268df623cd8219abcb\";i:7;s:32:\"f0431852cc0e479f917cb906018af198\";i:8;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"94d24655eda749bd92d69dbec5af6909\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:12:\"Länge in cm\";s:6:\"option\";s:2:\"50\";}}s:9:\"streamIds\";a:25:{i:0;s:32:\"019127c125f573a8925d2bc4536eba84\";i:1;s:32:\"01912c9969b973a68c6f752918f7f749\";i:2;s:32:\"06a67dca2aa24b70bf178b8753c2839a\";i:3;s:32:\"073380f623d64a62aa77031d7acd19db\";i:4;s:32:\"1b504483e67548bd94717ce8612852b3\";i:5;s:32:\"3661a489aa9f4247a57c7ec486d1c828\";i:6;s:32:\"389b66aa7eee4e648d903c48687e85d1\";i:7;s:32:\"3b75bd0c402f4b4585bf07c56de02f0e\";i:8;s:32:\"46a7939fbccb40bbb34ddf532c409f95\";i:9;s:32:\"4f240757250b44a286d2e2cd2baee6e9\";i:10;s:32:\"523d91f4fcb24092875627e254dfd463\";i:11;s:32:\"60f1b824a7e04e27bcaa77401aa7901d\";i:12;s:32:\"65755f13a732451893b84e5cdbcc5f73\";i:13;s:32:\"6d6d423469ae45e7b688ca60efa80243\";i:14;s:32:\"75dc4d9c7d7949439fc82eb20fe23ea8\";i:15;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:16;s:32:\"7e2cfcb733e64244bbe02cf0b5f2daa4\";i:17;s:32:\"7f5026066f95428b8e79610803920804\";i:18;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:19;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:20;s:32:\"ac06c48ffe554c03b720939ef0b7d743\";i:21;s:32:\"d04061898a3e4a7185403b89365fd9cd\";i:22;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";i:23;s:32:\"e74964a46d364bac85f12085ae7094ad\";i:24;s:32:\"ff73a191ffa14f61b924f3b931503340\";}s:8:\"parentId\";s:32:\"ccd3d88012aa42dbbbb0d51463b626a5\";s:5:\"stock\";i:0;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:8:\"AK25C.50\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:16.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:16.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:16.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:16.5;}}}s:11:\"\0*\0taxRules\";r:4229;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"bb0f359a551644f0a3fd2b399b4484a1\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";N;s:5:\"title\";N;s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-07-08 12:33:47.078000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:22:54.158000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";s:32:\"3f985a6d698543dfabbd1af9e112e73f\";s:11:\"\0*\0mimeType\";s:9:\"image/png\";s:16:\"\0*\0fileExtension\";s:3:\"png\";s:11:\"\0*\0fileSize\";i:243968;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:156:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}\";s:11:\"\0*\0metaData\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"type\";i:3;}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:22:54.157000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:74:\"https://ed-bestellung.de/media/f0/c7/38/1691742174/ak25c.png?ts=1691742174\";s:11:\"\0*\0fileName\";s:5:\"ak25c\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:35:\"media/f0/c7/38/1691742174/ak25c.png\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"bb0f359a551644f0a3fd2b399b4484a1\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:0;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049967\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef360a0570f7bc81b92158960a77\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef3608a371d2a5a2d651284da699\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"f3cd60abee6b4fadb31a08411c265148\";}s:32:\"0193ef37442073d0b352714092892253\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725665\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725665\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-07-30 11:16:45.731\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"A645.GR\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:20:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:2;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:3;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:6;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:7;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:8;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:9;s:32:\"d97cccacd7734165a653686db6300e7c\";i:10;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:11;s:32:\"46398b1b21fc45e98521fbd404773c79\";i:12;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:13;s:32:\"2f563f9736744705a1c56c7727434e3f\";i:14;s:32:\"8d98c038a81248ccaa597daf100c00b3\";i:15;s:32:\"90e8c49f111f4518affb4cbf2805b242\";i:16;s:32:\"95006e0dd1b34675a9ef8735d8f87322\";i:17;s:32:\"9f6f003af1324eaa8d9dbc164b07302b\";i:18;s:32:\"dbfcdbfc097d4573a466033d791b2bbc\";i:19;s:32:\"f919637e76a04e8ca11d12c4f15816e4\";}s:11:\"propertyIds\";a:1:{i:0;s:32:\"8047efb602da4f4085d1d6ec793498b2\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f718e31f0ed244c982f5a3a83d8d3ec7\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:17:\"Armspangengröße\";s:6:\"option\";s:2:\"GR\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"01912be23f0e7d6584cc0fb43e19c639\";i:1;s:32:\"0191b1c7a13673d2812f61ad063b674f\";i:2;s:32:\"0191b1fb897f735b8dd8dd236f3ec42a\";i:3;s:32:\"6077bc3264944a5ea60cfd3cce2b1ab8\";i:4;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:5;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:6;s:32:\"88993ac508034754bcc2b081785e91a0\";i:7;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";}s:8:\"parentId\";s:32:\"32a18f3cdf184d099d36423fd0a82353\";s:5:\"stock\";i:-6;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"A645.GR\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:35;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:95;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:35;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:35;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:6.65;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:35;}}}s:11:\"\0*\0taxRules\";r:4455;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:95;s:11:\"\0*\0discount\";d:-60;s:13:\"\0*\0percentage\";d:63.16;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8a77170d21e04071b820263979316fdf\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"A645\";s:5:\"title\";s:4:\"A645\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:13.878000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:15.505000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:180063;s:8:\"\0*\0title\";s:4:\"A645\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"0857adf7d68af4fbaa8e81fe12a5d7ad\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:15.502000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"A645\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/86/e9/e8/1725959475/A645.jpg?ts=1725959475\";s:11:\"\0*\0fileName\";s:4:\"A645\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0191db3394f6706092c9729d5d37ded6\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5d37ded6\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.475000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/86/e9/e8/1725959475/A645_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_280x280.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5d37ded6\";}s:32:\"0191db3394f6706092c9729d5e23ca50\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5e23ca50\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:46:\"thumbnail/86/e9/e8/1725959475/A645_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_400x400.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5e23ca50\";}s:32:\"0191db3394f6706092c9729d5e918414\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5e918414\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:46:\"thumbnail/86/e9/e8/1725959475/A645_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_800x800.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5e918414\";}s:32:\"0191db3394f6706092c9729d5eb56177\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5eb56177\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:48:\"thumbnail/86/e9/e8/1725959475/A645_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_1920x1920.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5eb56177\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/86/e9/e8/1725959475/A645.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8a77170d21e04071b820263979316fdf\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-6;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:0;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049970\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef3745e572a99cce94e2c940c0c6\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef37442073d0b352714092892253\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0191035b601e73c38bed2d189f3a2136\";}}}s:9:\"\0*\0errors\";O:49:\"Shopware\\Core\\Checkout\\Cart\\Error\\ErrorCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:13:\"\0*\0deliveries\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:52:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\Delivery\":6:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0positions\";O:70:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPositionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:16:{s:32:\"0193e9e00330723f8be898dabdc3a9f9\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725656\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725656\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-07-26 06:17:05.490\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R748.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:20:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:2;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:3;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:4;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:5;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:6;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:7;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:8;s:32:\"595443089bf944398b8568193c218803\";i:9;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:10;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:11;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:12;s:32:\"31929c4aca794860a2b9492cfb1cdf06\";i:13;s:32:\"1d4688f3b37646b68623248e645ed963\";i:14;s:32:\"537fd57254854488a70bf045a1ff7c46\";i:15;s:32:\"563faaf412d640aba6cdd6617c797ed6\";i:16;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:17;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:18;s:32:\"b7d1509d27634c86ba2e8e464d3c9ecc\";i:19;s:32:\"e47d435eea744852a1a539dc21a67bc2\";}s:11:\"propertyIds\";a:1:{i:0;s:32:\"414e390301984d06a2220a5a96662862\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}}s:9:\"streamIds\";a:10:{i:0;s:32:\"018d877bb35571b982554c9143c26329\";i:1;s:32:\"0190965f6e4773fda0dd883bc9cf4557\";i:2;s:32:\"01912c73bf6c7abf842c584957e3b092\";i:3;s:32:\"0191b1c7a13673d2812f61ad063b674f\";i:4;s:32:\"0191b1f1dde972eba7351e4a8c97c84c\";i:5;s:32:\"2ae47e50f97148ada43dfc5de6954002\";i:6;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:7;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:8;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:9;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"aa1dfaa2a0d6438da88cae742a6ac376\";s:5:\"stock\";i:0;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R748.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:37;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:99;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:7.03;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:37;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:99;s:11:\"\0*\0discount\";d:-62;s:13:\"\0*\0percentage\";d:62.63;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"dd73859179a34519906a7781d8735af9\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R748\";s:5:\"title\";s:4:\"R748\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:39.156000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:40.676000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"JPG\";s:11:\"\0*\0fileSize\";i:230944;s:8:\"\0*\0title\";s:4:\"R748\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"b189b4f5ef553ffa180e9fbdd658dc77\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:40.673000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R748\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/8d/f5/fb/1725000940/R748.JPG?ts=1725000940\";s:11:\"\0*\0fileName\";s:4:\"R748\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0191a21180347370b60562592c3c6ce4\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592c3c6ce4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:46:\"thumbnail/8d/f5/fb/1725000940/R748_280x280.JPG\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_280x280.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592c3c6ce4\";}s:32:\"0191a21180347370b60562592ca62c26\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592ca62c26\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:46:\"thumbnail/8d/f5/fb/1725000940/R748_400x400.JPG\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_400x400.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592ca62c26\";}s:32:\"0191a21180347370b60562592d45d428\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592d45d428\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:46:\"thumbnail/8d/f5/fb/1725000940/R748_800x800.JPG\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_800x800.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592d45d428\";}s:32:\"0191a21180347370b60562592df5745b\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592df5745b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:48:\"thumbnail/8d/f5/fb/1725000940/R748_1920x1920.JPG\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_1920x1920.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592df5745b\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/8d/f5/fb/1725000940/R748.JPG\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"dd73859179a34519906a7781d8735af9\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:0;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:0;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049914\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e003b9733c97d399a09dbaad6f\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e00330723f8be898dabdc3a9f9\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0190edaf94c571c8bb8e66e6b13de480\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:7.03;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:37;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:99;s:11:\"\0*\0discount\";d:-62;s:13:\"\0*\0percentage\";d:62.63;}s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e00330723f8be898dabdc3a9f9\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-24 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e058cd72dfb08c6623cbc6c898\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725656\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725656\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-27 05:51:41.404\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:4:\"E311\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:27:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:2;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:3;s:32:\"ba7ed83336394da8930566d49b4de149\";i:4;s:32:\"1cceb80a0b3e45399e90094933e08d72\";i:5;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:6;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:7;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:8;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:9;s:32:\"3a5414a473d748d7a10445391de69708\";i:10;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:11;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:12;s:32:\"cadb07cff8d742be8bd519d02af4feeb\";i:13;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:14;s:32:\"595443089bf944398b8568193c218803\";i:15;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:16;s:32:\"14bb75adb0a042db82703556da9383f6\";i:17;s:32:\"10da6886459b407ebaff8bfa4b2f4f77\";i:18;s:32:\"3d2226282268481790ee83ba514d134e\";i:19;s:32:\"4ab4a9e00ec54be1971ec8ad6e1183f7\";i:20;s:32:\"63d70e435ef44dd1bf6aa623fda58e8c\";i:21;s:32:\"87cd6306de584056a486824a87f60933\";i:22;s:32:\"8bce970746c24e44a8557229debc1da1\";i:23;s:32:\"d90dc7bc495242b0b45f25e64eab3905\";i:24;s:32:\"e5b83032fec040088deb63f6b3520fed\";i:25;s:32:\"f17261e393c447a1921c28bcca6db3f9\";i:26;s:32:\"f6136f4047ac40f8b9fd580f42be22ba\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"2949bf30a61b4686974186f836fa6fd9\";i:1;s:32:\"2e39a960b51746fdbde9e5b1aefe0b23\";i:2;s:32:\"414e390301984d06a2220a5a96662862\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"841bb2dcefb946bfa59dabb936bab342\";i:5;s:32:\"a65f3cabae8e4ab58aaf4a105b071b58\";i:6;s:32:\"c0c80f47d3da4398a926cf2b56c3fd22\";i:7;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:10:{i:0;s:32:\"018d877bb35571b982554c9143c26329\";i:1;s:32:\"1645e3371afc4404babf7b3869c678e6\";i:2;s:32:\"2ae47e50f97148ada43dfc5de6954002\";i:3;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:4;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:5;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:6;s:32:\"cf380e7a98a64f8c93578078d52bd589\";i:7;s:32:\"d0fc60d9210b4fa9a2913c244159390f\";i:8;s:32:\"e36a5d9e78e4433182faf0fc8aab091d\";i:9;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";N;s:5:\"stock\";i:-25;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:4:\"E311\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:26;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:26;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:26;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.94;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:26;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:8:\"E311.png\";s:5:\"title\";s:8:\"E311.png\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:37.573000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:39.098000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:279128;s:8:\"\0*\0title\";s:8:\"E311.png\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"b2dac021d3c1a4e515502fab7d5ea5b3\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:39.095000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:8:\"E311.png\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/1e/14/5e/1727328699/E311.jpg?ts=1727328699\";s:11:\"\0*\0fileName\";s:4:\"E311\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01922cd0465e726d8c916a33f38442f0\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f38442f0\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:46:\"thumbnail/1e/14/5e/1727328699/E311_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_280x280.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f38442f0\";}s:32:\"01922cd0465e726d8c916a33f39847c4\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f39847c4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:46:\"thumbnail/1e/14/5e/1727328699/E311_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_400x400.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f39847c4\";}s:32:\"01922cd0465e726d8c916a33f43699a1\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f43699a1\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:46:\"thumbnail/1e/14/5e/1727328699/E311_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_800x800.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f43699a1\";}s:32:\"01922cd0465e726d8c916a33f455c9ef\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f455c9ef\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.001000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:48:\"thumbnail/1e/14/5e/1727328699/E311_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_1920x1920.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f455c9ef\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/1e/14/5e/1727328699/E311.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-25;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049921\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e059ce73c895754852fcdcdc1c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e058cd72dfb08c6623cbc6c898\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"4918839ed6e941899bb381a90d4c6f3b\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:26;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:26;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.94;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:26;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e058cd72dfb08c6623cbc6c898\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e27553735d8733b02c478a5ede\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725658\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725658\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 18:36:59.448\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R721.58\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:26:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:2;s:32:\"42da0fb4a6b94513b7324449d2f8d38e\";i:3;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:4;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:5;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:6;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:7;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:8;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:9;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:10;s:32:\"595443089bf944398b8568193c218803\";i:11;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:12;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:13;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:14;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:15;s:32:\"31929c4aca794860a2b9492cfb1cdf06\";i:16;s:32:\"048c04a37c044b458c4b53e1639ac684\";i:17;s:32:\"1d4688f3b37646b68623248e645ed963\";i:18;s:32:\"3005ecc96fd5419dbbd41975c91f06b6\";i:19;s:32:\"537fd57254854488a70bf045a1ff7c46\";i:20;s:32:\"563faaf412d640aba6cdd6617c797ed6\";i:21;s:32:\"62e12dca076d486f89b69989712d82c7\";i:22;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:23;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:24;s:32:\"b7d1509d27634c86ba2e8e464d3c9ecc\";i:25;s:32:\"e47d435eea744852a1a539dc21a67bc2\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"041fb172725e49d5b088696feaa53b40\";i:2;s:32:\"6c6c13388efc40999291099cb4e618a7\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"9e539d4a506946059cbbc56efd663710\";i:6;s:32:\"e0b79689bfff47f4a7142685565fd6bc\";i:7;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"041fb172725e49d5b088696feaa53b40\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"58\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"09e4d565e8fe453597b55d44b118d4e6\";i:1;s:32:\"2c982fcc99264bf588a880c247e873f3\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:4;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:5;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:6;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:7;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"41ab9edf58204bb6bf9c20b487041e25\";s:5:\"stock\";i:-29;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R721.58\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:37;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:7.03;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:37;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R721\";s:5:\"title\";s:4:\"R721\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:17:58.086000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.015000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:555880;s:8:\"\0*\0title\";s:4:\"R721\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"ddf62dad2aebb29875cb0c079d915112\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.011000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R721\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/a5/00/2e/1728299880/R721.jpg?ts=1728299880\";s:11:\"\0*\0fileName\";s:4:\"R721\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"019266b352227265babe258c61005736\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c61005736\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:46:\"thumbnail/a5/00/2e/1728299880/R721_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_280x280.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c61005736\";}s:32:\"019266b352227265babe258c613fba40\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c613fba40\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:46:\"thumbnail/a5/00/2e/1728299880/R721_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_400x400.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c613fba40\";}s:32:\"019266b352227265babe258c621d256e\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c621d256e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:46:\"thumbnail/a5/00/2e/1728299880/R721_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_800x800.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c621d256e\";}s:32:\"019266b352227265babe258c626af338\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c626af338\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.996000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:48:\"thumbnail/a5/00/2e/1728299880/R721_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_1920x1920.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c626af338\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/a5/00/2e/1728299880/R721.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-29;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049925\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e2766d730fa5be272fa2a8a759\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e27553735d8733b02c478a5ede\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"730d120b6e96470b832a18adac53bbca\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:7.03;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:37;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e27553735d8733b02c478a5ede\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e4015573bc9bc2bacbea0a9918\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725659\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725659\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-07-25 12:48:44.262\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"A629.19\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:20:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:3;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:6;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:7;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:8;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:9;s:32:\"d97cccacd7734165a653686db6300e7c\";i:10;s:32:\"46398b1b21fc45e98521fbd404773c79\";i:11;s:32:\"595443089bf944398b8568193c218803\";i:12;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:13;s:32:\"8066b5e214934c6f9f1f03a667a9352c\";i:14;s:32:\"8d98c038a81248ccaa597daf100c00b3\";i:15;s:32:\"90e8c49f111f4518affb4cbf2805b242\";i:16;s:32:\"92e0f126d11f46e2b1ddadc7e1390221\";i:17;s:32:\"b676635231ea4095af8b593c0651f2f4\";i:18;s:32:\"bf553b75dc8a4647bde36ed6fd951a39\";i:19;s:32:\"f919637e76a04e8ca11d12c4f15816e4\";}s:11:\"propertyIds\";a:1:{i:0;s:32:\"1501302291cd4622b5a6097b25692db6\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"914a4ebc3bc343f8933e75b506a36720\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:12:\"Länge in cm\";s:6:\"option\";s:2:\"19\";}}s:9:\"streamIds\";a:7:{i:0;s:32:\"018dc117a8b1720a80ee55d423c975cd\";i:1;s:32:\"0191b1c7a13673d2812f61ad063b674f\";i:2;s:32:\"0191b1fb897f735b8dd8dd236f3ec42a\";i:3;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:4;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:5;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:6;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"d7af00ed12b140d8aabdaa7e79954c10\";s:5:\"stock\";i:-37;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"A629.19\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:25;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:69;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:25;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:25;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.75;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:69;s:11:\"\0*\0discount\";d:-44;s:13:\"\0*\0percentage\";d:63.77;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"A629\";s:5:\"title\";s:4:\"A629\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:26.549000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.281000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:185401;s:8:\"\0*\0title\";s:4:\"A629\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"8c824ddec004fc690c829df9848e0cc2\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.278000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"A629\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/05/e4/25/1725960868/A629.jpg?ts=1725960868\";s:11:\"\0*\0fileName\";s:4:\"A629\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0191db48d4657321bfa14583069b6434\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa14583069b6434\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:46:\"thumbnail/05/e4/25/1725960868/A629_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_280x280.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa14583069b6434\";}s:32:\"0191db48d4657321bfa14583075cfe76\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa14583075cfe76\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:46:\"thumbnail/05/e4/25/1725960868/A629_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_400x400.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa14583075cfe76\";}s:32:\"0191db48d4657321bfa1458307745708\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa1458307745708\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:46:\"thumbnail/05/e4/25/1725960868/A629_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_800x800.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa1458307745708\";}s:32:\"0191db48d4657321bfa1458308117430\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa1458308117430\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:48:\"thumbnail/05/e4/25/1725960868/A629_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_1920x1920.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa1458308117430\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/05/e4/25/1725960868/A629.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-37;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:0;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049929\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e402a97244b19c8e4e2b20beea\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e4015573bc9bc2bacbea0a9918\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0190e9efc8df73159d2b3e0b3c0a54fc\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:25;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:25;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.75;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:69;s:11:\"\0*\0discount\";d:-44;s:13:\"\0*\0percentage\";d:63.77;}s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e4015573bc9bc2bacbea0a9918\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-24 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e611c073f0864927f1a8b4c78d\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 17:55:15.618\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R541.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:2;s:32:\"1a2fafd9a3ee48b9b6ff770b16f2e65c\";i:3;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:4;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:5;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:6;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:7;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:8;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}}s:9:\"streamIds\";a:6:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:4;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:5;s:32:\"d69a2a3fd9df43859abf6868db31a021\";}s:8:\"parentId\";s:32:\"d89a04d5dfb54890bbcbf6ff7a968b8e\";s:5:\"stock\";i:-3;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R541.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:20.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:20.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:20.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.9;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:20.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R541\";s:5:\"title\";s:4:\"R541\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:43.637000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:45.389000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:181388;s:8:\"\0*\0title\";s:4:\"R541\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"81191d49d580f21c254799a60fc65b36\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:45.385000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R541\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/99/07/ac/1726746225/R541.jpg?ts=1726746225\";s:11:\"\0*\0fileName\";s:4:\"R541\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920a186e4573bbb091b257d64144dc\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d64144dc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_280x280.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d64144dc\";}s:32:\"01920a186e4573bbb091b257d6c8b7bc\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d6c8b7bc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_400x400.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d6c8b7bc\";}s:32:\"01920a186e4573bbb091b257d6fd3461\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d6fd3461\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_800x800.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d6fd3461\";}s:32:\"01920a186e4573bbb091b257d7a34b11\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d7a34b11\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:48:\"thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d7a34b11\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/99/07/ac/1726746225/R541.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-3;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049932\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e612ee72e3892c9bad0283b39c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e611c073f0864927f1a8b4c78d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"2aefcd2a2c76497b93384ed85b4c2916\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:20.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:20.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.9;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:20.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e611c073f0864927f1a8b4c78d\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e6b575729b9f5bb5c7f5d32fd3\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 18:47:01.038\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:10:\"R453.WH.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:17:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"019348ece72e726bb3fa9e1c0d986e07\";i:2;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:3;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:4;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:5;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:6;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:7;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:8;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:9;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:10;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:11;s:32:\"0193491c966e7bbb900cfd67b916583f\";i:12;s:32:\"62e12dca076d486f89b69989712d82c7\";i:13;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:14;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:15;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:16;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:11:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:2;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:3;s:32:\"8047efb602da4f4085d1d6ec793498b2\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:6;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:7;s:32:\"c3b843d5b6fd41a88b6aab11932595f6\";i:8;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:9;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";i:10;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:1;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}i:1;a:2:{s:5:\"group\";s:10:\"Steinfarbe\";s:6:\"option\";s:5:\"Weiß\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"6077bc3264944a5ea60cfd3cce2b1ab8\";i:1;s:32:\"724d6e0f51904e1eb3f6dee83eda3304\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"88993ac508034754bcc2b081785e91a0\";i:4;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:5;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:6;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:7;s:32:\"f8ca0a226f884d03958f194ca2c481f7\";}s:8:\"parentId\";s:32:\"925e57dd49c248db92c113e8393d607d\";s:5:\"stock\";i:-32;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:10:\"R453.WH.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:28;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:7:\"R453.WH\";s:5:\"title\";s:7:\"R453.WH\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:55.752000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:181862;s:8:\"\0*\0title\";s:7:\"R453.WH\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"d180bbfcbdd6e17872db0e6cba2f4503\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.469000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:7:\"R453.WH\";s:6:\"\0*\0url\";s:76:\"https://ed-bestellung.de/media/15/70/6a/1726737717/R453.WH.jpg?ts=1726737717\";s:11:\"\0*\0fileName\";s:7:\"R453.WH\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0192099699a0707387fb66da92f8be2b\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da92f8be2b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da92f8be2b\";}s:32:\"0192099699a0707387fb66da9316f712\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da9316f712\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da9316f712\";}s:32:\"0192099699a0707387fb66da937816b7\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da937816b7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da937816b7\";}s:32:\"0192099699a0707387fb66da939f7540\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da939f7540\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:51:\"thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:90:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da939f7540\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:37:\"media/15/70/6a/1726737717/R453.WH.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"becae28a47db450fa7f4916cbccc2464\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-32;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049936\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e6b68f70eda4b485651afdd9b6\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e6b575729b9f5bb5c7f5d32fd3\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"032ab6edd8d8423eb0fdfebdd3b1117e\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e6b575729b9f5bb5c7f5d32fd3\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e7327f706386c3e87329f30e04\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 19:21:48.470\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R542.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1d393c1f6eb34c9784fbd7fa68cf7534\";i:2;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:3;s:32:\"6a59604a5a6d499ca7fe6752a24cce4a\";i:4;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:5;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:6;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:7;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";}s:8:\"parentId\";s:32:\"5998be32d4fa4a30a7fcfc440b49ef2c\";s:5:\"stock\";i:1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R542.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:15;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:15;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:15;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.85;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:15;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R542\";s:5:\"title\";s:4:\"R542\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:19.293000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.115000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:266147;s:8:\"\0*\0title\";s:4:\"R542\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"5c4aa7df5bc4b38d1724c8452243e491\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.111000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R542\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/13/d0/f5/1726746381/R542.jpg?ts=1726746381\";s:11:\"\0*\0fileName\";s:4:\"R542\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920a1acc5472cb874ed1effffb42b7\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1effffb42b7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.398000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_280x280.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1effffb42b7\";}s:32:\"01920a1acc5472cb874ed1f00070cad2\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f00070cad2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_400x400.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f00070cad2\";}s:32:\"01920a1acc5472cb874ed1f0013f79a8\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f0013f79a8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_800x800.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f0013f79a8\";}s:32:\"01920a1acc5472cb874ed1f001bab31a\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f001bab31a\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:48:\"thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f001bab31a\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/13/d0/f5/1726746381/R542.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049940\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e733a770f99f72cda4587e1281\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e7327f706386c3e87329f30e04\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"96d5bbbc9c47491382f1c49205e1e51c\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:15;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:15;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.85;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:15;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e7327f706386c3e87329f30e04\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-24 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e7d9e97200959a04f94ae5ff38\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:31:10.229\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R541.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:2;s:32:\"1a2fafd9a3ee48b9b6ff770b16f2e65c\";i:3;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:4;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:5;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:6;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:7;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:8;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}}s:9:\"streamIds\";a:6:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:4;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:5;s:32:\"d69a2a3fd9df43859abf6868db31a021\";}s:8:\"parentId\";s:32:\"d89a04d5dfb54890bbcbf6ff7a968b8e\";s:5:\"stock\";i:-4;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R541.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:20.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:20.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:20.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.9;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:20.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R541\";s:5:\"title\";s:4:\"R541\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:43.637000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:45.389000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:181388;s:8:\"\0*\0title\";s:4:\"R541\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"81191d49d580f21c254799a60fc65b36\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:45.385000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R541\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/99/07/ac/1726746225/R541.jpg?ts=1726746225\";s:11:\"\0*\0fileName\";s:4:\"R541\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920a186e4573bbb091b257d64144dc\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d64144dc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_280x280.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d64144dc\";}s:32:\"01920a186e4573bbb091b257d6c8b7bc\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d6c8b7bc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_400x400.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d6c8b7bc\";}s:32:\"01920a186e4573bbb091b257d6fd3461\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d6fd3461\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_800x800.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d6fd3461\";}s:32:\"01920a186e4573bbb091b257d7a34b11\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d7a34b11\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:48:\"thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d7a34b11\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/99/07/ac/1726746225/R541.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-4;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049943\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e7db18720faf32280a22ca782c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e7d9e97200959a04f94ae5ff38\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"1fe5dc863f6d4836a5fe278a2295b50a\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:20.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:20.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.9;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:20.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e7d9e97200959a04f94ae5ff38\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e8576871f28288d61d5fe05a6e\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 17:13:20.266\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:10:\"R453.WH.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:17:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"019348ece72e726bb3fa9e1c0d986e07\";i:2;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:3;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:4;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:5;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:6;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:7;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:8;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:9;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:10;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:11;s:32:\"0193491c966e7bbb900cfd67b916583f\";i:12;s:32:\"62e12dca076d486f89b69989712d82c7\";i:13;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:14;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:15;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:16;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:11:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:2;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:3;s:32:\"8047efb602da4f4085d1d6ec793498b2\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:6;s:32:\"c3b843d5b6fd41a88b6aab11932595f6\";i:7;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:8;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";i:9;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";i:10;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";i:1;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}i:1;a:2:{s:5:\"group\";s:10:\"Steinfarbe\";s:6:\"option\";s:5:\"Weiß\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"6077bc3264944a5ea60cfd3cce2b1ab8\";i:1;s:32:\"724d6e0f51904e1eb3f6dee83eda3304\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"88993ac508034754bcc2b081785e91a0\";i:4;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:5;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:6;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:7;s:32:\"f8ca0a226f884d03958f194ca2c481f7\";}s:8:\"parentId\";s:32:\"925e57dd49c248db92c113e8393d607d\";s:5:\"stock\";i:-24;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:10:\"R453.WH.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:28;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:7:\"R453.WH\";s:5:\"title\";s:7:\"R453.WH\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:55.752000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:181862;s:8:\"\0*\0title\";s:7:\"R453.WH\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"d180bbfcbdd6e17872db0e6cba2f4503\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.469000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:7:\"R453.WH\";s:6:\"\0*\0url\";s:76:\"https://ed-bestellung.de/media/15/70/6a/1726737717/R453.WH.jpg?ts=1726737717\";s:11:\"\0*\0fileName\";s:7:\"R453.WH\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0192099699a0707387fb66da92f8be2b\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da92f8be2b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da92f8be2b\";}s:32:\"0192099699a0707387fb66da9316f712\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da9316f712\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da9316f712\";}s:32:\"0192099699a0707387fb66da937816b7\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da937816b7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da937816b7\";}s:32:\"0192099699a0707387fb66da939f7540\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da939f7540\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:51:\"thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:90:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da939f7540\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:37:\"media/15/70/6a/1726737717/R453.WH.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"becae28a47db450fa7f4916cbccc2464\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-24;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049947\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e858997242af260594731a2d6f\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e8576871f28288d61d5fe05a6e\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"9d2dcb44a658490da89f15a718219da7\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e8576871f28288d61d5fe05a6e\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e91bd0716285f089c37a30e48d\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:09:55.428\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R542.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1d393c1f6eb34c9784fbd7fa68cf7534\";i:2;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:3;s:32:\"6a59604a5a6d499ca7fe6752a24cce4a\";i:4;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:5;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:6;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:7;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";}s:8:\"parentId\";s:32:\"5998be32d4fa4a30a7fcfc440b49ef2c\";s:5:\"stock\";i:-4;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R542.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:15;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:15;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:15;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.85;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:15;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R542\";s:5:\"title\";s:4:\"R542\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:19.293000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.115000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:266147;s:8:\"\0*\0title\";s:4:\"R542\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"5c4aa7df5bc4b38d1724c8452243e491\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.111000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R542\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/13/d0/f5/1726746381/R542.jpg?ts=1726746381\";s:11:\"\0*\0fileName\";s:4:\"R542\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920a1acc5472cb874ed1effffb42b7\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1effffb42b7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.398000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_280x280.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1effffb42b7\";}s:32:\"01920a1acc5472cb874ed1f00070cad2\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f00070cad2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_400x400.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f00070cad2\";}s:32:\"01920a1acc5472cb874ed1f0013f79a8\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f0013f79a8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_800x800.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f0013f79a8\";}s:32:\"01920a1acc5472cb874ed1f001bab31a\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f001bab31a\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:48:\"thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f001bab31a\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/13/d0/f5/1726746381/R542.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-4;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049950\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e91d0c735a92000f4f74520513\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e91bd0716285f089c37a30e48d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"68bfdce7b13d4202bc1dfa53a7a8354e\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:15;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:15;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.85;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:15;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e91bd0716285f089c37a30e48d\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193ef3032df725aa73fef0eca7cf2f5\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725661\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725661\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 19:16:19.480\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R533.63\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"05ae336636674c8785f78ddf2dac6984\";i:2;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:3;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:4;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:5;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:6;s:32:\"9d8b8cc181ea4ce4b94f4d877bfb34de\";i:7;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"05ae336636674c8785f78ddf2dac6984\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"63\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";}s:8:\"parentId\";s:32:\"9cf0994919dd4ad68353827cbca10120\";s:5:\"stock\";i:0;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R533.63\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:13.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:13.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:13.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:13.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R533\";s:5:\"title\";s:4:\"R533\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:32.001000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:33.721000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:157232;s:8:\"\0*\0title\";s:4:\"R533\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"0e64b213fca3d5b9c16e2999f0c6c601\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:33.719000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R533\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/6c/f6/60/1726743753/R533.jpg?ts=1726743753\";s:11:\"\0*\0fileName\";s:4:\"R533\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"019209f2b5ba73499bf855242f9951cb\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf855242f9951cb\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:46:\"thumbnail/6c/f6/60/1726743753/R533_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_280x280.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf855242f9951cb\";}s:32:\"019209f2b5ba73499bf855242fb75972\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf855242fb75972\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:46:\"thumbnail/6c/f6/60/1726743753/R533_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_400x400.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf855242fb75972\";}s:32:\"019209f2b5ba73499bf8552430a43f06\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf8552430a43f06\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:46:\"thumbnail/6c/f6/60/1726743753/R533_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_800x800.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf8552430a43f06\";}s:32:\"019209f2b5ba73499bf8552430c40677\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf8552430c40677\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:48:\"thumbnail/6c/f6/60/1726743753/R533_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_1920x1920.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf8552430c40677\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/6c/f6/60/1726743753/R533.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:0;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049953\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef30341d7080bbba561fdc80fb9c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef3032df725aa73fef0eca7cf2f5\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"7c967fc2a27347dca40ab8ff515b59d1\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:13.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:13.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:13.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193ef3032df725aa73fef0eca7cf2f5\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193ef30b4f772e38e53c27bbd9808d0\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725661\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725661\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:01:56.014\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R452.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:15:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:3;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:4;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:5;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:6;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:7;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:8;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:9;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:10;s:32:\"62e12dca076d486f89b69989712d82c7\";i:11;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:12;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:13;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:14;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1a2fafd9a3ee48b9b6ff770b16f2e65c\";i:2;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:6;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:7;s:32:\"c3b843d5b6fd41a88b6aab11932595f6\";i:8;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}}s:9:\"streamIds\";a:7:{i:0;s:32:\"018adb3d749170e58ee58d22161d262d\";i:1;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:2;s:32:\"88993ac508034754bcc2b081785e91a0\";i:3;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:4;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:5;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:6;s:32:\"d69a2a3fd9df43859abf6868db31a021\";}s:8:\"parentId\";s:32:\"e3f839b2b581476a967a7fdbb6ed0237\";s:5:\"stock\";i:-11;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R452.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:17.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:17.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:17.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.33;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:17.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R452\";s:5:\"title\";s:4:\"R452\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:08.662000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.353000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:137996;s:8:\"\0*\0title\";s:4:\"R452\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"8680454161d5615343698e595055db45\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.349000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R452\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/44/b4/69/1726737610/R452.jpg?ts=1726737610\";s:11:\"\0*\0fileName\";s:4:\"R452\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920994f80072b3a04309c2c50f4536\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c50f4536\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.755000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:46:\"thumbnail/44/b4/69/1726737610/R452_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_280x280.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c50f4536\";}s:32:\"01920994f80072b3a04309c2c56d3064\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c56d3064\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.756000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:46:\"thumbnail/44/b4/69/1726737610/R452_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_400x400.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c56d3064\";}s:32:\"01920994f80072b3a04309c2c5c00fbf\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c5c00fbf\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.756000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:46:\"thumbnail/44/b4/69/1726737610/R452_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_800x800.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c5c00fbf\";}s:32:\"01920994f80072b3a04309c2c60338ca\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c60338ca\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.756000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:48:\"thumbnail/44/b4/69/1726737610/R452_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_1920x1920.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c60338ca\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/44/b4/69/1726737610/R452.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"f093383aad7442afa2d231e9141b4c17\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-11;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049957\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef30b63f73c5825caa2cf3213301\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef30b4f772e38e53c27bbd9808d0\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"48a5c2cae50d4fc888a25934b07ad70c\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:17.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:17.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.33;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:17.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193ef30b4f772e38e53c27bbd9808d0\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193ef32742d71a1a49ddb891b6e5131\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725662\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725662\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:00:06.828\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R416.68\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:23:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"c363f43d4e404db59853cbefb0bd7069\";i:3;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:4;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:5;s:32:\"ba7ed83336394da8930566d49b4de149\";i:6;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:7;s:32:\"6a744a43a013490e8eef51a30267fd8a\";i:8;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:9;s:32:\"48647050b43e4f788ebf75cf8dfe47e3\";i:10;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:11;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:12;s:32:\"ec742202a1064ee1b37c74e6d76265e6\";i:13;s:32:\"31929c4aca794860a2b9492cfb1cdf06\";i:14;s:32:\"4d7e6a9cde8747c5baba9de732b9f815\";i:15;s:32:\"23e6e97ababe48a29f2490cc04b83952\";i:16;s:32:\"635db790c24849a18cbe662a90d5a248\";i:17;s:32:\"7831b4af0bd34445b6b55eb60f12dfe5\";i:18;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:19;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:20;s:32:\"bdf5e705952b4ac98ee9cffd7710ea50\";i:21;s:32:\"e47d435eea744852a1a539dc21a67bc2\";i:22;s:32:\"ea11a0b4ba374b5399ee054026568387\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"2805fe839afe4d719418670066c0a8d7\";i:2;s:32:\"432467c67c0a49b5a26d22b3a5b8c8e3\";i:3;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:4;s:32:\"94e26ce318214b68971be6fb1b029a86\";i:5;s:32:\"9cdc7f88ad614403abf3d2a607e20cf7\";i:6;s:32:\"9d00bdc082c04858867a8f5f4ecf6190\";i:7;s:32:\"a57e0e90fa614ccc93349af234ed690f\";i:8;s:32:\"f9c6446c61a14b6b950a4acd3b77fa50\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"432467c67c0a49b5a26d22b3a5b8c8e3\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"68\";}}s:9:\"streamIds\";a:7:{i:0;s:32:\"3ba8d0d5397745b28125da55344960b2\";i:1;s:32:\"46a7939fbccb40bbb34ddf532c409f95\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:4;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:5;s:32:\"e3778567b56f40a4910c03a14221e8ad\";i:6;s:32:\"fab893178f57434394bd43941846738f\";}s:8:\"parentId\";s:32:\"d26f13e08bee429eb7c5713cc5c7d2ca\";s:5:\"stock\";i:-1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R416.68\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:28;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R416\";s:5:\"title\";s:4:\"R416\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:39.820000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.370000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:365111;s:8:\"\0*\0title\";s:4:\"R416\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"363ae49ea255852006d72d5e8a6089dd\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.367000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R416\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/44/36/a5/1727248841/R416.jpg?ts=1727248841\";s:11:\"\0*\0fileName\";s:4:\"R416\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0192280dbb4d717f814fc9c40f29cbbd\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c40f29cbbd\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:46:\"thumbnail/44/36/a5/1727248841/R416_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_280x280.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c40f29cbbd\";}s:32:\"0192280dbb4d717f814fc9c40fe75d14\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c40fe75d14\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:46:\"thumbnail/44/36/a5/1727248841/R416_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_400x400.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c40fe75d14\";}s:32:\"0192280dbb4d717f814fc9c410d15570\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c410d15570\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:46:\"thumbnail/44/36/a5/1727248841/R416_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_800x800.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c410d15570\";}s:32:\"0192280dbb4d717f814fc9c4113e3092\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c4113e3092\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:48:\"thumbnail/44/36/a5/1727248841/R416_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_1920x1920.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c4113e3092\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/44/36/a5/1727248841/R416.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-1;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049960\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef32764f71f0abe610bfc2031309\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef32742d71a1a49ddb891b6e5131\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"3e45839fd62149b5ab20332fd7925fdc\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193ef32742d71a1a49ddb891b6e5131\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193ef347cb170b2a0cd8a269717e911\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725663\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725663\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 15:28:00.273\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:10:\"DS2C.BI.50\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:32:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"4b9db8a420af4e5e9880c115fe932362\";i:3;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:4;s:32:\"595443089bf944398b8568193c218803\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:10;s:32:\"64eae93739214024a9c8766b43941bc5\";i:11;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:12;s:32:\"48647050b43e4f788ebf75cf8dfe47e3\";i:13;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:14;s:32:\"62cc073d246c4a669324649021be6baf\";i:15;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:16;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:17;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:18;s:32:\"c363f43d4e404db59853cbefb0bd7069\";i:19;s:32:\"0447f6c1f3e54521936efadd8db78dc4\";i:20;s:32:\"068db263e33845829e874a8c4aa32d87\";i:21;s:32:\"200231c145b64c7f936fa6f47175739c\";i:22;s:32:\"3ccba5fc7c8740368843d98469812c6b\";i:23;s:32:\"63302c2f386148a9bab6b79b189e74a2\";i:24;s:32:\"67434ea6f1aa45db83e72d59650f9644\";i:25;s:32:\"691288f242374a26aee4efff9fb06487\";i:26;s:32:\"a1a1c1bf8d944d9d88633865a6cf87ac\";i:27;s:32:\"bf3e609b320741a990d761ec9e2de0b9\";i:28;s:32:\"c82ff124b1364381b541e46dcb735549\";i:29;s:32:\"e08b896c36ea495aa65599502c35b26a\";i:30;s:32:\"fcd9fbc81d3849fabd65f2adf11fd59c\";i:31;s:32:\"fd9f1d01d8d2430aa12b7077479dc7a4\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:1;s:32:\"33c3d8b79dd643c8ab92f49afc73c85b\";i:2;s:32:\"793107983097469bb866889ce7718bc5\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"94d24655eda749bd92d69dbec5af6909\";i:5;s:32:\"9fbc32e4b6ca46db95c3dbf79e65e2fa\";i:6;s:32:\"e3b5c0a533b846268df623cd8219abcb\";i:7;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:8;s:32:\"f65f86dd25e04da8b9fef7193e7ca262\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:4:{i:0;s:32:\"94d24655eda749bd92d69dbec5af6909\";i:1;s:32:\"e3b5c0a533b846268df623cd8219abcb\";i:2;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:3;s:32:\"f65f86dd25e04da8b9fef7193e7ca262\";}s:7:\"options\";a:4:{i:0;a:2:{s:5:\"group\";s:12:\"Länge in cm\";s:6:\"option\";s:2:\"50\";}i:1;a:2:{s:5:\"group\";s:5:\"Marke\";s:6:\"option\";s:14:\"ERNSTES DESIGN\";}i:2;a:2:{s:5:\"group\";s:8:\"Material\";s:6:\"option\";s:27:\"Bicolor: Edelstahl/Gelbgold\";}i:3;a:2:{s:5:\"group\";s:7:\"Produkt\";s:6:\"option\";s:14:\"Seile & Ketten\";}}s:9:\"streamIds\";a:6:{i:0;s:32:\"46a7939fbccb40bbb34ddf532c409f95\";i:1;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:2;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:3;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:4;s:32:\"9d539d7e703b4f33b5ff5c9def5822de\";i:5;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"17572e8df0e24c80b06b24e7d50e752e\";s:5:\"stock\";i:-20;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:10:\"DS2C.BI.50\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:21;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:21;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:21;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.99;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:21;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"48de814d641547d8b7701f5667b97854\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:5:\"title\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:53.892000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:55.449000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:120410;s:8:\"\0*\0title\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"b0588d7f15cb04b6bf9cfa3a7b90febc\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:55.446000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:6:\"\0*\0url\";s:76:\"https://ed-bestellung.de/media/01/78/83/1711364575/DS2C.Bi.jpg?ts=1711364575\";s:11:\"\0*\0fileName\";s:7:\"DS2C.Bi\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"018e75471565704d8a45bb01b56bc993\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b56bc993\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.615000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:49:\"thumbnail/01/78/83/1711364575/DS2C.Bi_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_280x280.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b56bc993\";}s:32:\"018e75471565704d8a45bb01b5aa778f\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b5aa778f\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:49:\"thumbnail/01/78/83/1711364575/DS2C.Bi_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_400x400.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b5aa778f\";}s:32:\"018e75471565704d8a45bb01b64dd68c\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b64dd68c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:49:\"thumbnail/01/78/83/1711364575/DS2C.Bi_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_800x800.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b64dd68c\";}s:32:\"018e75471565704d8a45bb01b6b332b9\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b6b332b9\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:51:\"thumbnail/01/78/83/1711364575/DS2C.Bi_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:90:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_1920x1920.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b6b332b9\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:37:\"media/01/78/83/1711364575/DS2C.Bi.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"48de814d641547d8b7701f5667b97854\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-20;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryTime\":5:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:14:\"2 - 4 Werktage\";s:6:\"\0*\0min\";i:2;s:6:\"\0*\0max\";i:4;s:7:\"\0*\0unit\";s:3:\"day\";}s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049963\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef347e107226b59bcdba66f6e724\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef347cb170b2a0cd8a269717e911\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"d758548d62314c47aa28cc4086d11d0b\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:21;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:21;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.99;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:21;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193ef347cb170b2a0cd8a269717e911\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193ef3608a371d2a5a2d651284da699\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725664\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725664\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:52:44.027\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:8:\"AK25C.50\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:34:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"4b9db8a420af4e5e9880c115fe932362\";i:3;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:4;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:5;s:32:\"ec742202a1064ee1b37c74e6d76265e6\";i:6;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:7;s:32:\"595443089bf944398b8568193c218803\";i:8;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:9;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:10;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:11;s:32:\"64eae93739214024a9c8766b43941bc5\";i:12;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:13;s:32:\"48647050b43e4f788ebf75cf8dfe47e3\";i:14;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:15;s:32:\"62cc073d246c4a669324649021be6baf\";i:16;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:17;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:18;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:19;s:32:\"c363f43d4e404db59853cbefb0bd7069\";i:20;s:32:\"0447f6c1f3e54521936efadd8db78dc4\";i:21;s:32:\"05aec327c38d404999a84ce5b02beeed\";i:22;s:32:\"068db263e33845829e874a8c4aa32d87\";i:23;s:32:\"200231c145b64c7f936fa6f47175739c\";i:24;s:32:\"3ccba5fc7c8740368843d98469812c6b\";i:25;s:32:\"63302c2f386148a9bab6b79b189e74a2\";i:26;s:32:\"67434ea6f1aa45db83e72d59650f9644\";i:27;s:32:\"691288f242374a26aee4efff9fb06487\";i:28;s:32:\"a1a1c1bf8d944d9d88633865a6cf87ac\";i:29;s:32:\"bf3e609b320741a990d761ec9e2de0b9\";i:30;s:32:\"c82ff124b1364381b541e46dcb735549\";i:31;s:32:\"e08b896c36ea495aa65599502c35b26a\";i:32;s:32:\"fcd9fbc81d3849fabd65f2adf11fd59c\";i:33;s:32:\"fd9f1d01d8d2430aa12b7077479dc7a4\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"31cfa8df71ff49cd880ae82f12446247\";i:1;s:32:\"33c3d8b79dd643c8ab92f49afc73c85b\";i:2;s:32:\"793107983097469bb866889ce7718bc5\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"94d24655eda749bd92d69dbec5af6909\";i:5;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:6;s:32:\"e3b5c0a533b846268df623cd8219abcb\";i:7;s:32:\"f0431852cc0e479f917cb906018af198\";i:8;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"94d24655eda749bd92d69dbec5af6909\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:12:\"Länge in cm\";s:6:\"option\";s:2:\"50\";}}s:9:\"streamIds\";a:25:{i:0;s:32:\"019127c125f573a8925d2bc4536eba84\";i:1;s:32:\"01912c9969b973a68c6f752918f7f749\";i:2;s:32:\"06a67dca2aa24b70bf178b8753c2839a\";i:3;s:32:\"073380f623d64a62aa77031d7acd19db\";i:4;s:32:\"1b504483e67548bd94717ce8612852b3\";i:5;s:32:\"3661a489aa9f4247a57c7ec486d1c828\";i:6;s:32:\"389b66aa7eee4e648d903c48687e85d1\";i:7;s:32:\"3b75bd0c402f4b4585bf07c56de02f0e\";i:8;s:32:\"46a7939fbccb40bbb34ddf532c409f95\";i:9;s:32:\"4f240757250b44a286d2e2cd2baee6e9\";i:10;s:32:\"523d91f4fcb24092875627e254dfd463\";i:11;s:32:\"60f1b824a7e04e27bcaa77401aa7901d\";i:12;s:32:\"65755f13a732451893b84e5cdbcc5f73\";i:13;s:32:\"6d6d423469ae45e7b688ca60efa80243\";i:14;s:32:\"75dc4d9c7d7949439fc82eb20fe23ea8\";i:15;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:16;s:32:\"7e2cfcb733e64244bbe02cf0b5f2daa4\";i:17;s:32:\"7f5026066f95428b8e79610803920804\";i:18;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:19;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:20;s:32:\"ac06c48ffe554c03b720939ef0b7d743\";i:21;s:32:\"d04061898a3e4a7185403b89365fd9cd\";i:22;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";i:23;s:32:\"e74964a46d364bac85f12085ae7094ad\";i:24;s:32:\"ff73a191ffa14f61b924f3b931503340\";}s:8:\"parentId\";s:32:\"ccd3d88012aa42dbbbb0d51463b626a5\";s:5:\"stock\";i:0;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:8:\"AK25C.50\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:16.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:16.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:16.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:16.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"bb0f359a551644f0a3fd2b399b4484a1\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";N;s:5:\"title\";N;s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-07-08 12:33:47.078000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:22:54.158000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";s:32:\"3f985a6d698543dfabbd1af9e112e73f\";s:11:\"\0*\0mimeType\";s:9:\"image/png\";s:16:\"\0*\0fileExtension\";s:3:\"png\";s:11:\"\0*\0fileSize\";i:243968;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:156:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}\";s:11:\"\0*\0metaData\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"type\";i:3;}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:22:54.157000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:74:\"https://ed-bestellung.de/media/f0/c7/38/1691742174/ak25c.png?ts=1691742174\";s:11:\"\0*\0fileName\";s:5:\"ak25c\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:35:\"media/f0/c7/38/1691742174/ak25c.png\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"bb0f359a551644f0a3fd2b399b4484a1\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:0;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049967\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef360a0570f7bc81b92158960a77\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef3608a371d2a5a2d651284da699\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"f3cd60abee6b4fadb31a08411c265148\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:16.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:16.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:16.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193ef3608a371d2a5a2d651284da699\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193ef37442073d0b352714092892253\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725665\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725665\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-07-30 11:16:45.731\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"A645.GR\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:20:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:2;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:3;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:6;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:7;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:8;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:9;s:32:\"d97cccacd7734165a653686db6300e7c\";i:10;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:11;s:32:\"46398b1b21fc45e98521fbd404773c79\";i:12;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:13;s:32:\"2f563f9736744705a1c56c7727434e3f\";i:14;s:32:\"8d98c038a81248ccaa597daf100c00b3\";i:15;s:32:\"90e8c49f111f4518affb4cbf2805b242\";i:16;s:32:\"95006e0dd1b34675a9ef8735d8f87322\";i:17;s:32:\"9f6f003af1324eaa8d9dbc164b07302b\";i:18;s:32:\"dbfcdbfc097d4573a466033d791b2bbc\";i:19;s:32:\"f919637e76a04e8ca11d12c4f15816e4\";}s:11:\"propertyIds\";a:1:{i:0;s:32:\"8047efb602da4f4085d1d6ec793498b2\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f718e31f0ed244c982f5a3a83d8d3ec7\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:17:\"Armspangengröße\";s:6:\"option\";s:2:\"GR\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"01912be23f0e7d6584cc0fb43e19c639\";i:1;s:32:\"0191b1c7a13673d2812f61ad063b674f\";i:2;s:32:\"0191b1fb897f735b8dd8dd236f3ec42a\";i:3;s:32:\"6077bc3264944a5ea60cfd3cce2b1ab8\";i:4;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:5;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:6;s:32:\"88993ac508034754bcc2b081785e91a0\";i:7;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";}s:8:\"parentId\";s:32:\"32a18f3cdf184d099d36423fd0a82353\";s:5:\"stock\";i:-6;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"A645.GR\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:35;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:95;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:35;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:35;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:6.65;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:35;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:95;s:11:\"\0*\0discount\";d:-60;s:13:\"\0*\0percentage\";d:63.16;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8a77170d21e04071b820263979316fdf\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"A645\";s:5:\"title\";s:4:\"A645\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:13.878000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:15.505000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:180063;s:8:\"\0*\0title\";s:4:\"A645\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"0857adf7d68af4fbaa8e81fe12a5d7ad\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:15.502000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"A645\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/86/e9/e8/1725959475/A645.jpg?ts=1725959475\";s:11:\"\0*\0fileName\";s:4:\"A645\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0191db3394f6706092c9729d5d37ded6\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5d37ded6\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.475000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:46:\"thumbnail/86/e9/e8/1725959475/A645_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_280x280.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5d37ded6\";}s:32:\"0191db3394f6706092c9729d5e23ca50\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5e23ca50\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:46:\"thumbnail/86/e9/e8/1725959475/A645_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_400x400.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5e23ca50\";}s:32:\"0191db3394f6706092c9729d5e918414\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5e918414\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:46:\"thumbnail/86/e9/e8/1725959475/A645_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_800x800.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5e918414\";}s:32:\"0191db3394f6706092c9729d5eb56177\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5eb56177\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:48:\"thumbnail/86/e9/e8/1725959475/A645_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_1920x1920.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5eb56177\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/86/e9/e8/1725959475/A645.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8a77170d21e04071b820263979316fdf\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-6;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:0;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049970\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef3745e572a99cce94e2c940c0c6\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef37442073d0b352714092892253\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0191035b601e73c38bed2d189f3a2136\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:35;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:35;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:6.65;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:35;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:95;s:11:\"\0*\0discount\";d:-60;s:13:\"\0*\0percentage\";d:63.16;}s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193ef37442073d0b352714092892253\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-24 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}}}s:11:\"\0*\0location\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\ShippingLocation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0country\";O:42:\"Shopware\\Core\\System\\Country\\CountryEntity\":38:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:30:\"country_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"3dcdbf506e5647d6b1e8800d8cac0d7b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:4:\"name\";s:11:\"Deutschland\";s:12:\"customFields\";a:0:{}s:13:\"addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-26 10:13:42.217000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-01 06:20:54.987000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:7:\"country\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:11:\"Deutschland\";s:6:\"\0*\0iso\";s:2:\"DE\";s:11:\"\0*\0position\";i:1;s:9:\"\0*\0active\";b:1;s:20:\"\0*\0shippingAvailable\";b:1;s:7:\"\0*\0iso3\";s:3:\"DEU\";s:29:\"\0*\0displayStateInRegistration\";b:0;s:27:\"\0*\0forceStateInRegistration\";b:0;s:20:\"\0*\0checkVatIdPattern\";b:0;s:15:\"\0*\0vatIdPattern\";s:7:\"DE\\d{9}\";s:16:\"\0*\0vatIdRequired\";b:0;s:14:\"\0*\0customerTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:13:\"\0*\0companyTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:9:\"\0*\0states\";N;s:15:\"\0*\0translations\";N;s:17:\"\0*\0orderAddresses\";N;s:20:\"\0*\0customerAddresses\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:11:\"\0*\0taxRules\";N;s:27:\"\0*\0currencyCountryRoundings\";N;s:21:\"\0*\0postalCodeRequired\";b:1;s:7:\"\0*\0isEu\";b:1;s:25:\"\0*\0checkPostalCodePattern\";b:1;s:33:\"\0*\0checkAdvancedPostalCodePattern\";b:0;s:28:\"\0*\0advancedPostalCodePattern\";N;s:27:\"\0*\0defaultPostalCodePattern\";s:5:\"\\d{5}\";s:16:\"\0*\0addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"3dcdbf506e5647d6b1e8800d8cac0d7b\";}s:8:\"\0*\0state\";N;s:10:\"\0*\0address\";O:79:\"Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressEntity\":29:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:39:\"customer_address_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"df0e4558f89044c08f9b8e7b82ab5b45\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-11-15 10:26:49.824000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-02-19 07:47:49.356000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:16:\"customer_address\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:13:\"\0*\0customerId\";s:32:\"644423cd0cd24684b52ae20c6843d5db\";s:12:\"\0*\0countryId\";s:32:\"3dcdbf506e5647d6b1e8800d8cac0d7b\";s:17:\"\0*\0countryStateId\";N;s:15:\"\0*\0salutationId\";s:32:\"75ebacb5fc3147288385ce3278f0316e\";s:12:\"\0*\0firstName\";s:4:\"Theo\";s:11:\"\0*\0lastName\";s:7:\"Rötten\";s:10:\"\0*\0zipcode\";s:5:\"46399\";s:7:\"\0*\0city\";s:7:\"Bocholt\";s:10:\"\0*\0company\";N;s:13:\"\0*\0department\";N;s:8:\"\0*\0title\";N;s:9:\"\0*\0street\";s:18:\"Bekendorfsweide 35\";s:14:\"\0*\0phoneNumber\";N;s:25:\"\0*\0additionalAddressLine1\";N;s:25:\"\0*\0additionalAddressLine2\";N;s:10:\"\0*\0country\";r:10621;s:15:\"\0*\0countryState\";N;s:13:\"\0*\0salutation\";O:48:\"Shopware\\Core\\System\\Salutation\\SalutationEntity\":19:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:33:\"salutation_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"75ebacb5fc3147288385ce3278f0316e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:11:\"displayName\";s:4:\"Herr\";s:10:\"letterName\";s:18:\"Sehr geehrter Herr\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-26 10:13:42.211000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:42:07.881000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:10:\"salutation\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:16:\"\0*\0salutationKey\";s:2:\"mr\";s:14:\"\0*\0displayName\";s:4:\"Herr\";s:13:\"\0*\0letterName\";s:18:\"Sehr geehrter Herr\";s:15:\"\0*\0translations\";N;s:12:\"\0*\0customers\";N;s:20:\"\0*\0customerAddresses\";N;s:17:\"\0*\0orderCustomers\";N;s:17:\"\0*\0orderAddresses\";N;s:23:\"\0*\0newsletterRecipients\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"75ebacb5fc3147288385ce3278f0316e\";}s:11:\"\0*\0customer\";N;s:15:\"\0*\0customFields\";a:1:{s:12:\"address_type\";s:8:\"shipping\";}s:5:\"\0*\0id\";s:32:\"df0e4558f89044c08f9b8e7b82ab5b45\";}}s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}s:17:\"\0*\0shippingMethod\";O:52:\"Shopware\\Core\\Checkout\\Shipping\\ShippingMethodEntity\":32:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"shipping_method_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:4:{s:4:\"name\";s:8:\"Standard\";s:12:\"customFields\";a:0:{}s:11:\"description\";N;s:11:\"trackingUrl\";N;}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-26 10:13:42.797000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-05 09:20:20.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"shipping_method\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:8:\"Standard\";s:9:\"\0*\0active\";b:1;s:11:\"\0*\0position\";i:1;s:14:\"\0*\0description\";N;s:14:\"\0*\0trackingUrl\";N;s:17:\"\0*\0deliveryTimeId\";s:32:\"d0291a3410294c55aee760566cc08dd4\";s:15:\"\0*\0deliveryTime\";O:52:\"Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeEntity\":17:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:36:\"delivery_time_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"d0291a3410294c55aee760566cc08dd4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:2:{s:4:\"name\";s:14:\"2 - 4 Werktage\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-02-01 13:03:33.645000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:42:15.255000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:13:\"delivery_time\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:14:\"2 - 4 Werktage\";s:6:\"\0*\0min\";i:2;s:6:\"\0*\0max\";i:4;s:7:\"\0*\0unit\";s:3:\"day\";s:18:\"\0*\0shippingMethods\";N;s:15:\"\0*\0translations\";N;s:11:\"\0*\0products\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"d0291a3410294c55aee760566cc08dd4\";}s:15:\"\0*\0translations\";N;s:18:\"\0*\0orderDeliveries\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:19:\"\0*\0availabilityRule\";N;s:21:\"\0*\0availabilityRuleId\";s:32:\"da3ac5a0bb8e4657a78e9b98f5656fd5\";s:9:\"\0*\0prices\";O:91:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:11:{s:32:\"01936810d5797ff1b3b5d08dbc9cdbbe\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01936810d5797ff1b3b5d08dbc9cdbbe\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-11-26 10:43:51.653000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"0193680dddd970119bb3982615a40950\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:39.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:15;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01936810d5797ff1b3b5d08dbc9cdbbe\";}s:32:\"019368111e3d7a74b8ef084a164ba7f7\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019368111e3d7a74b8ef084a164ba7f7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-11-26 10:43:51.653000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-05 09:20:20.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"0193680dddd970119bb3982615a40950\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:90;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019368111e3d7a74b8ef084a164ba7f7\";}s:32:\"01936811367671eca2e9c886ebbb0d31\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01936811367671eca2e9c886ebbb0d31\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-11-26 10:43:51.653000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"0193680ec75f7eed822e403e9cee4325\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:39.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:15;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01936811367671eca2e9c886ebbb0d31\";}s:32:\"01936811977f79059b45f1a4b5d51fca\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01936811977f79059b45f1a4b5d51fca\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-11-26 10:43:51.653000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-05 09:20:20.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"0193680ec75f7eed822e403e9cee4325\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:90;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01936811977f79059b45f1a4b5d51fca\";}s:32:\"01936811ab4a786ea4193b2b046e8a70\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01936811ab4a786ea4193b2b046e8a70\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-11-26 10:43:51.653000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"0193680d02647f20bef246e491801607\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:39.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:15;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01936811ab4a786ea4193b2b046e8a70\";}s:32:\"01936811e3417efc9b677d5972647ab3\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01936811e3417efc9b677d5972647ab3\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-11-26 10:43:51.654000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-05 09:20:20.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"0193680d02647f20bef246e491801607\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:90;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01936811e3417efc9b677d5972647ab3\";}s:32:\"5eb870e9f0c1428e92ad69aa8c27c457\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"5eb870e9f0c1428e92ad69aa8c27c457\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-02-02 19:49:35.152000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-05 09:20:20.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"927794203adc4a079e03fed6d6531484\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:90;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"5eb870e9f0c1428e92ad69aa8c27c457\";}s:32:\"ad73f7a7ad6949439acab0b56f7a03ec\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"ad73f7a7ad6949439acab0b56f7a03ec\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-02-02 19:49:35.152000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:42:16.058000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"927794203adc4a079e03fed6d6531484\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:39.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:12.61;s:8:\"\0*\0gross\";d:15;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"ad73f7a7ad6949439acab0b56f7a03ec\";}s:32:\"c9471d27bec54ac7a4413086c1ec9cb2\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"c9471d27bec54ac7a4413086c1ec9cb2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-26 10:13:42.801000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:42:16.058000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"a7ee0560c8f94e509cddeead2a2800e8\";s:14:\"\0*\0calculation\";i:1;s:16:\"\0*\0quantityStart\";d:0;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"c9471d27bec54ac7a4413086c1ec9cb2\";}s:32:\"d8887e7631464fc6a37377f66aa6ba8c\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"d8887e7631464fc6a37377f66aa6ba8c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-02-02 19:49:35.151000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:42:16.058000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"9f50bea2f50840f6a238fcc2f47d69c5\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:39.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:5.04;s:8:\"\0*\0gross\";d:6;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"d8887e7631464fc6a37377f66aa6ba8c\";}s:32:\"ff1081b90f1043c3b867941f0b5ba9cd\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"ff1081b90f1043c3b867941f0b5ba9cd\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-02-02 19:49:35.152000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:42:16.058000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"9f50bea2f50840f6a238fcc2f47d69c5\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:40;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"ff1081b90f1043c3b867941f0b5ba9cd\";}}}s:10:\"\0*\0mediaId\";N;s:8:\"\0*\0taxId\";N;s:8:\"\0*\0media\";N;s:7:\"\0*\0tags\";N;s:10:\"\0*\0taxType\";s:4:\"auto\";s:16:\"\0*\0technicalName\";s:17:\"shipping_standard\";s:6:\"\0*\0tax\";N;s:20:\"\0*\0appShippingMethod\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";}s:16:\"\0*\0shippingCosts\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:0;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:0;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:0;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:0;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}}}}s:15:\"\0*\0transactions\";O:68:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\TransactionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:58:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\Transaction\":4:{s:13:\"\0*\0extensions\";a:0:{}s:9:\"\0*\0amount\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:456.37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:456.37;s:18:\"\0*\0calculatedTaxes\";r:11;s:11:\"\0*\0taxRules\";r:19;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:18:\"\0*\0paymentMethodId\";s:32:\"45abc463c61743d290789ddc5705dda7\";s:19:\"\0*\0validationStruct\";N;}}}s:11:\"\0*\0modified\";b:0;s:18:\"\0*\0customerComment\";N;s:16:\"\0*\0affiliateCode\";N;s:15:\"\0*\0campaignCode\";N;s:9:\"\0*\0source\";N;s:7:\"\0*\0hash\";N;s:12:\"\0*\0errorHash\";s:0:\"\";s:38:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0data\";N;s:41:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0ruleIds\";a:12:{i:0;s:32:\"9986489395d84086ba454e58b3fb0cd3\";i:1;s:32:\"d32beefb72e943dc9ed726ccf77b03a2\";i:2;s:32:\"e4382fa297674cb98d82dc29b451c919\";i:3;s:32:\"df6c140c383e4a85928e343598a2a882\";i:4;s:32:\"018b18a3f9317975b7c095ab451a5577\";i:5;s:32:\"a1769abbb46e4074aa614082d363f11c\";i:6;s:32:\"a7ee0560c8f94e509cddeead2a2800e8\";i:7;s:32:\"ad0d8f7bb1d94611a4f40b4c480448f5\";i:8;s:32:\"c186d08ad1ec44c5aa2c02889b245d1d\";i:9;s:32:\"d24d6d27fdcd46c5b2c4146ac3a0b272\";i:10;s:32:\"da3ac5a0bb8e4657a78e9b98f5656fd5\";i:11;s:32:\"dba6219d20fc48f78eec51fdb4de6403\";}s:42:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0behavior\";O:40:\"Shopware\\Core\\Checkout\\Cart\\CartBehavior\":4:{s:13:\"\0*\0extensions\";a:0:{}s:53:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0permissions\";a:0:{}s:51:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0hookAware\";b:1;s:57:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0isRecalculation\";b:0;}s:8:\"\0*\0token\";s:32:\"mRZKEd4togwbXKJb1qO1NLvGdeEPaYlM\";s:9:\"\0*\0states\";a:0:{}}' , '[\"9986489395d84086ba454e58b3fb0cd3\",\"d32beefb72e943dc9ed726ccf77b03a2\",\"e4382fa297674cb98d82dc29b451c919\",\"df6c140c383e4a85928e343598a2a882\",\"018b18a3f9317975b7c095ab451a5577\",\"a1769abbb46e4074aa614082d363f11c\",\"a7ee0560c8f94e509cddeead2a2800e8\",\"ad0d8f7bb1d94611a4f40b4c480448f5\",\"c186d08ad1ec44c5aa2c02889b245d1d\",\"d24d6d27fdcd46c5b2c4146ac3a0b272\",\"da3ac5a0bb8e4657a78e9b98f5656fd5\",\"dba6219d20fc48f78eec51fdb4de6403\"]' , 0 , '2024-12-22 16:33:19.162' )
ON DUPLICATE KEY UPDATE `payload` = 'O:32:\"Shopware\\Core\\Checkout\\Cart\\Cart\":18:{s:13:\"\0*\0extensions\";a:1:{s:15:\"cart-promotions\";O:61:\"Shopware\\Core\\Checkout\\Promotion\\Cart\\Extension\\CartExtension\":3:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0addedCodes\";a:0:{}s:22:\"\0*\0blockedPromotionIds\";a:0:{}}}s:8:\"\0*\0price\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CartPrice\":8:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0netPrice\";d:383.5;s:13:\"\0*\0totalPrice\";d:456.37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:72.87;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:383.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:16:\"\0*\0positionPrice\";d:383.5;s:12:\"\0*\0taxStatus\";s:3:\"net\";s:11:\"\0*\0rawTotal\";d:456.37;}s:12:\"\0*\0lineItems\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:16:{s:32:\"0193e9e00330723f8be898dabdc3a9f9\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725656\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725656\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-07-26 06:17:05.490\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R748.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:20:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:2;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:3;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:4;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:5;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:6;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:7;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:8;s:32:\"595443089bf944398b8568193c218803\";i:9;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:10;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:11;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:12;s:32:\"31929c4aca794860a2b9492cfb1cdf06\";i:13;s:32:\"1d4688f3b37646b68623248e645ed963\";i:14;s:32:\"537fd57254854488a70bf045a1ff7c46\";i:15;s:32:\"563faaf412d640aba6cdd6617c797ed6\";i:16;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:17;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:18;s:32:\"b7d1509d27634c86ba2e8e464d3c9ecc\";i:19;s:32:\"e47d435eea744852a1a539dc21a67bc2\";}s:11:\"propertyIds\";a:1:{i:0;s:32:\"414e390301984d06a2220a5a96662862\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}}s:9:\"streamIds\";a:10:{i:0;s:32:\"018d877bb35571b982554c9143c26329\";i:1;s:32:\"0190965f6e4773fda0dd883bc9cf4557\";i:2;s:32:\"01912c73bf6c7abf842c584957e3b092\";i:3;s:32:\"0191b1c7a13673d2812f61ad063b674f\";i:4;s:32:\"0191b1f1dde972eba7351e4a8c97c84c\";i:5;s:32:\"2ae47e50f97148ada43dfc5de6954002\";i:6;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:7;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:8;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:9;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"aa1dfaa2a0d6438da88cae742a6ac376\";s:5:\"stock\";i:0;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R748.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:37;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;r:22;}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:99;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:7.03;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:37;}}}s:11:\"\0*\0taxRules\";r:107;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:99;s:11:\"\0*\0discount\";d:-62;s:13:\"\0*\0percentage\";d:62.63;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"dd73859179a34519906a7781d8735af9\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R748\";s:5:\"title\";s:4:\"R748\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:39.156000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:40.676000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:2:{i:0;s:12:\"mediaTypeRaw\";i:1;s:12:\"thumbnailsRo\";}}s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"JPG\";s:11:\"\0*\0fileSize\";i:230944;s:8:\"\0*\0title\";s:4:\"R748\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"b189b4f5ef553ffa180e9fbdd658dc77\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:40.673000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R748\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/8d/f5/fb/1725000940/R748.JPG?ts=1725000940\";s:11:\"\0*\0fileName\";s:4:\"R748\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0191a21180347370b60562592c3c6ce4\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592c3c6ce4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/8d/f5/fb/1725000940/R748_280x280.JPG\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_280x280.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592c3c6ce4\";}s:32:\"0191a21180347370b60562592ca62c26\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592ca62c26\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:46:\"thumbnail/8d/f5/fb/1725000940/R748_400x400.JPG\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_400x400.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592ca62c26\";}s:32:\"0191a21180347370b60562592d45d428\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592d45d428\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:46:\"thumbnail/8d/f5/fb/1725000940/R748_800x800.JPG\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_800x800.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592d45d428\";}s:32:\"0191a21180347370b60562592df5745b\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592df5745b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:48:\"thumbnail/8d/f5/fb/1725000940/R748_1920x1920.JPG\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_1920x1920.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592df5745b\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/8d/f5/fb/1725000940/R748.JPG\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"dd73859179a34519906a7781d8735af9\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:0;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:0;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049914\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e003b9733c97d399a09dbaad6f\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e00330723f8be898dabdc3a9f9\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0190edaf94c571c8bb8e66e6b13de480\";}s:32:\"0193e9e058cd72dfb08c6623cbc6c898\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725656\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725656\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-27 05:51:41.404\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:4:\"E311\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:27:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:2;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:3;s:32:\"ba7ed83336394da8930566d49b4de149\";i:4;s:32:\"1cceb80a0b3e45399e90094933e08d72\";i:5;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:6;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:7;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:8;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:9;s:32:\"3a5414a473d748d7a10445391de69708\";i:10;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:11;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:12;s:32:\"cadb07cff8d742be8bd519d02af4feeb\";i:13;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:14;s:32:\"595443089bf944398b8568193c218803\";i:15;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:16;s:32:\"14bb75adb0a042db82703556da9383f6\";i:17;s:32:\"10da6886459b407ebaff8bfa4b2f4f77\";i:18;s:32:\"3d2226282268481790ee83ba514d134e\";i:19;s:32:\"4ab4a9e00ec54be1971ec8ad6e1183f7\";i:20;s:32:\"63d70e435ef44dd1bf6aa623fda58e8c\";i:21;s:32:\"87cd6306de584056a486824a87f60933\";i:22;s:32:\"8bce970746c24e44a8557229debc1da1\";i:23;s:32:\"d90dc7bc495242b0b45f25e64eab3905\";i:24;s:32:\"e5b83032fec040088deb63f6b3520fed\";i:25;s:32:\"f17261e393c447a1921c28bcca6db3f9\";i:26;s:32:\"f6136f4047ac40f8b9fd580f42be22ba\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"2949bf30a61b4686974186f836fa6fd9\";i:1;s:32:\"2e39a960b51746fdbde9e5b1aefe0b23\";i:2;s:32:\"414e390301984d06a2220a5a96662862\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"841bb2dcefb946bfa59dabb936bab342\";i:5;s:32:\"a65f3cabae8e4ab58aaf4a105b071b58\";i:6;s:32:\"c0c80f47d3da4398a926cf2b56c3fd22\";i:7;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:10:{i:0;s:32:\"018d877bb35571b982554c9143c26329\";i:1;s:32:\"1645e3371afc4404babf7b3869c678e6\";i:2;s:32:\"2ae47e50f97148ada43dfc5de6954002\";i:3;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:4;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:5;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:6;s:32:\"cf380e7a98a64f8c93578078d52bd589\";i:7;s:32:\"d0fc60d9210b4fa9a2913c244159390f\";i:8;s:32:\"e36a5d9e78e4433182faf0fc8aab091d\";i:9;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";N;s:5:\"stock\";i:-25;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:4:\"E311\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:26;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:26;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:26;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.94;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:26;}}}s:11:\"\0*\0taxRules\";r:447;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:8:\"E311.png\";s:5:\"title\";s:8:\"E311.png\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:37.573000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:39.098000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:279128;s:8:\"\0*\0title\";s:8:\"E311.png\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"b2dac021d3c1a4e515502fab7d5ea5b3\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:39.095000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:8:\"E311.png\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/1e/14/5e/1727328699/E311.jpg?ts=1727328699\";s:11:\"\0*\0fileName\";s:4:\"E311\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01922cd0465e726d8c916a33f38442f0\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f38442f0\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/1e/14/5e/1727328699/E311_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_280x280.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f38442f0\";}s:32:\"01922cd0465e726d8c916a33f39847c4\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f39847c4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:46:\"thumbnail/1e/14/5e/1727328699/E311_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_400x400.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f39847c4\";}s:32:\"01922cd0465e726d8c916a33f43699a1\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f43699a1\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:46:\"thumbnail/1e/14/5e/1727328699/E311_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_800x800.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f43699a1\";}s:32:\"01922cd0465e726d8c916a33f455c9ef\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f455c9ef\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.001000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:48:\"thumbnail/1e/14/5e/1727328699/E311_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_1920x1920.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f455c9ef\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/1e/14/5e/1727328699/E311.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-25;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049921\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e059ce73c895754852fcdcdc1c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e058cd72dfb08c6623cbc6c898\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"4918839ed6e941899bb381a90d4c6f3b\";}s:32:\"0193e9e27553735d8733b02c478a5ede\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725658\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725658\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 18:36:59.448\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R721.58\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:26:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:2;s:32:\"42da0fb4a6b94513b7324449d2f8d38e\";i:3;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:4;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:5;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:6;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:7;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:8;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:9;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:10;s:32:\"595443089bf944398b8568193c218803\";i:11;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:12;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:13;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:14;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:15;s:32:\"31929c4aca794860a2b9492cfb1cdf06\";i:16;s:32:\"048c04a37c044b458c4b53e1639ac684\";i:17;s:32:\"1d4688f3b37646b68623248e645ed963\";i:18;s:32:\"3005ecc96fd5419dbbd41975c91f06b6\";i:19;s:32:\"537fd57254854488a70bf045a1ff7c46\";i:20;s:32:\"563faaf412d640aba6cdd6617c797ed6\";i:21;s:32:\"62e12dca076d486f89b69989712d82c7\";i:22;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:23;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:24;s:32:\"b7d1509d27634c86ba2e8e464d3c9ecc\";i:25;s:32:\"e47d435eea744852a1a539dc21a67bc2\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"041fb172725e49d5b088696feaa53b40\";i:2;s:32:\"6c6c13388efc40999291099cb4e618a7\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"9e539d4a506946059cbbc56efd663710\";i:6;s:32:\"e0b79689bfff47f4a7142685565fd6bc\";i:7;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"041fb172725e49d5b088696feaa53b40\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"58\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"09e4d565e8fe453597b55d44b118d4e6\";i:1;s:32:\"2c982fcc99264bf588a880c247e873f3\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:4;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:5;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:6;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:7;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"41ab9edf58204bb6bf9c20b487041e25\";s:5:\"stock\";i:-29;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R721.58\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:37;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:7.03;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:37;}}}s:11:\"\0*\0taxRules\";r:784;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R721\";s:5:\"title\";s:4:\"R721\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:17:58.086000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.015000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:555880;s:8:\"\0*\0title\";s:4:\"R721\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"ddf62dad2aebb29875cb0c079d915112\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.011000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R721\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/a5/00/2e/1728299880/R721.jpg?ts=1728299880\";s:11:\"\0*\0fileName\";s:4:\"R721\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"019266b352227265babe258c61005736\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c61005736\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/a5/00/2e/1728299880/R721_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_280x280.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c61005736\";}s:32:\"019266b352227265babe258c613fba40\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c613fba40\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:46:\"thumbnail/a5/00/2e/1728299880/R721_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_400x400.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c613fba40\";}s:32:\"019266b352227265babe258c621d256e\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c621d256e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:46:\"thumbnail/a5/00/2e/1728299880/R721_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_800x800.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c621d256e\";}s:32:\"019266b352227265babe258c626af338\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c626af338\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.996000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:48:\"thumbnail/a5/00/2e/1728299880/R721_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_1920x1920.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c626af338\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/a5/00/2e/1728299880/R721.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-29;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049925\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e2766d730fa5be272fa2a8a759\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e27553735d8733b02c478a5ede\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"730d120b6e96470b832a18adac53bbca\";}s:32:\"0193e9e4015573bc9bc2bacbea0a9918\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725659\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725659\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-07-25 12:48:44.262\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"A629.19\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:20:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:3;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:6;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:7;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:8;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:9;s:32:\"d97cccacd7734165a653686db6300e7c\";i:10;s:32:\"46398b1b21fc45e98521fbd404773c79\";i:11;s:32:\"595443089bf944398b8568193c218803\";i:12;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:13;s:32:\"8066b5e214934c6f9f1f03a667a9352c\";i:14;s:32:\"8d98c038a81248ccaa597daf100c00b3\";i:15;s:32:\"90e8c49f111f4518affb4cbf2805b242\";i:16;s:32:\"92e0f126d11f46e2b1ddadc7e1390221\";i:17;s:32:\"b676635231ea4095af8b593c0651f2f4\";i:18;s:32:\"bf553b75dc8a4647bde36ed6fd951a39\";i:19;s:32:\"f919637e76a04e8ca11d12c4f15816e4\";}s:11:\"propertyIds\";a:1:{i:0;s:32:\"1501302291cd4622b5a6097b25692db6\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"914a4ebc3bc343f8933e75b506a36720\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:12:\"Länge in cm\";s:6:\"option\";s:2:\"19\";}}s:9:\"streamIds\";a:7:{i:0;s:32:\"018dc117a8b1720a80ee55d423c975cd\";i:1;s:32:\"0191b1c7a13673d2812f61ad063b674f\";i:2;s:32:\"0191b1fb897f735b8dd8dd236f3ec42a\";i:3;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:4;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:5;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:6;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"d7af00ed12b140d8aabdaa7e79954c10\";s:5:\"stock\";i:-37;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"A629.19\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:25;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:69;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:25;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:25;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.75;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25;}}}s:11:\"\0*\0taxRules\";r:1106;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:69;s:11:\"\0*\0discount\";d:-44;s:13:\"\0*\0percentage\";d:63.77;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"A629\";s:5:\"title\";s:4:\"A629\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:26.549000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.281000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:185401;s:8:\"\0*\0title\";s:4:\"A629\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"8c824ddec004fc690c829df9848e0cc2\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.278000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"A629\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/05/e4/25/1725960868/A629.jpg?ts=1725960868\";s:11:\"\0*\0fileName\";s:4:\"A629\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0191db48d4657321bfa14583069b6434\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa14583069b6434\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/05/e4/25/1725960868/A629_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_280x280.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa14583069b6434\";}s:32:\"0191db48d4657321bfa14583075cfe76\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa14583075cfe76\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:46:\"thumbnail/05/e4/25/1725960868/A629_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_400x400.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa14583075cfe76\";}s:32:\"0191db48d4657321bfa1458307745708\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa1458307745708\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:46:\"thumbnail/05/e4/25/1725960868/A629_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_800x800.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa1458307745708\";}s:32:\"0191db48d4657321bfa1458308117430\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa1458308117430\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:48:\"thumbnail/05/e4/25/1725960868/A629_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_1920x1920.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa1458308117430\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/05/e4/25/1725960868/A629.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-37;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:0;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049929\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e402a97244b19c8e4e2b20beea\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e4015573bc9bc2bacbea0a9918\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0190e9efc8df73159d2b3e0b3c0a54fc\";}s:32:\"0193e9e611c073f0864927f1a8b4c78d\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 17:55:15.618\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R541.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:2;s:32:\"1a2fafd9a3ee48b9b6ff770b16f2e65c\";i:3;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:4;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:5;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:6;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:7;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:8;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}}s:9:\"streamIds\";a:6:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:4;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:5;s:32:\"d69a2a3fd9df43859abf6868db31a021\";}s:8:\"parentId\";s:32:\"d89a04d5dfb54890bbcbf6ff7a968b8e\";s:5:\"stock\";i:-3;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R541.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:20.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:20.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:20.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.9;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:20.5;}}}s:11:\"\0*\0taxRules\";r:1433;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R541\";s:5:\"title\";s:4:\"R541\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:43.637000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:45.389000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:181388;s:8:\"\0*\0title\";s:4:\"R541\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"81191d49d580f21c254799a60fc65b36\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:45.385000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R541\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/99/07/ac/1726746225/R541.jpg?ts=1726746225\";s:11:\"\0*\0fileName\";s:4:\"R541\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920a186e4573bbb091b257d64144dc\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d64144dc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_280x280.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d64144dc\";}s:32:\"01920a186e4573bbb091b257d6c8b7bc\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d6c8b7bc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_400x400.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d6c8b7bc\";}s:32:\"01920a186e4573bbb091b257d6fd3461\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d6fd3461\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_800x800.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d6fd3461\";}s:32:\"01920a186e4573bbb091b257d7a34b11\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d7a34b11\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:48:\"thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d7a34b11\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/99/07/ac/1726746225/R541.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-3;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049932\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e612ee72e3892c9bad0283b39c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e611c073f0864927f1a8b4c78d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"2aefcd2a2c76497b93384ed85b4c2916\";}s:32:\"0193e9e6b575729b9f5bb5c7f5d32fd3\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 18:47:01.038\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:10:\"R453.WH.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:17:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"019348ece72e726bb3fa9e1c0d986e07\";i:2;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:3;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:4;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:5;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:6;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:7;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:8;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:9;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:10;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:11;s:32:\"0193491c966e7bbb900cfd67b916583f\";i:12;s:32:\"62e12dca076d486f89b69989712d82c7\";i:13;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:14;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:15;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:16;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:11:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:2;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:3;s:32:\"8047efb602da4f4085d1d6ec793498b2\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:6;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:7;s:32:\"c3b843d5b6fd41a88b6aab11932595f6\";i:8;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:9;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";i:10;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:1;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}i:1;a:2:{s:5:\"group\";s:10:\"Steinfarbe\";s:6:\"option\";s:5:\"Weiß\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"6077bc3264944a5ea60cfd3cce2b1ab8\";i:1;s:32:\"724d6e0f51904e1eb3f6dee83eda3304\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"88993ac508034754bcc2b081785e91a0\";i:4;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:5;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:6;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:7;s:32:\"f8ca0a226f884d03958f194ca2c481f7\";}s:8:\"parentId\";s:32:\"925e57dd49c248db92c113e8393d607d\";s:5:\"stock\";i:-32;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:10:\"R453.WH.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:28;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";r:1767;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:7:\"R453.WH\";s:5:\"title\";s:7:\"R453.WH\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:55.752000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:181862;s:8:\"\0*\0title\";s:7:\"R453.WH\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"d180bbfcbdd6e17872db0e6cba2f4503\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.469000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:7:\"R453.WH\";s:6:\"\0*\0url\";s:76:\"https://ed-bestellung.de/media/15/70/6a/1726737717/R453.WH.jpg?ts=1726737717\";s:11:\"\0*\0fileName\";s:7:\"R453.WH\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0192099699a0707387fb66da92f8be2b\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da92f8be2b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da92f8be2b\";}s:32:\"0192099699a0707387fb66da9316f712\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da9316f712\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da9316f712\";}s:32:\"0192099699a0707387fb66da937816b7\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da937816b7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da937816b7\";}s:32:\"0192099699a0707387fb66da939f7540\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da939f7540\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:51:\"thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:90:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da939f7540\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:37:\"media/15/70/6a/1726737717/R453.WH.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"becae28a47db450fa7f4916cbccc2464\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-32;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049936\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e6b68f70eda4b485651afdd9b6\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e6b575729b9f5bb5c7f5d32fd3\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"032ab6edd8d8423eb0fdfebdd3b1117e\";}s:32:\"0193e9e7327f706386c3e87329f30e04\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 19:21:48.470\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R542.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1d393c1f6eb34c9784fbd7fa68cf7534\";i:2;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:3;s:32:\"6a59604a5a6d499ca7fe6752a24cce4a\";i:4;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:5;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:6;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:7;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";}s:8:\"parentId\";s:32:\"5998be32d4fa4a30a7fcfc440b49ef2c\";s:5:\"stock\";i:1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R542.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:15;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:15;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:15;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.85;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:15;}}}s:11:\"\0*\0taxRules\";r:2087;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R542\";s:5:\"title\";s:4:\"R542\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:19.293000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.115000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:266147;s:8:\"\0*\0title\";s:4:\"R542\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"5c4aa7df5bc4b38d1724c8452243e491\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.111000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R542\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/13/d0/f5/1726746381/R542.jpg?ts=1726746381\";s:11:\"\0*\0fileName\";s:4:\"R542\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920a1acc5472cb874ed1effffb42b7\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1effffb42b7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.398000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_280x280.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1effffb42b7\";}s:32:\"01920a1acc5472cb874ed1f00070cad2\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f00070cad2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_400x400.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f00070cad2\";}s:32:\"01920a1acc5472cb874ed1f0013f79a8\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f0013f79a8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_800x800.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f0013f79a8\";}s:32:\"01920a1acc5472cb874ed1f001bab31a\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f001bab31a\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:48:\"thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f001bab31a\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/13/d0/f5/1726746381/R542.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049940\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e733a770f99f72cda4587e1281\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e7327f706386c3e87329f30e04\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"96d5bbbc9c47491382f1c49205e1e51c\";}s:32:\"0193e9e7d9e97200959a04f94ae5ff38\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:31:10.229\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R541.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:2;s:32:\"1a2fafd9a3ee48b9b6ff770b16f2e65c\";i:3;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:4;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:5;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:6;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:7;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:8;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}}s:9:\"streamIds\";a:6:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:4;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:5;s:32:\"d69a2a3fd9df43859abf6868db31a021\";}s:8:\"parentId\";s:32:\"d89a04d5dfb54890bbcbf6ff7a968b8e\";s:5:\"stock\";i:-4;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R541.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:20.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:20.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:20.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.9;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:20.5;}}}s:11:\"\0*\0taxRules\";r:2410;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";r:1464;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-4;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049943\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e7db18720faf32280a22ca782c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e7d9e97200959a04f94ae5ff38\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"1fe5dc863f6d4836a5fe278a2295b50a\";}s:32:\"0193e9e8576871f28288d61d5fe05a6e\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 17:13:20.266\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:10:\"R453.WH.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:17:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"019348ece72e726bb3fa9e1c0d986e07\";i:2;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:3;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:4;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:5;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:6;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:7;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:8;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:9;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:10;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:11;s:32:\"0193491c966e7bbb900cfd67b916583f\";i:12;s:32:\"62e12dca076d486f89b69989712d82c7\";i:13;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:14;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:15;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:16;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:11:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:2;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:3;s:32:\"8047efb602da4f4085d1d6ec793498b2\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:6;s:32:\"c3b843d5b6fd41a88b6aab11932595f6\";i:7;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:8;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";i:9;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";i:10;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";i:1;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}i:1;a:2:{s:5:\"group\";s:10:\"Steinfarbe\";s:6:\"option\";s:5:\"Weiß\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"6077bc3264944a5ea60cfd3cce2b1ab8\";i:1;s:32:\"724d6e0f51904e1eb3f6dee83eda3304\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"88993ac508034754bcc2b081785e91a0\";i:4;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:5;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:6;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:7;s:32:\"f8ca0a226f884d03958f194ca2c481f7\";}s:8:\"parentId\";s:32:\"925e57dd49c248db92c113e8393d607d\";s:5:\"stock\";i:-24;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:10:\"R453.WH.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:28;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";r:2565;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";r:1798;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-24;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049947\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e858997242af260594731a2d6f\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e8576871f28288d61d5fe05a6e\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"9d2dcb44a658490da89f15a718219da7\";}s:32:\"0193e9e91bd0716285f089c37a30e48d\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:09:55.428\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R542.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1d393c1f6eb34c9784fbd7fa68cf7534\";i:2;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:3;s:32:\"6a59604a5a6d499ca7fe6752a24cce4a\";i:4;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:5;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:6;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:7;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";}s:8:\"parentId\";s:32:\"5998be32d4fa4a30a7fcfc440b49ef2c\";s:5:\"stock\";i:-4;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R542.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:15;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:15;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:15;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.85;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:15;}}}s:11:\"\0*\0taxRules\";r:2706;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";r:2118;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-4;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049950\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e91d0c735a92000f4f74520513\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e91bd0716285f089c37a30e48d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"68bfdce7b13d4202bc1dfa53a7a8354e\";}s:32:\"0193ef3032df725aa73fef0eca7cf2f5\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725661\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725661\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 19:16:19.480\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R533.63\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"05ae336636674c8785f78ddf2dac6984\";i:2;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:3;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:4;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:5;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:6;s:32:\"9d8b8cc181ea4ce4b94f4d877bfb34de\";i:7;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"05ae336636674c8785f78ddf2dac6984\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"63\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";}s:8:\"parentId\";s:32:\"9cf0994919dd4ad68353827cbca10120\";s:5:\"stock\";i:0;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R533.63\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:13.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:13.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:13.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:13.5;}}}s:11:\"\0*\0taxRules\";r:2847;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R533\";s:5:\"title\";s:4:\"R533\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:32.001000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:33.721000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:157232;s:8:\"\0*\0title\";s:4:\"R533\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"0e64b213fca3d5b9c16e2999f0c6c601\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:33.719000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R533\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/6c/f6/60/1726743753/R533.jpg?ts=1726743753\";s:11:\"\0*\0fileName\";s:4:\"R533\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"019209f2b5ba73499bf855242f9951cb\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf855242f9951cb\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/6c/f6/60/1726743753/R533_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_280x280.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf855242f9951cb\";}s:32:\"019209f2b5ba73499bf855242fb75972\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf855242fb75972\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:46:\"thumbnail/6c/f6/60/1726743753/R533_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_400x400.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf855242fb75972\";}s:32:\"019209f2b5ba73499bf8552430a43f06\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf8552430a43f06\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:46:\"thumbnail/6c/f6/60/1726743753/R533_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_800x800.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf8552430a43f06\";}s:32:\"019209f2b5ba73499bf8552430c40677\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf8552430c40677\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:48:\"thumbnail/6c/f6/60/1726743753/R533_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_1920x1920.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf8552430c40677\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/6c/f6/60/1726743753/R533.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:0;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049953\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef30341d7080bbba561fdc80fb9c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef3032df725aa73fef0eca7cf2f5\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"7c967fc2a27347dca40ab8ff515b59d1\";}s:32:\"0193ef30b4f772e38e53c27bbd9808d0\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725661\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725661\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:01:56.014\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R452.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:15:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:3;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:4;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:5;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:6;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:7;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:8;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:9;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:10;s:32:\"62e12dca076d486f89b69989712d82c7\";i:11;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:12;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:13;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:14;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1a2fafd9a3ee48b9b6ff770b16f2e65c\";i:2;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:6;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:7;s:32:\"c3b843d5b6fd41a88b6aab11932595f6\";i:8;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}}s:9:\"streamIds\";a:7:{i:0;s:32:\"018adb3d749170e58ee58d22161d262d\";i:1;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:2;s:32:\"88993ac508034754bcc2b081785e91a0\";i:3;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:4;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:5;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:6;s:32:\"d69a2a3fd9df43859abf6868db31a021\";}s:8:\"parentId\";s:32:\"e3f839b2b581476a967a7fdbb6ed0237\";s:5:\"stock\";i:-11;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R452.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:17.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:17.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:17.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.33;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:17.5;}}}s:11:\"\0*\0taxRules\";r:3173;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R452\";s:5:\"title\";s:4:\"R452\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:08.662000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.353000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:137996;s:8:\"\0*\0title\";s:4:\"R452\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"8680454161d5615343698e595055db45\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.349000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R452\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/44/b4/69/1726737610/R452.jpg?ts=1726737610\";s:11:\"\0*\0fileName\";s:4:\"R452\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920994f80072b3a04309c2c50f4536\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c50f4536\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.755000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/44/b4/69/1726737610/R452_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_280x280.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c50f4536\";}s:32:\"01920994f80072b3a04309c2c56d3064\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c56d3064\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.756000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:46:\"thumbnail/44/b4/69/1726737610/R452_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_400x400.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c56d3064\";}s:32:\"01920994f80072b3a04309c2c5c00fbf\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c5c00fbf\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.756000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:46:\"thumbnail/44/b4/69/1726737610/R452_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_800x800.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c5c00fbf\";}s:32:\"01920994f80072b3a04309c2c60338ca\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c60338ca\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.756000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:48:\"thumbnail/44/b4/69/1726737610/R452_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_1920x1920.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c60338ca\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/44/b4/69/1726737610/R452.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"f093383aad7442afa2d231e9141b4c17\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-11;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049957\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef30b63f73c5825caa2cf3213301\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef30b4f772e38e53c27bbd9808d0\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"48a5c2cae50d4fc888a25934b07ad70c\";}s:32:\"0193ef32742d71a1a49ddb891b6e5131\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725662\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725662\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:00:06.828\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R416.68\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:23:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"c363f43d4e404db59853cbefb0bd7069\";i:3;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:4;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:5;s:32:\"ba7ed83336394da8930566d49b4de149\";i:6;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:7;s:32:\"6a744a43a013490e8eef51a30267fd8a\";i:8;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:9;s:32:\"48647050b43e4f788ebf75cf8dfe47e3\";i:10;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:11;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:12;s:32:\"ec742202a1064ee1b37c74e6d76265e6\";i:13;s:32:\"31929c4aca794860a2b9492cfb1cdf06\";i:14;s:32:\"4d7e6a9cde8747c5baba9de732b9f815\";i:15;s:32:\"23e6e97ababe48a29f2490cc04b83952\";i:16;s:32:\"635db790c24849a18cbe662a90d5a248\";i:17;s:32:\"7831b4af0bd34445b6b55eb60f12dfe5\";i:18;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:19;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:20;s:32:\"bdf5e705952b4ac98ee9cffd7710ea50\";i:21;s:32:\"e47d435eea744852a1a539dc21a67bc2\";i:22;s:32:\"ea11a0b4ba374b5399ee054026568387\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"2805fe839afe4d719418670066c0a8d7\";i:2;s:32:\"432467c67c0a49b5a26d22b3a5b8c8e3\";i:3;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:4;s:32:\"94e26ce318214b68971be6fb1b029a86\";i:5;s:32:\"9cdc7f88ad614403abf3d2a607e20cf7\";i:6;s:32:\"9d00bdc082c04858867a8f5f4ecf6190\";i:7;s:32:\"a57e0e90fa614ccc93349af234ed690f\";i:8;s:32:\"f9c6446c61a14b6b950a4acd3b77fa50\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"432467c67c0a49b5a26d22b3a5b8c8e3\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"68\";}}s:9:\"streamIds\";a:7:{i:0;s:32:\"3ba8d0d5397745b28125da55344960b2\";i:1;s:32:\"46a7939fbccb40bbb34ddf532c409f95\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:4;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:5;s:32:\"e3778567b56f40a4910c03a14221e8ad\";i:6;s:32:\"fab893178f57434394bd43941846738f\";}s:8:\"parentId\";s:32:\"d26f13e08bee429eb7c5713cc5c7d2ca\";s:5:\"stock\";i:-1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R416.68\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:28;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";r:3507;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R416\";s:5:\"title\";s:4:\"R416\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:39.820000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.370000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:365111;s:8:\"\0*\0title\";s:4:\"R416\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"363ae49ea255852006d72d5e8a6089dd\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.367000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R416\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/44/36/a5/1727248841/R416.jpg?ts=1727248841\";s:11:\"\0*\0fileName\";s:4:\"R416\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0192280dbb4d717f814fc9c40f29cbbd\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c40f29cbbd\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/44/36/a5/1727248841/R416_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_280x280.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c40f29cbbd\";}s:32:\"0192280dbb4d717f814fc9c40fe75d14\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c40fe75d14\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:46:\"thumbnail/44/36/a5/1727248841/R416_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_400x400.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c40fe75d14\";}s:32:\"0192280dbb4d717f814fc9c410d15570\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c410d15570\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:46:\"thumbnail/44/36/a5/1727248841/R416_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_800x800.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c410d15570\";}s:32:\"0192280dbb4d717f814fc9c4113e3092\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c4113e3092\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:48:\"thumbnail/44/36/a5/1727248841/R416_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_1920x1920.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c4113e3092\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/44/36/a5/1727248841/R416.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-1;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049960\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef32764f71f0abe610bfc2031309\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef32742d71a1a49ddb891b6e5131\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"3e45839fd62149b5ab20332fd7925fdc\";}s:32:\"0193ef347cb170b2a0cd8a269717e911\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725663\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725663\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 15:28:00.273\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:10:\"DS2C.BI.50\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:32:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"4b9db8a420af4e5e9880c115fe932362\";i:3;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:4;s:32:\"595443089bf944398b8568193c218803\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:10;s:32:\"64eae93739214024a9c8766b43941bc5\";i:11;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:12;s:32:\"48647050b43e4f788ebf75cf8dfe47e3\";i:13;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:14;s:32:\"62cc073d246c4a669324649021be6baf\";i:15;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:16;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:17;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:18;s:32:\"c363f43d4e404db59853cbefb0bd7069\";i:19;s:32:\"0447f6c1f3e54521936efadd8db78dc4\";i:20;s:32:\"068db263e33845829e874a8c4aa32d87\";i:21;s:32:\"200231c145b64c7f936fa6f47175739c\";i:22;s:32:\"3ccba5fc7c8740368843d98469812c6b\";i:23;s:32:\"63302c2f386148a9bab6b79b189e74a2\";i:24;s:32:\"67434ea6f1aa45db83e72d59650f9644\";i:25;s:32:\"691288f242374a26aee4efff9fb06487\";i:26;s:32:\"a1a1c1bf8d944d9d88633865a6cf87ac\";i:27;s:32:\"bf3e609b320741a990d761ec9e2de0b9\";i:28;s:32:\"c82ff124b1364381b541e46dcb735549\";i:29;s:32:\"e08b896c36ea495aa65599502c35b26a\";i:30;s:32:\"fcd9fbc81d3849fabd65f2adf11fd59c\";i:31;s:32:\"fd9f1d01d8d2430aa12b7077479dc7a4\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:1;s:32:\"33c3d8b79dd643c8ab92f49afc73c85b\";i:2;s:32:\"793107983097469bb866889ce7718bc5\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"94d24655eda749bd92d69dbec5af6909\";i:5;s:32:\"9fbc32e4b6ca46db95c3dbf79e65e2fa\";i:6;s:32:\"e3b5c0a533b846268df623cd8219abcb\";i:7;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:8;s:32:\"f65f86dd25e04da8b9fef7193e7ca262\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:4:{i:0;s:32:\"94d24655eda749bd92d69dbec5af6909\";i:1;s:32:\"e3b5c0a533b846268df623cd8219abcb\";i:2;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:3;s:32:\"f65f86dd25e04da8b9fef7193e7ca262\";}s:7:\"options\";a:4:{i:0;a:2:{s:5:\"group\";s:12:\"Länge in cm\";s:6:\"option\";s:2:\"50\";}i:1;a:2:{s:5:\"group\";s:5:\"Marke\";s:6:\"option\";s:14:\"ERNSTES DESIGN\";}i:2;a:2:{s:5:\"group\";s:8:\"Material\";s:6:\"option\";s:27:\"Bicolor: Edelstahl/Gelbgold\";}i:3;a:2:{s:5:\"group\";s:7:\"Produkt\";s:6:\"option\";s:14:\"Seile & Ketten\";}}s:9:\"streamIds\";a:6:{i:0;s:32:\"46a7939fbccb40bbb34ddf532c409f95\";i:1;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:2;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:3;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:4;s:32:\"9d539d7e703b4f33b5ff5c9def5822de\";i:5;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"17572e8df0e24c80b06b24e7d50e752e\";s:5:\"stock\";i:-20;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:10:\"DS2C.BI.50\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:21;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:21;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:21;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.99;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:21;}}}s:11:\"\0*\0taxRules\";r:3861;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"48de814d641547d8b7701f5667b97854\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:5:\"title\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:53.892000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:55.449000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:120410;s:8:\"\0*\0title\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"b0588d7f15cb04b6bf9cfa3a7b90febc\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:55.446000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:6:\"\0*\0url\";s:76:\"https://ed-bestellung.de/media/01/78/83/1711364575/DS2C.Bi.jpg?ts=1711364575\";s:11:\"\0*\0fileName\";s:7:\"DS2C.Bi\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"018e75471565704d8a45bb01b56bc993\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b56bc993\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.615000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:49:\"thumbnail/01/78/83/1711364575/DS2C.Bi_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_280x280.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b56bc993\";}s:32:\"018e75471565704d8a45bb01b5aa778f\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b5aa778f\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:49:\"thumbnail/01/78/83/1711364575/DS2C.Bi_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_400x400.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b5aa778f\";}s:32:\"018e75471565704d8a45bb01b64dd68c\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b64dd68c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:49:\"thumbnail/01/78/83/1711364575/DS2C.Bi_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_800x800.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b64dd68c\";}s:32:\"018e75471565704d8a45bb01b6b332b9\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b6b332b9\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:51:\"thumbnail/01/78/83/1711364575/DS2C.Bi_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:90:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_1920x1920.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b6b332b9\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:37:\"media/01/78/83/1711364575/DS2C.Bi.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"48de814d641547d8b7701f5667b97854\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-20;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryTime\":5:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:14:\"2 - 4 Werktage\";s:6:\"\0*\0min\";i:2;s:6:\"\0*\0max\";i:4;s:7:\"\0*\0unit\";s:3:\"day\";}s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049963\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef347e107226b59bcdba66f6e724\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef347cb170b2a0cd8a269717e911\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"d758548d62314c47aa28cc4086d11d0b\";}s:32:\"0193ef3608a371d2a5a2d651284da699\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725664\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725664\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:52:44.027\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:8:\"AK25C.50\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:34:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"4b9db8a420af4e5e9880c115fe932362\";i:3;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:4;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:5;s:32:\"ec742202a1064ee1b37c74e6d76265e6\";i:6;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:7;s:32:\"595443089bf944398b8568193c218803\";i:8;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:9;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:10;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:11;s:32:\"64eae93739214024a9c8766b43941bc5\";i:12;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:13;s:32:\"48647050b43e4f788ebf75cf8dfe47e3\";i:14;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:15;s:32:\"62cc073d246c4a669324649021be6baf\";i:16;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:17;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:18;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:19;s:32:\"c363f43d4e404db59853cbefb0bd7069\";i:20;s:32:\"0447f6c1f3e54521936efadd8db78dc4\";i:21;s:32:\"05aec327c38d404999a84ce5b02beeed\";i:22;s:32:\"068db263e33845829e874a8c4aa32d87\";i:23;s:32:\"200231c145b64c7f936fa6f47175739c\";i:24;s:32:\"3ccba5fc7c8740368843d98469812c6b\";i:25;s:32:\"63302c2f386148a9bab6b79b189e74a2\";i:26;s:32:\"67434ea6f1aa45db83e72d59650f9644\";i:27;s:32:\"691288f242374a26aee4efff9fb06487\";i:28;s:32:\"a1a1c1bf8d944d9d88633865a6cf87ac\";i:29;s:32:\"bf3e609b320741a990d761ec9e2de0b9\";i:30;s:32:\"c82ff124b1364381b541e46dcb735549\";i:31;s:32:\"e08b896c36ea495aa65599502c35b26a\";i:32;s:32:\"fcd9fbc81d3849fabd65f2adf11fd59c\";i:33;s:32:\"fd9f1d01d8d2430aa12b7077479dc7a4\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"31cfa8df71ff49cd880ae82f12446247\";i:1;s:32:\"33c3d8b79dd643c8ab92f49afc73c85b\";i:2;s:32:\"793107983097469bb866889ce7718bc5\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"94d24655eda749bd92d69dbec5af6909\";i:5;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:6;s:32:\"e3b5c0a533b846268df623cd8219abcb\";i:7;s:32:\"f0431852cc0e479f917cb906018af198\";i:8;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"94d24655eda749bd92d69dbec5af6909\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:12:\"Länge in cm\";s:6:\"option\";s:2:\"50\";}}s:9:\"streamIds\";a:25:{i:0;s:32:\"019127c125f573a8925d2bc4536eba84\";i:1;s:32:\"01912c9969b973a68c6f752918f7f749\";i:2;s:32:\"06a67dca2aa24b70bf178b8753c2839a\";i:3;s:32:\"073380f623d64a62aa77031d7acd19db\";i:4;s:32:\"1b504483e67548bd94717ce8612852b3\";i:5;s:32:\"3661a489aa9f4247a57c7ec486d1c828\";i:6;s:32:\"389b66aa7eee4e648d903c48687e85d1\";i:7;s:32:\"3b75bd0c402f4b4585bf07c56de02f0e\";i:8;s:32:\"46a7939fbccb40bbb34ddf532c409f95\";i:9;s:32:\"4f240757250b44a286d2e2cd2baee6e9\";i:10;s:32:\"523d91f4fcb24092875627e254dfd463\";i:11;s:32:\"60f1b824a7e04e27bcaa77401aa7901d\";i:12;s:32:\"65755f13a732451893b84e5cdbcc5f73\";i:13;s:32:\"6d6d423469ae45e7b688ca60efa80243\";i:14;s:32:\"75dc4d9c7d7949439fc82eb20fe23ea8\";i:15;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:16;s:32:\"7e2cfcb733e64244bbe02cf0b5f2daa4\";i:17;s:32:\"7f5026066f95428b8e79610803920804\";i:18;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:19;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:20;s:32:\"ac06c48ffe554c03b720939ef0b7d743\";i:21;s:32:\"d04061898a3e4a7185403b89365fd9cd\";i:22;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";i:23;s:32:\"e74964a46d364bac85f12085ae7094ad\";i:24;s:32:\"ff73a191ffa14f61b924f3b931503340\";}s:8:\"parentId\";s:32:\"ccd3d88012aa42dbbbb0d51463b626a5\";s:5:\"stock\";i:0;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:8:\"AK25C.50\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:16.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:16.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:16.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:16.5;}}}s:11:\"\0*\0taxRules\";r:4229;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"bb0f359a551644f0a3fd2b399b4484a1\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";N;s:5:\"title\";N;s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-07-08 12:33:47.078000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:22:54.158000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";s:32:\"3f985a6d698543dfabbd1af9e112e73f\";s:11:\"\0*\0mimeType\";s:9:\"image/png\";s:16:\"\0*\0fileExtension\";s:3:\"png\";s:11:\"\0*\0fileSize\";i:243968;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:156:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}\";s:11:\"\0*\0metaData\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"type\";i:3;}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:22:54.157000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:74:\"https://ed-bestellung.de/media/f0/c7/38/1691742174/ak25c.png?ts=1691742174\";s:11:\"\0*\0fileName\";s:5:\"ak25c\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:35:\"media/f0/c7/38/1691742174/ak25c.png\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"bb0f359a551644f0a3fd2b399b4484a1\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:0;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049967\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef360a0570f7bc81b92158960a77\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef3608a371d2a5a2d651284da699\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"f3cd60abee6b4fadb31a08411c265148\";}s:32:\"0193ef37442073d0b352714092892253\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725665\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725665\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-07-30 11:16:45.731\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"A645.GR\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:20:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:2;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:3;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:6;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:7;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:8;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:9;s:32:\"d97cccacd7734165a653686db6300e7c\";i:10;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:11;s:32:\"46398b1b21fc45e98521fbd404773c79\";i:12;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:13;s:32:\"2f563f9736744705a1c56c7727434e3f\";i:14;s:32:\"8d98c038a81248ccaa597daf100c00b3\";i:15;s:32:\"90e8c49f111f4518affb4cbf2805b242\";i:16;s:32:\"95006e0dd1b34675a9ef8735d8f87322\";i:17;s:32:\"9f6f003af1324eaa8d9dbc164b07302b\";i:18;s:32:\"dbfcdbfc097d4573a466033d791b2bbc\";i:19;s:32:\"f919637e76a04e8ca11d12c4f15816e4\";}s:11:\"propertyIds\";a:1:{i:0;s:32:\"8047efb602da4f4085d1d6ec793498b2\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f718e31f0ed244c982f5a3a83d8d3ec7\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:17:\"Armspangengröße\";s:6:\"option\";s:2:\"GR\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"01912be23f0e7d6584cc0fb43e19c639\";i:1;s:32:\"0191b1c7a13673d2812f61ad063b674f\";i:2;s:32:\"0191b1fb897f735b8dd8dd236f3ec42a\";i:3;s:32:\"6077bc3264944a5ea60cfd3cce2b1ab8\";i:4;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:5;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:6;s:32:\"88993ac508034754bcc2b081785e91a0\";i:7;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";}s:8:\"parentId\";s:32:\"32a18f3cdf184d099d36423fd0a82353\";s:5:\"stock\";i:-6;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"A645.GR\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:35;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:95;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:35;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:35;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:6.65;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:35;}}}s:11:\"\0*\0taxRules\";r:4455;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:95;s:11:\"\0*\0discount\";d:-60;s:13:\"\0*\0percentage\";d:63.16;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8a77170d21e04071b820263979316fdf\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"A645\";s:5:\"title\";s:4:\"A645\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:13.878000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:15.505000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:180063;s:8:\"\0*\0title\";s:4:\"A645\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"0857adf7d68af4fbaa8e81fe12a5d7ad\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:15.502000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"A645\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/86/e9/e8/1725959475/A645.jpg?ts=1725959475\";s:11:\"\0*\0fileName\";s:4:\"A645\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0191db3394f6706092c9729d5d37ded6\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5d37ded6\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.475000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0path\";s:46:\"thumbnail/86/e9/e8/1725959475/A645_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_280x280.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5d37ded6\";}s:32:\"0191db3394f6706092c9729d5e23ca50\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5e23ca50\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:46:\"thumbnail/86/e9/e8/1725959475/A645_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_400x400.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5e23ca50\";}s:32:\"0191db3394f6706092c9729d5e918414\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5e918414\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:46:\"thumbnail/86/e9/e8/1725959475/A645_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_800x800.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5e918414\";}s:32:\"0191db3394f6706092c9729d5eb56177\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5eb56177\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:48:\"thumbnail/86/e9/e8/1725959475/A645_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_1920x1920.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5eb56177\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/86/e9/e8/1725959475/A645.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8a77170d21e04071b820263979316fdf\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-6;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:0;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049970\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef3745e572a99cce94e2c940c0c6\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef37442073d0b352714092892253\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0191035b601e73c38bed2d189f3a2136\";}}}s:9:\"\0*\0errors\";O:49:\"Shopware\\Core\\Checkout\\Cart\\Error\\ErrorCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:13:\"\0*\0deliveries\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:52:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\Delivery\":6:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0positions\";O:70:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPositionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:16:{s:32:\"0193e9e00330723f8be898dabdc3a9f9\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725656\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725656\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-07-26 06:17:05.490\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R748.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:20:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:2;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:3;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:4;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:5;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:6;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:7;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:8;s:32:\"595443089bf944398b8568193c218803\";i:9;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:10;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:11;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:12;s:32:\"31929c4aca794860a2b9492cfb1cdf06\";i:13;s:32:\"1d4688f3b37646b68623248e645ed963\";i:14;s:32:\"537fd57254854488a70bf045a1ff7c46\";i:15;s:32:\"563faaf412d640aba6cdd6617c797ed6\";i:16;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:17;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:18;s:32:\"b7d1509d27634c86ba2e8e464d3c9ecc\";i:19;s:32:\"e47d435eea744852a1a539dc21a67bc2\";}s:11:\"propertyIds\";a:1:{i:0;s:32:\"414e390301984d06a2220a5a96662862\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}}s:9:\"streamIds\";a:10:{i:0;s:32:\"018d877bb35571b982554c9143c26329\";i:1;s:32:\"0190965f6e4773fda0dd883bc9cf4557\";i:2;s:32:\"01912c73bf6c7abf842c584957e3b092\";i:3;s:32:\"0191b1c7a13673d2812f61ad063b674f\";i:4;s:32:\"0191b1f1dde972eba7351e4a8c97c84c\";i:5;s:32:\"2ae47e50f97148ada43dfc5de6954002\";i:6;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:7;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:8;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:9;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"aa1dfaa2a0d6438da88cae742a6ac376\";s:5:\"stock\";i:0;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R748.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:37;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:99;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:7.03;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:37;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:99;s:11:\"\0*\0discount\";d:-62;s:13:\"\0*\0percentage\";d:62.63;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"dd73859179a34519906a7781d8735af9\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R748\";s:5:\"title\";s:4:\"R748\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:39.156000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:40.676000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"JPG\";s:11:\"\0*\0fileSize\";i:230944;s:8:\"\0*\0title\";s:4:\"R748\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"b189b4f5ef553ffa180e9fbdd658dc77\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:40.673000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R748\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/8d/f5/fb/1725000940/R748.JPG?ts=1725000940\";s:11:\"\0*\0fileName\";s:4:\"R748\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0191a21180347370b60562592c3c6ce4\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592c3c6ce4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:46:\"thumbnail/8d/f5/fb/1725000940/R748_280x280.JPG\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_280x280.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592c3c6ce4\";}s:32:\"0191a21180347370b60562592ca62c26\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592ca62c26\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:46:\"thumbnail/8d/f5/fb/1725000940/R748_400x400.JPG\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_400x400.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592ca62c26\";}s:32:\"0191a21180347370b60562592d45d428\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592d45d428\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:46:\"thumbnail/8d/f5/fb/1725000940/R748_800x800.JPG\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_800x800.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592d45d428\";}s:32:\"0191a21180347370b60562592df5745b\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191a21180347370b60562592df5745b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-08-30 06:55:41.624000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:215;s:7:\"\0*\0path\";s:48:\"thumbnail/8d/f5/fb/1725000940/R748_1920x1920.JPG\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/8d/f5/fb/1725000940/R748_1920x1920.JPG?ts=1725000941\";s:10:\"\0*\0mediaId\";s:32:\"dd73859179a34519906a7781d8735af9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191a21180347370b60562592df5745b\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/8d/f5/fb/1725000940/R748.JPG\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"dd73859179a34519906a7781d8735af9\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:0;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:0;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049914\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e003b9733c97d399a09dbaad6f\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e00330723f8be898dabdc3a9f9\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0190edaf94c571c8bb8e66e6b13de480\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:7.03;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:37;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:99;s:11:\"\0*\0discount\";d:-62;s:13:\"\0*\0percentage\";d:62.63;}s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e00330723f8be898dabdc3a9f9\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-24 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e058cd72dfb08c6623cbc6c898\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725656\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725656\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-27 05:51:41.404\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:4:\"E311\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:27:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:2;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:3;s:32:\"ba7ed83336394da8930566d49b4de149\";i:4;s:32:\"1cceb80a0b3e45399e90094933e08d72\";i:5;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:6;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:7;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:8;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:9;s:32:\"3a5414a473d748d7a10445391de69708\";i:10;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:11;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:12;s:32:\"cadb07cff8d742be8bd519d02af4feeb\";i:13;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:14;s:32:\"595443089bf944398b8568193c218803\";i:15;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:16;s:32:\"14bb75adb0a042db82703556da9383f6\";i:17;s:32:\"10da6886459b407ebaff8bfa4b2f4f77\";i:18;s:32:\"3d2226282268481790ee83ba514d134e\";i:19;s:32:\"4ab4a9e00ec54be1971ec8ad6e1183f7\";i:20;s:32:\"63d70e435ef44dd1bf6aa623fda58e8c\";i:21;s:32:\"87cd6306de584056a486824a87f60933\";i:22;s:32:\"8bce970746c24e44a8557229debc1da1\";i:23;s:32:\"d90dc7bc495242b0b45f25e64eab3905\";i:24;s:32:\"e5b83032fec040088deb63f6b3520fed\";i:25;s:32:\"f17261e393c447a1921c28bcca6db3f9\";i:26;s:32:\"f6136f4047ac40f8b9fd580f42be22ba\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"2949bf30a61b4686974186f836fa6fd9\";i:1;s:32:\"2e39a960b51746fdbde9e5b1aefe0b23\";i:2;s:32:\"414e390301984d06a2220a5a96662862\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"841bb2dcefb946bfa59dabb936bab342\";i:5;s:32:\"a65f3cabae8e4ab58aaf4a105b071b58\";i:6;s:32:\"c0c80f47d3da4398a926cf2b56c3fd22\";i:7;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:10:{i:0;s:32:\"018d877bb35571b982554c9143c26329\";i:1;s:32:\"1645e3371afc4404babf7b3869c678e6\";i:2;s:32:\"2ae47e50f97148ada43dfc5de6954002\";i:3;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:4;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:5;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:6;s:32:\"cf380e7a98a64f8c93578078d52bd589\";i:7;s:32:\"d0fc60d9210b4fa9a2913c244159390f\";i:8;s:32:\"e36a5d9e78e4433182faf0fc8aab091d\";i:9;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";N;s:5:\"stock\";i:-25;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:4:\"E311\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:26;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:26;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:26;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.94;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:26;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:8:\"E311.png\";s:5:\"title\";s:8:\"E311.png\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:37.573000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:39.098000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:279128;s:8:\"\0*\0title\";s:8:\"E311.png\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"b2dac021d3c1a4e515502fab7d5ea5b3\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:39.095000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:8:\"E311.png\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/1e/14/5e/1727328699/E311.jpg?ts=1727328699\";s:11:\"\0*\0fileName\";s:4:\"E311\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01922cd0465e726d8c916a33f38442f0\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f38442f0\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:46:\"thumbnail/1e/14/5e/1727328699/E311_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_280x280.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f38442f0\";}s:32:\"01922cd0465e726d8c916a33f39847c4\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f39847c4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:46:\"thumbnail/1e/14/5e/1727328699/E311_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_400x400.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f39847c4\";}s:32:\"01922cd0465e726d8c916a33f43699a1\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f43699a1\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:46:\"thumbnail/1e/14/5e/1727328699/E311_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_800x800.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f43699a1\";}s:32:\"01922cd0465e726d8c916a33f455c9ef\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01922cd0465e726d8c916a33f455c9ef\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-26 05:31:40.001000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:551;s:7:\"\0*\0path\";s:48:\"thumbnail/1e/14/5e/1727328699/E311_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/1e/14/5e/1727328699/E311_1920x1920.jpg?ts=1727328700\";s:10:\"\0*\0mediaId\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01922cd0465e726d8c916a33f455c9ef\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/1e/14/5e/1727328699/E311.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"d1605dd2300b43a1a1279260db99c7f8\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-25;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049921\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e059ce73c895754852fcdcdc1c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e058cd72dfb08c6623cbc6c898\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"4918839ed6e941899bb381a90d4c6f3b\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:26;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:26;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.94;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:26;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e058cd72dfb08c6623cbc6c898\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e27553735d8733b02c478a5ede\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725658\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725658\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 18:36:59.448\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R721.58\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:26:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:2;s:32:\"42da0fb4a6b94513b7324449d2f8d38e\";i:3;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:4;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:5;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:6;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:7;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:8;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:9;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:10;s:32:\"595443089bf944398b8568193c218803\";i:11;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:12;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:13;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:14;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:15;s:32:\"31929c4aca794860a2b9492cfb1cdf06\";i:16;s:32:\"048c04a37c044b458c4b53e1639ac684\";i:17;s:32:\"1d4688f3b37646b68623248e645ed963\";i:18;s:32:\"3005ecc96fd5419dbbd41975c91f06b6\";i:19;s:32:\"537fd57254854488a70bf045a1ff7c46\";i:20;s:32:\"563faaf412d640aba6cdd6617c797ed6\";i:21;s:32:\"62e12dca076d486f89b69989712d82c7\";i:22;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:23;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:24;s:32:\"b7d1509d27634c86ba2e8e464d3c9ecc\";i:25;s:32:\"e47d435eea744852a1a539dc21a67bc2\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"041fb172725e49d5b088696feaa53b40\";i:2;s:32:\"6c6c13388efc40999291099cb4e618a7\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"9e539d4a506946059cbbc56efd663710\";i:6;s:32:\"e0b79689bfff47f4a7142685565fd6bc\";i:7;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"041fb172725e49d5b088696feaa53b40\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"58\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"09e4d565e8fe453597b55d44b118d4e6\";i:1;s:32:\"2c982fcc99264bf588a880c247e873f3\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:4;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:5;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:6;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:7;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"41ab9edf58204bb6bf9c20b487041e25\";s:5:\"stock\";i:-29;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R721.58\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:37;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:7.03;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:37;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R721\";s:5:\"title\";s:4:\"R721\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:17:58.086000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.015000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:555880;s:8:\"\0*\0title\";s:4:\"R721\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"ddf62dad2aebb29875cb0c079d915112\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.011000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R721\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/a5/00/2e/1728299880/R721.jpg?ts=1728299880\";s:11:\"\0*\0fileName\";s:4:\"R721\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"019266b352227265babe258c61005736\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c61005736\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:46:\"thumbnail/a5/00/2e/1728299880/R721_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_280x280.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c61005736\";}s:32:\"019266b352227265babe258c613fba40\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c613fba40\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:46:\"thumbnail/a5/00/2e/1728299880/R721_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_400x400.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c613fba40\";}s:32:\"019266b352227265babe258c621d256e\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c621d256e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:46:\"thumbnail/a5/00/2e/1728299880/R721_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_800x800.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c621d256e\";}s:32:\"019266b352227265babe258c626af338\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019266b352227265babe258c626af338\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-07 11:18:00.996000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:888;s:7:\"\0*\0path\";s:48:\"thumbnail/a5/00/2e/1728299880/R721_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/a5/00/2e/1728299880/R721_1920x1920.jpg?ts=1728299880\";s:10:\"\0*\0mediaId\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019266b352227265babe258c626af338\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/a5/00/2e/1728299880/R721.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"89ae623eb75f45c39d7cb1b6a369be2b\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-29;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049925\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e2766d730fa5be272fa2a8a759\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e27553735d8733b02c478a5ede\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"730d120b6e96470b832a18adac53bbca\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:37;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:7.03;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:37;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e27553735d8733b02c478a5ede\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e4015573bc9bc2bacbea0a9918\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725659\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725659\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-07-25 12:48:44.262\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"A629.19\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:20:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:3;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:6;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:7;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:8;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:9;s:32:\"d97cccacd7734165a653686db6300e7c\";i:10;s:32:\"46398b1b21fc45e98521fbd404773c79\";i:11;s:32:\"595443089bf944398b8568193c218803\";i:12;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:13;s:32:\"8066b5e214934c6f9f1f03a667a9352c\";i:14;s:32:\"8d98c038a81248ccaa597daf100c00b3\";i:15;s:32:\"90e8c49f111f4518affb4cbf2805b242\";i:16;s:32:\"92e0f126d11f46e2b1ddadc7e1390221\";i:17;s:32:\"b676635231ea4095af8b593c0651f2f4\";i:18;s:32:\"bf553b75dc8a4647bde36ed6fd951a39\";i:19;s:32:\"f919637e76a04e8ca11d12c4f15816e4\";}s:11:\"propertyIds\";a:1:{i:0;s:32:\"1501302291cd4622b5a6097b25692db6\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"914a4ebc3bc343f8933e75b506a36720\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:12:\"Länge in cm\";s:6:\"option\";s:2:\"19\";}}s:9:\"streamIds\";a:7:{i:0;s:32:\"018dc117a8b1720a80ee55d423c975cd\";i:1;s:32:\"0191b1c7a13673d2812f61ad063b674f\";i:2;s:32:\"0191b1fb897f735b8dd8dd236f3ec42a\";i:3;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:4;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:5;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:6;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"d7af00ed12b140d8aabdaa7e79954c10\";s:5:\"stock\";i:-37;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"A629.19\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:25;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:69;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:25;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:25;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.75;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:69;s:11:\"\0*\0discount\";d:-44;s:13:\"\0*\0percentage\";d:63.77;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"A629\";s:5:\"title\";s:4:\"A629\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:26.549000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.281000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:185401;s:8:\"\0*\0title\";s:4:\"A629\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"8c824ddec004fc690c829df9848e0cc2\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.278000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"A629\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/05/e4/25/1725960868/A629.jpg?ts=1725960868\";s:11:\"\0*\0fileName\";s:4:\"A629\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0191db48d4657321bfa14583069b6434\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa14583069b6434\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:46:\"thumbnail/05/e4/25/1725960868/A629_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_280x280.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa14583069b6434\";}s:32:\"0191db48d4657321bfa14583075cfe76\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa14583075cfe76\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:46:\"thumbnail/05/e4/25/1725960868/A629_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_400x400.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa14583075cfe76\";}s:32:\"0191db48d4657321bfa1458307745708\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa1458307745708\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:46:\"thumbnail/05/e4/25/1725960868/A629_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_800x800.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa1458307745708\";}s:32:\"0191db48d4657321bfa1458308117430\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db48d4657321bfa1458308117430\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:34:28.967000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1214;s:7:\"\0*\0path\";s:48:\"thumbnail/05/e4/25/1725960868/A629_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/05/e4/25/1725960868/A629_1920x1920.jpg?ts=1725960868\";s:10:\"\0*\0mediaId\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db48d4657321bfa1458308117430\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/05/e4/25/1725960868/A629.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"3609ec91ae7742b393dd18bc0e895a89\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-37;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:0;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049929\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e402a97244b19c8e4e2b20beea\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e4015573bc9bc2bacbea0a9918\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0190e9efc8df73159d2b3e0b3c0a54fc\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:25;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:25;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:4.75;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:69;s:11:\"\0*\0discount\";d:-44;s:13:\"\0*\0percentage\";d:63.77;}s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e4015573bc9bc2bacbea0a9918\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-24 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e611c073f0864927f1a8b4c78d\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 17:55:15.618\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R541.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:2;s:32:\"1a2fafd9a3ee48b9b6ff770b16f2e65c\";i:3;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:4;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:5;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:6;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:7;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:8;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}}s:9:\"streamIds\";a:6:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:4;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:5;s:32:\"d69a2a3fd9df43859abf6868db31a021\";}s:8:\"parentId\";s:32:\"d89a04d5dfb54890bbcbf6ff7a968b8e\";s:5:\"stock\";i:-3;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R541.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:20.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:20.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:20.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.9;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:20.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R541\";s:5:\"title\";s:4:\"R541\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:43.637000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:45.389000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:181388;s:8:\"\0*\0title\";s:4:\"R541\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"81191d49d580f21c254799a60fc65b36\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:45.385000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R541\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/99/07/ac/1726746225/R541.jpg?ts=1726746225\";s:11:\"\0*\0fileName\";s:4:\"R541\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920a186e4573bbb091b257d64144dc\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d64144dc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_280x280.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d64144dc\";}s:32:\"01920a186e4573bbb091b257d6c8b7bc\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d6c8b7bc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_400x400.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d6c8b7bc\";}s:32:\"01920a186e4573bbb091b257d6fd3461\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d6fd3461\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_800x800.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d6fd3461\";}s:32:\"01920a186e4573bbb091b257d7a34b11\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d7a34b11\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:48:\"thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d7a34b11\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/99/07/ac/1726746225/R541.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-3;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049932\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e612ee72e3892c9bad0283b39c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e611c073f0864927f1a8b4c78d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"2aefcd2a2c76497b93384ed85b4c2916\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:20.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:20.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.9;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:20.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e611c073f0864927f1a8b4c78d\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e6b575729b9f5bb5c7f5d32fd3\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 18:47:01.038\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:10:\"R453.WH.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:17:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"019348ece72e726bb3fa9e1c0d986e07\";i:2;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:3;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:4;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:5;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:6;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:7;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:8;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:9;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:10;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:11;s:32:\"0193491c966e7bbb900cfd67b916583f\";i:12;s:32:\"62e12dca076d486f89b69989712d82c7\";i:13;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:14;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:15;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:16;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:11:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:2;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:3;s:32:\"8047efb602da4f4085d1d6ec793498b2\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:6;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:7;s:32:\"c3b843d5b6fd41a88b6aab11932595f6\";i:8;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:9;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";i:10;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:1;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}i:1;a:2:{s:5:\"group\";s:10:\"Steinfarbe\";s:6:\"option\";s:5:\"Weiß\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"6077bc3264944a5ea60cfd3cce2b1ab8\";i:1;s:32:\"724d6e0f51904e1eb3f6dee83eda3304\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"88993ac508034754bcc2b081785e91a0\";i:4;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:5;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:6;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:7;s:32:\"f8ca0a226f884d03958f194ca2c481f7\";}s:8:\"parentId\";s:32:\"925e57dd49c248db92c113e8393d607d\";s:5:\"stock\";i:-32;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:10:\"R453.WH.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:28;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:7:\"R453.WH\";s:5:\"title\";s:7:\"R453.WH\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:55.752000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:181862;s:8:\"\0*\0title\";s:7:\"R453.WH\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"d180bbfcbdd6e17872db0e6cba2f4503\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.469000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:7:\"R453.WH\";s:6:\"\0*\0url\";s:76:\"https://ed-bestellung.de/media/15/70/6a/1726737717/R453.WH.jpg?ts=1726737717\";s:11:\"\0*\0fileName\";s:7:\"R453.WH\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0192099699a0707387fb66da92f8be2b\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da92f8be2b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da92f8be2b\";}s:32:\"0192099699a0707387fb66da9316f712\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da9316f712\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da9316f712\";}s:32:\"0192099699a0707387fb66da937816b7\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da937816b7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da937816b7\";}s:32:\"0192099699a0707387fb66da939f7540\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da939f7540\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:51:\"thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:90:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da939f7540\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:37:\"media/15/70/6a/1726737717/R453.WH.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"becae28a47db450fa7f4916cbccc2464\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-32;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049936\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e6b68f70eda4b485651afdd9b6\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e6b575729b9f5bb5c7f5d32fd3\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"032ab6edd8d8423eb0fdfebdd3b1117e\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e6b575729b9f5bb5c7f5d32fd3\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e7327f706386c3e87329f30e04\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 19:21:48.470\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R542.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1d393c1f6eb34c9784fbd7fa68cf7534\";i:2;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:3;s:32:\"6a59604a5a6d499ca7fe6752a24cce4a\";i:4;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:5;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:6;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:7;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";}s:8:\"parentId\";s:32:\"5998be32d4fa4a30a7fcfc440b49ef2c\";s:5:\"stock\";i:1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R542.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:15;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:15;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:15;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.85;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:15;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R542\";s:5:\"title\";s:4:\"R542\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:19.293000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.115000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:266147;s:8:\"\0*\0title\";s:4:\"R542\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"5c4aa7df5bc4b38d1724c8452243e491\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.111000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R542\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/13/d0/f5/1726746381/R542.jpg?ts=1726746381\";s:11:\"\0*\0fileName\";s:4:\"R542\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920a1acc5472cb874ed1effffb42b7\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1effffb42b7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.398000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_280x280.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1effffb42b7\";}s:32:\"01920a1acc5472cb874ed1f00070cad2\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f00070cad2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_400x400.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f00070cad2\";}s:32:\"01920a1acc5472cb874ed1f0013f79a8\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f0013f79a8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_800x800.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f0013f79a8\";}s:32:\"01920a1acc5472cb874ed1f001bab31a\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f001bab31a\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:48:\"thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f001bab31a\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/13/d0/f5/1726746381/R542.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:1;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049940\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e733a770f99f72cda4587e1281\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e7327f706386c3e87329f30e04\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"96d5bbbc9c47491382f1c49205e1e51c\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:15;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:15;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.85;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:15;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e7327f706386c3e87329f30e04\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-24 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e7d9e97200959a04f94ae5ff38\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:31:10.229\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R541.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:2;s:32:\"1a2fafd9a3ee48b9b6ff770b16f2e65c\";i:3;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:4;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:5;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:6;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:7;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:8;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}}s:9:\"streamIds\";a:6:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:4;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:5;s:32:\"d69a2a3fd9df43859abf6868db31a021\";}s:8:\"parentId\";s:32:\"d89a04d5dfb54890bbcbf6ff7a968b8e\";s:5:\"stock\";i:-4;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R541.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:20.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:20.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:20.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.9;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:20.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R541\";s:5:\"title\";s:4:\"R541\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:43.637000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:45.389000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:181388;s:8:\"\0*\0title\";s:4:\"R541\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"81191d49d580f21c254799a60fc65b36\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:45.385000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R541\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/99/07/ac/1726746225/R541.jpg?ts=1726746225\";s:11:\"\0*\0fileName\";s:4:\"R541\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920a186e4573bbb091b257d64144dc\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d64144dc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_280x280.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d64144dc\";}s:32:\"01920a186e4573bbb091b257d6c8b7bc\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d6c8b7bc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_400x400.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d6c8b7bc\";}s:32:\"01920a186e4573bbb091b257d6fd3461\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d6fd3461\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:46:\"thumbnail/99/07/ac/1726746225/R541_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_800x800.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d6fd3461\";}s:32:\"01920a186e4573bbb091b257d7a34b11\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a186e4573bbb091b257d7a34b11\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:43:46.247000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1537;s:7:\"\0*\0path\";s:48:\"thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/99/07/ac/1726746225/R541_1920x1920.jpg?ts=1726746226\";s:10:\"\0*\0mediaId\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a186e4573bbb091b257d7a34b11\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/99/07/ac/1726746225/R541.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"98da5e52e98b4e5480e5b0727b9da24c\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-4;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049943\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e7db18720faf32280a22ca782c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e7d9e97200959a04f94ae5ff38\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"1fe5dc863f6d4836a5fe278a2295b50a\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:20.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:20.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.9;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:20.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e7d9e97200959a04f94ae5ff38\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e8576871f28288d61d5fe05a6e\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 17:13:20.266\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:10:\"R453.WH.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:17:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"019348ece72e726bb3fa9e1c0d986e07\";i:2;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:3;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:4;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:5;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:6;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:7;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:8;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:9;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:10;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:11;s:32:\"0193491c966e7bbb900cfd67b916583f\";i:12;s:32:\"62e12dca076d486f89b69989712d82c7\";i:13;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:14;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:15;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:16;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:11:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:2;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:3;s:32:\"8047efb602da4f4085d1d6ec793498b2\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:6;s:32:\"c3b843d5b6fd41a88b6aab11932595f6\";i:7;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:8;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";i:9;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";i:10;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:2:{i:0;s:32:\"e71d6d8172dd48ba85b2b0b150829e2a\";i:1;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:2:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}i:1;a:2:{s:5:\"group\";s:10:\"Steinfarbe\";s:6:\"option\";s:5:\"Weiß\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"6077bc3264944a5ea60cfd3cce2b1ab8\";i:1;s:32:\"724d6e0f51904e1eb3f6dee83eda3304\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"88993ac508034754bcc2b081785e91a0\";i:4;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:5;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:6;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:7;s:32:\"f8ca0a226f884d03958f194ca2c481f7\";}s:8:\"parentId\";s:32:\"925e57dd49c248db92c113e8393d607d\";s:5:\"stock\";i:-24;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:10:\"R453.WH.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:28;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:7:\"R453.WH\";s:5:\"title\";s:7:\"R453.WH\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:55.752000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:181862;s:8:\"\0*\0title\";s:7:\"R453.WH\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"d180bbfcbdd6e17872db0e6cba2f4503\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.469000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:7:\"R453.WH\";s:6:\"\0*\0url\";s:76:\"https://ed-bestellung.de/media/15/70/6a/1726737717/R453.WH.jpg?ts=1726737717\";s:11:\"\0*\0fileName\";s:7:\"R453.WH\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0192099699a0707387fb66da92f8be2b\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da92f8be2b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_280x280.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da92f8be2b\";}s:32:\"0192099699a0707387fb66da9316f712\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da9316f712\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_400x400.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da9316f712\";}s:32:\"0192099699a0707387fb66da937816b7\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da937816b7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:49:\"thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_800x800.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da937816b7\";}s:32:\"0192099699a0707387fb66da939f7540\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192099699a0707387fb66da939f7540\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:21:57.666000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:1871;s:7:\"\0*\0path\";s:51:\"thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:90:\"https://ed-bestellung.de/thumbnail/15/70/6a/1726737717/R453.WH_1920x1920.jpg?ts=1726737717\";s:10:\"\0*\0mediaId\";s:32:\"becae28a47db450fa7f4916cbccc2464\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192099699a0707387fb66da939f7540\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:37:\"media/15/70/6a/1726737717/R453.WH.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"becae28a47db450fa7f4916cbccc2464\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-24;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049947\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e858997242af260594731a2d6f\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e8576871f28288d61d5fe05a6e\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"9d2dcb44a658490da89f15a718219da7\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e8576871f28288d61d5fe05a6e\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193e9e91bd0716285f089c37a30e48d\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725660\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725660\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:09:55.428\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R542.57\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1d393c1f6eb34c9784fbd7fa68cf7534\";i:2;s:32:\"40a5dbcda8f64effbb215eab491e398b\";i:3;s:32:\"6a59604a5a6d499ca7fe6752a24cce4a\";i:4;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:5;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:6;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:7;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f115c3826e8944e6b2233305b53fdd7d\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"57\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";}s:8:\"parentId\";s:32:\"5998be32d4fa4a30a7fcfc440b49ef2c\";s:5:\"stock\";i:-4;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R542.57\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:15;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:15;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:15;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.85;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:15;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R542\";s:5:\"title\";s:4:\"R542\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:19.293000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.115000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:266147;s:8:\"\0*\0title\";s:4:\"R542\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"5c4aa7df5bc4b38d1724c8452243e491\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.111000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R542\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/13/d0/f5/1726746381/R542.jpg?ts=1726746381\";s:11:\"\0*\0fileName\";s:4:\"R542\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920a1acc5472cb874ed1effffb42b7\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1effffb42b7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.398000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_280x280.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1effffb42b7\";}s:32:\"01920a1acc5472cb874ed1f00070cad2\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f00070cad2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_400x400.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f00070cad2\";}s:32:\"01920a1acc5472cb874ed1f0013f79a8\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f0013f79a8\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:46:\"thumbnail/13/d0/f5/1726746381/R542_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_800x800.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f0013f79a8\";}s:32:\"01920a1acc5472cb874ed1f001bab31a\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920a1acc5472cb874ed1f001bab31a\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:46:21.399000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2191;s:7:\"\0*\0path\";s:48:\"thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/13/d0/f5/1726746381/R542_1920x1920.jpg?ts=1726746381\";s:10:\"\0*\0mediaId\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920a1acc5472cb874ed1f001bab31a\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/13/d0/f5/1726746381/R542.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"a36f99b4ddaf4e7eb6a0cccd6b63eca8\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-4;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049950\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193e9e91d0c735a92000f4f74520513\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193e9e91bd0716285f089c37a30e48d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"68bfdce7b13d4202bc1dfa53a7a8354e\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:15;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:15;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.85;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:15;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193e9e91bd0716285f089c37a30e48d\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193ef3032df725aa73fef0eca7cf2f5\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725661\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725661\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 19:16:19.480\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R533.63\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:13:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:3;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:10;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:11;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:12;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:9:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"05ae336636674c8785f78ddf2dac6984\";i:2;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:3;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:4;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:5;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:6;s:32:\"9d8b8cc181ea4ce4b94f4d877bfb34de\";i:7;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:8;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"05ae336636674c8785f78ddf2dac6984\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"63\";}}s:9:\"streamIds\";a:4:{i:0;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:1;s:32:\"88993ac508034754bcc2b081785e91a0\";i:2;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:3;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";}s:8:\"parentId\";s:32:\"9cf0994919dd4ad68353827cbca10120\";s:5:\"stock\";i:0;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R533.63\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:13.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:13.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:13.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:13.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R533\";s:5:\"title\";s:4:\"R533\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:32.001000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:33.721000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:157232;s:8:\"\0*\0title\";s:4:\"R533\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"0e64b213fca3d5b9c16e2999f0c6c601\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:33.719000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R533\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/6c/f6/60/1726743753/R533.jpg?ts=1726743753\";s:11:\"\0*\0fileName\";s:4:\"R533\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"019209f2b5ba73499bf855242f9951cb\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf855242f9951cb\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:46:\"thumbnail/6c/f6/60/1726743753/R533_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_280x280.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf855242f9951cb\";}s:32:\"019209f2b5ba73499bf855242fb75972\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf855242fb75972\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:46:\"thumbnail/6c/f6/60/1726743753/R533_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_400x400.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf855242fb75972\";}s:32:\"019209f2b5ba73499bf8552430a43f06\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf8552430a43f06\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:46:\"thumbnail/6c/f6/60/1726743753/R533_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_800x800.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf8552430a43f06\";}s:32:\"019209f2b5ba73499bf8552430c40677\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019209f2b5ba73499bf8552430c40677\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 11:02:34.172000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:2951;s:7:\"\0*\0path\";s:48:\"thumbnail/6c/f6/60/1726743753/R533_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/6c/f6/60/1726743753/R533_1920x1920.jpg?ts=1726743754\";s:10:\"\0*\0mediaId\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019209f2b5ba73499bf8552430c40677\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/6c/f6/60/1726743753/R533.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8ef91c39b06e42d6ba40c6595b3edf29\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:0;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049953\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef30341d7080bbba561fdc80fb9c\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef3032df725aa73fef0eca7cf2f5\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"7c967fc2a27347dca40ab8ff515b59d1\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:13.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:13.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:2.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:13.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193ef3032df725aa73fef0eca7cf2f5\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193ef30b4f772e38e53c27bbd9808d0\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725661\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725661\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:01:56.014\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R452.56\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:15:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:3;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:4;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:5;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:6;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:7;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:8;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:9;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:10;s:32:\"62e12dca076d486f89b69989712d82c7\";i:11;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:12;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:13;s:32:\"c047662d6b2445dfb57c8b867b31b07a\";i:14;s:32:\"f6f252f2f32c42428d3776794ae04768\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"1a2fafd9a3ee48b9b6ff770b16f2e65c\";i:2;s:32:\"1f9124f2d9ca4ac89e7f46febb25face\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:5;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";i:6;s:32:\"b6f53a43aa7f4d29bb824e6acea412b9\";i:7;s:32:\"c3b843d5b6fd41a88b6aab11932595f6\";i:8;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"ad4ce794fb4c42fbb375cef1db405e0a\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"56\";}}s:9:\"streamIds\";a:7:{i:0;s:32:\"018adb3d749170e58ee58d22161d262d\";i:1;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:2;s:32:\"88993ac508034754bcc2b081785e91a0\";i:3;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:4;s:32:\"a6252531a57348b78cd4f91df8ece8a6\";i:5;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:6;s:32:\"d69a2a3fd9df43859abf6868db31a021\";}s:8:\"parentId\";s:32:\"e3f839b2b581476a967a7fdbb6ed0237\";s:5:\"stock\";i:-11;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R452.56\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:17.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:17.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:17.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.33;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:17.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R452\";s:5:\"title\";s:4:\"R452\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:08.662000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.353000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:137996;s:8:\"\0*\0title\";s:4:\"R452\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"8680454161d5615343698e595055db45\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.349000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R452\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/44/b4/69/1726737610/R452.jpg?ts=1726737610\";s:11:\"\0*\0fileName\";s:4:\"R452\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"01920994f80072b3a04309c2c50f4536\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c50f4536\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.755000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:46:\"thumbnail/44/b4/69/1726737610/R452_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_280x280.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c50f4536\";}s:32:\"01920994f80072b3a04309c2c56d3064\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c56d3064\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.756000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:46:\"thumbnail/44/b4/69/1726737610/R452_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_400x400.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c56d3064\";}s:32:\"01920994f80072b3a04309c2c5c00fbf\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c5c00fbf\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.756000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:46:\"thumbnail/44/b4/69/1726737610/R452_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_800x800.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c5c00fbf\";}s:32:\"01920994f80072b3a04309c2c60338ca\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01920994f80072b3a04309c2c60338ca\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-19 09:20:10.756000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3277;s:7:\"\0*\0path\";s:48:\"thumbnail/44/b4/69/1726737610/R452_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/44/b4/69/1726737610/R452_1920x1920.jpg?ts=1726737610\";s:10:\"\0*\0mediaId\";s:32:\"f093383aad7442afa2d231e9141b4c17\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01920994f80072b3a04309c2c60338ca\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/44/b4/69/1726737610/R452.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"f093383aad7442afa2d231e9141b4c17\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-11;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049957\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef30b63f73c5825caa2cf3213301\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef30b4f772e38e53c27bbd9808d0\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"48a5c2cae50d4fc888a25934b07ad70c\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:17.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:17.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.33;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:17.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193ef30b4f772e38e53c27bbd9808d0\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193ef32742d71a1a49ddb891b6e5131\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725662\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725662\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:00:06.828\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"R416.68\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:23:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"c363f43d4e404db59853cbefb0bd7069\";i:3;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:4;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:5;s:32:\"ba7ed83336394da8930566d49b4de149\";i:6;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:7;s:32:\"6a744a43a013490e8eef51a30267fd8a\";i:8;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:9;s:32:\"48647050b43e4f788ebf75cf8dfe47e3\";i:10;s:32:\"fa3e69fe19e94cc89f113f0aff04a505\";i:11;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:12;s:32:\"ec742202a1064ee1b37c74e6d76265e6\";i:13;s:32:\"31929c4aca794860a2b9492cfb1cdf06\";i:14;s:32:\"4d7e6a9cde8747c5baba9de732b9f815\";i:15;s:32:\"23e6e97ababe48a29f2490cc04b83952\";i:16;s:32:\"635db790c24849a18cbe662a90d5a248\";i:17;s:32:\"7831b4af0bd34445b6b55eb60f12dfe5\";i:18;s:32:\"8c2332b671474fc8b2e13e44c0f0190a\";i:19;s:32:\"b6d5f38073bf4228a0d8bea55380b993\";i:20;s:32:\"bdf5e705952b4ac98ee9cffd7710ea50\";i:21;s:32:\"e47d435eea744852a1a539dc21a67bc2\";i:22;s:32:\"ea11a0b4ba374b5399ee054026568387\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0297ec114a2a4b9780e275fdfcf34a62\";i:1;s:32:\"2805fe839afe4d719418670066c0a8d7\";i:2;s:32:\"432467c67c0a49b5a26d22b3a5b8c8e3\";i:3;s:32:\"8a98a5c477644c39bd324d22316464ca\";i:4;s:32:\"94e26ce318214b68971be6fb1b029a86\";i:5;s:32:\"9cdc7f88ad614403abf3d2a607e20cf7\";i:6;s:32:\"9d00bdc082c04858867a8f5f4ecf6190\";i:7;s:32:\"a57e0e90fa614ccc93349af234ed690f\";i:8;s:32:\"f9c6446c61a14b6b950a4acd3b77fa50\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"432467c67c0a49b5a26d22b3a5b8c8e3\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:11:\"Ringgröße\";s:6:\"option\";s:2:\"68\";}}s:9:\"streamIds\";a:7:{i:0;s:32:\"3ba8d0d5397745b28125da55344960b2\";i:1;s:32:\"46a7939fbccb40bbb34ddf532c409f95\";i:2;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:3;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:4;s:32:\"bdb69f4b51a344f49a93c39e4b08fd11\";i:5;s:32:\"e3778567b56f40a4910c03a14221e8ad\";i:6;s:32:\"fab893178f57434394bd43941846738f\";}s:8:\"parentId\";s:32:\"d26f13e08bee429eb7c5713cc5c7d2ca\";s:5:\"stock\";i:-1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"R416.68\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:28;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"R416\";s:5:\"title\";s:4:\"R416\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:39.820000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.370000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:365111;s:8:\"\0*\0title\";s:4:\"R416\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"363ae49ea255852006d72d5e8a6089dd\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.367000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"R416\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/44/36/a5/1727248841/R416.jpg?ts=1727248841\";s:11:\"\0*\0fileName\";s:4:\"R416\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0192280dbb4d717f814fc9c40f29cbbd\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c40f29cbbd\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:46:\"thumbnail/44/36/a5/1727248841/R416_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_280x280.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c40f29cbbd\";}s:32:\"0192280dbb4d717f814fc9c40fe75d14\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c40fe75d14\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:46:\"thumbnail/44/36/a5/1727248841/R416_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_400x400.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c40fe75d14\";}s:32:\"0192280dbb4d717f814fc9c410d15570\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c410d15570\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:46:\"thumbnail/44/36/a5/1727248841/R416_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_800x800.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c410d15570\";}s:32:\"0192280dbb4d717f814fc9c4113e3092\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0192280dbb4d717f814fc9c4113e3092\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-25 07:20:41.551000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3611;s:7:\"\0*\0path\";s:48:\"thumbnail/44/36/a5/1727248841/R416_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/44/36/a5/1727248841/R416_1920x1920.jpg?ts=1727248841\";s:10:\"\0*\0mediaId\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0192280dbb4d717f814fc9c4113e3092\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/44/36/a5/1727248841/R416.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"e7f3381a499141c7a71da5d0197ea220\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-1;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049960\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef32764f71f0abe610bfc2031309\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef32742d71a1a49ddb891b6e5131\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"3e45839fd62149b5ab20332fd7925fdc\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:28;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:28;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.32;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:28;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193ef32742d71a1a49ddb891b6e5131\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193ef347cb170b2a0cd8a269717e911\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725663\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725663\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 15:28:00.273\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";N;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:10:\"DS2C.BI.50\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:32:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"4b9db8a420af4e5e9880c115fe932362\";i:3;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:4;s:32:\"595443089bf944398b8568193c218803\";i:5;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:6;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:7;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:8;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:9;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:10;s:32:\"64eae93739214024a9c8766b43941bc5\";i:11;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:12;s:32:\"48647050b43e4f788ebf75cf8dfe47e3\";i:13;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:14;s:32:\"62cc073d246c4a669324649021be6baf\";i:15;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:16;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:17;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:18;s:32:\"c363f43d4e404db59853cbefb0bd7069\";i:19;s:32:\"0447f6c1f3e54521936efadd8db78dc4\";i:20;s:32:\"068db263e33845829e874a8c4aa32d87\";i:21;s:32:\"200231c145b64c7f936fa6f47175739c\";i:22;s:32:\"3ccba5fc7c8740368843d98469812c6b\";i:23;s:32:\"63302c2f386148a9bab6b79b189e74a2\";i:24;s:32:\"67434ea6f1aa45db83e72d59650f9644\";i:25;s:32:\"691288f242374a26aee4efff9fb06487\";i:26;s:32:\"a1a1c1bf8d944d9d88633865a6cf87ac\";i:27;s:32:\"bf3e609b320741a990d761ec9e2de0b9\";i:28;s:32:\"c82ff124b1364381b541e46dcb735549\";i:29;s:32:\"e08b896c36ea495aa65599502c35b26a\";i:30;s:32:\"fcd9fbc81d3849fabd65f2adf11fd59c\";i:31;s:32:\"fd9f1d01d8d2430aa12b7077479dc7a4\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"0c423d762c444052b86aeb793baef5b6\";i:1;s:32:\"33c3d8b79dd643c8ab92f49afc73c85b\";i:2;s:32:\"793107983097469bb866889ce7718bc5\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"94d24655eda749bd92d69dbec5af6909\";i:5;s:32:\"9fbc32e4b6ca46db95c3dbf79e65e2fa\";i:6;s:32:\"e3b5c0a533b846268df623cd8219abcb\";i:7;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:8;s:32:\"f65f86dd25e04da8b9fef7193e7ca262\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:4:{i:0;s:32:\"94d24655eda749bd92d69dbec5af6909\";i:1;s:32:\"e3b5c0a533b846268df623cd8219abcb\";i:2;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:3;s:32:\"f65f86dd25e04da8b9fef7193e7ca262\";}s:7:\"options\";a:4:{i:0;a:2:{s:5:\"group\";s:12:\"Länge in cm\";s:6:\"option\";s:2:\"50\";}i:1;a:2:{s:5:\"group\";s:5:\"Marke\";s:6:\"option\";s:14:\"ERNSTES DESIGN\";}i:2;a:2:{s:5:\"group\";s:8:\"Material\";s:6:\"option\";s:27:\"Bicolor: Edelstahl/Gelbgold\";}i:3;a:2:{s:5:\"group\";s:7:\"Produkt\";s:6:\"option\";s:14:\"Seile & Ketten\";}}s:9:\"streamIds\";a:6:{i:0;s:32:\"46a7939fbccb40bbb34ddf532c409f95\";i:1;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:2;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:3;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:4;s:32:\"9d539d7e703b4f33b5ff5c9def5822de\";i:5;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";}s:8:\"parentId\";s:32:\"17572e8df0e24c80b06b24e7d50e752e\";s:5:\"stock\";i:-20;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:10:\"DS2C.BI.50\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:21;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:21;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:21;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.99;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:21;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"48de814d641547d8b7701f5667b97854\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:5:\"title\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:53.892000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:55.449000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:120410;s:8:\"\0*\0title\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"b0588d7f15cb04b6bf9cfa3a7b90febc\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:55.446000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:65:\"\\\\Ernstessrv-pdc\\allgemein\\AAA NEUE BILDER ONLINESHOP\\DS2C.Bi.png\";s:6:\"\0*\0url\";s:76:\"https://ed-bestellung.de/media/01/78/83/1711364575/DS2C.Bi.jpg?ts=1711364575\";s:11:\"\0*\0fileName\";s:7:\"DS2C.Bi\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"018e75471565704d8a45bb01b56bc993\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b56bc993\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.615000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:49:\"thumbnail/01/78/83/1711364575/DS2C.Bi_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_280x280.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b56bc993\";}s:32:\"018e75471565704d8a45bb01b5aa778f\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b5aa778f\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:49:\"thumbnail/01/78/83/1711364575/DS2C.Bi_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_400x400.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b5aa778f\";}s:32:\"018e75471565704d8a45bb01b64dd68c\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b64dd68c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:49:\"thumbnail/01/78/83/1711364575/DS2C.Bi_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:88:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_800x800.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b64dd68c\";}s:32:\"018e75471565704d8a45bb01b6b332b9\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"018e75471565704d8a45bb01b6b332b9\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-03-25 11:02:56.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:3965;s:7:\"\0*\0path\";s:51:\"thumbnail/01/78/83/1711364575/DS2C.Bi_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:90:\"https://ed-bestellung.de/thumbnail/01/78/83/1711364575/DS2C.Bi_1920x1920.jpg?ts=1711364576\";s:10:\"\0*\0mediaId\";s:32:\"48de814d641547d8b7701f5667b97854\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"018e75471565704d8a45bb01b6b332b9\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:37:\"media/01/78/83/1711364575/DS2C.Bi.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"48de814d641547d8b7701f5667b97854\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-20;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryTime\":5:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:14:\"2 - 4 Werktage\";s:6:\"\0*\0min\";i:2;s:6:\"\0*\0max\";i:4;s:7:\"\0*\0unit\";s:3:\"day\";}s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049963\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef347e107226b59bcdba66f6e724\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef347cb170b2a0cd8a269717e911\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"d758548d62314c47aa28cc4086d11d0b\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:21;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:21;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.99;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:21;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193ef347cb170b2a0cd8a269717e911\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193ef3608a371d2a5a2d651284da699\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725664\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725664\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2022-09-21 16:52:44.027\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:8:\"AK25C.50\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:34:{i:0;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:1;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:2;s:32:\"4b9db8a420af4e5e9880c115fe932362\";i:3;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:4;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:5;s:32:\"ec742202a1064ee1b37c74e6d76265e6\";i:6;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:7;s:32:\"595443089bf944398b8568193c218803\";i:8;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:9;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:10;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:11;s:32:\"64eae93739214024a9c8766b43941bc5\";i:12;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:13;s:32:\"48647050b43e4f788ebf75cf8dfe47e3\";i:14;s:32:\"fcf59ed5613142729c2fd6768e07a08b\";i:15;s:32:\"62cc073d246c4a669324649021be6baf\";i:16;s:32:\"8e1bba960e8c4be2ad164acc9fb07a13\";i:17;s:32:\"118f588ee1ca4166b28245ef6b365994\";i:18;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:19;s:32:\"c363f43d4e404db59853cbefb0bd7069\";i:20;s:32:\"0447f6c1f3e54521936efadd8db78dc4\";i:21;s:32:\"05aec327c38d404999a84ce5b02beeed\";i:22;s:32:\"068db263e33845829e874a8c4aa32d87\";i:23;s:32:\"200231c145b64c7f936fa6f47175739c\";i:24;s:32:\"3ccba5fc7c8740368843d98469812c6b\";i:25;s:32:\"63302c2f386148a9bab6b79b189e74a2\";i:26;s:32:\"67434ea6f1aa45db83e72d59650f9644\";i:27;s:32:\"691288f242374a26aee4efff9fb06487\";i:28;s:32:\"a1a1c1bf8d944d9d88633865a6cf87ac\";i:29;s:32:\"bf3e609b320741a990d761ec9e2de0b9\";i:30;s:32:\"c82ff124b1364381b541e46dcb735549\";i:31;s:32:\"e08b896c36ea495aa65599502c35b26a\";i:32;s:32:\"fcd9fbc81d3849fabd65f2adf11fd59c\";i:33;s:32:\"fd9f1d01d8d2430aa12b7077479dc7a4\";}s:11:\"propertyIds\";a:10:{i:0;s:32:\"31cfa8df71ff49cd880ae82f12446247\";i:1;s:32:\"33c3d8b79dd643c8ab92f49afc73c85b\";i:2;s:32:\"793107983097469bb866889ce7718bc5\";i:3;s:32:\"7df68f7df9bb4f3daaab9366933e669e\";i:4;s:32:\"94d24655eda749bd92d69dbec5af6909\";i:5;s:32:\"ccd5a877bee84176953c64a5860b6d08\";i:6;s:32:\"e3b5c0a533b846268df623cd8219abcb\";i:7;s:32:\"f0431852cc0e479f917cb906018af198\";i:8;s:32:\"f05da3e553fa4e73b78a9fd15703a16a\";i:9;s:32:\"fa08b4fea46a43779c225437ce69a76e\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"94d24655eda749bd92d69dbec5af6909\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:12:\"Länge in cm\";s:6:\"option\";s:2:\"50\";}}s:9:\"streamIds\";a:25:{i:0;s:32:\"019127c125f573a8925d2bc4536eba84\";i:1;s:32:\"01912c9969b973a68c6f752918f7f749\";i:2;s:32:\"06a67dca2aa24b70bf178b8753c2839a\";i:3;s:32:\"073380f623d64a62aa77031d7acd19db\";i:4;s:32:\"1b504483e67548bd94717ce8612852b3\";i:5;s:32:\"3661a489aa9f4247a57c7ec486d1c828\";i:6;s:32:\"389b66aa7eee4e648d903c48687e85d1\";i:7;s:32:\"3b75bd0c402f4b4585bf07c56de02f0e\";i:8;s:32:\"46a7939fbccb40bbb34ddf532c409f95\";i:9;s:32:\"4f240757250b44a286d2e2cd2baee6e9\";i:10;s:32:\"523d91f4fcb24092875627e254dfd463\";i:11;s:32:\"60f1b824a7e04e27bcaa77401aa7901d\";i:12;s:32:\"65755f13a732451893b84e5cdbcc5f73\";i:13;s:32:\"6d6d423469ae45e7b688ca60efa80243\";i:14;s:32:\"75dc4d9c7d7949439fc82eb20fe23ea8\";i:15;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:16;s:32:\"7e2cfcb733e64244bbe02cf0b5f2daa4\";i:17;s:32:\"7f5026066f95428b8e79610803920804\";i:18;s:32:\"90a5eaa6d39f44e79793991c5193832b\";i:19;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";i:20;s:32:\"ac06c48ffe554c03b720939ef0b7d743\";i:21;s:32:\"d04061898a3e4a7185403b89365fd9cd\";i:22;s:32:\"e387a81bf5d943ea998b22f6cd9892f0\";i:23;s:32:\"e74964a46d364bac85f12085ae7094ad\";i:24;s:32:\"ff73a191ffa14f61b924f3b931503340\";}s:8:\"parentId\";s:32:\"ccd3d88012aa42dbbbb0d51463b626a5\";s:5:\"stock\";i:0;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:8:\"AK25C.50\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:16.5;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:16.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:16.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:16.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"bb0f359a551644f0a3fd2b399b4484a1\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";N;s:5:\"title\";N;s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-07-08 12:33:47.078000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:22:54.158000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";s:32:\"3f985a6d698543dfabbd1af9e112e73f\";s:11:\"\0*\0mimeType\";s:9:\"image/png\";s:16:\"\0*\0fileExtension\";s:3:\"png\";s:11:\"\0*\0fileSize\";i:243968;s:8:\"\0*\0title\";N;s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:156:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}\";s:11:\"\0*\0metaData\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"type\";i:3;}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:1:{i:0;s:11:\"transparent\";}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:22:54.157000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";N;s:6:\"\0*\0url\";s:74:\"https://ed-bestellung.de/media/f0/c7/38/1691742174/ak25c.png?ts=1691742174\";s:11:\"\0*\0fileName\";s:5:\"ak25c\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:35:\"media/f0/c7/38/1691742174/ak25c.png\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"bb0f359a551644f0a3fd2b399b4484a1\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:0;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:5;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049967\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef360a0570f7bc81b92158960a77\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef3608a371d2a5a2d651284da699\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"f3cd60abee6b4fadb31a08411c265148\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:16.5;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:16.5;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:3.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:16.5;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193ef3608a371d2a5a2d651284da699\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"0193ef37442073d0b352714092892253\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:1:{s:28:\"lenz-order-line-item-comment\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayEntity\":10:{s:13:\"\0*\0extensions\";a:0:{}s:20:\"\0*\0_uniqueIdentifier\";N;s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";N;s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";N;s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";N;s:14:\"\0*\0_entityName\";s:12:\"array-entity\";s:7:\"\0*\0data\";a:1:{s:32:\"f45d3a93f24846b7a79092be7d1a1c90\";s:7:\"7725665\";}}}s:10:\"\0*\0payload\";a:20:{s:18:\"positionskommentar\";s:7:\"7725665\";s:10:\"isCloseout\";b:0;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-07-30 11:16:45.731\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:7:\"A645.GR\";s:14:\"manufacturerId\";s:32:\"7bf787ab99cf4d339d86798f75444d32\";s:5:\"taxId\";s:32:\"72943b70739c48999afd49b2b740c723\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:20:{i:0;s:32:\"bfe523fe77ae41b4b4ffeba070794032\";i:1;s:32:\"dd136371ff8a415dbf93d6b67d755154\";i:2;s:32:\"f8cb95ce97c348338c705260dc01d305\";i:3;s:32:\"43649894d5014f2f8bdb57bc51b85d17\";i:4;s:32:\"05c8c55fe903479a87662295a58c4ead\";i:5;s:32:\"c1d9a37345a042938c0b318c1b1c7603\";i:6;s:32:\"1907e9e73a6140d48c10e82b8986f46a\";i:7;s:32:\"1f2a1232cddd49dfa559b8bd24df44f8\";i:8;s:32:\"d5c1e7cd6ad440aa91122cb57eaeb69e\";i:9;s:32:\"d97cccacd7734165a653686db6300e7c\";i:10;s:32:\"3e454b306f544f208c9799e56f5de5be\";i:11;s:32:\"46398b1b21fc45e98521fbd404773c79\";i:12;s:32:\"49ae35f71f794a149ba089f5d4466713\";i:13;s:32:\"2f563f9736744705a1c56c7727434e3f\";i:14;s:32:\"8d98c038a81248ccaa597daf100c00b3\";i:15;s:32:\"90e8c49f111f4518affb4cbf2805b242\";i:16;s:32:\"95006e0dd1b34675a9ef8735d8f87322\";i:17;s:32:\"9f6f003af1324eaa8d9dbc164b07302b\";i:18;s:32:\"dbfcdbfc097d4573a466033d791b2bbc\";i:19;s:32:\"f919637e76a04e8ca11d12c4f15816e4\";}s:11:\"propertyIds\";a:1:{i:0;s:32:\"8047efb602da4f4085d1d6ec793498b2\";}s:9:\"optionIds\";a:1:{i:0;s:32:\"f718e31f0ed244c982f5a3a83d8d3ec7\";}s:7:\"options\";a:1:{i:0;a:2:{s:5:\"group\";s:17:\"Armspangengröße\";s:6:\"option\";s:2:\"GR\";}}s:9:\"streamIds\";a:8:{i:0;s:32:\"01912be23f0e7d6584cc0fb43e19c639\";i:1;s:32:\"0191b1c7a13673d2812f61ad063b674f\";i:2;s:32:\"0191b1fb897f735b8dd8dd236f3ec42a\";i:3;s:32:\"6077bc3264944a5ea60cfd3cce2b1ab8\";i:4;s:32:\"7adbc9495e2a4658a3ed9d17e3c0e908\";i:5;s:32:\"7d2206bcaae64e3bba8e357d30721be1\";i:6;s:32:\"88993ac508034754bcc2b081785e91a0\";i:7;s:32:\"9a208c03cfc74e8b87dc868e876006f7\";}s:8:\"parentId\";s:32:\"32a18f3cdf184d099d36423fd0a82353\";s:5:\"stock\";i:-6;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:7:\"A645.GR\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:35;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:95;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:35;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:35;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:6.65;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:35;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:95;s:11:\"\0*\0discount\";d:-60;s:13:\"\0*\0percentage\";d:63.16;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";O:39:\"Shopware\\Core\\Content\\Media\\MediaEntity\":53:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:28:\"media_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"8a77170d21e04071b820263979316fdf\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:4:\"A645\";s:5:\"title\";s:4:\"A645\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:13.878000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:15.505000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:5:\"media\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:164;s:9:\"\0*\0userId\";N;s:11:\"\0*\0mimeType\";s:10:\"image/jpeg\";s:16:\"\0*\0fileExtension\";s:3:\"jpg\";s:11:\"\0*\0fileSize\";i:180063;s:8:\"\0*\0title\";s:4:\"A645\";s:14:\"\0*\0metaDataRaw\";N;s:15:\"\0*\0mediaTypeRaw\";s:133:\"O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}\";s:11:\"\0*\0metaData\";a:4:{s:5:\"width\";i:1700;s:6:\"height\";i:1700;s:4:\"type\";i:2;s:4:\"hash\";s:32:\"0857adf7d68af4fbaa8e81fe12a5d7ad\";}s:12:\"\0*\0mediaType\";O:47:\"Shopware\\Core\\Content\\Media\\MediaType\\ImageType\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0name\";s:5:\"IMAGE\";s:8:\"\0*\0flags\";a:0:{}}s:13:\"\0*\0uploadedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:15.502000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:4:\"A645\";s:6:\"\0*\0url\";s:73:\"https://ed-bestellung.de/media/86/e9/e8/1725959475/A645.jpg?ts=1725959475\";s:11:\"\0*\0fileName\";s:4:\"A645\";s:7:\"\0*\0user\";N;s:15:\"\0*\0translations\";N;s:13:\"\0*\0categories\";N;s:23:\"\0*\0productManufacturers\";N;s:15:\"\0*\0productMedia\";N;s:14:\"\0*\0avatarUsers\";N;s:13:\"\0*\0thumbnails\";O:77:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:4:{s:32:\"0191db3394f6706092c9729d5d37ded6\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5d37ded6\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.475000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:46:\"thumbnail/86/e9/e8/1725959475/A645_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_280x280.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5d37ded6\";}s:32:\"0191db3394f6706092c9729d5e23ca50\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5e23ca50\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:46:\"thumbnail/86/e9/e8/1725959475/A645_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_400x400.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5e23ca50\";}s:32:\"0191db3394f6706092c9729d5e918414\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5e918414\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:46:\"thumbnail/86/e9/e8/1725959475/A645_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:85:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_800x800.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5e918414\";}s:32:\"0191db3394f6706092c9729d5eb56177\";O:73:\"Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailEntity\":16:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"media_thumbnail_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0191db3394f6706092c9729d5eb56177\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-10 09:11:16.476000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"media_thumbnail\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:4563;s:7:\"\0*\0path\";s:48:\"thumbnail/86/e9/e8/1725959475/A645_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:87:\"https://ed-bestellung.de/thumbnail/86/e9/e8/1725959475/A645_1920x1920.jpg?ts=1725959476\";s:10:\"\0*\0mediaId\";s:32:\"8a77170d21e04071b820263979316fdf\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0191db3394f6706092c9729d5eb56177\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"5437cb9374b04709a4da0f6f202b40da\";s:14:\"\0*\0mediaFolder\";N;s:10:\"\0*\0hasFile\";b:0;s:10:\"\0*\0private\";b:0;s:23:\"\0*\0propertyGroupOptions\";N;s:20:\"\0*\0mailTemplateMedia\";N;s:7:\"\0*\0tags\";N;s:15:\"\0*\0thumbnailsRo\";s:0:\"\";s:7:\"\0*\0path\";s:34:\"media/86/e9/e8/1725959475/A645.jpg\";s:22:\"\0*\0documentBaseConfigs\";N;s:18:\"\0*\0shippingMethods\";N;s:17:\"\0*\0paymentMethods\";N;s:30:\"\0*\0productConfiguratorSettings\";N;s:17:\"\0*\0orderLineItems\";N;s:12:\"\0*\0cmsBlocks\";N;s:14:\"\0*\0cmsSections\";N;s:11:\"\0*\0cmsPages\";N;s:12:\"\0*\0documents\";N;s:20:\"\0*\0appPaymentMethods\";N;s:21:\"\0*\0appShippingMethods\";N;s:19:\"\0*\0productDownloads\";N;s:25:\"\0*\0orderLineItemDownloads\";N;s:9:\"\0*\0config\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"8a77170d21e04071b820263979316fdf\";}s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:-6;s:9:\"\0*\0weight\";d:0;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";i:0;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";d:0;s:8:\"\0*\0width\";d:0;s:9:\"\0*\0length\";d:0;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:100;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-22 16:33:19.049970\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"dd6b2f9c9ea19b14e845f7b973909f47\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0193ef3745e572a99cce94e2c940c0c6\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:3:{s:18:\"positionskommentar\";b:0;s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0193ef37442073d0b352714092892253\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0191035b601e73c38bed2d189f3a2136\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:35;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:35;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:6.65;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:35;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:95;s:11:\"\0*\0discount\";d:-60;s:13:\"\0*\0percentage\";d:63.16;}s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0193ef37442073d0b352714092892253\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-24 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-26 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}}}s:11:\"\0*\0location\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\ShippingLocation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0country\";O:42:\"Shopware\\Core\\System\\Country\\CountryEntity\":38:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:30:\"country_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"3dcdbf506e5647d6b1e8800d8cac0d7b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:4:\"name\";s:11:\"Deutschland\";s:12:\"customFields\";a:0:{}s:13:\"addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-26 10:13:42.217000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-10-01 06:20:54.987000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:7:\"country\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:11:\"Deutschland\";s:6:\"\0*\0iso\";s:2:\"DE\";s:11:\"\0*\0position\";i:1;s:9:\"\0*\0active\";b:1;s:20:\"\0*\0shippingAvailable\";b:1;s:7:\"\0*\0iso3\";s:3:\"DEU\";s:29:\"\0*\0displayStateInRegistration\";b:0;s:27:\"\0*\0forceStateInRegistration\";b:0;s:20:\"\0*\0checkVatIdPattern\";b:0;s:15:\"\0*\0vatIdPattern\";s:7:\"DE\\d{9}\";s:16:\"\0*\0vatIdRequired\";b:0;s:14:\"\0*\0customerTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:13:\"\0*\0companyTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:9:\"\0*\0states\";N;s:15:\"\0*\0translations\";N;s:17:\"\0*\0orderAddresses\";N;s:20:\"\0*\0customerAddresses\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:11:\"\0*\0taxRules\";N;s:27:\"\0*\0currencyCountryRoundings\";N;s:21:\"\0*\0postalCodeRequired\";b:1;s:7:\"\0*\0isEu\";b:1;s:25:\"\0*\0checkPostalCodePattern\";b:1;s:33:\"\0*\0checkAdvancedPostalCodePattern\";b:0;s:28:\"\0*\0advancedPostalCodePattern\";N;s:27:\"\0*\0defaultPostalCodePattern\";s:5:\"\\d{5}\";s:16:\"\0*\0addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"3dcdbf506e5647d6b1e8800d8cac0d7b\";}s:8:\"\0*\0state\";N;s:10:\"\0*\0address\";O:79:\"Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressEntity\":29:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:39:\"customer_address_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"df0e4558f89044c08f9b8e7b82ab5b45\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-11-15 10:26:49.824000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-02-19 07:47:49.356000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:16:\"customer_address\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:13:\"\0*\0customerId\";s:32:\"644423cd0cd24684b52ae20c6843d5db\";s:12:\"\0*\0countryId\";s:32:\"3dcdbf506e5647d6b1e8800d8cac0d7b\";s:17:\"\0*\0countryStateId\";N;s:15:\"\0*\0salutationId\";s:32:\"75ebacb5fc3147288385ce3278f0316e\";s:12:\"\0*\0firstName\";s:4:\"Theo\";s:11:\"\0*\0lastName\";s:7:\"Rötten\";s:10:\"\0*\0zipcode\";s:5:\"46399\";s:7:\"\0*\0city\";s:7:\"Bocholt\";s:10:\"\0*\0company\";N;s:13:\"\0*\0department\";N;s:8:\"\0*\0title\";N;s:9:\"\0*\0street\";s:18:\"Bekendorfsweide 35\";s:14:\"\0*\0phoneNumber\";N;s:25:\"\0*\0additionalAddressLine1\";N;s:25:\"\0*\0additionalAddressLine2\";N;s:10:\"\0*\0country\";r:10621;s:15:\"\0*\0countryState\";N;s:13:\"\0*\0salutation\";O:48:\"Shopware\\Core\\System\\Salutation\\SalutationEntity\":19:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:33:\"salutation_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"75ebacb5fc3147288385ce3278f0316e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:11:\"displayName\";s:4:\"Herr\";s:10:\"letterName\";s:18:\"Sehr geehrter Herr\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-26 10:13:42.211000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:42:07.881000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:10:\"salutation\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:16:\"\0*\0salutationKey\";s:2:\"mr\";s:14:\"\0*\0displayName\";s:4:\"Herr\";s:13:\"\0*\0letterName\";s:18:\"Sehr geehrter Herr\";s:15:\"\0*\0translations\";N;s:12:\"\0*\0customers\";N;s:20:\"\0*\0customerAddresses\";N;s:17:\"\0*\0orderCustomers\";N;s:17:\"\0*\0orderAddresses\";N;s:23:\"\0*\0newsletterRecipients\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"75ebacb5fc3147288385ce3278f0316e\";}s:11:\"\0*\0customer\";N;s:15:\"\0*\0customFields\";a:1:{s:12:\"address_type\";s:8:\"shipping\";}s:5:\"\0*\0id\";s:32:\"df0e4558f89044c08f9b8e7b82ab5b45\";}}s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-29 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-31 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}s:17:\"\0*\0shippingMethod\";O:52:\"Shopware\\Core\\Checkout\\Shipping\\ShippingMethodEntity\":32:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"shipping_method_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:4:{s:4:\"name\";s:8:\"Standard\";s:12:\"customFields\";a:0:{}s:11:\"description\";N;s:11:\"trackingUrl\";N;}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-26 10:13:42.797000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-05 09:20:20.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"shipping_method\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:8:\"Standard\";s:9:\"\0*\0active\";b:1;s:11:\"\0*\0position\";i:1;s:14:\"\0*\0description\";N;s:14:\"\0*\0trackingUrl\";N;s:17:\"\0*\0deliveryTimeId\";s:32:\"d0291a3410294c55aee760566cc08dd4\";s:15:\"\0*\0deliveryTime\";O:52:\"Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeEntity\":17:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:36:\"delivery_time_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"d0291a3410294c55aee760566cc08dd4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:2:{s:4:\"name\";s:14:\"2 - 4 Werktage\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-02-01 13:03:33.645000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:42:15.255000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:13:\"delivery_time\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:14:\"2 - 4 Werktage\";s:6:\"\0*\0min\";i:2;s:6:\"\0*\0max\";i:4;s:7:\"\0*\0unit\";s:3:\"day\";s:18:\"\0*\0shippingMethods\";N;s:15:\"\0*\0translations\";N;s:11:\"\0*\0products\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"d0291a3410294c55aee760566cc08dd4\";}s:15:\"\0*\0translations\";N;s:18:\"\0*\0orderDeliveries\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:19:\"\0*\0availabilityRule\";N;s:21:\"\0*\0availabilityRuleId\";s:32:\"da3ac5a0bb8e4657a78e9b98f5656fd5\";s:9:\"\0*\0prices\";O:91:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:11:{s:32:\"01936810d5797ff1b3b5d08dbc9cdbbe\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01936810d5797ff1b3b5d08dbc9cdbbe\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-11-26 10:43:51.653000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"0193680dddd970119bb3982615a40950\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:39.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:15;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01936810d5797ff1b3b5d08dbc9cdbbe\";}s:32:\"019368111e3d7a74b8ef084a164ba7f7\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"019368111e3d7a74b8ef084a164ba7f7\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-11-26 10:43:51.653000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-05 09:20:20.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"0193680dddd970119bb3982615a40950\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:90;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"019368111e3d7a74b8ef084a164ba7f7\";}s:32:\"01936811367671eca2e9c886ebbb0d31\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01936811367671eca2e9c886ebbb0d31\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-11-26 10:43:51.653000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"0193680ec75f7eed822e403e9cee4325\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:39.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:15;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01936811367671eca2e9c886ebbb0d31\";}s:32:\"01936811977f79059b45f1a4b5d51fca\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01936811977f79059b45f1a4b5d51fca\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-11-26 10:43:51.653000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-05 09:20:20.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"0193680ec75f7eed822e403e9cee4325\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:90;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01936811977f79059b45f1a4b5d51fca\";}s:32:\"01936811ab4a786ea4193b2b046e8a70\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01936811ab4a786ea4193b2b046e8a70\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-11-26 10:43:51.653000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"0193680d02647f20bef246e491801607\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:39.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:15;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01936811ab4a786ea4193b2b046e8a70\";}s:32:\"01936811e3417efc9b677d5972647ab3\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01936811e3417efc9b677d5972647ab3\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-11-26 10:43:51.654000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-05 09:20:20.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"0193680d02647f20bef246e491801607\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:90;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01936811e3417efc9b677d5972647ab3\";}s:32:\"5eb870e9f0c1428e92ad69aa8c27c457\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"5eb870e9f0c1428e92ad69aa8c27c457\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-02-02 19:49:35.152000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-12-05 09:20:20.616000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"927794203adc4a079e03fed6d6531484\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:90;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"5eb870e9f0c1428e92ad69aa8c27c457\";}s:32:\"ad73f7a7ad6949439acab0b56f7a03ec\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"ad73f7a7ad6949439acab0b56f7a03ec\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-02-02 19:49:35.152000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:42:16.058000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"927794203adc4a079e03fed6d6531484\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:39.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:12.61;s:8:\"\0*\0gross\";d:15;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"ad73f7a7ad6949439acab0b56f7a03ec\";}s:32:\"c9471d27bec54ac7a4413086c1ec9cb2\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"c9471d27bec54ac7a4413086c1ec9cb2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-26 10:13:42.801000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:42:16.058000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"a7ee0560c8f94e509cddeead2a2800e8\";s:14:\"\0*\0calculation\";i:1;s:16:\"\0*\0quantityStart\";d:0;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"c9471d27bec54ac7a4413086c1ec9cb2\";}s:32:\"d8887e7631464fc6a37377f66aa6ba8c\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"d8887e7631464fc6a37377f66aa6ba8c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-02-02 19:49:35.151000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:42:16.058000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"9f50bea2f50840f6a238fcc2f47d69c5\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:1;s:14:\"\0*\0quantityEnd\";d:39.99;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:5.04;s:8:\"\0*\0gross\";d:6;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"d8887e7631464fc6a37377f66aa6ba8c\";}s:32:\"ff1081b90f1043c3b867941f0b5ba9cd\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"ff1081b90f1043c3b867941f0b5ba9cd\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-02-02 19:49:35.152000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-08-11 08:42:16.058000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";r:10893;s:19:\"\0*\0shippingMethodId\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";s:9:\"\0*\0ruleId\";s:32:\"9f50bea2f50840f6a238fcc2f47d69c5\";s:14:\"\0*\0calculation\";i:2;s:16:\"\0*\0quantityStart\";d:40;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"ff1081b90f1043c3b867941f0b5ba9cd\";}}}s:10:\"\0*\0mediaId\";N;s:8:\"\0*\0taxId\";N;s:8:\"\0*\0media\";N;s:7:\"\0*\0tags\";N;s:10:\"\0*\0taxType\";s:4:\"auto\";s:16:\"\0*\0technicalName\";s:17:\"shipping_standard\";s:6:\"\0*\0tax\";N;s:20:\"\0*\0appShippingMethod\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"4c383e3b3b614cc0b029b424becc594d\";}s:16:\"\0*\0shippingCosts\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:0;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:0;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:0;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:0;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}}}}s:15:\"\0*\0transactions\";O:68:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\TransactionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:58:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\Transaction\":4:{s:13:\"\0*\0extensions\";a:0:{}s:9:\"\0*\0amount\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:456.37;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:456.37;s:18:\"\0*\0calculatedTaxes\";r:11;s:11:\"\0*\0taxRules\";r:19;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:18:\"\0*\0paymentMethodId\";s:32:\"45abc463c61743d290789ddc5705dda7\";s:19:\"\0*\0validationStruct\";N;}}}s:11:\"\0*\0modified\";b:0;s:18:\"\0*\0customerComment\";N;s:16:\"\0*\0affiliateCode\";N;s:15:\"\0*\0campaignCode\";N;s:9:\"\0*\0source\";N;s:7:\"\0*\0hash\";N;s:12:\"\0*\0errorHash\";s:0:\"\";s:38:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0data\";N;s:41:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0ruleIds\";a:12:{i:0;s:32:\"9986489395d84086ba454e58b3fb0cd3\";i:1;s:32:\"d32beefb72e943dc9ed726ccf77b03a2\";i:2;s:32:\"e4382fa297674cb98d82dc29b451c919\";i:3;s:32:\"df6c140c383e4a85928e343598a2a882\";i:4;s:32:\"018b18a3f9317975b7c095ab451a5577\";i:5;s:32:\"a1769abbb46e4074aa614082d363f11c\";i:6;s:32:\"a7ee0560c8f94e509cddeead2a2800e8\";i:7;s:32:\"ad0d8f7bb1d94611a4f40b4c480448f5\";i:8;s:32:\"c186d08ad1ec44c5aa2c02889b245d1d\";i:9;s:32:\"d24d6d27fdcd46c5b2c4146ac3a0b272\";i:10;s:32:\"da3ac5a0bb8e4657a78e9b98f5656fd5\";i:11;s:32:\"dba6219d20fc48f78eec51fdb4de6403\";}s:42:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0behavior\";O:40:\"Shopware\\Core\\Checkout\\Cart\\CartBehavior\":4:{s:13:\"\0*\0extensions\";a:0:{}s:53:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0permissions\";a:0:{}s:51:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0hookAware\";b:1;s:57:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0isRecalculation\";b:0;}s:8:\"\0*\0token\";s:32:\"mRZKEd4togwbXKJb1qO1NLvGdeEPaYlM\";s:9:\"\0*\0states\";a:0:{}}' , `compressed` = 0 , `rule_ids` = '[\"9986489395d84086ba454e58b3fb0cd3\",\"d32beefb72e943dc9ed726ccf77b03a2\",\"e4382fa297674cb98d82dc29b451c919\",\"df6c140c383e4a85928e343598a2a882\",\"018b18a3f9317975b7c095ab451a5577\",\"a1769abbb46e4074aa614082d363f11c\",\"a7ee0560c8f94e509cddeead2a2800e8\",\"ad0d8f7bb1d94611a4f40b4c480448f5\",\"c186d08ad1ec44c5aa2c02889b245d1d\",\"d24d6d27fdcd46c5b2c4146ac3a0b272\",\"da3ac5a0bb8e4657a78e9b98f5656fd5\",\"dba6219d20fc48f78eec51fdb4de6403\"]' , `created_at` = '2024-12-22 16:33:19.162' ; ;
Copy
89
0.53 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0xC9A6F5BF098244B1B12678C36AED2C51 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
90
0.57 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L8>;;aLÀ°)´$¾ÌYM "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x4C383E3B3B614CC0B029B424BECC594D );
Copy
91
0.38 ms
SELECT DISTINCT LOWER (HEX (psm . product_id )) as productId , LOWER (HEX (psm . product_stream_id )) as productStreamId , LOWER (HEX (lolicg . id )) as lenzOrderLineItemCommentGroupId FROM product_stream_mapping psm INNER JOIN lenz_order_line_item_comment_group lolicg ON lolicg . product_stream_id = psm . product_stream_id AND lolicg . mode = ? WHERE product_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) GROUP BY productId
Parameters :
[
"product_stream "
b"\x01 ÉÝ»ö┼q╚╗Äfµ▒=õÇ "
b"I\x18 â×ÍÚAëø│ü®\r Lo; "
b"s\r \x12\v n–G\v ƒ*\x18 ¬S»Ê "
b"""
\x01 ÉÚ´╚▀s\x15 Ø+>\v <\n
T³
"""
b"*ïÍ*,vI{“8NØ[L)\x16 "
b"\x03 *¶íØØB>°ýþ½Ó±\x11 ~ "
b"–Õ»¼œGI\x13 ‚ñÄ’\x05 áå\x1C "
b"\x1F å܆?mH6¥þ'Š"•µ\n "
b"Ø-╦DªXI\r ¿ƒ\x15 º\x18 !غ "
b"h¿Üç±=B\x02 ¼\x1D úS§¨5N "
b"""
|–\x7F ¢sGܤ\n
¸ÿQ[YÑ
"""
b"H¥ÂÊå\r OȈ¢Y4°z×\f "
b">EƒŸÖ!Iµ« 3/×’_Ü "
b"ÎXTìb1LG¬(╠@åÐ\x1D\v "
b"óÍ`«îkO³\x1A\x08 A\x1C &QH "
b"\x01 ‘\x03 [`\x1E sËí-\x18 Ÿ:!6 "
]
SELECT DISTINCT LOWER (HEX (psm . product_id )) as productId , LOWER (HEX (psm . product_stream_id )) as productStreamId , LOWER (HEX (lolicg . id )) as lenzOrderLineItemCommentGroupId FROM product_stream_mapping psm INNER JOIN lenz_order_line_item_comment_group lolicg ON lolicg . product_stream_id = psm . product_stream_id AND lolicg . mode = 'product_stream' WHERE product_id IN (0x0190EDAF94C571C8BB8E66E6B13DE480 , 0x4918839ED6E941899BB381A90D4C6F3B , 0x730D120B6E96470B832A18ADAC53BBCA , 0x0190E9EFC8DF73159D2B3E0B3C0A54FC , 0x2AEFCD2A2C76497B93384ED85B4C2916 , 0x032AB6EDD8D8423EB0FDFEBDD3B1117E , 0x96D5BBBC9C47491382F1C49205E1E51C , 0x1FE5DC863F6D4836A5FE278A2295B50A , 0x9D2DCB44A658490DA89F15A718219DA7 , 0x68BFDCE7B13D4202BC1DFA53A7A8354E , 0x7C967FC2A27347DCA40AB8FF515B59D1 , 0x48A5C2CAE50D4FC888A25934B07AD70C , 0x3E45839FD62149B5AB20332FD7925FDC , 0xD758548D62314C47AA28CC4086D11D0B , 0xF3CD60ABEE6B4FADB31A08411C265148 , 0x0191035B601E73C38BED2D189F3A2136 ) GROUP BY productId ;
Copy
92
1.47 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.lenzOrderLineItemCommentGroups.mapping` . `order_line_item_group_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_product` `product.lenzOrderLineItemCommentGroups.mapping`
WHERE `product.lenzOrderLineItemCommentGroups.mapping` . `product_id` = `product` . `lenzOrderLineItemCommentGroups` ) as `product.lenzOrderLineItemCommentGroups.id_mapping` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ÉÝ»ö┼q╚╗Äfµ▒=õÇ "
b"I\x18 â×ÍÚAëø│ü®\r Lo; "
b"s\r \x12\v n–G\v ƒ*\x18 ¬S»Ê "
b"""
\x01 ÉÚ´╚▀s\x15 Ø+>\v <\n
T³
"""
b"*ïÍ*,vI{“8NØ[L)\x16 "
b"\x03 *¶íØØB>°ýþ½Ó±\x11 ~ "
b"–Õ»¼œGI\x13 ‚ñÄ’\x05 áå\x1C "
b"\x1F å܆?mH6¥þ'Š"•µ\n "
b"Ø-╦DªXI\r ¿ƒ\x15 º\x18 !غ "
b"h¿Üç±=B\x02 ¼\x1D úS§¨5N "
b"""
|–\x7F ¢sGܤ\n
¸ÿQ[YÑ
"""
b"H¥ÂÊå\r OȈ¢Y4°z×\f "
b">EƒŸÖ!Iµ« 3/×’_Ü "
b"ÎXTìb1LG¬(╠@åÐ\x1D\v "
b"óÍ`«îkO³\x1A\x08 A\x1C &QH "
b"\x01 ‘\x03 [`\x1E sËí-\x18 Ÿ:!6 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.lenzOrderLineItemCommentGroups.mapping` . `order_line_item_group_id`
) SEPARATOR '||'
)
FROM
`lenz_order_line_item_comment_group_product` `product.lenzOrderLineItemCommentGroups.mapping`
WHERE
`product.lenzOrderLineItemCommentGroups.mapping` . `product_id` = `product` . `lenzOrderLineItemCommentGroups`
) as `product.lenzOrderLineItemCommentGroups.id_mapping` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.lenzOrderLineItemCommentGroups.mapping` . `order_line_item_group_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_product` `product.lenzOrderLineItemCommentGroups.mapping`
WHERE `product.lenzOrderLineItemCommentGroups.mapping` . `product_id` = `product` . `lenzOrderLineItemCommentGroups` ) as `product.lenzOrderLineItemCommentGroups.id_mapping` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x0190EDAF94C571C8BB8E66E6B13DE480 , 0x4918839ED6E941899BB381A90D4C6F3B , 0x730D120B6E96470B832A18ADAC53BBCA , 0x0190E9EFC8DF73159D2B3E0B3C0A54FC , 0x2AEFCD2A2C76497B93384ED85B4C2916 , 0x032AB6EDD8D8423EB0FDFEBDD3B1117E , 0x96D5BBBC9C47491382F1C49205E1E51C , 0x1FE5DC863F6D4836A5FE278A2295B50A , 0x9D2DCB44A658490DA89F15A718219DA7 , 0x68BFDCE7B13D4202BC1DFA53A7A8354E , 0x7C967FC2A27347DCA40AB8FF515B59D1 , 0x48A5C2CAE50D4FC888A25934B07AD70C , 0x3E45839FD62149B5AB20332FD7925FDC , 0xD758548D62314C47AA28CC4086D11D0B , 0xF3CD60ABEE6B4FADB31A08411C265148 , 0x0191035B601E73C38BED2D189F3A2136 ));
Copy
93
0.18 ms
SELECT `lenz_order_line_item_comment_group` . `id` FROM `lenz_order_line_item_comment_group` WHERE ((`lenz_order_line_item_comment_group` . `mode` = ? OR (`lenz_order_line_item_comment_group` . `mode` = ? AND `lenz_order_line_item_comment_group` . `product_stream_id` IN (NULL )))) ORDER BY `lenz_order_line_item_comment_group` . `position` ASC
Parameters :
[
"all "
"product_stream "
]
SELECT `lenz_order_line_item_comment_group` . `id` FROM `lenz_order_line_item_comment_group` WHERE ((`lenz_order_line_item_comment_group` . `mode` = 'all' OR (`lenz_order_line_item_comment_group` . `mode` = 'product_stream' AND `lenz_order_line_item_comment_group` . `product_stream_id` IN (NULL )))) ORDER BY `lenz_order_line_item_comment_group` . `position` ASC ;
Copy
94
0.29 ms
SELECT `lenz_order_line_item_comment_group` . `id` as `lenz_order_line_item_comment_group.id` , `lenz_order_line_item_comment_group` . `position` as `lenz_order_line_item_comment_group.position` , `lenz_order_line_item_comment_group` . `mode` as `lenz_order_line_item_comment_group.mode` , `lenz_order_line_item_comment_group` . `type` as `lenz_order_line_item_comment_group.type` , `lenz_order_line_item_comment_group` . `product_stream_id` as `lenz_order_line_item_comment_group.productStreamId` , `lenz_order_line_item_comment_group` . `created_at` as `lenz_order_line_item_comment_group.createdAt` , `lenz_order_line_item_comment_group` . `updated_at` as `lenz_order_line_item_comment_group.updatedAt` , (SELECT GROUP_CONCAT (HEX (`lenz_order_line_item_comment_group.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_sales_channel` `lenz_order_line_item_comment_group.salesChannels.mapping`
WHERE `lenz_order_line_item_comment_group.salesChannels.mapping` . `order_line_item_group_id` = `lenz_order_line_item_comment_group` . `id` ) as `lenz_order_line_item_comment_group.salesChannels.id_mapping` , `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation.name` as `lenz_order_line_item_comment_group.name` , `lenz_order_line_item_comment_group.translation.description` , `lenz_order_line_item_comment_group.translation.description` as `lenz_order_line_item_comment_group.description` FROM `lenz_order_line_item_comment_group` LEFT JOIN (SELECT `lenz_order_line_item_comment_group.translation` . `lenz_order_line_item_comment_group_id` , `lenz_order_line_item_comment_group.translation` . `name` as `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation` . `description` as `lenz_order_line_item_comment_group.translation.description` FROM `lenz_order_line_item_comment_group_translation` `lenz_order_line_item_comment_group.translation` WHERE `lenz_order_line_item_comment_group.translation` . `language_id` = ? ) `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` ON `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` . `lenz_order_line_item_comment_group_id` = `lenz_order_line_item_comment_group` . `id` WHERE `lenz_order_line_item_comment_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"æ±ÄW¾\x1F Em¿mk¤\f ŽÂ¡ "
]
SELECT `lenz_order_line_item_comment_group` . `id` as `lenz_order_line_item_comment_group.id` , `lenz_order_line_item_comment_group` . `position` as `lenz_order_line_item_comment_group.position` , `lenz_order_line_item_comment_group` . `mode` as `lenz_order_line_item_comment_group.mode` , `lenz_order_line_item_comment_group` . `type` as `lenz_order_line_item_comment_group.type` , `lenz_order_line_item_comment_group` . `product_stream_id` as `lenz_order_line_item_comment_group.productStreamId` , `lenz_order_line_item_comment_group` . `created_at` as `lenz_order_line_item_comment_group.createdAt` , `lenz_order_line_item_comment_group` . `updated_at` as `lenz_order_line_item_comment_group.updatedAt` , (SELECT GROUP_CONCAT (HEX (`lenz_order_line_item_comment_group.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_sales_channel` `lenz_order_line_item_comment_group.salesChannels.mapping`
WHERE `lenz_order_line_item_comment_group.salesChannels.mapping` . `order_line_item_group_id` = `lenz_order_line_item_comment_group` . `id` ) as `lenz_order_line_item_comment_group.salesChannels.id_mapping` , `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation.name` as `lenz_order_line_item_comment_group.name` , `lenz_order_line_item_comment_group.translation.description` , `lenz_order_line_item_comment_group.translation.description` as `lenz_order_line_item_comment_group.description` FROM `lenz_order_line_item_comment_group` LEFT JOIN (SELECT `lenz_order_line_item_comment_group.translation` . `lenz_order_line_item_comment_group_id` , `lenz_order_line_item_comment_group.translation` . `name` as `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation` . `description` as `lenz_order_line_item_comment_group.translation.description` FROM `lenz_order_line_item_comment_group_translation` `lenz_order_line_item_comment_group.translation` WHERE `lenz_order_line_item_comment_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` ON `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` . `lenz_order_line_item_comment_group_id` = `lenz_order_line_item_comment_group` . `id` WHERE `lenz_order_line_item_comment_group` . `id` IN (0xE6B1C457BE1F456DBF6D6BA40C8EC2A1 );
Copy
95
0.31 ms
SELECT `lenz_order_line_item_comment_field` . `id` as `lenz_order_line_item_comment_field.id` , `lenz_order_line_item_comment_field` . `type` as `lenz_order_line_item_comment_field.type` , `lenz_order_line_item_comment_field` . `pattern` as `lenz_order_line_item_comment_field.pattern` , `lenz_order_line_item_comment_field` . `step` as `lenz_order_line_item_comment_field.step` , `lenz_order_line_item_comment_field` . `position` as `lenz_order_line_item_comment_field.position` , `lenz_order_line_item_comment_field` . `min_length` as `lenz_order_line_item_comment_field.minLength` , `lenz_order_line_item_comment_field` . `max_length` as `lenz_order_line_item_comment_field.maxLength` , `lenz_order_line_item_comment_field` . `required` as `lenz_order_line_item_comment_field.required` , `lenz_order_line_item_comment_field` . `configurator_price` as `lenz_order_line_item_comment_field.configuratorPrice` , `lenz_order_line_item_comment_field` . `configurator_product_number` as `lenz_order_line_item_comment_field.configuratorProductNumber` , `lenz_order_line_item_comment_field` . `line_item_comment_group_id` as `lenz_order_line_item_comment_field.lineItemCommentGroupId` , `lenz_order_line_item_comment_field` . `created_at` as `lenz_order_line_item_comment_field.createdAt` , `lenz_order_line_item_comment_field` . `updated_at` as `lenz_order_line_item_comment_field.updatedAt` , `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation.name` as `lenz_order_line_item_comment_field.name` , `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation.placeholder` as `lenz_order_line_item_comment_field.placeholder` , `lenz_order_line_item_comment_field.translation.description` , `lenz_order_line_item_comment_field.translation.description` as `lenz_order_line_item_comment_field.description` FROM `lenz_order_line_item_comment_field` LEFT JOIN (SELECT `lenz_order_line_item_comment_field.translation` . `lenz_order_line_item_comment_field_id` , `lenz_order_line_item_comment_field.translation` . `name` as `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation` . `placeholder` as `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation` . `description` as `lenz_order_line_item_comment_field.translation.description` FROM `lenz_order_line_item_comment_field_translation` `lenz_order_line_item_comment_field.translation` WHERE `lenz_order_line_item_comment_field.translation` . `language_id` = ? ) `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` ON `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` . `lenz_order_line_item_comment_field_id` = `lenz_order_line_item_comment_field` . `id` WHERE (`lenz_order_line_item_comment_field` . `line_item_comment_group_id` IN (? )) ORDER BY `lenz_order_line_item_comment_field` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"æ±ÄW¾\x1F Em¿mk¤\f ŽÂ¡ "
]
SELECT `lenz_order_line_item_comment_field` . `id` as `lenz_order_line_item_comment_field.id` , `lenz_order_line_item_comment_field` . `type` as `lenz_order_line_item_comment_field.type` , `lenz_order_line_item_comment_field` . `pattern` as `lenz_order_line_item_comment_field.pattern` , `lenz_order_line_item_comment_field` . `step` as `lenz_order_line_item_comment_field.step` , `lenz_order_line_item_comment_field` . `position` as `lenz_order_line_item_comment_field.position` , `lenz_order_line_item_comment_field` . `min_length` as `lenz_order_line_item_comment_field.minLength` , `lenz_order_line_item_comment_field` . `max_length` as `lenz_order_line_item_comment_field.maxLength` , `lenz_order_line_item_comment_field` . `required` as `lenz_order_line_item_comment_field.required` , `lenz_order_line_item_comment_field` . `configurator_price` as `lenz_order_line_item_comment_field.configuratorPrice` , `lenz_order_line_item_comment_field` . `configurator_product_number` as `lenz_order_line_item_comment_field.configuratorProductNumber` , `lenz_order_line_item_comment_field` . `line_item_comment_group_id` as `lenz_order_line_item_comment_field.lineItemCommentGroupId` , `lenz_order_line_item_comment_field` . `created_at` as `lenz_order_line_item_comment_field.createdAt` , `lenz_order_line_item_comment_field` . `updated_at` as `lenz_order_line_item_comment_field.updatedAt` , `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation.name` as `lenz_order_line_item_comment_field.name` , `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation.placeholder` as `lenz_order_line_item_comment_field.placeholder` , `lenz_order_line_item_comment_field.translation.description` , `lenz_order_line_item_comment_field.translation.description` as `lenz_order_line_item_comment_field.description` FROM `lenz_order_line_item_comment_field` LEFT JOIN (SELECT `lenz_order_line_item_comment_field.translation` . `lenz_order_line_item_comment_field_id` , `lenz_order_line_item_comment_field.translation` . `name` as `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation` . `placeholder` as `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation` . `description` as `lenz_order_line_item_comment_field.translation.description` FROM `lenz_order_line_item_comment_field_translation` `lenz_order_line_item_comment_field.translation` WHERE `lenz_order_line_item_comment_field.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` ON `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` . `lenz_order_line_item_comment_field_id` = `lenz_order_line_item_comment_field` . `id` WHERE (`lenz_order_line_item_comment_field` . `line_item_comment_group_id` IN (0xE6B1C457BE1F456DBF6D6BA40C8EC2A1 )) ORDER BY `lenz_order_line_item_comment_field` . `position` ASC ;
Copy
96
0.24 ms
SELECT `lenz_order_line_item_comment_field_option` . `id` as `lenz_order_line_item_comment_field_option.id` , `lenz_order_line_item_comment_field_option` . `position` as `lenz_order_line_item_comment_field_option.position` , `lenz_order_line_item_comment_field_option` . `value` as `lenz_order_line_item_comment_field_option.value` , `lenz_order_line_item_comment_field_option` . `configurator_price` as `lenz_order_line_item_comment_field_option.configuratorPrice` , `lenz_order_line_item_comment_field_option` . `configurator_product_number` as `lenz_order_line_item_comment_field_option.configuratorProductNumber` , `lenz_order_line_item_comment_field_option` . `field_id` as `lenz_order_line_item_comment_field_option.fieldId` , `lenz_order_line_item_comment_field_option` . `created_at` as `lenz_order_line_item_comment_field_option.createdAt` , `lenz_order_line_item_comment_field_option` . `updated_at` as `lenz_order_line_item_comment_field_option.updatedAt` , `lenz_order_line_item_comment_field_option.translation.label` , `lenz_order_line_item_comment_field_option.translation.label` as `lenz_order_line_item_comment_field_option.label` FROM `lenz_order_line_item_comment_field_option` LEFT JOIN (SELECT `lenz_order_line_item_comment_field_option.translation` . `lenz_order_line_item_comment_field_option_id` , `lenz_order_line_item_comment_field_option.translation` . `label` as `lenz_order_line_item_comment_field_option.translation.label` FROM `lenz_order_line_item_comment_field_option_translation` `lenz_order_line_item_comment_field_option.translation` WHERE `lenz_order_line_item_comment_field_option.translation` . `language_id` = ? ) `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` ON `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` . `lenz_order_line_item_comment_field_option_id` = `lenz_order_line_item_comment_field_option` . `id` WHERE (`lenz_order_line_item_comment_field_option` . `field_id` IN (? )) ORDER BY `lenz_order_line_item_comment_field_option` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¶]:ô‗HFÀºÉÆ¥}\x1A\x1C É "
]
SELECT `lenz_order_line_item_comment_field_option` . `id` as `lenz_order_line_item_comment_field_option.id` , `lenz_order_line_item_comment_field_option` . `position` as `lenz_order_line_item_comment_field_option.position` , `lenz_order_line_item_comment_field_option` . `value` as `lenz_order_line_item_comment_field_option.value` , `lenz_order_line_item_comment_field_option` . `configurator_price` as `lenz_order_line_item_comment_field_option.configuratorPrice` , `lenz_order_line_item_comment_field_option` . `configurator_product_number` as `lenz_order_line_item_comment_field_option.configuratorProductNumber` , `lenz_order_line_item_comment_field_option` . `field_id` as `lenz_order_line_item_comment_field_option.fieldId` , `lenz_order_line_item_comment_field_option` . `created_at` as `lenz_order_line_item_comment_field_option.createdAt` , `lenz_order_line_item_comment_field_option` . `updated_at` as `lenz_order_line_item_comment_field_option.updatedAt` , `lenz_order_line_item_comment_field_option.translation.label` , `lenz_order_line_item_comment_field_option.translation.label` as `lenz_order_line_item_comment_field_option.label` FROM `lenz_order_line_item_comment_field_option` LEFT JOIN (SELECT `lenz_order_line_item_comment_field_option.translation` . `lenz_order_line_item_comment_field_option_id` , `lenz_order_line_item_comment_field_option.translation` . `label` as `lenz_order_line_item_comment_field_option.translation.label` FROM `lenz_order_line_item_comment_field_option_translation` `lenz_order_line_item_comment_field_option.translation` WHERE `lenz_order_line_item_comment_field_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` ON `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` . `lenz_order_line_item_comment_field_option_id` = `lenz_order_line_item_comment_field_option` . `id` WHERE (`lenz_order_line_item_comment_field_option` . `field_id` IN (0xF45D3A93F24846B7A79092BE7D1A1C90 )) ORDER BY `lenz_order_line_item_comment_field_option` . `position` ASC ;
Copy
97
0.38 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` WHERE `sales_channel` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"Éy{\x19 bKC9«±€k¼ÃVÄ "
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
WHERE
`sales_channel` . `id` IN (? , ? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` WHERE `sales_channel` . `id` IN (0xC9797B19624B4339ABB1806BBCC356C4 , 0xC9A6F5BF098244B1B12678C36AED2C51 );
Copy
98
0.19 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 Ž\x7F ¯I_si—÷9,µ s "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x018E7FAF495F736997F7392CB5A0A073 );
Copy
99
0.19 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
100
0.36 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"™†H“•Ø@†ºENX³û\f Ó "
b"Ó+îûréCÜž×&Ì÷{\x03 ¢ "
b"õ8/óùgL╣ìé▄)┤Q╔\x19 "
b"ßl\x14\f 8>J…’Ž45˜¢¨‚ "
b"\x01 ‹\x18 £ù1yu·À•«E\x1A Uw "
b"¡vš»´n@tªa@‚Ócñ\x1C "
b"§î\x05 `ÈùNPœÝî*(\x00 è "
b"¡\r Å{▒┘F\x11 ñ¶\v LH\x04 H§ "
b"Á†ÐŠÑìDŪ,\x02 ˆ›$]\x1D "
b"ÒMm'ýÍFŲÄ\x14 jà ²r "
b"Ú:Å »ŽFW§Ž›˜õeoÕ "
b"█ª!Ø ³H¸ÄýQ²┤Ìd\x03 "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x9986489395D84086BA454E58B3FB0CD3 , 0xD32BEEFB72E943DC9ED726CCF77B03A2 , 0xE4382FA297674CB98D82DC29B451C919 , 0xDF6C140C383E4A85928E343598A2A882 , 0x018B18A3F9317975B7C095AB451A5577 , 0xA1769ABBB46E4074AA614082D363F11C , 0xA7EE0560C8F94E509CDDEEAD2A2800E8 , 0xAD0D8F7BB1D94611A4F40B4C480448F5 , 0xC186D08AD1EC44C5AA2C02889B245D1D , 0xD24D6D27FDCD46C5B2C4146AC3A0B272 , 0xDA3AC5A0BB8E4657A78E9B98F5656FD5 , 0xDBA6219D20FC48F78EEC51FDB4DE6403 );
Copy