1
0.80 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.42 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
3
0.23 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
4
0.52 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
5
0.44 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
6
1.09 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
7
0.59 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"\x01 •|r\x1E\x13 sÖ·ú\x00 zè~uc "
"basic-captcha "
"basic-captcha/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x01957C721E1373D6B7FA007AE87E7563 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'basic-captcha' OR seo_path_info = 'basic-captcha/' ));
Copy
8
0.53 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"\x01 •|r\x1E\x13 sÖ·ú\x00 zè~uc "
"/basic-captcha "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x01957C721E1373D6B7FA007AE87E7563 ) AND (path_info = '/basic-captcha' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
9
0.86 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
10
0.46 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
11
0.45 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 •|r\x1E\x13 sÖ·ú\x00 zè~uc "
"0fXvMdgA6kD5oEFcrxD5gX4ww3wv5vxj "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x01957C721E1373D6B7FA007AE87E7563 ) AND (token = '0fXvMdgA6kD5oEFcrxD5gX4ww3wv5vxj' ) LIMIT 1 ;
Copy
12
0.52 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"\x01 •|r\x1E\x13 sÖ·ú\x00 zè~uc "
]
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 = 0x01957C721E1373D6B7FA007AE87E7563
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
13
0.90 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"\x01 •|r\x1E\x13 sÖ·ú\x00 zè~uc "
]
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 (0x01957C721E1373D6B7FA007AE87E7563 );
Copy
14
0.38 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"\x01 •|r\x1E\x13 sÖ·ú\x00 zè~uc "
]
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 (0x01957C721E1373D6B7FA007AE87E7563 ));
Copy
15
0.60 ms
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 •|r\x1E\x13 sÖ·ú\x00 zè~uc "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x01957C721E1373D6B7FA007AE87E7563 )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
16
0.73 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
17
0.71 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
18
0.60 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"\x01 •|_\x05 Vrˆ·jâmòõïE "
]
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 (0x01957C5F05567288B76AE26DF2F5EF45 );
Copy
19
0.62 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.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 (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` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
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.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 (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` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
20
0.41 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
21
0.54 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"\x01 •|_ï s…›\x16 %é¢ly… "
b"\x01 •|_ï s…›\x16 %题Öy "
b"\x01 •|e\x06\x02 s·£8Ü\x18\x0F )oÚ "
]
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 (0x01957C5FEF2073859B1625E9A26C7985 , 0x01957C5FEF2073859B1625E9A298D679 , 0x01957C65060273B7A338DC180F296FDA ));
Copy
22
1.06 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"\x01 •|s{ypë¤<>q¡–\r – "
]
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 (0x01957C737B7970EBA43C3E71A1960D96 );
Copy
23
1.20 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"\x01 •©²¦’}¤¥}ßËÅÌ:1 "
b"\x01 •|_ë\x0F qÚ”eý5\x14 ûêU "
]
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 (0x0195A9B2A6927DA4A57DDFCBC5CC3A31 , 0x01957C5FEB0F71DA9465FD3514FBEA55 );
Copy
24
0.68 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
25
0.43 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"\x01 •|_\x05 Vrˆ·jâmòõïE "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x01957C5F05567288B76AE26DF2F5EF45 ) LIMIT 1 ;
Copy
26
0.75 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"0fXvMdgA6kD5oEFcrxD5gX4ww3wv5vxj "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '0fXvMdgA6kD5oEFcrxD5gX4ww3wv5vxj' ;
Copy
27
0.49 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.49 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 •|_âzq0‰ q\x11 /_žL "
b"\x01 •|_ë\x0F qÚ”eý5\x16 1ûP "
b"\x01 •|`\x01 @pö‚ÿNÓÔßE\x12 "
b"\x01 •|cž¤pX¬\x0E ¥\x16 tøi+ "
b"\x01 •|_ÿ¦r7™ã±:ô\x06 – "
b"\x01 •|`\x00 œqVˆQA Õô(; "
b"\x01 •|l\r \x01 p’ªå\x1A ¢X•|* "
b"8ZeNqËO§Ž[H‚ºG\x02 š "
b"W–i\x1D s¬Kq„öK\e\x0E Ü\x13 Ú "
b"ø╗`pñ▄H│®m▓ì&\x11 ¼\x08 "
b" 1ù9\x1E *BL¸\r ü¤¹\x18 èø "
b"ª›}ý”½M\x1D ·…'hÉ×sh "
b"┼IÄØ\x16 GNêÅ\x01 Õÿ\x18 ╠Ôt "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
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 (0x01957C5FE27A7130892071112F5F9E4C , 0x01957C5FEB0F71DA9465FD351631FB50 , 0x01957C60014070F682FF4ED3D4DF4512 , 0x01957C639EA47058AC0EA51674F8692B , 0x01957C5FFFA6723799E3B13AF40696AD , 0x01957C60009C715688514120D5F4283B , 0x01957C6C0D017092AAE51AA258957C2A , 0x385A654E71CB4FA78E5B4882BA47029A , 0x5796691D73AC4B7184F64B1B0EDC13DA , 0x9BBB6070A4DC48B3A96DB28D2611AC08 , 0xA031F9391E2A424CB80DFCA4B918E8F8 , 0xAA9B7DFD94BD4D1DB7852768C9D77368 , 0xC5498E9D16474E888F01E59818CCE274 , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy
29
0.62 ms
SELECT LOWER (HEX (id )) as id , IFNULL (updated_at , created_at ) FROM product WHERE id IN (? , ? , ? , ? , ? , ? , ? , ? , ? ) AND version_id = ?
Parameters :
[
b"ÐT߬ ŸK\t ˜åIϬ!i¬ "
b"‡ÀVÌ Lú ; \x19 c\x00 æÔ "
b"LAÃ{5\t N¸©\x07 Ø╣èLÆ▄ "
b"2W\x03 ÙéÐO¹░0Å-dl═M "
b":ÆFÃÕàH{ê¸FÍ¿§áì "
b"!&i\v €à@¸†¤ÚJ^\x0F Ö÷ "
b"\x04 ¦÷²b_JØö\x04 ¾²ü┴!Í "
b"/,\x15 ┼Ø¡NX▒ 7xJ¡Q¸ "
b"g\x1E ú=p A®†$²§¼:’` "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
]
SELECT LOWER (HEX (id )) as id , IFNULL (updated_at , created_at ) FROM product WHERE id IN (0xD054DFAC209F4B0998E549CFAC2169AC , 0x87ADC056CCA04CFAA03BA0196300E6D4 , 0x4C41C77B35094EF7B8079DB98A4C92DC , 0x325703EB82D14FFBB0308F2D646CCD4D , 0x3A9246C7E585487B88F746D6A8F5A08D , 0x2126690B80E040B886A4DA4A5E0FD6F7 , 0x04DDF6FD625F4A9D9404F3FD81C121D6 , 0x2F2C15C59DAD4E58B1FF37784AAD51F7 , 0x671EFA3D702041AE8624B2A7BC3A9260 ) AND version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ;
Copy
30
0.88 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"\x01 •|r\x1E\x13 sÖ·ú\x00 zè~uc "
true
b"ÐT߬ ŸK\t ˜åIϬ!i¬ "
b"‡ÀVÌ Lú ; \x19 c\x00 æÔ "
b"LAÃ{5\t N¸©\x07 Ø╣èLÆ▄ "
b"2W\x03 ÙéÐO¹░0Å-dl═M "
b":ÆFÃÕàH{ê¸FÍ¿§áì "
b"!&i\v €à@¸†¤ÚJ^\x0F Ö÷ "
b"\x04 ¦÷²b_JØö\x04 ¾²ü┴!Í "
b"/,\x15 ┼Ø¡NX▒ 7xJ¡Q¸ "
b"g\x1E ú=p A®†$²§¼:’` "
]
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` = 0x01957C721E1373D6B7FA007AE87E7563 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0xD054DFAC209F4B0998E549CFAC2169AC , 0x87ADC056CCA04CFAA03BA0196300E6D4 , 0x4C41C77B35094EF7B8079DB98A4C92DC , 0x325703EB82D14FFBB0308F2D646CCD4D , 0x3A9246C7E585487B88F746D6A8F5A08D , 0x2126690B80E040B886A4DA4A5E0FD6F7 , 0x04DDF6FD625F4A9D9404F3FD81C121D6 , 0x2F2C15C59DAD4E58B1FF37784AAD51F7 , 0x671EFA3D702041AE8624B2A7BC3A9260 )) GROUP BY `product` . `id` ;
Copy
31
3.60 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"ÐT߬ ŸK\t ˜åIϬ!i¬ "
b"‡ÀVÌ Lú ; \x19 c\x00 æÔ "
b"LAÃ{5\t N¸©\x07 Ø╣èLÆ▄ "
b"2W\x03 ÙéÐO¹░0Å-dl═M "
b":ÆFÃÕàH{ê¸FÍ¿§áì "
b"!&i\v €à@¸†¤ÚJ^\x0F Ö÷ "
b"\x04 ¦÷²b_JØö\x04 ¾²ü┴!Í "
b"/,\x15 ┼Ø¡NX▒ 7xJ¡Q¸ "
b"g\x1E ú=p A®†$²§¼:’` "
]
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 (0xD054DFAC209F4B0998E549CFAC2169AC , 0x87ADC056CCA04CFAA03BA0196300E6D4 , 0x4C41C77B35094EF7B8079DB98A4C92DC , 0x325703EB82D14FFBB0308F2D646CCD4D , 0x3A9246C7E585487B88F746D6A8F5A08D , 0x2126690B80E040B886A4DA4A5E0FD6F7 , 0x04DDF6FD625F4A9D9404F3FD81C121D6 , 0x2F2C15C59DAD4E58B1FF37784AAD51F7 , 0x671EFA3D702041AE8624B2A7BC3A9260 ));
Copy
32
1.24 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"}RÙ\x01 f*E$¹b!vL+öí "
b"öâs\x7F {§Bx»WzY"\x1A E\x18 "
b"ü®ÿrì%Hî™ ¥\x04 ÍpœA "
b"VÀ¹ñõ¼@ö«OѲõLÇ9 "
b"çÀ\x00 +¾ÔC,®RÜâC]Ü] "
b"ü®ÿrì%Hî™ ¥\x04 ÍpœA "
b"E\x18 ³\x12 5èH£êrâ®Å(¬º "
b"VÀ¹ñõ¼@ö«OѲõLÇ9 "
b"±\x13 µ█O\x11 N@ì╩├\x1D }dÇu "
b"ü®ÿrì%Hî™ ¥\x04 ÍpœA "
b"9ìÓ│pM;®ý¢*┼£\x10 ¡ "
b"HVpí2ÕD{íeج\x1F ¿\x04 8 "
b"Æþ\x1F àÇÛCËÁü\r ÑAy}Û "
b"öâs\x7F {§Bx»WzY"\x1A E\x18 "
b"ü®ÿrì%Hî™ ¥\x04 ÍpœA "
b"¦aJ´ÝmO”¦C–ÈHw[Ö "
b"ü®ÿrì%Hî™ ¥\x04 ÍpœA "
b"\x14 A\x1D ÆPDJh‡¸;\x17 ò? » "
b"R\x16 êÓ7„D¯¡»S‹axÇK "
b"öâs\x7F {§Bx»WzY"\x1A E\x18 "
b"ü®ÿrì%Hî™ ¥\x04 ÍpœA "
b"< ╣fQúK ë\\x18 fì×Å║ "
b"E\x18 ³\x12 5èH£êrâ®Å(¬º "
b"VÀ¹ñõ¼@ö«OѲõLÇ9 "
b"·)ËW›\K²·ü\x03 ¿~vI` "
b"Ãß°åë7IØ„†ÌÑÝüÝT "
b"ü®ÿrì%Hî™ ¥\x04 ÍpœA "
b"\x14 A\x1D ÆPDJh‡¸;\x17 ò? » "
b"R\x16 êÓ7„D¯¡»S‹axÇK "
b"VÀ¹ñõ¼@ö«OѲõLÇ9 "
b"ü®ÿrì%Hî™ ¥\x04 ÍpœA "
b"\x14 A\x1D ÆPDJh‡¸;\x17 ò? » "
b"R\x16 êÓ7„D¯¡»S‹axÇK "
b"ü®ÿrì%Hî™ ¥\x04 ÍpœA "
]
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 (0x7D52D901662A4524B96221764C2BF6ED , 0xF6E2737F7BA74278BB577A59221A4518 , 0xFCAEFF72EC2548EE99A0A504CD709C41 , 0x56C0B9F1F5BC40F6AB4FD1B2F54CC739 , 0xE7C0002BBED4432CAE52DCE2435DDC5D , 0xFCAEFF72EC2548EE99A0A504CD709C41 , 0x4518FC12358A489C887283A98F28AAA7 , 0x56C0B9F1F5BC40F6AB4FD1B2F54CC739 , 0xF113E6DB4F114E408DCAC31D7D648075 , 0xFCAEFF72EC2548EE99A0A504CD709C41 , 0x398DE0F0B3704D3BA9ECBD2AC59C10AD , 0x485670A132E5447BA1659DAA1FA80438 , 0x92E71F8580EA43D3B5810DA541797DEA , 0xF6E2737F7BA74278BB577A59221A4518 , 0xFCAEFF72EC2548EE99A0A504CD709C41 , 0xA6614AB4DD6D4F94A64396C848775BD6 , 0xFCAEFF72EC2548EE99A0A504CD709C41 , 0x14411DC650444A6887B83B17F23F20BB , 0x5216EAD3378444AFA1BB538B6178C74B , 0xF6E2737F7BA74278BB577A59221A4518 , 0xFCAEFF72EC2548EE99A0A504CD709C41 , 0x3C20B96651A34BFF895C18668D9E8FBA , 0x4518FC12358A489C887283A98F28AAA7 , 0x56C0B9F1F5BC40F6AB4FD1B2F54CC739 , 0xB729CB579B5C4BB2B7FC03BF7E764960 , 0xC3DFB0E5EB3749D88486CCD1DDFCDD54 , 0xFCAEFF72EC2548EE99A0A504CD709C41 , 0x14411DC650444A6887B83B17F23F20BB , 0x5216EAD3378444AFA1BB538B6178C74B , 0x56C0B9F1F5BC40F6AB4FD1B2F54CC739 , 0xFCAEFF72EC2548EE99A0A504CD709C41 , 0x14411DC650444A6887B83B17F23F20BB , 0x5216EAD3378444AFA1BB538B6178C74B , 0xFCAEFF72EC2548EE99A0A504CD709C41 );
Copy
33
1.09 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"\x04 ¦÷²b_JØö\x04 ¾²ü┴!Í "
b"!&i\v €à@¸†¤ÚJ^\x0F Ö÷ "
b"/,\x15 ┼Ø¡NX▒ 7xJ¡Q¸ "
b"2W\x03 ÙéÐO¹░0Å-dl═M "
b":ÆFÃÕàH{ê¸FÍ¿§áì "
b"LAÃ{5\t N¸©\x07 Ø╣èLÆ▄ "
b"g\x1E ú=p A®†$²§¼:’` "
b"‡ÀVÌ Lú ; \x19 c\x00 æÔ "
b"ÐT߬ ŸK\t ˜åIϬ!i¬ "
]
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 (0x04DDF6FD625F4A9D9404F3FD81C121D6 , 0x2126690B80E040B886A4DA4A5E0FD6F7 , 0x2F2C15C59DAD4E58B1FF37784AAD51F7 , 0x325703EB82D14FFBB0308F2D646CCD4D , 0x3A9246C7E585487B88F746D6A8F5A08D , 0x4C41C77B35094EF7B8079DB98A4C92DC , 0x671EFA3D702041AE8624B2A7BC3A9260 , 0x87ADC056CCA04CFAA03BA0196300E6D4 , 0xD054DFAC209F4B0998E549CFAC2169AC )));
Copy
34
1.02 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"\x01 •|r\x1E\x13 sÖ·ú\x00 zè~uc "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x01957C721E1373D6B7FA007AE87E7563 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
35
0.55 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
36
0.40 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
37
1.20 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 ò\x7F E+]rS░¸üM▒Ñu¬ "
]
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 (0x01957F452B5D7253B0F7814DB1A575AA );
Copy
38
0.61 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 ò\x7F E+]rS░¸üM▒Ñu¬ "
]
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 (0x01957F452B5D7253B0F7814DB1A575AA ));
Copy
39
0.63 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
40
0.32 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
41
0.39 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
42
0.29 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"\x01 •|s{ypë¤<>q¡–\r – "
]
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` = 0x01957C737B7970EBA43C3E71A1960D96 AND
pm . `active` = 1 ;
Copy
43
0.63 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"\x01 •|r\x1E\x13 sÖ·ú\x00 zè~uc "
null
null
null
"2025-07-11 01:06:41 "
"2025-07-11 01:06:41 "
null
"2025-07-11 01:06:41 "
"2025-07-11 01:06:41 "
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` = 0x01957C721E1373D6B7FA007AE87E7563 AND ((`promotion` . `valid_from` < = > NULL AND `promotion` . `valid_until` < = > NULL ) OR (`promotion` . `valid_from` < = > NULL AND (`promotion` . `valid_until` > '2025-07-11 01:06:41' )) OR ((`promotion` . `valid_from` < = '2025-07-11 01:06:41' ) AND `promotion` . `valid_until` < = > NULL ) OR ((`promotion` . `valid_from` < = '2025-07-11 01:06:41' ) AND (`promotion` . `valid_until` > '2025-07-11 01:06:41' ))) AND `promotion` . `use_codes` = 0 )) GROUP BY `promotion` . `id` ORDER BY MAX (`promotion` . `priority` ) DESC ;
Copy
44
0.84 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"\x01 •©²¦’}¤¥}ßËÅÌ:1 "
b"\x01 •©²¦’}¤¥}ßËÅÌ:1 "
]
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 (0x0195A9B2A6927DA4A57DDFCBC5CC3A31 , 0x0195A9B2A6927DA4A57DDFCBC5CC3A31 );
Copy
45
0.52 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"\x01 •©²¦’}¤¥}ßËÅÌ:1 "
]
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 (0x0195A9B2A6927DA4A57DDFCBC5CC3A31 ));
Copy
46
0.39 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"\x01 •|r\x1E\x13 sÖ·ú\x00 zè~uc "
b"\x01 •|_\x05 Vrˆ·jâmòõïE "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x01957C721E1373D6B7FA007AE87E7563 AND `sales_channel_country` . `country_id` = 0x01957C5F05567288B76AE26DF2F5EF45 );
Copy
47
0.38 ms
SELECT `name` FROM `custom_field` WHERE `allow_cart_expose` = 1 ;
SELECT `name` FROM `custom_field` WHERE `allow_cart_expose` = 1 ; ;
Copy
48
140.03 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 " => "0fXvMdgA6kD5oEFcrxD5gX4ww3wv5vxj "
"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:241.65;s:13:"\x00 *\x00 totalPrice";d:287.56;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:45.91;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:287.56;}}}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:287.56;s:12:"\x00 *\x00 taxStatus";s:5:"gross";s:11:"\x00 *\x00 rawTotal";d:287.56;}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:9:{s:32:"d054dfac209f4b0998e549cfac2169ac";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-04-13 12:21:20.636";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:12:"820650455520";s:14:"manufacturerId";s:32:"bbcef7290d4d410e88d6c0a949198891";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:6:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"ae27a27ae6d047a1885ef61a87494988";i:5;s:32:"eb2e49aacf3f4d48887c29effcea9175";}s:11:"propertyIds";a:3:{i:0;s:32:"14411dc650444a6887b83b17f23f20bb";i:1;s:32:"5216ead3378444afa1bb538b6178c74b";i:2;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:18;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:49:"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)";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:34.95;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";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:34.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:34.95;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.58;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:34.95;}}}s:11:"\x00 *\x00 taxRules";r:68;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:"90ca9d246c9144eba0c7e37497a8cde9";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:49:"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)";s:5:"title";s:49:"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-13 12:21:26.030000";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:"2025-04-13 12:21:26.472000";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:568156;s:8:"\x00 *\x00 title";s:49:"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)";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:4:"hash";s:32:"05e06e9109c608e9a4f6f04e4b32aebd";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2004;}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:"2025-04-13 12:21:26.467000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:49:"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)";s:6:"\x00 *\x00 url";s:121:"https://tcgshop-moers.com/media/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg.jpg?ts=1744546886";s:11:"\x00 *\x00 fileName";s:51:"pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg";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:"01963947794b7271b678639616fcf576";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:"01963947794b7271b678639616fcf576";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:"2025-04-15 11:48:27.596000";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:93:"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:133:"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_400x400.jpg?ts=1744717707";s:10:"\x00 *\x00 mediaId";s:32:"90ca9d246c9144eba0c7e37497a8cde9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01963947794b7271b678639616fcf576";}s:32:"01963947794b7271b678639617a8d3a1";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:"01963947794b7271b678639617a8d3a1";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:"2025-04-15 11:48:27.596000";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:172;s:7:"\x00 *\x00 path";s:93:"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:133:"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_800x800.jpg?ts=1744717707";s:10:"\x00 *\x00 mediaId";s:32:"90ca9d246c9144eba0c7e37497a8cde9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01963947794b7271b678639617a8d3a1";}s:32:"01963947794b7271b678639617ec27df";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:"01963947794b7271b678639617ec27df";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:"2025-04-15 11:48:27.596000";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:172;s:7:"\x00 *\x00 path";s:95:"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:135:"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_1920x1920.jpg?ts=1744717707";s:10:"\x00 *\x00 mediaId";s:32:"90ca9d246c9144eba0c7e37497a8cde9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01963947794b7271b678639617ec27df";}s:32:"01963947794b7271b678639618465247";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:"01963947794b7271b678639618465247";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:"2025-04-15 11:48:27.596000";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:172;s:7:"\x00 *\x00 path";s:93:"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:133:"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_280x280.jpg?ts=1744717707";s:10:"\x00 *\x00 mediaId";s:32:"90ca9d246c9144eba0c7e37497a8cde9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01963947794b7271b678639618465247";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:81:"media/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg.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:"90ca9d246c9144eba0c7e37497a8cde9";}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:18;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:18;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:"2025-07-11 01:06:41.034372";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6f24069729dba343cc90a4d9674";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"d054dfac209f4b0998e549cfac2169ac";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"d054dfac209f4b0998e549cfac2169ac";}s:32:"87adc056cca04cfaa03ba0196300e6d4";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-04-05 13:35:44.808";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:12:"820650856921";s:14:"manufacturerId";s:32:"bf1b9319edfe4c719b5e8dbf720eeef1";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:6:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"ae27a27ae6d047a1885ef61a87494988";i:5;s:32:"eb2e49aacf3f4d48887c29effcea9175";}s:11:"propertyIds";a:4:{i:0;s:32:"14411dc650444a6887b83b17f23f20bb";i:1;s:32:"5216ead3378444afa1bb538b6178c74b";i:2;s:32:"56c0b9f1f5bc40f6ab4fd1b2f54cc739";i:3;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:6;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:50:"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)";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:34.95;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:34.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:34.95;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.58;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:34.95;}}}s:11:"\x00 *\x00 taxRules";r:354;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:"341c7590e05c4791a55d655267b63517";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:50:"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)";s:5:"title";s:50:"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-05 14:28:23.499000";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:"2025-04-05 14:28:23.792000";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:121;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:589169;s:8:"\x00 *\x00 title";s:50:"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)";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:4:"hash";s:32:"00f19dfc21a25d83d8a068ea6dd7133e";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2004;}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:"2025-04-05 14:28:23.787000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:50:"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)";s:6:"\x00 *\x00 url";s:138:"https://tcgshop-moers.com/media/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg.jpg?ts=1743863303";s:11:"\x00 *\x00 fileName";s:68:"pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg";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:"0196068ea2ae7061bb539252ebdded8c";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:"0196068ea2ae7061bb539252ebdded8c";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:"2025-04-05 15:25:33.231000";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:110:"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:150:"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_400x400.jpg?ts=1743866733";s:10:"\x00 *\x00 mediaId";s:32:"341c7590e05c4791a55d655267b63517";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196068ea2ae7061bb539252ebdded8c";}s:32:"0196068ea2ae7061bb539252eca0b38b";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:"0196068ea2ae7061bb539252eca0b38b";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:"2025-04-05 15:25:33.231000";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:458;s:7:"\x00 *\x00 path";s:110:"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:150:"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_800x800.jpg?ts=1743866733";s:10:"\x00 *\x00 mediaId";s:32:"341c7590e05c4791a55d655267b63517";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196068ea2ae7061bb539252eca0b38b";}s:32:"0196068ea2ae7061bb539252ed4c6254";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:"0196068ea2ae7061bb539252ed4c6254";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:"2025-04-05 15:25:33.231000";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:458;s:7:"\x00 *\x00 path";s:112:"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:152:"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_1920x1920.jpg?ts=1743866733";s:10:"\x00 *\x00 mediaId";s:32:"341c7590e05c4791a55d655267b63517";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196068ea2ae7061bb539252ed4c6254";}s:32:"0196068ea2ae7061bb539252ed9fadb6";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:"0196068ea2ae7061bb539252ed9fadb6";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:"2025-04-05 15:25:33.231000";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:458;s:7:"\x00 *\x00 path";s:110:"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:150:"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_280x280.jpg?ts=1743866733";s:10:"\x00 *\x00 mediaId";s:32:"341c7590e05c4791a55d655267b63517";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196068ea2ae7061bb539252ed9fadb6";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:98:"media/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg.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:"341c7590e05c4791a55d655267b63517";}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:6;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:"2025-07-11 01:06:41.034376";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6f31a18712e937dddf0de850153";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"87adc056cca04cfaa03ba0196300e6d4";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"87adc056cca04cfaa03ba0196300e6d4";}s:32:"4c41c77b35094ef7b8079db98a4c92dc";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-04-07 09:49:43.492";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:12:"820650455438";s:14:"manufacturerId";s:32:"bbcef7290d4d410e88d6c0a949198891";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:6:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"ae27a27ae6d047a1885ef61a87494988";i:5;s:32:"eb2e49aacf3f4d48887c29effcea9175";}s:11:"propertyIds";a:4:{i:0;s:32:"14411dc650444a6887b83b17f23f20bb";i:1;s:32:"5216ead3378444afa1bb538b6178c74b";i:2;s:32:"f6e2737f7ba74278bb577a59221a4518";i:3;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:1;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:50:"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)";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:29.95;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:29.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:29.95;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.78;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:29.95;}}}s:11:"\x00 *\x00 taxRules";r:640;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:"ccb0e1698f1b48968802e0c0473541bc";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:50:"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)";s:5:"title";s:50:"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-07 09:49:56.525000";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:"2025-04-07 09:49:56.872000";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:121;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:335680;s:8:"\x00 *\x00 title";s:50:"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)";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:4:"hash";s:32:"6536c2e7e567d599bcea1ee448f2b093";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2004;}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:"2025-04-07 09:49:56.867000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:50:"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)";s:6:"\x00 *\x00 url";s:138:"https://tcgshop-moers.com/media/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg.jpg?ts=1744019396";s:11:"\x00 *\x00 fileName";s:68:"pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg";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:"01960fa8521870178cbf7b6b4a2ac9ee";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:"01960fa8521870178cbf7b6b4a2ac9ee";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:"2025-04-07 09:50:11.483000";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:110:"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:150:"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_400x400.jpg?ts=1744019411";s:10:"\x00 *\x00 mediaId";s:32:"ccb0e1698f1b48968802e0c0473541bc";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960fa8521870178cbf7b6b4a2ac9ee";}s:32:"01960fa8521870178cbf7b6b4aa3c8d2";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:"01960fa8521870178cbf7b6b4aa3c8d2";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:"2025-04-07 09:50:11.484000";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:744;s:7:"\x00 *\x00 path";s:110:"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:150:"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_800x800.jpg?ts=1744019411";s:10:"\x00 *\x00 mediaId";s:32:"ccb0e1698f1b48968802e0c0473541bc";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960fa8521870178cbf7b6b4aa3c8d2";}s:32:"01960fa8521870178cbf7b6b4ae343e5";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:"01960fa8521870178cbf7b6b4ae343e5";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:"2025-04-07 09:50:11.484000";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:744;s:7:"\x00 *\x00 path";s:112:"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:152:"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_1920x1920.jpg?ts=1744019411";s:10:"\x00 *\x00 mediaId";s:32:"ccb0e1698f1b48968802e0c0473541bc";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960fa8521870178cbf7b6b4ae343e5";}s:32:"01960fa8521870178cbf7b6b4b9d2261";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:"01960fa8521870178cbf7b6b4b9d2261";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:"2025-04-07 09:50:11.484000";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:744;s:7:"\x00 *\x00 path";s:110:"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:150:"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_280x280.jpg?ts=1744019411";s:10:"\x00 *\x00 mediaId";s:32:"ccb0e1698f1b48968802e0c0473541bc";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960fa8521870178cbf7b6b4b9d2261";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:98:"media/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg.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:"ccb0e1698f1b48968802e0c0473541bc";}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: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:1;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:"2025-07-11 01:06:41.034377";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6f3a0fa72599819090a911c2e06";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"4c41c77b35094ef7b8079db98a4c92dc";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"4c41c77b35094ef7b8079db98a4c92dc";}s:32:"325703eb82d14ffbb0308f2d646ccd4d";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-05-15 13:44:21.697";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:12:"196214110885";s:14:"manufacturerId";s:32:"bbcef7290d4d410e88d6c0a949198891";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:8:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"226a8fd5fa504f2596e79979788f0d83";i:5;s:32:"7b5197e5a7974e8eaee46f81b6421f82";i:6;s:32:"71f205986dd54bd38338c39c271d52e9";i:7;s:32:"975824e4135c42c398b787b28f4e1b90";}s:11:"propertyIds";a:5:{i:0;s:32:"398de0f0b3704d3ba9ecbd2ac59c10ad";i:1;s:32:"485670a132e5447ba1659daa1fa80438";i:2;s:32:"92e71f8580ea43d3b5810da541797dea";i:3;s:32:"f6e2737f7ba74278bb577a59221a4518";i:4;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:8;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:52:"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)";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:69.95;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:69.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:69.95;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:11.17;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:69.95;}}}s:11:"\x00 *\x00 taxRules";r:929;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:"2f46fb9d46d04f5a96fc0a74351e02a3";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:52:"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)";s:5:"title";s:52:"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-05-19 15:22:11.459000";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:"2025-05-19 15:22:11.935000";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:121;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:480073;s:8:"\x00 *\x00 title";s:52:"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)";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:4:"hash";s:32:"955570ea6617d516f8d18328acb16453";s:4:"type";i:2;s:5:"width";i:2168;s:6:"height";i:2148;}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:"2025-05-19 15:22:11.930000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:52:"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)";s:6:"\x00 *\x00 url";s:104:"https://tcgshop-moers.com/media/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg.jpg?ts=1747668131";s:11:"\x00 *\x00 fileName";s:34:"tcgs-pokemon-ewige-rivalen-ttb-jpg";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:"0196f396963773a58af838549c65f674";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:"0196f396963773a58af838549c65f674";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:"2025-05-21 16:04:14.523000";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:76:"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:116:"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_400x400.jpg?ts=1747843454";s:10:"\x00 *\x00 mediaId";s:32:"2f46fb9d46d04f5a96fc0a74351e02a3";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f396963773a58af838549c65f674";}s:32:"0196f396963773a58af838549c727ad2";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:"0196f396963773a58af838549c727ad2";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:"2025-05-21 16:04:14.523000";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:1033;s:7:"\x00 *\x00 path";s:76:"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:116:"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_800x800.jpg?ts=1747843454";s:10:"\x00 *\x00 mediaId";s:32:"2f46fb9d46d04f5a96fc0a74351e02a3";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f396963773a58af838549c727ad2";}s:32:"0196f396963773a58af838549cacdcfe";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:"0196f396963773a58af838549cacdcfe";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:"2025-05-21 16:04:14.523000";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:1033;s:7:"\x00 *\x00 path";s:78:"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:118:"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_1920x1920.jpg?ts=1747843454";s:10:"\x00 *\x00 mediaId";s:32:"2f46fb9d46d04f5a96fc0a74351e02a3";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f396963773a58af838549cacdcfe";}s:32:"0196f396963773a58af838549cd91d28";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:"0196f396963773a58af838549cd91d28";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:"2025-05-21 16:04:14.523000";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:1033;s:7:"\x00 *\x00 path";s:76:"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:116:"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_280x280.jpg?ts=1747843454";s:10:"\x00 *\x00 mediaId";s:32:"2f46fb9d46d04f5a96fc0a74351e02a3";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f396963773a58af838549cd91d28";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:64:"media/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg.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:"2f46fb9d46d04f5a96fc0a74351e02a3";}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:8;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:1;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:"2025-07-11 01:06:41.034379";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6f6bf1e7223b4c6ff9fc089592b";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"325703eb82d14ffbb0308f2d646ccd4d";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"325703eb82d14ffbb0308f2d646ccd4d";}s:32:"3a9246c7e585487b88f746d6a8f5a08d";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-05-21 09:37:24.435";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:12:"074427158064";s:14:"manufacturerId";s:32:"bbcef7290d4d410e88d6c0a949198891";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:4:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"c685a397156b46bca15eb2b3cbc4da8d";i:3;s:32:"afa7dbdcdff34fb38c3c1e90796616b0";}s:11:"propertyIds";a:2:{i:0;s:32:"a6614ab4dd6d4f94a64396c848775bd6";i:1;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:1:{i:0;s:32:"01957f4b4a6b7ada80f5b03b49b1bafd";}s:8:"parentId";N;s:5:"stock";i:1;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:53:"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)";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:39.95;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:39.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:39.95;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.38;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:39.95;}}}s:11:"\x00 *\x00 taxRules";r:1212;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:"f5fe38d5ee4642989a31892d704457c4";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:53:"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)";s:5:"title";s:53:"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-05-21 09:37:34.062000";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:"2025-05-21 09:37:34.417000";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:121;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:489719;s:8:"\x00 *\x00 title";s:53:"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)";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:4:"hash";s:32:"d92326bc761d57a63d41167169d04a65";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2004;}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:"2025-05-21 09:37:34.412000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:53:"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)";s:6:"\x00 *\x00 url";s:125:"https://tcgshop-moers.com/media/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg.jpg?ts=1747820254";s:11:"\x00 *\x00 fileName";s:55:"pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg";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:"0196f3974e3471ecb0e15b792e76e87c";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:"0196f3974e3471ecb0e15b792e76e87c";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:"2025-05-21 16:05:01.620000";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:97:"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:137:"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_400x400.jpg?ts=1747843501";s:10:"\x00 *\x00 mediaId";s:32:"f5fe38d5ee4642989a31892d704457c4";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f3974e3471ecb0e15b792e76e87c";}s:32:"0196f3974e3471ecb0e15b792edb897e";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:"0196f3974e3471ecb0e15b792edb897e";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:"2025-05-21 16:05:01.621000";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:1316;s:7:"\x00 *\x00 path";s:97:"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:137:"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_800x800.jpg?ts=1747843501";s:10:"\x00 *\x00 mediaId";s:32:"f5fe38d5ee4642989a31892d704457c4";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f3974e3471ecb0e15b792edb897e";}s:32:"0196f3974e3471ecb0e15b792fd29dec";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:"0196f3974e3471ecb0e15b792fd29dec";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:"2025-05-21 16:05:01.621000";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:1316;s:7:"\x00 *\x00 path";s:99:"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:139:"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_1920x1920.jpg?ts=1747843501";s:10:"\x00 *\x00 mediaId";s:32:"f5fe38d5ee4642989a31892d704457c4";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f3974e3471ecb0e15b792fd29dec";}s:32:"0196f3974e3471ecb0e15b79305b77e4";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:"0196f3974e3471ecb0e15b79305b77e4";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:"2025-05-21 16:05:01.621000";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:1316;s:7:"\x00 *\x00 path";s:97:"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:137:"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_280x280.jpg?ts=1747843501";s:10:"\x00 *\x00 mediaId";s:32:"f5fe38d5ee4642989a31892d704457c4";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f3974e3471ecb0e15b79305b77e4";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:85:"media/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg.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:"f5fe38d5ee4642989a31892d704457c4";}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: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:1;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:"2025-07-11 01:06:41.034380";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6faa02872e387607d2485c09c15";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"3a9246c7e585487b88f746d6a8f5a08d";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"3a9246c7e585487b88f746d6a8f5a08d";}s:32:"2126690b80e040b886a4da4a5e0fd6f7";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-04-05 13:25:09.763";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:12:"820650858338";s:14:"manufacturerId";s:32:"bf1b9319edfe4c719b5e8dbf720eeef1";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:6:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"37d786100ebc44f8917a9b6ea59cc10b";i:5;s:32:"c056408f70514c8a87b764aeea7e9dd7";}s:11:"propertyIds";a:3:{i:0;s:32:"56c0b9f1f5bc40f6ab4fd1b2f54cc739";i:1;s:32:"e7c0002bbed4432cae52dce2435ddc5d";i:2;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:9;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:68:"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch";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:27.95;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:27.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:27.95;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.46;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:27.95;}}}s:11:"\x00 *\x00 taxRules";r:1497;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:"06d29f867eee41d49f0d96e9dfe31c74";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:68:"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch";s:5:"title";s:68:"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-05 14:19:52.171000";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:"2025-04-05 14:19:52.473000";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:121;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:333123;s:8:"\x00 *\x00 title";s:68:"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch";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:4:"hash";s:32:"cacdf52c03d3ec0ce65cd778c06bd5d2";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2004;}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:"2025-04-05 14:19:52.468000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:68:"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch";s:6:"\x00 *\x00 url";s:103:"https://tcgshop-moers.com/media/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg.jpg?ts=1743862792";s:11:"\x00 *\x00 fileName";s:33:"pokemon-trick-or-trade-2024-1-jpg";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:"01960652d07d70dbba94c7976a7c4d87";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:"01960652d07d70dbba94c7976a7c4d87";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:"2025-04-05 14:20:12.801000";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:75:"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:115:"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_400x400.jpg?ts=1743862812";s:10:"\x00 *\x00 mediaId";s:32:"06d29f867eee41d49f0d96e9dfe31c74";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960652d07d70dbba94c7976a7c4d87";}s:32:"01960652d07d70dbba94c7976ace718e";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:"01960652d07d70dbba94c7976ace718e";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:"2025-04-05 14:20:12.801000";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:1601;s:7:"\x00 *\x00 path";s:75:"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:115:"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_800x800.jpg?ts=1743862812";s:10:"\x00 *\x00 mediaId";s:32:"06d29f867eee41d49f0d96e9dfe31c74";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960652d07d70dbba94c7976ace718e";}s:32:"01960652d07d70dbba94c7976ad6e7d4";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:"01960652d07d70dbba94c7976ad6e7d4";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:"2025-04-05 14:20:12.801000";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:1601;s:7:"\x00 *\x00 path";s:77:"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:117:"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_1920x1920.jpg?ts=1743862812";s:10:"\x00 *\x00 mediaId";s:32:"06d29f867eee41d49f0d96e9dfe31c74";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960652d07d70dbba94c7976ad6e7d4";}s:32:"01960652d07d70dbba94c7976b61452b";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:"01960652d07d70dbba94c7976b61452b";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:"2025-04-05 14:20:12.802000";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:1601;s:7:"\x00 *\x00 path";s:75:"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:115:"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_280x280.jpg?ts=1743862812";s:10:"\x00 *\x00 mediaId";s:32:"06d29f867eee41d49f0d96e9dfe31c74";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960652d07d70dbba94c7976b61452b";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:63:"media/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg.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:"06d29f867eee41d49f0d96e9dfe31c74";}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:9;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:9;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:"2025-07-11 01:06:41.034381";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6fbdb3f71b1a37793eeb5944b00";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"2126690b80e040b886a4da4a5e0fd6f7";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"2126690b80e040b886a4da4a5e0fd6f7";}s:32:"04ddf6fd625f4a9d9404f3fd81c121d6";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-06-17 21:06:30.561";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:12:"820650459139";s:14:"manufacturerId";s:32:"bbcef7290d4d410e88d6c0a949198891";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:5:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"ae27a27ae6d047a1885ef61a87494988";}s:11:"propertyIds";a:3:{i:0;s:32:"7d52d901662a4524b96221764c2bf6ed";i:1;s:32:"f6e2737f7ba74278bb577a59221a4518";i:2;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:1:{i:0;s:32:"01957f4b4a6b7ada80f5b03b49b1bafd";}s:8:"parentId";N;s:5:"stock";i:7;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:75:"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)";s:11:"\x00 *\x00 quantity";i:2;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:12.95;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:2;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:12.95;s:11:"\x00 *\x00 quantity";i:2;s:13:"\x00 *\x00 totalPrice";d:25.9;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.14;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:25.9;}}}s:11:"\x00 *\x00 taxRules";r:1782;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:"fcedc2d52bc0438a913f0d80da725ce5";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:75:"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)";s:5:"title";s:75:"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-06-25 23:27:10.159000";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:"2025-06-25 23:27:10.528000";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:121;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:286788;s:8:"\x00 *\x00 title";s:75:"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)";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:4:"hash";s:32:"a5f328a7339eca639cfa05f0b21f977f";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2004;}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:"2025-06-25 23:27:10.523000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:75:"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)";s:6:"\x00 *\x00 url";s:143:"https://tcgshop-moers.com/media/7f/e2/7f/1750894030/pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg.jpg?ts=1750894030";s:11:"\x00 *\x00 fileName";s:73:"pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg";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:"01957c5ffe6c72f1be16cae6bf5e5827";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:103:"media/7f/e2/7f/1750894030/pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg.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:"fcedc2d52bc0438a913f0d80da725ce5";}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:7;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:7;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:"2025-07-11 01:06:41.034382";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6ff122072bc9ac115ba3bf5e943";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"04ddf6fd625f4a9d9404f3fd81c121d6";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"04ddf6fd625f4a9d9404f3fd81c121d6";}s:32:"2f2c15c59dad4e58b1ff37784aad51f7";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-04-05 13:25:39.660";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:12:"820650854002";s:14:"manufacturerId";s:32:"bf1b9319edfe4c719b5e8dbf720eeef1";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:8:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"7b5197e5a7974e8eaee46f81b6421f82";i:5;s:32:"fcb1b4b6df694cb2abf1eb0f12513f1e";i:6;s:32:"6c0ff6f54dd74445af581a7308b98c27";i:7;s:32:"6d6d0bb562734ee3a6ecaec425f5e0a5";}s:11:"propertyIds";a:4:{i:0;s:32:"4518fc12358a489c887283a98f28aaa7";i:1;s:32:"56c0b9f1f5bc40f6ab4fd1b2f54cc739";i:2;s:32:"f113e6db4f114e408dcac31d7d648075";i:3;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:5;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:50:"Pokemon SV04 Paradox Rift Sleeved Booster Englisch";s:11:"\x00 *\x00 quantity";i:2;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:5.99;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:2;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:5.99;s:11:"\x00 *\x00 quantity";i:2;s:13:"\x00 *\x00 totalPrice";d:11.98;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:1.91;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:11.98;}}}s:11:"\x00 *\x00 taxRules";r:1973;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:"4a9ddd00d7e14e45a3c9300a5b726324";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:50:"Pokemon SV04 Paradox Rift Sleeved Booster Englisch";s:5:"title";s:50:"Pokemon SV04 Paradox Rift Sleeved Booster Englisch";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-10 10:40:27.860000";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:"2025-04-10 10:40:29.897000";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:121;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:384413;s:8:"\x00 *\x00 title";s:50:"Pokemon SV04 Paradox Rift Sleeved Booster Englisch";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:4:"hash";s:32:"e835ff877ade4b56cf539a6979a96f8b";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2000;}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:"2025-04-10 10:40:29.892000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:50:"Pokemon SV04 Paradox Rift Sleeved Booster Englisch";s:6:"\x00 *\x00 url";s:102:"https://tcgshop-moers.com/media/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg.jpg?ts=1744281629";s:11:"\x00 *\x00 fileName";s:32:"paradpx-rift-sleeved-booster-jpg";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:"01961f49895b71cba8831885bc765e93";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:"01961f49895b71cba8831885bc765e93";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:"2025-04-10 10:40:35.164000";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:74:"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:114:"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_400x400.jpg?ts=1744281635";s:10:"\x00 *\x00 mediaId";s:32:"4a9ddd00d7e14e45a3c9300a5b726324";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01961f49895b71cba8831885bc765e93";}s:32:"01961f49895b71cba8831885bd587c99";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:"01961f49895b71cba8831885bd587c99";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:"2025-04-10 10:40:35.164000";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:2077;s:7:"\x00 *\x00 path";s:74:"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:114:"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_800x800.jpg?ts=1744281635";s:10:"\x00 *\x00 mediaId";s:32:"4a9ddd00d7e14e45a3c9300a5b726324";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01961f49895b71cba8831885bd587c99";}s:32:"01961f49895b71cba8831885bd987097";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:"01961f49895b71cba8831885bd987097";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:"2025-04-10 10:40:35.164000";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:2077;s:7:"\x00 *\x00 path";s:76:"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:116:"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_1920x1920.jpg?ts=1744281635";s:10:"\x00 *\x00 mediaId";s:32:"4a9ddd00d7e14e45a3c9300a5b726324";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01961f49895b71cba8831885bd987097";}s:32:"01961f49895b71cba8831885bddf1560";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:"01961f49895b71cba8831885bddf1560";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:"2025-04-10 10:40:35.164000";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:2077;s:7:"\x00 *\x00 path";s:74:"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:114:"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_280x280.jpg?ts=1744281635";s:10:"\x00 *\x00 mediaId";s:32:"4a9ddd00d7e14e45a3c9300a5b726324";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01961f49895b71cba8831885bddf1560";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:62:"media/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg.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:"4a9ddd00d7e14e45a3c9300a5b726324";}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:5;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:5;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:"2025-07-11 01:06:41.034383";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f701865b70c58a8a4c54c6290517";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"2f2c15c59dad4e58b1ff37784aad51f7";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"2f2c15c59dad4e58b1ff37784aad51f7";}s:32:"671efa3d702041ae8624b2a7bc3a9260";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-04-05 13:35:35.380";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:12:"820650853258";s:14:"manufacturerId";s:32:"bf1b9319edfe4c719b5e8dbf720eeef1";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:10:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"d6e5afca45b846608dbf665fa38d8d07";i:5;s:32:"fcb1b4b6df694cb2abf1eb0f12513f1e";i:6;s:32:"7b5197e5a7974e8eaee46f81b6421f82";i:7;s:32:"51f85715a68d445893e816f45de8136f";i:8;s:32:"6d6d0bb562734ee3a6ecaec425f5e0a5";i:9;s:32:"efb84b8b4b3444b3895ebec07bc469a8";}s:11:"propertyIds";a:6:{i:0;s:32:"3c20b96651a34bff895c18668d9e8fba";i:1;s:32:"4518fc12358a489c887283a98f28aaa7";i:2;s:32:"56c0b9f1f5bc40f6ab4fd1b2f54cc739";i:3;s:32:"b729cb579b5c4bb2b7fc03bf7e764960";i:4;s:32:"c3dfb0e5eb3749d88486ccd1ddfcdd54";i:5;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:7;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:54:"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)";s:11:"\x00 *\x00 quantity";i:2;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:5.99;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:2;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:5.99;s:11:"\x00 *\x00 quantity";i:2;s:13:"\x00 *\x00 totalPrice";d:11.98;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:1.91;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:11.98;}}}s:11:"\x00 *\x00 taxRules";r:2265;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:"8ef016a68b1f41909beba2250d839a30";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:54:"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)";s:5:"title";s:54:"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-05 14:22:29.190000";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:"2025-04-05 14:22:29.807000";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:121;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:286069;s:8:"\x00 *\x00 title";s:54:"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)";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:4:"hash";s:32:"ba82069d6862305ae9aaf27247583386";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2000;}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:"2025-04-05 14:22:29.803000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:54:"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)";s:6:"\x00 *\x00 url";s:116:"https://tcgshop-moers.com/media/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg.jpg?ts=1743862949";s:11:"\x00 *\x00 fileName";s:46:"pokemon-scarlet-and-violet-blister-pack-en-jpg";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:"01960654eab27082975fca926b740ed0";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:"01960654eab27082975fca926b740ed0";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:"2025-04-05 14:22:30.579000";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:88:"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:128:"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_400x400.jpg?ts=1743862950";s:10:"\x00 *\x00 mediaId";s:32:"8ef016a68b1f41909beba2250d839a30";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960654eab27082975fca926b740ed0";}s:32:"01960654eab27082975fca926c6044ba";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:"01960654eab27082975fca926c6044ba";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:"2025-04-05 14:22:30.579000";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:2369;s:7:"\x00 *\x00 path";s:88:"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:128:"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_800x800.jpg?ts=1743862950";s:10:"\x00 *\x00 mediaId";s:32:"8ef016a68b1f41909beba2250d839a30";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960654eab27082975fca926c6044ba";}s:32:"01960654eab27082975fca926cab1709";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:"01960654eab27082975fca926cab1709";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:"2025-04-05 14:22:30.579000";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:2369;s:7:"\x00 *\x00 path";s:90:"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:130:"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_1920x1920.jpg?ts=1743862950";s:10:"\x00 *\x00 mediaId";s:32:"8ef016a68b1f41909beba2250d839a30";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960654eab27082975fca926cab1709";}s:32:"01960654eab27082975fca926d2b5259";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:"01960654eab27082975fca926d2b5259";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:"2025-04-05 14:22:30.580000";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:2369;s:7:"\x00 *\x00 path";s:88:"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:128:"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_280x280.jpg?ts=1743862950";s:10:"\x00 *\x00 mediaId";s:32:"8ef016a68b1f41909beba2250d839a30";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960654eab27082975fca926d2b5259";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:76:"media/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg.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:"8ef016a68b1f41909beba2250d839a30";}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:7;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:7;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:"2025-07-11 01:06:41.034384";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f701ae7a713f87f5aded74c1a62f";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"671efa3d702041ae8624b2a7bc3a9260";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"671efa3d702041ae8624b2a7bc3a9260";}}}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:9:{s:32:"d054dfac209f4b0998e549cfac2169ac";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:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-04-13 12:21:20.636";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:12:"820650455520";s:14:"manufacturerId";s:32:"bbcef7290d4d410e88d6c0a949198891";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:6:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"ae27a27ae6d047a1885ef61a87494988";i:5;s:32:"eb2e49aacf3f4d48887c29effcea9175";}s:11:"propertyIds";a:3:{i:0;s:32:"14411dc650444a6887b83b17f23f20bb";i:1;s:32:"5216ead3378444afa1bb538b6178c74b";i:2;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:18;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:49:"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)";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:34.95;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:34.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:34.95;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.58;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:34.95;}}}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:"90ca9d246c9144eba0c7e37497a8cde9";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:49:"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)";s:5:"title";s:49:"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-13 12:21:26.030000";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:"2025-04-13 12:21:26.472000";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:121;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:568156;s:8:"\x00 *\x00 title";s:49:"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)";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:4:"hash";s:32:"05e06e9109c608e9a4f6f04e4b32aebd";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2004;}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:"2025-04-13 12:21:26.467000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:49:"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)";s:6:"\x00 *\x00 url";s:121:"https://tcgshop-moers.com/media/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg.jpg?ts=1744546886";s:11:"\x00 *\x00 fileName";s:51:"pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg";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:"01963947794b7271b678639616fcf576";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:"01963947794b7271b678639616fcf576";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:"2025-04-15 11:48:27.596000";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:172;s:7:"\x00 *\x00 path";s:93:"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:133:"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_400x400.jpg?ts=1744717707";s:10:"\x00 *\x00 mediaId";s:32:"90ca9d246c9144eba0c7e37497a8cde9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01963947794b7271b678639616fcf576";}s:32:"01963947794b7271b678639617a8d3a1";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:"01963947794b7271b678639617a8d3a1";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:"2025-04-15 11:48:27.596000";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:172;s:7:"\x00 *\x00 path";s:93:"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:133:"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_800x800.jpg?ts=1744717707";s:10:"\x00 *\x00 mediaId";s:32:"90ca9d246c9144eba0c7e37497a8cde9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01963947794b7271b678639617a8d3a1";}s:32:"01963947794b7271b678639617ec27df";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:"01963947794b7271b678639617ec27df";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:"2025-04-15 11:48:27.596000";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:172;s:7:"\x00 *\x00 path";s:95:"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:135:"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_1920x1920.jpg?ts=1744717707";s:10:"\x00 *\x00 mediaId";s:32:"90ca9d246c9144eba0c7e37497a8cde9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01963947794b7271b678639617ec27df";}s:32:"01963947794b7271b678639618465247";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:"01963947794b7271b678639618465247";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:"2025-04-15 11:48:27.596000";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:172;s:7:"\x00 *\x00 path";s:93:"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:133:"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_280x280.jpg?ts=1744717707";s:10:"\x00 *\x00 mediaId";s:32:"90ca9d246c9144eba0c7e37497a8cde9";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01963947794b7271b678639618465247";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:81:"media/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg.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:"90ca9d246c9144eba0c7e37497a8cde9";}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:18;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:18;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:"2025-07-11 01:06:41.034372";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6f24069729dba343cc90a4d9674";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"d054dfac209f4b0998e549cfac2169ac";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"d054dfac209f4b0998e549cfac2169ac";}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:34.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:34.95;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.58;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:34.95;}}}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:"d054dfac209f4b0998e549cfac2169ac";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:"2025-07-11 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:"2025-07-11 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"87adc056cca04cfaa03ba0196300e6d4";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:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-04-05 13:35:44.808";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:12:"820650856921";s:14:"manufacturerId";s:32:"bf1b9319edfe4c719b5e8dbf720eeef1";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:6:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"ae27a27ae6d047a1885ef61a87494988";i:5;s:32:"eb2e49aacf3f4d48887c29effcea9175";}s:11:"propertyIds";a:4:{i:0;s:32:"14411dc650444a6887b83b17f23f20bb";i:1;s:32:"5216ead3378444afa1bb538b6178c74b";i:2;s:32:"56c0b9f1f5bc40f6ab4fd1b2f54cc739";i:3;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:6;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:50:"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)";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:34.95;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:34.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:34.95;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.58;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:34.95;}}}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:"341c7590e05c4791a55d655267b63517";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:50:"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)";s:5:"title";s:50:"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-05 14:28:23.499000";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:"2025-04-05 14:28:23.792000";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:121;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:589169;s:8:"\x00 *\x00 title";s:50:"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)";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:4:"hash";s:32:"00f19dfc21a25d83d8a068ea6dd7133e";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2004;}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:"2025-04-05 14:28:23.787000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:50:"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)";s:6:"\x00 *\x00 url";s:138:"https://tcgshop-moers.com/media/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg.jpg?ts=1743863303";s:11:"\x00 *\x00 fileName";s:68:"pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg";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:"0196068ea2ae7061bb539252ebdded8c";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:"0196068ea2ae7061bb539252ebdded8c";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:"2025-04-05 15:25:33.231000";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:458;s:7:"\x00 *\x00 path";s:110:"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:150:"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_400x400.jpg?ts=1743866733";s:10:"\x00 *\x00 mediaId";s:32:"341c7590e05c4791a55d655267b63517";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196068ea2ae7061bb539252ebdded8c";}s:32:"0196068ea2ae7061bb539252eca0b38b";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:"0196068ea2ae7061bb539252eca0b38b";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:"2025-04-05 15:25:33.231000";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:458;s:7:"\x00 *\x00 path";s:110:"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:150:"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_800x800.jpg?ts=1743866733";s:10:"\x00 *\x00 mediaId";s:32:"341c7590e05c4791a55d655267b63517";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196068ea2ae7061bb539252eca0b38b";}s:32:"0196068ea2ae7061bb539252ed4c6254";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:"0196068ea2ae7061bb539252ed4c6254";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:"2025-04-05 15:25:33.231000";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:458;s:7:"\x00 *\x00 path";s:112:"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:152:"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_1920x1920.jpg?ts=1743866733";s:10:"\x00 *\x00 mediaId";s:32:"341c7590e05c4791a55d655267b63517";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196068ea2ae7061bb539252ed4c6254";}s:32:"0196068ea2ae7061bb539252ed9fadb6";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:"0196068ea2ae7061bb539252ed9fadb6";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:"2025-04-05 15:25:33.231000";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:458;s:7:"\x00 *\x00 path";s:110:"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:150:"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_280x280.jpg?ts=1743866733";s:10:"\x00 *\x00 mediaId";s:32:"341c7590e05c4791a55d655267b63517";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196068ea2ae7061bb539252ed9fadb6";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:98:"media/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg.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:"341c7590e05c4791a55d655267b63517";}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:6;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:"2025-07-11 01:06:41.034376";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6f31a18712e937dddf0de850153";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"87adc056cca04cfaa03ba0196300e6d4";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"87adc056cca04cfaa03ba0196300e6d4";}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:34.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:34.95;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.58;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:34.95;}}}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:"87adc056cca04cfaa03ba0196300e6d4";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:"2025-07-11 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:"2025-07-11 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"4c41c77b35094ef7b8079db98a4c92dc";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:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-04-07 09:49:43.492";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:12:"820650455438";s:14:"manufacturerId";s:32:"bbcef7290d4d410e88d6c0a949198891";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:6:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"ae27a27ae6d047a1885ef61a87494988";i:5;s:32:"eb2e49aacf3f4d48887c29effcea9175";}s:11:"propertyIds";a:4:{i:0;s:32:"14411dc650444a6887b83b17f23f20bb";i:1;s:32:"5216ead3378444afa1bb538b6178c74b";i:2;s:32:"f6e2737f7ba74278bb577a59221a4518";i:3;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:1;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:50:"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)";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:29.95;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:29.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:29.95;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.78;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:29.95;}}}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:"ccb0e1698f1b48968802e0c0473541bc";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:50:"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)";s:5:"title";s:50:"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-07 09:49:56.525000";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:"2025-04-07 09:49:56.872000";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:121;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:335680;s:8:"\x00 *\x00 title";s:50:"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)";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:4:"hash";s:32:"6536c2e7e567d599bcea1ee448f2b093";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2004;}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:"2025-04-07 09:49:56.867000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:50:"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)";s:6:"\x00 *\x00 url";s:138:"https://tcgshop-moers.com/media/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg.jpg?ts=1744019396";s:11:"\x00 *\x00 fileName";s:68:"pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg";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:"01960fa8521870178cbf7b6b4a2ac9ee";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:"01960fa8521870178cbf7b6b4a2ac9ee";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:"2025-04-07 09:50:11.483000";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:744;s:7:"\x00 *\x00 path";s:110:"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:150:"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_400x400.jpg?ts=1744019411";s:10:"\x00 *\x00 mediaId";s:32:"ccb0e1698f1b48968802e0c0473541bc";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960fa8521870178cbf7b6b4a2ac9ee";}s:32:"01960fa8521870178cbf7b6b4aa3c8d2";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:"01960fa8521870178cbf7b6b4aa3c8d2";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:"2025-04-07 09:50:11.484000";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:744;s:7:"\x00 *\x00 path";s:110:"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:150:"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_800x800.jpg?ts=1744019411";s:10:"\x00 *\x00 mediaId";s:32:"ccb0e1698f1b48968802e0c0473541bc";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960fa8521870178cbf7b6b4aa3c8d2";}s:32:"01960fa8521870178cbf7b6b4ae343e5";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:"01960fa8521870178cbf7b6b4ae343e5";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:"2025-04-07 09:50:11.484000";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:744;s:7:"\x00 *\x00 path";s:112:"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:152:"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_1920x1920.jpg?ts=1744019411";s:10:"\x00 *\x00 mediaId";s:32:"ccb0e1698f1b48968802e0c0473541bc";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960fa8521870178cbf7b6b4ae343e5";}s:32:"01960fa8521870178cbf7b6b4b9d2261";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:"01960fa8521870178cbf7b6b4b9d2261";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:"2025-04-07 09:50:11.484000";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:744;s:7:"\x00 *\x00 path";s:110:"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:150:"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_280x280.jpg?ts=1744019411";s:10:"\x00 *\x00 mediaId";s:32:"ccb0e1698f1b48968802e0c0473541bc";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960fa8521870178cbf7b6b4b9d2261";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:98:"media/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg.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:"ccb0e1698f1b48968802e0c0473541bc";}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: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:1;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:"2025-07-11 01:06:41.034377";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6f3a0fa72599819090a911c2e06";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"4c41c77b35094ef7b8079db98a4c92dc";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"4c41c77b35094ef7b8079db98a4c92dc";}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:29.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:29.95;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.78;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:29.95;}}}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:"4c41c77b35094ef7b8079db98a4c92dc";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:"2025-07-11 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:"2025-07-11 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"325703eb82d14ffbb0308f2d646ccd4d";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:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-05-15 13:44:21.697";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:12:"196214110885";s:14:"manufacturerId";s:32:"bbcef7290d4d410e88d6c0a949198891";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:8:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"226a8fd5fa504f2596e79979788f0d83";i:5;s:32:"7b5197e5a7974e8eaee46f81b6421f82";i:6;s:32:"71f205986dd54bd38338c39c271d52e9";i:7;s:32:"975824e4135c42c398b787b28f4e1b90";}s:11:"propertyIds";a:5:{i:0;s:32:"398de0f0b3704d3ba9ecbd2ac59c10ad";i:1;s:32:"485670a132e5447ba1659daa1fa80438";i:2;s:32:"92e71f8580ea43d3b5810da541797dea";i:3;s:32:"f6e2737f7ba74278bb577a59221a4518";i:4;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:8;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:52:"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)";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:69.95;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:69.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:69.95;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:11.17;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:69.95;}}}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:"2f46fb9d46d04f5a96fc0a74351e02a3";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:52:"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)";s:5:"title";s:52:"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-05-19 15:22:11.459000";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:"2025-05-19 15:22:11.935000";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:121;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:480073;s:8:"\x00 *\x00 title";s:52:"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)";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:4:"hash";s:32:"955570ea6617d516f8d18328acb16453";s:4:"type";i:2;s:5:"width";i:2168;s:6:"height";i:2148;}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:"2025-05-19 15:22:11.930000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:52:"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)";s:6:"\x00 *\x00 url";s:104:"https://tcgshop-moers.com/media/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg.jpg?ts=1747668131";s:11:"\x00 *\x00 fileName";s:34:"tcgs-pokemon-ewige-rivalen-ttb-jpg";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:"0196f396963773a58af838549c65f674";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:"0196f396963773a58af838549c65f674";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:"2025-05-21 16:04:14.523000";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:1033;s:7:"\x00 *\x00 path";s:76:"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:116:"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_400x400.jpg?ts=1747843454";s:10:"\x00 *\x00 mediaId";s:32:"2f46fb9d46d04f5a96fc0a74351e02a3";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f396963773a58af838549c65f674";}s:32:"0196f396963773a58af838549c727ad2";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:"0196f396963773a58af838549c727ad2";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:"2025-05-21 16:04:14.523000";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:1033;s:7:"\x00 *\x00 path";s:76:"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:116:"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_800x800.jpg?ts=1747843454";s:10:"\x00 *\x00 mediaId";s:32:"2f46fb9d46d04f5a96fc0a74351e02a3";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f396963773a58af838549c727ad2";}s:32:"0196f396963773a58af838549cacdcfe";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:"0196f396963773a58af838549cacdcfe";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:"2025-05-21 16:04:14.523000";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:1033;s:7:"\x00 *\x00 path";s:78:"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:118:"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_1920x1920.jpg?ts=1747843454";s:10:"\x00 *\x00 mediaId";s:32:"2f46fb9d46d04f5a96fc0a74351e02a3";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f396963773a58af838549cacdcfe";}s:32:"0196f396963773a58af838549cd91d28";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:"0196f396963773a58af838549cd91d28";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:"2025-05-21 16:04:14.523000";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:1033;s:7:"\x00 *\x00 path";s:76:"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:116:"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_280x280.jpg?ts=1747843454";s:10:"\x00 *\x00 mediaId";s:32:"2f46fb9d46d04f5a96fc0a74351e02a3";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f396963773a58af838549cd91d28";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:64:"media/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg.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:"2f46fb9d46d04f5a96fc0a74351e02a3";}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:8;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:1;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:"2025-07-11 01:06:41.034379";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6f6bf1e7223b4c6ff9fc089592b";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"325703eb82d14ffbb0308f2d646ccd4d";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"325703eb82d14ffbb0308f2d646ccd4d";}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:69.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:69.95;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:11.17;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:69.95;}}}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:"325703eb82d14ffbb0308f2d646ccd4d";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:"2025-07-11 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:"2025-07-11 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"3a9246c7e585487b88f746d6a8f5a08d";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:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-05-21 09:37:24.435";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:12:"074427158064";s:14:"manufacturerId";s:32:"bbcef7290d4d410e88d6c0a949198891";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:4:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"c685a397156b46bca15eb2b3cbc4da8d";i:3;s:32:"afa7dbdcdff34fb38c3c1e90796616b0";}s:11:"propertyIds";a:2:{i:0;s:32:"a6614ab4dd6d4f94a64396c848775bd6";i:1;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:1:{i:0;s:32:"01957f4b4a6b7ada80f5b03b49b1bafd";}s:8:"parentId";N;s:5:"stock";i:1;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:53:"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)";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:39.95;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:39.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:39.95;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.38;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:39.95;}}}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:"f5fe38d5ee4642989a31892d704457c4";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:53:"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)";s:5:"title";s:53:"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-05-21 09:37:34.062000";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:"2025-05-21 09:37:34.417000";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:121;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:489719;s:8:"\x00 *\x00 title";s:53:"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)";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:4:"hash";s:32:"d92326bc761d57a63d41167169d04a65";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2004;}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:"2025-05-21 09:37:34.412000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:53:"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)";s:6:"\x00 *\x00 url";s:125:"https://tcgshop-moers.com/media/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg.jpg?ts=1747820254";s:11:"\x00 *\x00 fileName";s:55:"pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg";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:"0196f3974e3471ecb0e15b792e76e87c";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:"0196f3974e3471ecb0e15b792e76e87c";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:"2025-05-21 16:05:01.620000";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:1316;s:7:"\x00 *\x00 path";s:97:"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:137:"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_400x400.jpg?ts=1747843501";s:10:"\x00 *\x00 mediaId";s:32:"f5fe38d5ee4642989a31892d704457c4";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f3974e3471ecb0e15b792e76e87c";}s:32:"0196f3974e3471ecb0e15b792edb897e";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:"0196f3974e3471ecb0e15b792edb897e";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:"2025-05-21 16:05:01.621000";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:1316;s:7:"\x00 *\x00 path";s:97:"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:137:"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_800x800.jpg?ts=1747843501";s:10:"\x00 *\x00 mediaId";s:32:"f5fe38d5ee4642989a31892d704457c4";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f3974e3471ecb0e15b792edb897e";}s:32:"0196f3974e3471ecb0e15b792fd29dec";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:"0196f3974e3471ecb0e15b792fd29dec";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:"2025-05-21 16:05:01.621000";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:1316;s:7:"\x00 *\x00 path";s:99:"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:139:"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_1920x1920.jpg?ts=1747843501";s:10:"\x00 *\x00 mediaId";s:32:"f5fe38d5ee4642989a31892d704457c4";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f3974e3471ecb0e15b792fd29dec";}s:32:"0196f3974e3471ecb0e15b79305b77e4";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:"0196f3974e3471ecb0e15b79305b77e4";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:"2025-05-21 16:05:01.621000";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:1316;s:7:"\x00 *\x00 path";s:97:"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:137:"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_280x280.jpg?ts=1747843501";s:10:"\x00 *\x00 mediaId";s:32:"f5fe38d5ee4642989a31892d704457c4";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196f3974e3471ecb0e15b79305b77e4";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:85:"media/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg.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:"f5fe38d5ee4642989a31892d704457c4";}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: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:1;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:"2025-07-11 01:06:41.034380";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6faa02872e387607d2485c09c15";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"3a9246c7e585487b88f746d6a8f5a08d";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"3a9246c7e585487b88f746d6a8f5a08d";}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:39.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:39.95;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.38;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:39.95;}}}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:"3a9246c7e585487b88f746d6a8f5a08d";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:"2025-07-11 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:"2025-07-11 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"2126690b80e040b886a4da4a5e0fd6f7";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:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-04-05 13:25:09.763";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:12:"820650858338";s:14:"manufacturerId";s:32:"bf1b9319edfe4c719b5e8dbf720eeef1";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:6:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"37d786100ebc44f8917a9b6ea59cc10b";i:5;s:32:"c056408f70514c8a87b764aeea7e9dd7";}s:11:"propertyIds";a:3:{i:0;s:32:"56c0b9f1f5bc40f6ab4fd1b2f54cc739";i:1;s:32:"e7c0002bbed4432cae52dce2435ddc5d";i:2;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:9;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:68:"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch";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:27.95;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:27.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:27.95;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.46;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:27.95;}}}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:"06d29f867eee41d49f0d96e9dfe31c74";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:68:"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch";s:5:"title";s:68:"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-05 14:19:52.171000";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:"2025-04-05 14:19:52.473000";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:121;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:333123;s:8:"\x00 *\x00 title";s:68:"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch";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:4:"hash";s:32:"cacdf52c03d3ec0ce65cd778c06bd5d2";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2004;}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:"2025-04-05 14:19:52.468000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:68:"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch";s:6:"\x00 *\x00 url";s:103:"https://tcgshop-moers.com/media/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg.jpg?ts=1743862792";s:11:"\x00 *\x00 fileName";s:33:"pokemon-trick-or-trade-2024-1-jpg";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:"01960652d07d70dbba94c7976a7c4d87";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:"01960652d07d70dbba94c7976a7c4d87";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:"2025-04-05 14:20:12.801000";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:1601;s:7:"\x00 *\x00 path";s:75:"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:115:"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_400x400.jpg?ts=1743862812";s:10:"\x00 *\x00 mediaId";s:32:"06d29f867eee41d49f0d96e9dfe31c74";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960652d07d70dbba94c7976a7c4d87";}s:32:"01960652d07d70dbba94c7976ace718e";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:"01960652d07d70dbba94c7976ace718e";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:"2025-04-05 14:20:12.801000";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:1601;s:7:"\x00 *\x00 path";s:75:"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:115:"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_800x800.jpg?ts=1743862812";s:10:"\x00 *\x00 mediaId";s:32:"06d29f867eee41d49f0d96e9dfe31c74";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960652d07d70dbba94c7976ace718e";}s:32:"01960652d07d70dbba94c7976ad6e7d4";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:"01960652d07d70dbba94c7976ad6e7d4";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:"2025-04-05 14:20:12.801000";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:1601;s:7:"\x00 *\x00 path";s:77:"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:117:"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_1920x1920.jpg?ts=1743862812";s:10:"\x00 *\x00 mediaId";s:32:"06d29f867eee41d49f0d96e9dfe31c74";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960652d07d70dbba94c7976ad6e7d4";}s:32:"01960652d07d70dbba94c7976b61452b";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:"01960652d07d70dbba94c7976b61452b";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:"2025-04-05 14:20:12.802000";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:1601;s:7:"\x00 *\x00 path";s:75:"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:115:"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_280x280.jpg?ts=1743862812";s:10:"\x00 *\x00 mediaId";s:32:"06d29f867eee41d49f0d96e9dfe31c74";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960652d07d70dbba94c7976b61452b";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:63:"media/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg.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:"06d29f867eee41d49f0d96e9dfe31c74";}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:9;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:9;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:"2025-07-11 01:06:41.034381";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6fbdb3f71b1a37793eeb5944b00";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"2126690b80e040b886a4da4a5e0fd6f7";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"2126690b80e040b886a4da4a5e0fd6f7";}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:27.95;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:27.95;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.46;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:27.95;}}}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:"2126690b80e040b886a4da4a5e0fd6f7";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:"2025-07-11 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:"2025-07-11 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"04ddf6fd625f4a9d9404f3fd81c121d6";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:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-06-17 21:06:30.561";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:12:"820650459139";s:14:"manufacturerId";s:32:"bbcef7290d4d410e88d6c0a949198891";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:5:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"ae27a27ae6d047a1885ef61a87494988";}s:11:"propertyIds";a:3:{i:0;s:32:"7d52d901662a4524b96221764c2bf6ed";i:1;s:32:"f6e2737f7ba74278bb577a59221a4518";i:2;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:1:{i:0;s:32:"01957f4b4a6b7ada80f5b03b49b1bafd";}s:8:"parentId";N;s:5:"stock";i:7;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:75:"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)";s:11:"\x00 *\x00 quantity";i:2;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:12.95;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:2;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:12.95;s:11:"\x00 *\x00 quantity";i:2;s:13:"\x00 *\x00 totalPrice";d:25.9;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.14;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:25.9;}}}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:"fcedc2d52bc0438a913f0d80da725ce5";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:75:"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)";s:5:"title";s:75:"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-06-25 23:27:10.159000";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:"2025-06-25 23:27:10.528000";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:121;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:286788;s:8:"\x00 *\x00 title";s:75:"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)";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:4:"hash";s:32:"a5f328a7339eca639cfa05f0b21f977f";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2004;}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:"2025-06-25 23:27:10.523000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:75:"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)";s:6:"\x00 *\x00 url";s:143:"https://tcgshop-moers.com/media/7f/e2/7f/1750894030/pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg.jpg?ts=1750894030";s:11:"\x00 *\x00 fileName";s:73:"pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg";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:"01957c5ffe6c72f1be16cae6bf5e5827";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:103:"media/7f/e2/7f/1750894030/pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg.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:"fcedc2d52bc0438a913f0d80da725ce5";}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:7;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:7;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:"2025-07-11 01:06:41.034382";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f6ff122072bc9ac115ba3bf5e943";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"04ddf6fd625f4a9d9404f3fd81c121d6";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"04ddf6fd625f4a9d9404f3fd81c121d6";}s:11:"\x00 *\x00 quantity";i:2;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:12.95;s:11:"\x00 *\x00 quantity";i:2;s:13:"\x00 *\x00 totalPrice";d:25.9;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.14;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:25.9;}}}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:"04ddf6fd625f4a9d9404f3fd81c121d6";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:"2025-07-11 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:"2025-07-11 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"2f2c15c59dad4e58b1ff37784aad51f7";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:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-04-05 13:25:39.660";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:12:"820650854002";s:14:"manufacturerId";s:32:"bf1b9319edfe4c719b5e8dbf720eeef1";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:8:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"7b5197e5a7974e8eaee46f81b6421f82";i:5;s:32:"fcb1b4b6df694cb2abf1eb0f12513f1e";i:6;s:32:"6c0ff6f54dd74445af581a7308b98c27";i:7;s:32:"6d6d0bb562734ee3a6ecaec425f5e0a5";}s:11:"propertyIds";a:4:{i:0;s:32:"4518fc12358a489c887283a98f28aaa7";i:1;s:32:"56c0b9f1f5bc40f6ab4fd1b2f54cc739";i:2;s:32:"f113e6db4f114e408dcac31d7d648075";i:3;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:5;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:50:"Pokemon SV04 Paradox Rift Sleeved Booster Englisch";s:11:"\x00 *\x00 quantity";i:2;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:5.99;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:2;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:5.99;s:11:"\x00 *\x00 quantity";i:2;s:13:"\x00 *\x00 totalPrice";d:11.98;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:1.91;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:11.98;}}}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:"4a9ddd00d7e14e45a3c9300a5b726324";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:50:"Pokemon SV04 Paradox Rift Sleeved Booster Englisch";s:5:"title";s:50:"Pokemon SV04 Paradox Rift Sleeved Booster Englisch";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-10 10:40:27.860000";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:"2025-04-10 10:40:29.897000";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:121;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:384413;s:8:"\x00 *\x00 title";s:50:"Pokemon SV04 Paradox Rift Sleeved Booster Englisch";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:4:"hash";s:32:"e835ff877ade4b56cf539a6979a96f8b";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2000;}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:"2025-04-10 10:40:29.892000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:50:"Pokemon SV04 Paradox Rift Sleeved Booster Englisch";s:6:"\x00 *\x00 url";s:102:"https://tcgshop-moers.com/media/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg.jpg?ts=1744281629";s:11:"\x00 *\x00 fileName";s:32:"paradpx-rift-sleeved-booster-jpg";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:"01961f49895b71cba8831885bc765e93";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:"01961f49895b71cba8831885bc765e93";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:"2025-04-10 10:40:35.164000";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:2077;s:7:"\x00 *\x00 path";s:74:"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:114:"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_400x400.jpg?ts=1744281635";s:10:"\x00 *\x00 mediaId";s:32:"4a9ddd00d7e14e45a3c9300a5b726324";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01961f49895b71cba8831885bc765e93";}s:32:"01961f49895b71cba8831885bd587c99";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:"01961f49895b71cba8831885bd587c99";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:"2025-04-10 10:40:35.164000";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:2077;s:7:"\x00 *\x00 path";s:74:"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:114:"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_800x800.jpg?ts=1744281635";s:10:"\x00 *\x00 mediaId";s:32:"4a9ddd00d7e14e45a3c9300a5b726324";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01961f49895b71cba8831885bd587c99";}s:32:"01961f49895b71cba8831885bd987097";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:"01961f49895b71cba8831885bd987097";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:"2025-04-10 10:40:35.164000";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:2077;s:7:"\x00 *\x00 path";s:76:"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:116:"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_1920x1920.jpg?ts=1744281635";s:10:"\x00 *\x00 mediaId";s:32:"4a9ddd00d7e14e45a3c9300a5b726324";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01961f49895b71cba8831885bd987097";}s:32:"01961f49895b71cba8831885bddf1560";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:"01961f49895b71cba8831885bddf1560";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:"2025-04-10 10:40:35.164000";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:2077;s:7:"\x00 *\x00 path";s:74:"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:114:"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_280x280.jpg?ts=1744281635";s:10:"\x00 *\x00 mediaId";s:32:"4a9ddd00d7e14e45a3c9300a5b726324";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01961f49895b71cba8831885bddf1560";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:62:"media/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg.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:"4a9ddd00d7e14e45a3c9300a5b726324";}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:5;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:5;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:"2025-07-11 01:06:41.034383";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f701865b70c58a8a4c54c6290517";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"2f2c15c59dad4e58b1ff37784aad51f7";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"2f2c15c59dad4e58b1ff37784aad51f7";}s:11:"\x00 *\x00 quantity";i:2;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:5.99;s:11:"\x00 *\x00 quantity";i:2;s:13:"\x00 *\x00 totalPrice";d:11.98;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:1.91;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:11.98;}}}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:"2f2c15c59dad4e58b1ff37784aad51f7";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:"2025-07-11 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:"2025-07-11 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"671efa3d702041ae8624b2a7bc3a9260";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:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2025-04-05 13:35:35.380";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:12:"820650853258";s:14:"manufacturerId";s:32:"bf1b9319edfe4c719b5e8dbf720eeef1";s:5:"taxId";s:32:"01957c5fef2073859b1625e9a26c7985";s:6:"tagIds";N;s:11:"categoryIds";a:10:{i:0;s:32:"1fec5ff295924ef191857861e8843540";i:1;s:32:"a28e029a544c4ee9a8eec6a9745ad68a";i:2;s:32:"eb26cbf61d3641abb55d5cfbb3c04318";i:3;s:32:"54dbb57c0eb148a38825061f0a540776";i:4;s:32:"d6e5afca45b846608dbf665fa38d8d07";i:5;s:32:"fcb1b4b6df694cb2abf1eb0f12513f1e";i:6;s:32:"7b5197e5a7974e8eaee46f81b6421f82";i:7;s:32:"51f85715a68d445893e816f45de8136f";i:8;s:32:"6d6d0bb562734ee3a6ecaec425f5e0a5";i:9;s:32:"efb84b8b4b3444b3895ebec07bc469a8";}s:11:"propertyIds";a:6:{i:0;s:32:"3c20b96651a34bff895c18668d9e8fba";i:1;s:32:"4518fc12358a489c887283a98f28aaa7";i:2;s:32:"56c0b9f1f5bc40f6ab4fd1b2f54cc739";i:3;s:32:"b729cb579b5c4bb2b7fc03bf7e764960";i:4;s:32:"c3dfb0e5eb3749d88486ccd1ddfcdd54";i:5;s:32:"fcaeff72ec2548ee99a0a504cd709c41";}s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";N;s:8:"parentId";N;s:5:"stock";i:7;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:54:"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)";s:11:"\x00 *\x00 quantity";i:2;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:5.99;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:2;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:5.99;s:11:"\x00 *\x00 quantity";i:2;s:13:"\x00 *\x00 totalPrice";d:11.98;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:1.91;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:11.98;}}}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:"8ef016a68b1f41909beba2250d839a30";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:3:"alt";s:54:"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)";s:5:"title";s:54:"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-04-05 14:22:29.190000";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:"2025-04-05 14:22:29.807000";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:121;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:286069;s:8:"\x00 *\x00 title";s:54:"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)";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:4:"hash";s:32:"ba82069d6862305ae9aaf27247583386";s:4:"type";i:2;s:5:"width";i:2000;s:6:"height";i:2000;}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:"2025-04-05 14:22:29.803000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00 *\x00 alt";s:54:"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)";s:6:"\x00 *\x00 url";s:116:"https://tcgshop-moers.com/media/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg.jpg?ts=1743862949";s:11:"\x00 *\x00 fileName";s:46:"pokemon-scarlet-and-violet-blister-pack-en-jpg";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:"01960654eab27082975fca926b740ed0";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:"01960654eab27082975fca926b740ed0";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:"2025-04-05 14:22:30.579000";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:2369;s:7:"\x00 *\x00 path";s:88:"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_400x400.jpg";s:8:"\x00 *\x00 width";i:400;s:9:"\x00 *\x00 height";i:400;s:6:"\x00 *\x00 url";s:128:"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_400x400.jpg?ts=1743862950";s:10:"\x00 *\x00 mediaId";s:32:"8ef016a68b1f41909beba2250d839a30";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960654eab27082975fca926b740ed0";}s:32:"01960654eab27082975fca926c6044ba";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:"01960654eab27082975fca926c6044ba";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:"2025-04-05 14:22:30.579000";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:2369;s:7:"\x00 *\x00 path";s:88:"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_800x800.jpg";s:8:"\x00 *\x00 width";i:800;s:9:"\x00 *\x00 height";i:800;s:6:"\x00 *\x00 url";s:128:"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_800x800.jpg?ts=1743862950";s:10:"\x00 *\x00 mediaId";s:32:"8ef016a68b1f41909beba2250d839a30";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960654eab27082975fca926c6044ba";}s:32:"01960654eab27082975fca926cab1709";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:"01960654eab27082975fca926cab1709";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:"2025-04-05 14:22:30.579000";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:2369;s:7:"\x00 *\x00 path";s:90:"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_1920x1920.jpg";s:8:"\x00 *\x00 width";i:1920;s:9:"\x00 *\x00 height";i:1920;s:6:"\x00 *\x00 url";s:130:"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_1920x1920.jpg?ts=1743862950";s:10:"\x00 *\x00 mediaId";s:32:"8ef016a68b1f41909beba2250d839a30";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960654eab27082975fca926cab1709";}s:32:"01960654eab27082975fca926d2b5259";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:"01960654eab27082975fca926d2b5259";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:"2025-04-05 14:22:30.580000";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:2369;s:7:"\x00 *\x00 path";s:88:"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_280x280.jpg";s:8:"\x00 *\x00 width";i:280;s:9:"\x00 *\x00 height";i:280;s:6:"\x00 *\x00 url";s:128:"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_280x280.jpg?ts=1743862950";s:10:"\x00 *\x00 mediaId";s:32:"8ef016a68b1f41909beba2250d839a30";s:8:"\x00 *\x00 media";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"01960654eab27082975fca926d2b5259";}}}s:16:"\x00 *\x00 mediaFolderId";s:32:"01957c5ffe6c72f1be16cae6bf5e5827";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:76:"media/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg.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:"8ef016a68b1f41909beba2250d839a30";}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:7;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:7;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:"2025-07-11 01:06:41.034384";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"e85816f4e7c374aafb193f1003286fc1";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0197f701ae7a713f87f5aded74c1a62f";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:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"671efa3d702041ae8624b2a7bc3a9260";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"671efa3d702041ae8624b2a7bc3a9260";}s:11:"\x00 *\x00 quantity";i:2;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:5.99;s:11:"\x00 *\x00 quantity";i:2;s:13:"\x00 *\x00 totalPrice";d:11.98;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:1.91;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:11.98;}}}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:"671efa3d702041ae8624b2a7bc3a9260";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:"2025-07-11 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:"2025-07-11 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: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:30:"country_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"01957c5f05567288b76ae26df2f5ef45";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:"2025-03-09 19:25:56.950000";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: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:0;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:"01957c5f05567288b76ae26df2f5ef45";}s:8:"\x00 *\x00 state";N;s:10:"\x00 *\x00 address";N;}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:"2025-07-11 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:"2025-07-12 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:"0195a9b2a6927da4a57ddfcbc5cc3a31";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:4:{s:4:"name";s:14:"Selbstabholung";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:"2025-03-18 14:40:32.038000";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:"2025-06-04 15:29:25.088000";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:14:"Selbstabholung";s:9:"\x00 *\x00 active";b:1;s:11:"\x00 *\x00 position";i:2;s:14:"\x00 *\x00 description";N;s:14:"\x00 *\x00 trackingUrl";N;s:17:"\x00 *\x00 deliveryTimeId";s:32:"01957c6bc95a73068f1293a020d4d4c6";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:"01957c6bc95a73068f1293a020d4d4c6";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:2:{s:4:"name";s:17:"Sofort verfügbar";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-03-09 19:39:53.562000";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: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:17:"Sofort verfügbar";s:6:"\x00 *\x00 min";i:0;s:6:"\x00 *\x00 max";i:0;s:7:"\x00 *\x00 unit";s:4:"hour";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:"01957c6bc95a73068f1293a020d4d4c6";}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:"01957c639ea47058ac0ea51674f8692b";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:1:{s:32:"0195a9b2a6927da4a57ddfcc02b06d4a";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:"0195a9b2a6927da4a57ddfcc02b06d4a";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:"2025-03-18 14:40:32.038000";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:"2025-03-18 14:41:51.712000";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";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:"0195a9b2a6927da4a57ddfcbc5cc3a31";s:9:"\x00 *\x00 ruleId";N;s:14:"\x00 *\x00 calculation";i:1;s:16:"\x00 *\x00 quantityStart";d:1;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:"0195a9b2a6927da4a57ddfcc02b06d4a";}}}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:14:"Selbstabholung";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:"0195a9b2a6927da4a57ddfcbc5cc3a31";}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:287.56;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:287.56;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:"01957c737b7970eba43c3e71a1960d96";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:6:{i:0;s:32:"01957c5fe27a7130892071112f5f9e4c";i:1;s:32:"01957c5feb0f71da9465fd351631fb50";i:2;s:32:"01957c639ea47058ac0ea51674f8692b";i:3;s:32:"01957c60009c715688514120d5f4283b";i:4;s:32:"385a654e71cb4fa78e5b4882ba47029a";i:5;s:32:"e44e6782c64247b796b891cf25ae38f7";}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:"0fXvMdgA6kD5oEFcrxD5gX4ww3wv5vxj";s:9:"\x00 *\x00 states";a:0:{}} "
"rule_ids " => "["01957c5fe27a7130892071112f5f9e4c","01957c5feb0f71da9465fd351631fb50","01957c639ea47058ac0ea51674f8692b","01957c60009c715688514120d5f4283b","385a654e71cb4fa78e5b4882ba47029a","e44e6782c64247b796b891cf25ae38f7"] "
"now " => "2025-07-11 01:06:41.073 "
"compressed " => 0
]
INSERT INTO `cart` (`token` , `payload` , `rule_ids` , `compressed` , `created_at` )
VALUES ('0fXvMdgA6kD5oEFcrxD5gX4ww3wv5vxj' , '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:241.65;s:13:\"\0*\0totalPrice\";d:287.56;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:45.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:287.56;}}}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:287.56;s:12:\"\0*\0taxStatus\";s:5:\"gross\";s:11:\"\0*\0rawTotal\";d:287.56;}s:12:\"\0*\0lineItems\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:9:{s:32:\"d054dfac209f4b0998e549cfac2169ac\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-13 12:21:20.636\";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:12:\"820650455520\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";i:5;s:32:\"eb2e49aacf3f4d48887c29effcea9175\";}s:11:\"propertyIds\";a:3:{i:0;s:32:\"14411dc650444a6887b83b17f23f20bb\";i:1;s:32:\"5216ead3378444afa1bb538b6178c74b\";i:2;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:18;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";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:34.95;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\";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:34.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.95;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.58;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.95;}}}s:11:\"\0*\0taxRules\";r:68;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:\"90ca9d246c9144eba0c7e37497a8cde9\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";s:5:\"title\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-13 12:21:26.030000\";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:\"2025-04-13 12:21:26.472000\";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:568156;s:8:\"\0*\0title\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";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:4:\"hash\";s:32:\"05e06e9109c608e9a4f6f04e4b32aebd\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-13 12:21:26.467000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";s:6:\"\0*\0url\";s:121:\"https://tcgshop-moers.com/media/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg.jpg?ts=1744546886\";s:11:\"\0*\0fileName\";s:51:\"pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg\";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:\"01963947794b7271b678639616fcf576\";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:\"01963947794b7271b678639616fcf576\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:93:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:133:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_400x400.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639616fcf576\";}s:32:\"01963947794b7271b678639617a8d3a1\";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:\"01963947794b7271b678639617a8d3a1\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:93:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:133:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_800x800.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639617a8d3a1\";}s:32:\"01963947794b7271b678639617ec27df\";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:\"01963947794b7271b678639617ec27df\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:95:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:135:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_1920x1920.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639617ec27df\";}s:32:\"01963947794b7271b678639618465247\";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:\"01963947794b7271b678639618465247\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:93:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:133:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_280x280.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639618465247\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:81:\"media/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg.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:\"90ca9d246c9144eba0c7e37497a8cde9\";}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:18;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:18;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:\"2025-07-11 01:06:41.034372\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f24069729dba343cc90a4d9674\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"d054dfac209f4b0998e549cfac2169ac\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"d054dfac209f4b0998e549cfac2169ac\";}s:32:\"87adc056cca04cfaa03ba0196300e6d4\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:35:44.808\";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:12:\"820650856921\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";i:5;s:32:\"eb2e49aacf3f4d48887c29effcea9175\";}s:11:\"propertyIds\";a:4:{i:0;s:32:\"14411dc650444a6887b83b17f23f20bb\";i:1;s:32:\"5216ead3378444afa1bb538b6178c74b\";i:2;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:3;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:6;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";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:34.95;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:34.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.95;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.58;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.95;}}}s:11:\"\0*\0taxRules\";r:354;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:\"341c7590e05c4791a55d655267b63517\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";s:5:\"title\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:28:23.499000\";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:\"2025-04-05 14:28:23.792000\";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:121;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:589169;s:8:\"\0*\0title\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";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:4:\"hash\";s:32:\"00f19dfc21a25d83d8a068ea6dd7133e\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-05 14:28:23.787000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";s:6:\"\0*\0url\";s:138:\"https://tcgshop-moers.com/media/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg.jpg?ts=1743863303\";s:11:\"\0*\0fileName\";s:68:\"pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg\";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:\"0196068ea2ae7061bb539252ebdded8c\";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:\"0196068ea2ae7061bb539252ebdded8c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:110:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_400x400.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252ebdded8c\";}s:32:\"0196068ea2ae7061bb539252eca0b38b\";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:\"0196068ea2ae7061bb539252eca0b38b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:110:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_800x800.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252eca0b38b\";}s:32:\"0196068ea2ae7061bb539252ed4c6254\";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:\"0196068ea2ae7061bb539252ed4c6254\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:112:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:152:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_1920x1920.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252ed4c6254\";}s:32:\"0196068ea2ae7061bb539252ed9fadb6\";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:\"0196068ea2ae7061bb539252ed9fadb6\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:110:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_280x280.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252ed9fadb6\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:98:\"media/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg.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:\"341c7590e05c4791a55d655267b63517\";}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:6;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:\"2025-07-11 01:06:41.034376\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f31a18712e937dddf0de850153\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"87adc056cca04cfaa03ba0196300e6d4\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"87adc056cca04cfaa03ba0196300e6d4\";}s:32:\"4c41c77b35094ef7b8079db98a4c92dc\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-07 09:49:43.492\";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:12:\"820650455438\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";i:5;s:32:\"eb2e49aacf3f4d48887c29effcea9175\";}s:11:\"propertyIds\";a:4:{i:0;s:32:\"14411dc650444a6887b83b17f23f20bb\";i:1;s:32:\"5216ead3378444afa1bb538b6178c74b\";i:2;s:32:\"f6e2737f7ba74278bb577a59221a4518\";i:3;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";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:29.95;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:29.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:29.95;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.78;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:29.95;}}}s:11:\"\0*\0taxRules\";r:640;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:\"ccb0e1698f1b48968802e0c0473541bc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";s:5:\"title\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:49:56.525000\";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:\"2025-04-07 09:49:56.872000\";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:121;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:335680;s:8:\"\0*\0title\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";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:4:\"hash\";s:32:\"6536c2e7e567d599bcea1ee448f2b093\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-07 09:49:56.867000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";s:6:\"\0*\0url\";s:138:\"https://tcgshop-moers.com/media/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg.jpg?ts=1744019396\";s:11:\"\0*\0fileName\";s:68:\"pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg\";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:\"01960fa8521870178cbf7b6b4a2ac9ee\";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:\"01960fa8521870178cbf7b6b4a2ac9ee\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.483000\";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:110:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_400x400.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4a2ac9ee\";}s:32:\"01960fa8521870178cbf7b6b4aa3c8d2\";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:\"01960fa8521870178cbf7b6b4aa3c8d2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.484000\";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:744;s:7:\"\0*\0path\";s:110:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_800x800.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4aa3c8d2\";}s:32:\"01960fa8521870178cbf7b6b4ae343e5\";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:\"01960fa8521870178cbf7b6b4ae343e5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.484000\";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:744;s:7:\"\0*\0path\";s:112:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:152:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_1920x1920.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4ae343e5\";}s:32:\"01960fa8521870178cbf7b6b4b9d2261\";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:\"01960fa8521870178cbf7b6b4b9d2261\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.484000\";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:744;s:7:\"\0*\0path\";s:110:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_280x280.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4b9d2261\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:98:\"media/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg.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:\"ccb0e1698f1b48968802e0c0473541bc\";}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: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:1;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:\"2025-07-11 01:06:41.034377\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f3a0fa72599819090a911c2e06\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"4c41c77b35094ef7b8079db98a4c92dc\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"4c41c77b35094ef7b8079db98a4c92dc\";}s:32:\"325703eb82d14ffbb0308f2d646ccd4d\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-05-15 13:44:21.697\";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:12:\"196214110885\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:8:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"226a8fd5fa504f2596e79979788f0d83\";i:5;s:32:\"7b5197e5a7974e8eaee46f81b6421f82\";i:6;s:32:\"71f205986dd54bd38338c39c271d52e9\";i:7;s:32:\"975824e4135c42c398b787b28f4e1b90\";}s:11:\"propertyIds\";a:5:{i:0;s:32:\"398de0f0b3704d3ba9ecbd2ac59c10ad\";i:1;s:32:\"485670a132e5447ba1659daa1fa80438\";i:2;s:32:\"92e71f8580ea43d3b5810da541797dea\";i:3;s:32:\"f6e2737f7ba74278bb577a59221a4518\";i:4;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:8;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";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:69.95;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:69.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:69.95;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:11.17;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:69.95;}}}s:11:\"\0*\0taxRules\";r:929;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:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";s:5:\"title\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-19 15:22:11.459000\";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:\"2025-05-19 15:22:11.935000\";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:121;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:480073;s:8:\"\0*\0title\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";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:4:\"hash\";s:32:\"955570ea6617d516f8d18328acb16453\";s:4:\"type\";i:2;s:5:\"width\";i:2168;s:6:\"height\";i:2148;}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:\"2025-05-19 15:22:11.930000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";s:6:\"\0*\0url\";s:104:\"https://tcgshop-moers.com/media/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg.jpg?ts=1747668131\";s:11:\"\0*\0fileName\";s:34:\"tcgs-pokemon-ewige-rivalen-ttb-jpg\";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:\"0196f396963773a58af838549c65f674\";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:\"0196f396963773a58af838549c65f674\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:76:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_400x400.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549c65f674\";}s:32:\"0196f396963773a58af838549c727ad2\";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:\"0196f396963773a58af838549c727ad2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:76:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_800x800.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549c727ad2\";}s:32:\"0196f396963773a58af838549cacdcfe\";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:\"0196f396963773a58af838549cacdcfe\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:78:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:118:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_1920x1920.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549cacdcfe\";}s:32:\"0196f396963773a58af838549cd91d28\";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:\"0196f396963773a58af838549cd91d28\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:76:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_280x280.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549cd91d28\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:64:\"media/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg.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:\"2f46fb9d46d04f5a96fc0a74351e02a3\";}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:8;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:1;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:\"2025-07-11 01:06:41.034379\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f6bf1e7223b4c6ff9fc089592b\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"325703eb82d14ffbb0308f2d646ccd4d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"325703eb82d14ffbb0308f2d646ccd4d\";}s:32:\"3a9246c7e585487b88f746d6a8f5a08d\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-05-21 09:37:24.435\";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:12:\"074427158064\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:4:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"c685a397156b46bca15eb2b3cbc4da8d\";i:3;s:32:\"afa7dbdcdff34fb38c3c1e90796616b0\";}s:11:\"propertyIds\";a:2:{i:0;s:32:\"a6614ab4dd6d4f94a64396c848775bd6\";i:1;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:1:{i:0;s:32:\"01957f4b4a6b7ada80f5b03b49b1bafd\";}s:8:\"parentId\";N;s:5:\"stock\";i:1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";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:39.95;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:39.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:39.95;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.38;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:39.95;}}}s:11:\"\0*\0taxRules\";r:1212;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:\"f5fe38d5ee4642989a31892d704457c4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";s:5:\"title\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 09:37:34.062000\";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:\"2025-05-21 09:37:34.417000\";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:121;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:489719;s:8:\"\0*\0title\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";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:4:\"hash\";s:32:\"d92326bc761d57a63d41167169d04a65\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-05-21 09:37:34.412000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";s:6:\"\0*\0url\";s:125:\"https://tcgshop-moers.com/media/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg.jpg?ts=1747820254\";s:11:\"\0*\0fileName\";s:55:\"pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg\";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:\"0196f3974e3471ecb0e15b792e76e87c\";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:\"0196f3974e3471ecb0e15b792e76e87c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.620000\";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:97:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:137:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_400x400.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b792e76e87c\";}s:32:\"0196f3974e3471ecb0e15b792edb897e\";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:\"0196f3974e3471ecb0e15b792edb897e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.621000\";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:1316;s:7:\"\0*\0path\";s:97:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:137:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_800x800.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b792edb897e\";}s:32:\"0196f3974e3471ecb0e15b792fd29dec\";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:\"0196f3974e3471ecb0e15b792fd29dec\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.621000\";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:1316;s:7:\"\0*\0path\";s:99:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:139:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_1920x1920.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b792fd29dec\";}s:32:\"0196f3974e3471ecb0e15b79305b77e4\";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:\"0196f3974e3471ecb0e15b79305b77e4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.621000\";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:1316;s:7:\"\0*\0path\";s:97:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:137:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_280x280.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b79305b77e4\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:85:\"media/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg.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:\"f5fe38d5ee4642989a31892d704457c4\";}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: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:1;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:\"2025-07-11 01:06:41.034380\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6faa02872e387607d2485c09c15\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"3a9246c7e585487b88f746d6a8f5a08d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"3a9246c7e585487b88f746d6a8f5a08d\";}s:32:\"2126690b80e040b886a4da4a5e0fd6f7\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:25:09.763\";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:12:\"820650858338\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"37d786100ebc44f8917a9b6ea59cc10b\";i:5;s:32:\"c056408f70514c8a87b764aeea7e9dd7\";}s:11:\"propertyIds\";a:3:{i:0;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:1;s:32:\"e7c0002bbed4432cae52dce2435ddc5d\";i:2;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:9;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";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:27.95;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:27.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:27.95;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.46;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:27.95;}}}s:11:\"\0*\0taxRules\";r:1497;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:\"06d29f867eee41d49f0d96e9dfe31c74\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";s:5:\"title\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:19:52.171000\";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:\"2025-04-05 14:19:52.473000\";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:121;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:333123;s:8:\"\0*\0title\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";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:4:\"hash\";s:32:\"cacdf52c03d3ec0ce65cd778c06bd5d2\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-05 14:19:52.468000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";s:6:\"\0*\0url\";s:103:\"https://tcgshop-moers.com/media/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg.jpg?ts=1743862792\";s:11:\"\0*\0fileName\";s:33:\"pokemon-trick-or-trade-2024-1-jpg\";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:\"01960652d07d70dbba94c7976a7c4d87\";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:\"01960652d07d70dbba94c7976a7c4d87\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.801000\";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:75:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:115:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_400x400.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976a7c4d87\";}s:32:\"01960652d07d70dbba94c7976ace718e\";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:\"01960652d07d70dbba94c7976ace718e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.801000\";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:1601;s:7:\"\0*\0path\";s:75:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:115:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_800x800.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976ace718e\";}s:32:\"01960652d07d70dbba94c7976ad6e7d4\";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:\"01960652d07d70dbba94c7976ad6e7d4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.801000\";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:1601;s:7:\"\0*\0path\";s:77:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:117:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_1920x1920.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976ad6e7d4\";}s:32:\"01960652d07d70dbba94c7976b61452b\";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:\"01960652d07d70dbba94c7976b61452b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.802000\";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:1601;s:7:\"\0*\0path\";s:75:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:115:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_280x280.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976b61452b\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:63:\"media/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg.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:\"06d29f867eee41d49f0d96e9dfe31c74\";}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:9;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:9;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:\"2025-07-11 01:06:41.034381\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6fbdb3f71b1a37793eeb5944b00\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"2126690b80e040b886a4da4a5e0fd6f7\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"2126690b80e040b886a4da4a5e0fd6f7\";}s:32:\"04ddf6fd625f4a9d9404f3fd81c121d6\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-06-17 21:06:30.561\";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:12:\"820650459139\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:5:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";}s:11:\"propertyIds\";a:3:{i:0;s:32:\"7d52d901662a4524b96221764c2bf6ed\";i:1;s:32:\"f6e2737f7ba74278bb577a59221a4518\";i:2;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:1:{i:0;s:32:\"01957f4b4a6b7ada80f5b03b49b1bafd\";}s:8:\"parentId\";N;s:5:\"stock\";i:7;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:11:\"\0*\0quantity\";i:2;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:12.95;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:2;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:12.95;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:25.9;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.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25.9;}}}s:11:\"\0*\0taxRules\";r:1782;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:\"fcedc2d52bc0438a913f0d80da725ce5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:5:\"title\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-06-25 23:27:10.159000\";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:\"2025-06-25 23:27:10.528000\";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:121;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:286788;s:8:\"\0*\0title\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";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:4:\"hash\";s:32:\"a5f328a7339eca639cfa05f0b21f977f\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-06-25 23:27:10.523000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:6:\"\0*\0url\";s:143:\"https://tcgshop-moers.com/media/7f/e2/7f/1750894030/pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg.jpg?ts=1750894030\";s:11:\"\0*\0fileName\";s:73:\"pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg\";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:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:103:\"media/7f/e2/7f/1750894030/pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg.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:\"fcedc2d52bc0438a913f0d80da725ce5\";}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:7;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:7;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:\"2025-07-11 01:06:41.034382\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6ff122072bc9ac115ba3bf5e943\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"04ddf6fd625f4a9d9404f3fd81c121d6\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"04ddf6fd625f4a9d9404f3fd81c121d6\";}s:32:\"2f2c15c59dad4e58b1ff37784aad51f7\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:25:39.660\";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:12:\"820650854002\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:8:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"7b5197e5a7974e8eaee46f81b6421f82\";i:5;s:32:\"fcb1b4b6df694cb2abf1eb0f12513f1e\";i:6;s:32:\"6c0ff6f54dd74445af581a7308b98c27\";i:7;s:32:\"6d6d0bb562734ee3a6ecaec425f5e0a5\";}s:11:\"propertyIds\";a:4:{i:0;s:32:\"4518fc12358a489c887283a98f28aaa7\";i:1;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:2;s:32:\"f113e6db4f114e408dcac31d7d648075\";i:3;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:5;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:11:\"\0*\0quantity\";i:2;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:5.99;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:2;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:5.99;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:11.98;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:1.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:11.98;}}}s:11:\"\0*\0taxRules\";r:1973;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:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:5:\"title\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:27.860000\";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:\"2025-04-10 10:40:29.897000\";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:121;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:384413;s:8:\"\0*\0title\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";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:4:\"hash\";s:32:\"e835ff877ade4b56cf539a6979a96f8b\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2000;}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:\"2025-04-10 10:40:29.892000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:6:\"\0*\0url\";s:102:\"https://tcgshop-moers.com/media/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg.jpg?ts=1744281629\";s:11:\"\0*\0fileName\";s:32:\"paradpx-rift-sleeved-booster-jpg\";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:\"01961f49895b71cba8831885bc765e93\";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:\"01961f49895b71cba8831885bc765e93\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:74:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:114:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_400x400.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bc765e93\";}s:32:\"01961f49895b71cba8831885bd587c99\";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:\"01961f49895b71cba8831885bd587c99\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:74:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:114:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_800x800.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bd587c99\";}s:32:\"01961f49895b71cba8831885bd987097\";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:\"01961f49895b71cba8831885bd987097\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:76:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_1920x1920.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bd987097\";}s:32:\"01961f49895b71cba8831885bddf1560\";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:\"01961f49895b71cba8831885bddf1560\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:74:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:114:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_280x280.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bddf1560\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:62:\"media/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg.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:\"4a9ddd00d7e14e45a3c9300a5b726324\";}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:5;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:5;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:\"2025-07-11 01:06:41.034383\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f701865b70c58a8a4c54c6290517\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"2f2c15c59dad4e58b1ff37784aad51f7\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"2f2c15c59dad4e58b1ff37784aad51f7\";}s:32:\"671efa3d702041ae8624b2a7bc3a9260\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:35:35.380\";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:12:\"820650853258\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:10:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"d6e5afca45b846608dbf665fa38d8d07\";i:5;s:32:\"fcb1b4b6df694cb2abf1eb0f12513f1e\";i:6;s:32:\"7b5197e5a7974e8eaee46f81b6421f82\";i:7;s:32:\"51f85715a68d445893e816f45de8136f\";i:8;s:32:\"6d6d0bb562734ee3a6ecaec425f5e0a5\";i:9;s:32:\"efb84b8b4b3444b3895ebec07bc469a8\";}s:11:\"propertyIds\";a:6:{i:0;s:32:\"3c20b96651a34bff895c18668d9e8fba\";i:1;s:32:\"4518fc12358a489c887283a98f28aaa7\";i:2;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:3;s:32:\"b729cb579b5c4bb2b7fc03bf7e764960\";i:4;s:32:\"c3dfb0e5eb3749d88486ccd1ddfcdd54\";i:5;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:7;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:11:\"\0*\0quantity\";i:2;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:5.99;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:2;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:5.99;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:11.98;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:1.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:11.98;}}}s:11:\"\0*\0taxRules\";r:2265;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:\"8ef016a68b1f41909beba2250d839a30\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:5:\"title\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:29.190000\";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:\"2025-04-05 14:22:29.807000\";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:121;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:286069;s:8:\"\0*\0title\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";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:4:\"hash\";s:32:\"ba82069d6862305ae9aaf27247583386\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2000;}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:\"2025-04-05 14:22:29.803000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/media/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg.jpg?ts=1743862949\";s:11:\"\0*\0fileName\";s:46:\"pokemon-scarlet-and-violet-blister-pack-en-jpg\";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:\"01960654eab27082975fca926b740ed0\";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:\"01960654eab27082975fca926b740ed0\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.579000\";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:88:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:128:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_400x400.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926b740ed0\";}s:32:\"01960654eab27082975fca926c6044ba\";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:\"01960654eab27082975fca926c6044ba\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.579000\";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:2369;s:7:\"\0*\0path\";s:88:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:128:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_800x800.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926c6044ba\";}s:32:\"01960654eab27082975fca926cab1709\";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:\"01960654eab27082975fca926cab1709\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.579000\";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:2369;s:7:\"\0*\0path\";s:90:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:130:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_1920x1920.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926cab1709\";}s:32:\"01960654eab27082975fca926d2b5259\";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:\"01960654eab27082975fca926d2b5259\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.580000\";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:2369;s:7:\"\0*\0path\";s:88:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:128:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_280x280.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926d2b5259\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:76:\"media/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg.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:\"8ef016a68b1f41909beba2250d839a30\";}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:7;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:7;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:\"2025-07-11 01:06:41.034384\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f701ae7a713f87f5aded74c1a62f\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"671efa3d702041ae8624b2a7bc3a9260\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"671efa3d702041ae8624b2a7bc3a9260\";}}}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:9:{s:32:\"d054dfac209f4b0998e549cfac2169ac\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-13 12:21:20.636\";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:12:\"820650455520\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";i:5;s:32:\"eb2e49aacf3f4d48887c29effcea9175\";}s:11:\"propertyIds\";a:3:{i:0;s:32:\"14411dc650444a6887b83b17f23f20bb\";i:1;s:32:\"5216ead3378444afa1bb538b6178c74b\";i:2;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:18;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";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:34.95;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:34.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.95;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.58;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.95;}}}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:\"90ca9d246c9144eba0c7e37497a8cde9\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";s:5:\"title\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-13 12:21:26.030000\";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:\"2025-04-13 12:21:26.472000\";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:121;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:568156;s:8:\"\0*\0title\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";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:4:\"hash\";s:32:\"05e06e9109c608e9a4f6f04e4b32aebd\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-13 12:21:26.467000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";s:6:\"\0*\0url\";s:121:\"https://tcgshop-moers.com/media/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg.jpg?ts=1744546886\";s:11:\"\0*\0fileName\";s:51:\"pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg\";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:\"01963947794b7271b678639616fcf576\";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:\"01963947794b7271b678639616fcf576\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:93:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:133:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_400x400.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639616fcf576\";}s:32:\"01963947794b7271b678639617a8d3a1\";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:\"01963947794b7271b678639617a8d3a1\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:93:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:133:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_800x800.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639617a8d3a1\";}s:32:\"01963947794b7271b678639617ec27df\";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:\"01963947794b7271b678639617ec27df\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:95:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:135:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_1920x1920.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639617ec27df\";}s:32:\"01963947794b7271b678639618465247\";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:\"01963947794b7271b678639618465247\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:93:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:133:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_280x280.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639618465247\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:81:\"media/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg.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:\"90ca9d246c9144eba0c7e37497a8cde9\";}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:18;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:18;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:\"2025-07-11 01:06:41.034372\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f24069729dba343cc90a4d9674\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"d054dfac209f4b0998e549cfac2169ac\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"d054dfac209f4b0998e549cfac2169ac\";}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:34.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.95;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.58;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.95;}}}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:\"d054dfac209f4b0998e549cfac2169ac\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"87adc056cca04cfaa03ba0196300e6d4\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:35:44.808\";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:12:\"820650856921\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";i:5;s:32:\"eb2e49aacf3f4d48887c29effcea9175\";}s:11:\"propertyIds\";a:4:{i:0;s:32:\"14411dc650444a6887b83b17f23f20bb\";i:1;s:32:\"5216ead3378444afa1bb538b6178c74b\";i:2;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:3;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:6;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";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:34.95;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:34.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.95;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.58;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.95;}}}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:\"341c7590e05c4791a55d655267b63517\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";s:5:\"title\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:28:23.499000\";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:\"2025-04-05 14:28:23.792000\";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:121;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:589169;s:8:\"\0*\0title\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";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:4:\"hash\";s:32:\"00f19dfc21a25d83d8a068ea6dd7133e\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-05 14:28:23.787000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";s:6:\"\0*\0url\";s:138:\"https://tcgshop-moers.com/media/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg.jpg?ts=1743863303\";s:11:\"\0*\0fileName\";s:68:\"pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg\";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:\"0196068ea2ae7061bb539252ebdded8c\";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:\"0196068ea2ae7061bb539252ebdded8c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:110:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_400x400.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252ebdded8c\";}s:32:\"0196068ea2ae7061bb539252eca0b38b\";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:\"0196068ea2ae7061bb539252eca0b38b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:110:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_800x800.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252eca0b38b\";}s:32:\"0196068ea2ae7061bb539252ed4c6254\";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:\"0196068ea2ae7061bb539252ed4c6254\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:112:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:152:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_1920x1920.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252ed4c6254\";}s:32:\"0196068ea2ae7061bb539252ed9fadb6\";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:\"0196068ea2ae7061bb539252ed9fadb6\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:110:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_280x280.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252ed9fadb6\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:98:\"media/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg.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:\"341c7590e05c4791a55d655267b63517\";}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:6;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:\"2025-07-11 01:06:41.034376\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f31a18712e937dddf0de850153\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"87adc056cca04cfaa03ba0196300e6d4\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"87adc056cca04cfaa03ba0196300e6d4\";}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:34.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.95;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.58;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.95;}}}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:\"87adc056cca04cfaa03ba0196300e6d4\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"4c41c77b35094ef7b8079db98a4c92dc\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-07 09:49:43.492\";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:12:\"820650455438\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";i:5;s:32:\"eb2e49aacf3f4d48887c29effcea9175\";}s:11:\"propertyIds\";a:4:{i:0;s:32:\"14411dc650444a6887b83b17f23f20bb\";i:1;s:32:\"5216ead3378444afa1bb538b6178c74b\";i:2;s:32:\"f6e2737f7ba74278bb577a59221a4518\";i:3;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";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:29.95;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:29.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:29.95;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.78;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:29.95;}}}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:\"ccb0e1698f1b48968802e0c0473541bc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";s:5:\"title\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:49:56.525000\";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:\"2025-04-07 09:49:56.872000\";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:121;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:335680;s:8:\"\0*\0title\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";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:4:\"hash\";s:32:\"6536c2e7e567d599bcea1ee448f2b093\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-07 09:49:56.867000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";s:6:\"\0*\0url\";s:138:\"https://tcgshop-moers.com/media/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg.jpg?ts=1744019396\";s:11:\"\0*\0fileName\";s:68:\"pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg\";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:\"01960fa8521870178cbf7b6b4a2ac9ee\";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:\"01960fa8521870178cbf7b6b4a2ac9ee\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.483000\";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:744;s:7:\"\0*\0path\";s:110:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_400x400.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4a2ac9ee\";}s:32:\"01960fa8521870178cbf7b6b4aa3c8d2\";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:\"01960fa8521870178cbf7b6b4aa3c8d2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.484000\";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:744;s:7:\"\0*\0path\";s:110:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_800x800.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4aa3c8d2\";}s:32:\"01960fa8521870178cbf7b6b4ae343e5\";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:\"01960fa8521870178cbf7b6b4ae343e5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.484000\";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:744;s:7:\"\0*\0path\";s:112:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:152:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_1920x1920.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4ae343e5\";}s:32:\"01960fa8521870178cbf7b6b4b9d2261\";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:\"01960fa8521870178cbf7b6b4b9d2261\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.484000\";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:744;s:7:\"\0*\0path\";s:110:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_280x280.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4b9d2261\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:98:\"media/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg.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:\"ccb0e1698f1b48968802e0c0473541bc\";}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: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:1;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:\"2025-07-11 01:06:41.034377\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f3a0fa72599819090a911c2e06\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"4c41c77b35094ef7b8079db98a4c92dc\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"4c41c77b35094ef7b8079db98a4c92dc\";}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:29.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:29.95;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.78;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:29.95;}}}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:\"4c41c77b35094ef7b8079db98a4c92dc\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"325703eb82d14ffbb0308f2d646ccd4d\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-05-15 13:44:21.697\";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:12:\"196214110885\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:8:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"226a8fd5fa504f2596e79979788f0d83\";i:5;s:32:\"7b5197e5a7974e8eaee46f81b6421f82\";i:6;s:32:\"71f205986dd54bd38338c39c271d52e9\";i:7;s:32:\"975824e4135c42c398b787b28f4e1b90\";}s:11:\"propertyIds\";a:5:{i:0;s:32:\"398de0f0b3704d3ba9ecbd2ac59c10ad\";i:1;s:32:\"485670a132e5447ba1659daa1fa80438\";i:2;s:32:\"92e71f8580ea43d3b5810da541797dea\";i:3;s:32:\"f6e2737f7ba74278bb577a59221a4518\";i:4;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:8;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";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:69.95;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:69.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:69.95;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:11.17;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:69.95;}}}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:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";s:5:\"title\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-19 15:22:11.459000\";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:\"2025-05-19 15:22:11.935000\";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:121;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:480073;s:8:\"\0*\0title\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";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:4:\"hash\";s:32:\"955570ea6617d516f8d18328acb16453\";s:4:\"type\";i:2;s:5:\"width\";i:2168;s:6:\"height\";i:2148;}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:\"2025-05-19 15:22:11.930000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";s:6:\"\0*\0url\";s:104:\"https://tcgshop-moers.com/media/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg.jpg?ts=1747668131\";s:11:\"\0*\0fileName\";s:34:\"tcgs-pokemon-ewige-rivalen-ttb-jpg\";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:\"0196f396963773a58af838549c65f674\";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:\"0196f396963773a58af838549c65f674\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:76:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_400x400.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549c65f674\";}s:32:\"0196f396963773a58af838549c727ad2\";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:\"0196f396963773a58af838549c727ad2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:76:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_800x800.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549c727ad2\";}s:32:\"0196f396963773a58af838549cacdcfe\";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:\"0196f396963773a58af838549cacdcfe\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:78:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:118:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_1920x1920.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549cacdcfe\";}s:32:\"0196f396963773a58af838549cd91d28\";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:\"0196f396963773a58af838549cd91d28\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:76:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_280x280.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549cd91d28\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:64:\"media/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg.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:\"2f46fb9d46d04f5a96fc0a74351e02a3\";}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:8;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:1;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:\"2025-07-11 01:06:41.034379\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f6bf1e7223b4c6ff9fc089592b\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"325703eb82d14ffbb0308f2d646ccd4d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"325703eb82d14ffbb0308f2d646ccd4d\";}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:69.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:69.95;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:11.17;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:69.95;}}}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:\"325703eb82d14ffbb0308f2d646ccd4d\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"3a9246c7e585487b88f746d6a8f5a08d\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-05-21 09:37:24.435\";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:12:\"074427158064\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:4:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"c685a397156b46bca15eb2b3cbc4da8d\";i:3;s:32:\"afa7dbdcdff34fb38c3c1e90796616b0\";}s:11:\"propertyIds\";a:2:{i:0;s:32:\"a6614ab4dd6d4f94a64396c848775bd6\";i:1;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:1:{i:0;s:32:\"01957f4b4a6b7ada80f5b03b49b1bafd\";}s:8:\"parentId\";N;s:5:\"stock\";i:1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";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:39.95;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:39.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:39.95;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.38;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:39.95;}}}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:\"f5fe38d5ee4642989a31892d704457c4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";s:5:\"title\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 09:37:34.062000\";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:\"2025-05-21 09:37:34.417000\";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:121;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:489719;s:8:\"\0*\0title\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";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:4:\"hash\";s:32:\"d92326bc761d57a63d41167169d04a65\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-05-21 09:37:34.412000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";s:6:\"\0*\0url\";s:125:\"https://tcgshop-moers.com/media/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg.jpg?ts=1747820254\";s:11:\"\0*\0fileName\";s:55:\"pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg\";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:\"0196f3974e3471ecb0e15b792e76e87c\";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:\"0196f3974e3471ecb0e15b792e76e87c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.620000\";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:1316;s:7:\"\0*\0path\";s:97:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:137:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_400x400.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b792e76e87c\";}s:32:\"0196f3974e3471ecb0e15b792edb897e\";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:\"0196f3974e3471ecb0e15b792edb897e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.621000\";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:1316;s:7:\"\0*\0path\";s:97:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:137:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_800x800.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b792edb897e\";}s:32:\"0196f3974e3471ecb0e15b792fd29dec\";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:\"0196f3974e3471ecb0e15b792fd29dec\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.621000\";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:1316;s:7:\"\0*\0path\";s:99:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:139:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_1920x1920.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b792fd29dec\";}s:32:\"0196f3974e3471ecb0e15b79305b77e4\";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:\"0196f3974e3471ecb0e15b79305b77e4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.621000\";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:1316;s:7:\"\0*\0path\";s:97:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:137:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_280x280.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b79305b77e4\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:85:\"media/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg.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:\"f5fe38d5ee4642989a31892d704457c4\";}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: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:1;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:\"2025-07-11 01:06:41.034380\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6faa02872e387607d2485c09c15\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"3a9246c7e585487b88f746d6a8f5a08d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"3a9246c7e585487b88f746d6a8f5a08d\";}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:39.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:39.95;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.38;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:39.95;}}}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:\"3a9246c7e585487b88f746d6a8f5a08d\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"2126690b80e040b886a4da4a5e0fd6f7\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:25:09.763\";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:12:\"820650858338\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"37d786100ebc44f8917a9b6ea59cc10b\";i:5;s:32:\"c056408f70514c8a87b764aeea7e9dd7\";}s:11:\"propertyIds\";a:3:{i:0;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:1;s:32:\"e7c0002bbed4432cae52dce2435ddc5d\";i:2;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:9;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";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:27.95;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:27.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:27.95;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.46;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:27.95;}}}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:\"06d29f867eee41d49f0d96e9dfe31c74\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";s:5:\"title\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:19:52.171000\";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:\"2025-04-05 14:19:52.473000\";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:121;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:333123;s:8:\"\0*\0title\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";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:4:\"hash\";s:32:\"cacdf52c03d3ec0ce65cd778c06bd5d2\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-05 14:19:52.468000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";s:6:\"\0*\0url\";s:103:\"https://tcgshop-moers.com/media/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg.jpg?ts=1743862792\";s:11:\"\0*\0fileName\";s:33:\"pokemon-trick-or-trade-2024-1-jpg\";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:\"01960652d07d70dbba94c7976a7c4d87\";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:\"01960652d07d70dbba94c7976a7c4d87\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.801000\";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:1601;s:7:\"\0*\0path\";s:75:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:115:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_400x400.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976a7c4d87\";}s:32:\"01960652d07d70dbba94c7976ace718e\";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:\"01960652d07d70dbba94c7976ace718e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.801000\";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:1601;s:7:\"\0*\0path\";s:75:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:115:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_800x800.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976ace718e\";}s:32:\"01960652d07d70dbba94c7976ad6e7d4\";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:\"01960652d07d70dbba94c7976ad6e7d4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.801000\";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:1601;s:7:\"\0*\0path\";s:77:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:117:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_1920x1920.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976ad6e7d4\";}s:32:\"01960652d07d70dbba94c7976b61452b\";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:\"01960652d07d70dbba94c7976b61452b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.802000\";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:1601;s:7:\"\0*\0path\";s:75:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:115:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_280x280.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976b61452b\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:63:\"media/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg.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:\"06d29f867eee41d49f0d96e9dfe31c74\";}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:9;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:9;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:\"2025-07-11 01:06:41.034381\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6fbdb3f71b1a37793eeb5944b00\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"2126690b80e040b886a4da4a5e0fd6f7\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"2126690b80e040b886a4da4a5e0fd6f7\";}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:27.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:27.95;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.46;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:27.95;}}}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:\"2126690b80e040b886a4da4a5e0fd6f7\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"04ddf6fd625f4a9d9404f3fd81c121d6\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-06-17 21:06:30.561\";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:12:\"820650459139\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:5:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";}s:11:\"propertyIds\";a:3:{i:0;s:32:\"7d52d901662a4524b96221764c2bf6ed\";i:1;s:32:\"f6e2737f7ba74278bb577a59221a4518\";i:2;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:1:{i:0;s:32:\"01957f4b4a6b7ada80f5b03b49b1bafd\";}s:8:\"parentId\";N;s:5:\"stock\";i:7;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:11:\"\0*\0quantity\";i:2;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:12.95;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:2;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:12.95;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:25.9;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.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25.9;}}}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:\"fcedc2d52bc0438a913f0d80da725ce5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:5:\"title\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-06-25 23:27:10.159000\";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:\"2025-06-25 23:27:10.528000\";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:121;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:286788;s:8:\"\0*\0title\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";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:4:\"hash\";s:32:\"a5f328a7339eca639cfa05f0b21f977f\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-06-25 23:27:10.523000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:6:\"\0*\0url\";s:143:\"https://tcgshop-moers.com/media/7f/e2/7f/1750894030/pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg.jpg?ts=1750894030\";s:11:\"\0*\0fileName\";s:73:\"pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg\";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:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:103:\"media/7f/e2/7f/1750894030/pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg.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:\"fcedc2d52bc0438a913f0d80da725ce5\";}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:7;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:7;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:\"2025-07-11 01:06:41.034382\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6ff122072bc9ac115ba3bf5e943\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"04ddf6fd625f4a9d9404f3fd81c121d6\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"04ddf6fd625f4a9d9404f3fd81c121d6\";}s:11:\"\0*\0quantity\";i:2;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:12.95;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:25.9;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.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25.9;}}}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:\"04ddf6fd625f4a9d9404f3fd81c121d6\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"2f2c15c59dad4e58b1ff37784aad51f7\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:25:39.660\";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:12:\"820650854002\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:8:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"7b5197e5a7974e8eaee46f81b6421f82\";i:5;s:32:\"fcb1b4b6df694cb2abf1eb0f12513f1e\";i:6;s:32:\"6c0ff6f54dd74445af581a7308b98c27\";i:7;s:32:\"6d6d0bb562734ee3a6ecaec425f5e0a5\";}s:11:\"propertyIds\";a:4:{i:0;s:32:\"4518fc12358a489c887283a98f28aaa7\";i:1;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:2;s:32:\"f113e6db4f114e408dcac31d7d648075\";i:3;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:5;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:11:\"\0*\0quantity\";i:2;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:5.99;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:2;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:5.99;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:11.98;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:1.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:11.98;}}}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:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:5:\"title\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:27.860000\";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:\"2025-04-10 10:40:29.897000\";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:121;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:384413;s:8:\"\0*\0title\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";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:4:\"hash\";s:32:\"e835ff877ade4b56cf539a6979a96f8b\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2000;}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:\"2025-04-10 10:40:29.892000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:6:\"\0*\0url\";s:102:\"https://tcgshop-moers.com/media/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg.jpg?ts=1744281629\";s:11:\"\0*\0fileName\";s:32:\"paradpx-rift-sleeved-booster-jpg\";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:\"01961f49895b71cba8831885bc765e93\";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:\"01961f49895b71cba8831885bc765e93\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:74:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:114:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_400x400.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bc765e93\";}s:32:\"01961f49895b71cba8831885bd587c99\";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:\"01961f49895b71cba8831885bd587c99\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:74:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:114:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_800x800.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bd587c99\";}s:32:\"01961f49895b71cba8831885bd987097\";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:\"01961f49895b71cba8831885bd987097\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:76:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_1920x1920.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bd987097\";}s:32:\"01961f49895b71cba8831885bddf1560\";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:\"01961f49895b71cba8831885bddf1560\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:74:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:114:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_280x280.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bddf1560\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:62:\"media/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg.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:\"4a9ddd00d7e14e45a3c9300a5b726324\";}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:5;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:5;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:\"2025-07-11 01:06:41.034383\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f701865b70c58a8a4c54c6290517\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"2f2c15c59dad4e58b1ff37784aad51f7\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"2f2c15c59dad4e58b1ff37784aad51f7\";}s:11:\"\0*\0quantity\";i:2;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:5.99;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:11.98;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:1.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:11.98;}}}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:\"2f2c15c59dad4e58b1ff37784aad51f7\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"671efa3d702041ae8624b2a7bc3a9260\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:35:35.380\";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:12:\"820650853258\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:10:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"d6e5afca45b846608dbf665fa38d8d07\";i:5;s:32:\"fcb1b4b6df694cb2abf1eb0f12513f1e\";i:6;s:32:\"7b5197e5a7974e8eaee46f81b6421f82\";i:7;s:32:\"51f85715a68d445893e816f45de8136f\";i:8;s:32:\"6d6d0bb562734ee3a6ecaec425f5e0a5\";i:9;s:32:\"efb84b8b4b3444b3895ebec07bc469a8\";}s:11:\"propertyIds\";a:6:{i:0;s:32:\"3c20b96651a34bff895c18668d9e8fba\";i:1;s:32:\"4518fc12358a489c887283a98f28aaa7\";i:2;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:3;s:32:\"b729cb579b5c4bb2b7fc03bf7e764960\";i:4;s:32:\"c3dfb0e5eb3749d88486ccd1ddfcdd54\";i:5;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:7;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:11:\"\0*\0quantity\";i:2;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:5.99;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:2;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:5.99;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:11.98;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:1.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:11.98;}}}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:\"8ef016a68b1f41909beba2250d839a30\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:5:\"title\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:29.190000\";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:\"2025-04-05 14:22:29.807000\";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:121;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:286069;s:8:\"\0*\0title\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";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:4:\"hash\";s:32:\"ba82069d6862305ae9aaf27247583386\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2000;}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:\"2025-04-05 14:22:29.803000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/media/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg.jpg?ts=1743862949\";s:11:\"\0*\0fileName\";s:46:\"pokemon-scarlet-and-violet-blister-pack-en-jpg\";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:\"01960654eab27082975fca926b740ed0\";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:\"01960654eab27082975fca926b740ed0\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.579000\";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:2369;s:7:\"\0*\0path\";s:88:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:128:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_400x400.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926b740ed0\";}s:32:\"01960654eab27082975fca926c6044ba\";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:\"01960654eab27082975fca926c6044ba\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.579000\";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:2369;s:7:\"\0*\0path\";s:88:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:128:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_800x800.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926c6044ba\";}s:32:\"01960654eab27082975fca926cab1709\";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:\"01960654eab27082975fca926cab1709\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.579000\";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:2369;s:7:\"\0*\0path\";s:90:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:130:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_1920x1920.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926cab1709\";}s:32:\"01960654eab27082975fca926d2b5259\";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:\"01960654eab27082975fca926d2b5259\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.580000\";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:2369;s:7:\"\0*\0path\";s:88:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:128:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_280x280.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926d2b5259\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:76:\"media/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg.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:\"8ef016a68b1f41909beba2250d839a30\";}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:7;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:7;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:\"2025-07-11 01:06:41.034384\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f701ae7a713f87f5aded74c1a62f\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"671efa3d702041ae8624b2a7bc3a9260\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"671efa3d702041ae8624b2a7bc3a9260\";}s:11:\"\0*\0quantity\";i:2;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:5.99;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:11.98;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:1.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:11.98;}}}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:\"671efa3d702041ae8624b2a7bc3a9260\";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:\"2025-07-11 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:\"2025-07-11 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: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:30:\"country_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01957c5f05567288b76ae26df2f5ef45\";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:\"2025-03-09 19:25:56.950000\";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: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:0;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:\"01957c5f05567288b76ae26df2f5ef45\";}s:8:\"\0*\0state\";N;s:10:\"\0*\0address\";N;}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:\"2025-07-11 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:\"2025-07-12 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:\"0195a9b2a6927da4a57ddfcbc5cc3a31\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:4:{s:4:\"name\";s:14:\"Selbstabholung\";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:\"2025-03-18 14:40:32.038000\";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:\"2025-06-04 15:29:25.088000\";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:14:\"Selbstabholung\";s:9:\"\0*\0active\";b:1;s:11:\"\0*\0position\";i:2;s:14:\"\0*\0description\";N;s:14:\"\0*\0trackingUrl\";N;s:17:\"\0*\0deliveryTimeId\";s:32:\"01957c6bc95a73068f1293a020d4d4c6\";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:\"01957c6bc95a73068f1293a020d4d4c6\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:2:{s:4:\"name\";s:17:\"Sofort verfügbar\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-03-09 19:39:53.562000\";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: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:17:\"Sofort verfügbar\";s:6:\"\0*\0min\";i:0;s:6:\"\0*\0max\";i:0;s:7:\"\0*\0unit\";s:4:\"hour\";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:\"01957c6bc95a73068f1293a020d4d4c6\";}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:\"01957c639ea47058ac0ea51674f8692b\";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:1:{s:32:\"0195a9b2a6927da4a57ddfcc02b06d4a\";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:\"0195a9b2a6927da4a57ddfcc02b06d4a\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-03-18 14:40:32.038000\";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:\"2025-03-18 14:41:51.712000\";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\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:19:\"\0*\0shippingMethodId\";s:32:\"0195a9b2a6927da4a57ddfcbc5cc3a31\";s:9:\"\0*\0ruleId\";N;s:14:\"\0*\0calculation\";i:1;s:16:\"\0*\0quantityStart\";d:1;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:\"0195a9b2a6927da4a57ddfcc02b06d4a\";}}}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:14:\"Selbstabholung\";s:6:\"\0*\0tax\";N;s:20:\"\0*\0appShippingMethod\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0195a9b2a6927da4a57ddfcbc5cc3a31\";}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:287.56;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:287.56;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:\"01957c737b7970eba43c3e71a1960d96\";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:6:{i:0;s:32:\"01957c5fe27a7130892071112f5f9e4c\";i:1;s:32:\"01957c5feb0f71da9465fd351631fb50\";i:2;s:32:\"01957c639ea47058ac0ea51674f8692b\";i:3;s:32:\"01957c60009c715688514120d5f4283b\";i:4;s:32:\"385a654e71cb4fa78e5b4882ba47029a\";i:5;s:32:\"e44e6782c64247b796b891cf25ae38f7\";}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:\"0fXvMdgA6kD5oEFcrxD5gX4ww3wv5vxj\";s:9:\"\0*\0states\";a:0:{}}' , '[\"01957c5fe27a7130892071112f5f9e4c\",\"01957c5feb0f71da9465fd351631fb50\",\"01957c639ea47058ac0ea51674f8692b\",\"01957c60009c715688514120d5f4283b\",\"385a654e71cb4fa78e5b4882ba47029a\",\"e44e6782c64247b796b891cf25ae38f7\"]' , 0 , '2025-07-11 01:06:41.073' )
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:241.65;s:13:\"\0*\0totalPrice\";d:287.56;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:45.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:287.56;}}}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:287.56;s:12:\"\0*\0taxStatus\";s:5:\"gross\";s:11:\"\0*\0rawTotal\";d:287.56;}s:12:\"\0*\0lineItems\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:9:{s:32:\"d054dfac209f4b0998e549cfac2169ac\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-13 12:21:20.636\";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:12:\"820650455520\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";i:5;s:32:\"eb2e49aacf3f4d48887c29effcea9175\";}s:11:\"propertyIds\";a:3:{i:0;s:32:\"14411dc650444a6887b83b17f23f20bb\";i:1;s:32:\"5216ead3378444afa1bb538b6178c74b\";i:2;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:18;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";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:34.95;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\";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:34.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.95;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.58;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.95;}}}s:11:\"\0*\0taxRules\";r:68;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:\"90ca9d246c9144eba0c7e37497a8cde9\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";s:5:\"title\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-13 12:21:26.030000\";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:\"2025-04-13 12:21:26.472000\";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:568156;s:8:\"\0*\0title\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";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:4:\"hash\";s:32:\"05e06e9109c608e9a4f6f04e4b32aebd\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-13 12:21:26.467000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";s:6:\"\0*\0url\";s:121:\"https://tcgshop-moers.com/media/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg.jpg?ts=1744546886\";s:11:\"\0*\0fileName\";s:51:\"pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg\";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:\"01963947794b7271b678639616fcf576\";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:\"01963947794b7271b678639616fcf576\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:93:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:133:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_400x400.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639616fcf576\";}s:32:\"01963947794b7271b678639617a8d3a1\";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:\"01963947794b7271b678639617a8d3a1\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:93:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:133:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_800x800.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639617a8d3a1\";}s:32:\"01963947794b7271b678639617ec27df\";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:\"01963947794b7271b678639617ec27df\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:95:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:135:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_1920x1920.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639617ec27df\";}s:32:\"01963947794b7271b678639618465247\";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:\"01963947794b7271b678639618465247\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:93:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:133:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_280x280.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639618465247\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:81:\"media/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg.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:\"90ca9d246c9144eba0c7e37497a8cde9\";}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:18;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:18;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:\"2025-07-11 01:06:41.034372\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f24069729dba343cc90a4d9674\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"d054dfac209f4b0998e549cfac2169ac\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"d054dfac209f4b0998e549cfac2169ac\";}s:32:\"87adc056cca04cfaa03ba0196300e6d4\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:35:44.808\";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:12:\"820650856921\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";i:5;s:32:\"eb2e49aacf3f4d48887c29effcea9175\";}s:11:\"propertyIds\";a:4:{i:0;s:32:\"14411dc650444a6887b83b17f23f20bb\";i:1;s:32:\"5216ead3378444afa1bb538b6178c74b\";i:2;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:3;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:6;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";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:34.95;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:34.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.95;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.58;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.95;}}}s:11:\"\0*\0taxRules\";r:354;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:\"341c7590e05c4791a55d655267b63517\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";s:5:\"title\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:28:23.499000\";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:\"2025-04-05 14:28:23.792000\";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:121;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:589169;s:8:\"\0*\0title\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";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:4:\"hash\";s:32:\"00f19dfc21a25d83d8a068ea6dd7133e\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-05 14:28:23.787000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";s:6:\"\0*\0url\";s:138:\"https://tcgshop-moers.com/media/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg.jpg?ts=1743863303\";s:11:\"\0*\0fileName\";s:68:\"pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg\";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:\"0196068ea2ae7061bb539252ebdded8c\";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:\"0196068ea2ae7061bb539252ebdded8c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:110:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_400x400.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252ebdded8c\";}s:32:\"0196068ea2ae7061bb539252eca0b38b\";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:\"0196068ea2ae7061bb539252eca0b38b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:110:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_800x800.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252eca0b38b\";}s:32:\"0196068ea2ae7061bb539252ed4c6254\";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:\"0196068ea2ae7061bb539252ed4c6254\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:112:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:152:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_1920x1920.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252ed4c6254\";}s:32:\"0196068ea2ae7061bb539252ed9fadb6\";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:\"0196068ea2ae7061bb539252ed9fadb6\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:110:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_280x280.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252ed9fadb6\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:98:\"media/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg.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:\"341c7590e05c4791a55d655267b63517\";}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:6;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:\"2025-07-11 01:06:41.034376\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f31a18712e937dddf0de850153\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"87adc056cca04cfaa03ba0196300e6d4\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"87adc056cca04cfaa03ba0196300e6d4\";}s:32:\"4c41c77b35094ef7b8079db98a4c92dc\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-07 09:49:43.492\";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:12:\"820650455438\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";i:5;s:32:\"eb2e49aacf3f4d48887c29effcea9175\";}s:11:\"propertyIds\";a:4:{i:0;s:32:\"14411dc650444a6887b83b17f23f20bb\";i:1;s:32:\"5216ead3378444afa1bb538b6178c74b\";i:2;s:32:\"f6e2737f7ba74278bb577a59221a4518\";i:3;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";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:29.95;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:29.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:29.95;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.78;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:29.95;}}}s:11:\"\0*\0taxRules\";r:640;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:\"ccb0e1698f1b48968802e0c0473541bc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";s:5:\"title\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:49:56.525000\";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:\"2025-04-07 09:49:56.872000\";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:121;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:335680;s:8:\"\0*\0title\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";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:4:\"hash\";s:32:\"6536c2e7e567d599bcea1ee448f2b093\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-07 09:49:56.867000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";s:6:\"\0*\0url\";s:138:\"https://tcgshop-moers.com/media/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg.jpg?ts=1744019396\";s:11:\"\0*\0fileName\";s:68:\"pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg\";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:\"01960fa8521870178cbf7b6b4a2ac9ee\";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:\"01960fa8521870178cbf7b6b4a2ac9ee\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.483000\";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:110:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_400x400.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4a2ac9ee\";}s:32:\"01960fa8521870178cbf7b6b4aa3c8d2\";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:\"01960fa8521870178cbf7b6b4aa3c8d2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.484000\";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:744;s:7:\"\0*\0path\";s:110:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_800x800.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4aa3c8d2\";}s:32:\"01960fa8521870178cbf7b6b4ae343e5\";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:\"01960fa8521870178cbf7b6b4ae343e5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.484000\";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:744;s:7:\"\0*\0path\";s:112:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:152:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_1920x1920.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4ae343e5\";}s:32:\"01960fa8521870178cbf7b6b4b9d2261\";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:\"01960fa8521870178cbf7b6b4b9d2261\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.484000\";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:744;s:7:\"\0*\0path\";s:110:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_280x280.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4b9d2261\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:98:\"media/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg.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:\"ccb0e1698f1b48968802e0c0473541bc\";}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: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:1;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:\"2025-07-11 01:06:41.034377\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f3a0fa72599819090a911c2e06\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"4c41c77b35094ef7b8079db98a4c92dc\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"4c41c77b35094ef7b8079db98a4c92dc\";}s:32:\"325703eb82d14ffbb0308f2d646ccd4d\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-05-15 13:44:21.697\";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:12:\"196214110885\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:8:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"226a8fd5fa504f2596e79979788f0d83\";i:5;s:32:\"7b5197e5a7974e8eaee46f81b6421f82\";i:6;s:32:\"71f205986dd54bd38338c39c271d52e9\";i:7;s:32:\"975824e4135c42c398b787b28f4e1b90\";}s:11:\"propertyIds\";a:5:{i:0;s:32:\"398de0f0b3704d3ba9ecbd2ac59c10ad\";i:1;s:32:\"485670a132e5447ba1659daa1fa80438\";i:2;s:32:\"92e71f8580ea43d3b5810da541797dea\";i:3;s:32:\"f6e2737f7ba74278bb577a59221a4518\";i:4;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:8;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";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:69.95;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:69.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:69.95;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:11.17;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:69.95;}}}s:11:\"\0*\0taxRules\";r:929;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:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";s:5:\"title\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-19 15:22:11.459000\";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:\"2025-05-19 15:22:11.935000\";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:121;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:480073;s:8:\"\0*\0title\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";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:4:\"hash\";s:32:\"955570ea6617d516f8d18328acb16453\";s:4:\"type\";i:2;s:5:\"width\";i:2168;s:6:\"height\";i:2148;}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:\"2025-05-19 15:22:11.930000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";s:6:\"\0*\0url\";s:104:\"https://tcgshop-moers.com/media/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg.jpg?ts=1747668131\";s:11:\"\0*\0fileName\";s:34:\"tcgs-pokemon-ewige-rivalen-ttb-jpg\";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:\"0196f396963773a58af838549c65f674\";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:\"0196f396963773a58af838549c65f674\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:76:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_400x400.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549c65f674\";}s:32:\"0196f396963773a58af838549c727ad2\";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:\"0196f396963773a58af838549c727ad2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:76:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_800x800.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549c727ad2\";}s:32:\"0196f396963773a58af838549cacdcfe\";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:\"0196f396963773a58af838549cacdcfe\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:78:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:118:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_1920x1920.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549cacdcfe\";}s:32:\"0196f396963773a58af838549cd91d28\";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:\"0196f396963773a58af838549cd91d28\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:76:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_280x280.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549cd91d28\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:64:\"media/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg.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:\"2f46fb9d46d04f5a96fc0a74351e02a3\";}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:8;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:1;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:\"2025-07-11 01:06:41.034379\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f6bf1e7223b4c6ff9fc089592b\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"325703eb82d14ffbb0308f2d646ccd4d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"325703eb82d14ffbb0308f2d646ccd4d\";}s:32:\"3a9246c7e585487b88f746d6a8f5a08d\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-05-21 09:37:24.435\";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:12:\"074427158064\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:4:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"c685a397156b46bca15eb2b3cbc4da8d\";i:3;s:32:\"afa7dbdcdff34fb38c3c1e90796616b0\";}s:11:\"propertyIds\";a:2:{i:0;s:32:\"a6614ab4dd6d4f94a64396c848775bd6\";i:1;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:1:{i:0;s:32:\"01957f4b4a6b7ada80f5b03b49b1bafd\";}s:8:\"parentId\";N;s:5:\"stock\";i:1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";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:39.95;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:39.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:39.95;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.38;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:39.95;}}}s:11:\"\0*\0taxRules\";r:1212;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:\"f5fe38d5ee4642989a31892d704457c4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";s:5:\"title\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 09:37:34.062000\";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:\"2025-05-21 09:37:34.417000\";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:121;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:489719;s:8:\"\0*\0title\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";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:4:\"hash\";s:32:\"d92326bc761d57a63d41167169d04a65\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-05-21 09:37:34.412000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";s:6:\"\0*\0url\";s:125:\"https://tcgshop-moers.com/media/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg.jpg?ts=1747820254\";s:11:\"\0*\0fileName\";s:55:\"pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg\";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:\"0196f3974e3471ecb0e15b792e76e87c\";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:\"0196f3974e3471ecb0e15b792e76e87c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.620000\";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:97:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:137:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_400x400.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b792e76e87c\";}s:32:\"0196f3974e3471ecb0e15b792edb897e\";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:\"0196f3974e3471ecb0e15b792edb897e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.621000\";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:1316;s:7:\"\0*\0path\";s:97:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:137:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_800x800.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b792edb897e\";}s:32:\"0196f3974e3471ecb0e15b792fd29dec\";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:\"0196f3974e3471ecb0e15b792fd29dec\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.621000\";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:1316;s:7:\"\0*\0path\";s:99:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:139:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_1920x1920.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b792fd29dec\";}s:32:\"0196f3974e3471ecb0e15b79305b77e4\";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:\"0196f3974e3471ecb0e15b79305b77e4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.621000\";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:1316;s:7:\"\0*\0path\";s:97:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:137:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_280x280.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b79305b77e4\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:85:\"media/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg.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:\"f5fe38d5ee4642989a31892d704457c4\";}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: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:1;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:\"2025-07-11 01:06:41.034380\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6faa02872e387607d2485c09c15\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"3a9246c7e585487b88f746d6a8f5a08d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"3a9246c7e585487b88f746d6a8f5a08d\";}s:32:\"2126690b80e040b886a4da4a5e0fd6f7\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:25:09.763\";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:12:\"820650858338\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"37d786100ebc44f8917a9b6ea59cc10b\";i:5;s:32:\"c056408f70514c8a87b764aeea7e9dd7\";}s:11:\"propertyIds\";a:3:{i:0;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:1;s:32:\"e7c0002bbed4432cae52dce2435ddc5d\";i:2;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:9;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";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:27.95;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:27.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:27.95;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.46;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:27.95;}}}s:11:\"\0*\0taxRules\";r:1497;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:\"06d29f867eee41d49f0d96e9dfe31c74\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";s:5:\"title\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:19:52.171000\";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:\"2025-04-05 14:19:52.473000\";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:121;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:333123;s:8:\"\0*\0title\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";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:4:\"hash\";s:32:\"cacdf52c03d3ec0ce65cd778c06bd5d2\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-05 14:19:52.468000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";s:6:\"\0*\0url\";s:103:\"https://tcgshop-moers.com/media/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg.jpg?ts=1743862792\";s:11:\"\0*\0fileName\";s:33:\"pokemon-trick-or-trade-2024-1-jpg\";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:\"01960652d07d70dbba94c7976a7c4d87\";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:\"01960652d07d70dbba94c7976a7c4d87\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.801000\";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:75:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:115:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_400x400.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976a7c4d87\";}s:32:\"01960652d07d70dbba94c7976ace718e\";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:\"01960652d07d70dbba94c7976ace718e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.801000\";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:1601;s:7:\"\0*\0path\";s:75:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:115:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_800x800.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976ace718e\";}s:32:\"01960652d07d70dbba94c7976ad6e7d4\";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:\"01960652d07d70dbba94c7976ad6e7d4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.801000\";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:1601;s:7:\"\0*\0path\";s:77:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:117:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_1920x1920.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976ad6e7d4\";}s:32:\"01960652d07d70dbba94c7976b61452b\";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:\"01960652d07d70dbba94c7976b61452b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.802000\";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:1601;s:7:\"\0*\0path\";s:75:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:115:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_280x280.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976b61452b\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:63:\"media/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg.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:\"06d29f867eee41d49f0d96e9dfe31c74\";}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:9;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:9;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:\"2025-07-11 01:06:41.034381\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6fbdb3f71b1a37793eeb5944b00\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"2126690b80e040b886a4da4a5e0fd6f7\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"2126690b80e040b886a4da4a5e0fd6f7\";}s:32:\"04ddf6fd625f4a9d9404f3fd81c121d6\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-06-17 21:06:30.561\";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:12:\"820650459139\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:5:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";}s:11:\"propertyIds\";a:3:{i:0;s:32:\"7d52d901662a4524b96221764c2bf6ed\";i:1;s:32:\"f6e2737f7ba74278bb577a59221a4518\";i:2;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:1:{i:0;s:32:\"01957f4b4a6b7ada80f5b03b49b1bafd\";}s:8:\"parentId\";N;s:5:\"stock\";i:7;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:11:\"\0*\0quantity\";i:2;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:12.95;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:2;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:12.95;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:25.9;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.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25.9;}}}s:11:\"\0*\0taxRules\";r:1782;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:\"fcedc2d52bc0438a913f0d80da725ce5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:5:\"title\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-06-25 23:27:10.159000\";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:\"2025-06-25 23:27:10.528000\";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:121;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:286788;s:8:\"\0*\0title\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";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:4:\"hash\";s:32:\"a5f328a7339eca639cfa05f0b21f977f\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-06-25 23:27:10.523000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:6:\"\0*\0url\";s:143:\"https://tcgshop-moers.com/media/7f/e2/7f/1750894030/pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg.jpg?ts=1750894030\";s:11:\"\0*\0fileName\";s:73:\"pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg\";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:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:103:\"media/7f/e2/7f/1750894030/pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg.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:\"fcedc2d52bc0438a913f0d80da725ce5\";}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:7;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:7;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:\"2025-07-11 01:06:41.034382\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6ff122072bc9ac115ba3bf5e943\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"04ddf6fd625f4a9d9404f3fd81c121d6\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"04ddf6fd625f4a9d9404f3fd81c121d6\";}s:32:\"2f2c15c59dad4e58b1ff37784aad51f7\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:25:39.660\";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:12:\"820650854002\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:8:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"7b5197e5a7974e8eaee46f81b6421f82\";i:5;s:32:\"fcb1b4b6df694cb2abf1eb0f12513f1e\";i:6;s:32:\"6c0ff6f54dd74445af581a7308b98c27\";i:7;s:32:\"6d6d0bb562734ee3a6ecaec425f5e0a5\";}s:11:\"propertyIds\";a:4:{i:0;s:32:\"4518fc12358a489c887283a98f28aaa7\";i:1;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:2;s:32:\"f113e6db4f114e408dcac31d7d648075\";i:3;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:5;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:11:\"\0*\0quantity\";i:2;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:5.99;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:2;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:5.99;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:11.98;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:1.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:11.98;}}}s:11:\"\0*\0taxRules\";r:1973;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:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:5:\"title\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:27.860000\";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:\"2025-04-10 10:40:29.897000\";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:121;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:384413;s:8:\"\0*\0title\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";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:4:\"hash\";s:32:\"e835ff877ade4b56cf539a6979a96f8b\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2000;}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:\"2025-04-10 10:40:29.892000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:6:\"\0*\0url\";s:102:\"https://tcgshop-moers.com/media/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg.jpg?ts=1744281629\";s:11:\"\0*\0fileName\";s:32:\"paradpx-rift-sleeved-booster-jpg\";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:\"01961f49895b71cba8831885bc765e93\";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:\"01961f49895b71cba8831885bc765e93\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:74:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:114:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_400x400.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bc765e93\";}s:32:\"01961f49895b71cba8831885bd587c99\";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:\"01961f49895b71cba8831885bd587c99\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:74:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:114:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_800x800.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bd587c99\";}s:32:\"01961f49895b71cba8831885bd987097\";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:\"01961f49895b71cba8831885bd987097\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:76:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_1920x1920.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bd987097\";}s:32:\"01961f49895b71cba8831885bddf1560\";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:\"01961f49895b71cba8831885bddf1560\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:74:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:114:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_280x280.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bddf1560\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:62:\"media/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg.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:\"4a9ddd00d7e14e45a3c9300a5b726324\";}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:5;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:5;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:\"2025-07-11 01:06:41.034383\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f701865b70c58a8a4c54c6290517\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"2f2c15c59dad4e58b1ff37784aad51f7\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"2f2c15c59dad4e58b1ff37784aad51f7\";}s:32:\"671efa3d702041ae8624b2a7bc3a9260\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:35:35.380\";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:12:\"820650853258\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:10:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"d6e5afca45b846608dbf665fa38d8d07\";i:5;s:32:\"fcb1b4b6df694cb2abf1eb0f12513f1e\";i:6;s:32:\"7b5197e5a7974e8eaee46f81b6421f82\";i:7;s:32:\"51f85715a68d445893e816f45de8136f\";i:8;s:32:\"6d6d0bb562734ee3a6ecaec425f5e0a5\";i:9;s:32:\"efb84b8b4b3444b3895ebec07bc469a8\";}s:11:\"propertyIds\";a:6:{i:0;s:32:\"3c20b96651a34bff895c18668d9e8fba\";i:1;s:32:\"4518fc12358a489c887283a98f28aaa7\";i:2;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:3;s:32:\"b729cb579b5c4bb2b7fc03bf7e764960\";i:4;s:32:\"c3dfb0e5eb3749d88486ccd1ddfcdd54\";i:5;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:7;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:11:\"\0*\0quantity\";i:2;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:5.99;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:2;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:5.99;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:11.98;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:1.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:11.98;}}}s:11:\"\0*\0taxRules\";r:2265;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:\"8ef016a68b1f41909beba2250d839a30\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:5:\"title\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:29.190000\";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:\"2025-04-05 14:22:29.807000\";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:121;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:286069;s:8:\"\0*\0title\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";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:4:\"hash\";s:32:\"ba82069d6862305ae9aaf27247583386\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2000;}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:\"2025-04-05 14:22:29.803000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/media/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg.jpg?ts=1743862949\";s:11:\"\0*\0fileName\";s:46:\"pokemon-scarlet-and-violet-blister-pack-en-jpg\";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:\"01960654eab27082975fca926b740ed0\";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:\"01960654eab27082975fca926b740ed0\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.579000\";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:88:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:128:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_400x400.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926b740ed0\";}s:32:\"01960654eab27082975fca926c6044ba\";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:\"01960654eab27082975fca926c6044ba\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.579000\";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:2369;s:7:\"\0*\0path\";s:88:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:128:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_800x800.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926c6044ba\";}s:32:\"01960654eab27082975fca926cab1709\";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:\"01960654eab27082975fca926cab1709\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.579000\";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:2369;s:7:\"\0*\0path\";s:90:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:130:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_1920x1920.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926cab1709\";}s:32:\"01960654eab27082975fca926d2b5259\";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:\"01960654eab27082975fca926d2b5259\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.580000\";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:2369;s:7:\"\0*\0path\";s:88:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:128:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_280x280.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926d2b5259\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:76:\"media/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg.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:\"8ef016a68b1f41909beba2250d839a30\";}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:7;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:7;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:\"2025-07-11 01:06:41.034384\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f701ae7a713f87f5aded74c1a62f\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"671efa3d702041ae8624b2a7bc3a9260\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"671efa3d702041ae8624b2a7bc3a9260\";}}}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:9:{s:32:\"d054dfac209f4b0998e549cfac2169ac\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-13 12:21:20.636\";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:12:\"820650455520\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";i:5;s:32:\"eb2e49aacf3f4d48887c29effcea9175\";}s:11:\"propertyIds\";a:3:{i:0;s:32:\"14411dc650444a6887b83b17f23f20bb\";i:1;s:32:\"5216ead3378444afa1bb538b6178c74b\";i:2;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:18;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";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:34.95;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:34.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.95;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.58;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.95;}}}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:\"90ca9d246c9144eba0c7e37497a8cde9\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";s:5:\"title\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-13 12:21:26.030000\";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:\"2025-04-13 12:21:26.472000\";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:121;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:568156;s:8:\"\0*\0title\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";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:4:\"hash\";s:32:\"05e06e9109c608e9a4f6f04e4b32aebd\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-13 12:21:26.467000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:49:\"Pokemon Sammelkoffer Herbst 2023 Glurak (Deutsch)\";s:6:\"\0*\0url\";s:121:\"https://tcgshop-moers.com/media/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg.jpg?ts=1744546886\";s:11:\"\0*\0fileName\";s:51:\"pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg\";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:\"01963947794b7271b678639616fcf576\";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:\"01963947794b7271b678639616fcf576\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:93:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:133:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_400x400.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639616fcf576\";}s:32:\"01963947794b7271b678639617a8d3a1\";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:\"01963947794b7271b678639617a8d3a1\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:93:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:133:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_800x800.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639617a8d3a1\";}s:32:\"01963947794b7271b678639617ec27df\";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:\"01963947794b7271b678639617ec27df\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:95:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:135:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_1920x1920.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639617ec27df\";}s:32:\"01963947794b7271b678639618465247\";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:\"01963947794b7271b678639618465247\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-15 11:48:27.596000\";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:172;s:7:\"\0*\0path\";s:93:\"thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:133:\"https://tcgshop-moers.com/thumbnail/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg_280x280.jpg?ts=1744717707\";s:10:\"\0*\0mediaId\";s:32:\"90ca9d246c9144eba0c7e37497a8cde9\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01963947794b7271b678639618465247\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:81:\"media/b5/4f/2d/1744546886/pokemon-sammelkoffer-herbst-2023-glurak-deutsch-jpg.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:\"90ca9d246c9144eba0c7e37497a8cde9\";}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:18;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:18;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:\"2025-07-11 01:06:41.034372\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f24069729dba343cc90a4d9674\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"d054dfac209f4b0998e549cfac2169ac\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"d054dfac209f4b0998e549cfac2169ac\";}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:34.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.95;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.58;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.95;}}}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:\"d054dfac209f4b0998e549cfac2169ac\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"87adc056cca04cfaa03ba0196300e6d4\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:35:44.808\";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:12:\"820650856921\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";i:5;s:32:\"eb2e49aacf3f4d48887c29effcea9175\";}s:11:\"propertyIds\";a:4:{i:0;s:32:\"14411dc650444a6887b83b17f23f20bb\";i:1;s:32:\"5216ead3378444afa1bb538b6178c74b\";i:2;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:3;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:6;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";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:34.95;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:34.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.95;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.58;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.95;}}}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:\"341c7590e05c4791a55d655267b63517\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";s:5:\"title\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:28:23.499000\";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:\"2025-04-05 14:28:23.792000\";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:121;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:589169;s:8:\"\0*\0title\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";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:4:\"hash\";s:32:\"00f19dfc21a25d83d8a068ea6dd7133e\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-05 14:28:23.787000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:50:\"Pokemon Glurak Sammelkoffer Herbst 2023 (englisch)\";s:6:\"\0*\0url\";s:138:\"https://tcgshop-moers.com/media/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg.jpg?ts=1743863303\";s:11:\"\0*\0fileName\";s:68:\"pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg\";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:\"0196068ea2ae7061bb539252ebdded8c\";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:\"0196068ea2ae7061bb539252ebdded8c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:110:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_400x400.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252ebdded8c\";}s:32:\"0196068ea2ae7061bb539252eca0b38b\";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:\"0196068ea2ae7061bb539252eca0b38b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:110:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_800x800.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252eca0b38b\";}s:32:\"0196068ea2ae7061bb539252ed4c6254\";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:\"0196068ea2ae7061bb539252ed4c6254\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:112:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:152:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_1920x1920.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252ed4c6254\";}s:32:\"0196068ea2ae7061bb539252ed9fadb6\";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:\"0196068ea2ae7061bb539252ed9fadb6\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 15:25:33.231000\";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:458;s:7:\"\0*\0path\";s:110:\"thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg_280x280.jpg?ts=1743866733\";s:10:\"\0*\0mediaId\";s:32:\"341c7590e05c4791a55d655267b63517\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196068ea2ae7061bb539252ed9fadb6\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:98:\"media/9b/b6/ec/1743863303/pokemon-glurak-sammelkoffer-herbst-2023-collector-chest-englisch-jpg.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:\"341c7590e05c4791a55d655267b63517\";}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:6;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:\"2025-07-11 01:06:41.034376\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f31a18712e937dddf0de850153\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"87adc056cca04cfaa03ba0196300e6d4\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"87adc056cca04cfaa03ba0196300e6d4\";}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:34.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.95;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.58;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.95;}}}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:\"87adc056cca04cfaa03ba0196300e6d4\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"4c41c77b35094ef7b8079db98a4c92dc\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-07 09:49:43.492\";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:12:\"820650455438\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";i:5;s:32:\"eb2e49aacf3f4d48887c29effcea9175\";}s:11:\"propertyIds\";a:4:{i:0;s:32:\"14411dc650444a6887b83b17f23f20bb\";i:1;s:32:\"5216ead3378444afa1bb538b6178c74b\";i:2;s:32:\"f6e2737f7ba74278bb577a59221a4518\";i:3;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";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:29.95;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:29.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:29.95;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.78;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:29.95;}}}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:\"ccb0e1698f1b48968802e0c0473541bc\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";s:5:\"title\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:49:56.525000\";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:\"2025-04-07 09:49:56.872000\";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:121;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:335680;s:8:\"\0*\0title\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";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:4:\"hash\";s:32:\"6536c2e7e567d599bcea1ee448f2b093\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-07 09:49:56.867000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:50:\"Pokemon Sammelkoffer Miraidon & Koraidon (Deutsch)\";s:6:\"\0*\0url\";s:138:\"https://tcgshop-moers.com/media/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg.jpg?ts=1744019396\";s:11:\"\0*\0fileName\";s:68:\"pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg\";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:\"01960fa8521870178cbf7b6b4a2ac9ee\";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:\"01960fa8521870178cbf7b6b4a2ac9ee\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.483000\";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:744;s:7:\"\0*\0path\";s:110:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_400x400.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4a2ac9ee\";}s:32:\"01960fa8521870178cbf7b6b4aa3c8d2\";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:\"01960fa8521870178cbf7b6b4aa3c8d2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.484000\";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:744;s:7:\"\0*\0path\";s:110:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_800x800.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4aa3c8d2\";}s:32:\"01960fa8521870178cbf7b6b4ae343e5\";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:\"01960fa8521870178cbf7b6b4ae343e5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.484000\";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:744;s:7:\"\0*\0path\";s:112:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:152:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_1920x1920.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4ae343e5\";}s:32:\"01960fa8521870178cbf7b6b4b9d2261\";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:\"01960fa8521870178cbf7b6b4b9d2261\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-07 09:50:11.484000\";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:744;s:7:\"\0*\0path\";s:110:\"thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:150:\"https://tcgshop-moers.com/thumbnail/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg_280x280.jpg?ts=1744019411\";s:10:\"\0*\0mediaId\";s:32:\"ccb0e1698f1b48968802e0c0473541bc\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960fa8521870178cbf7b6b4b9d2261\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:98:\"media/46/d3/33/1744019396/pokemon-back-to-school-sammelkoffer-collector-chest-2023-deutsch-jpg.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:\"ccb0e1698f1b48968802e0c0473541bc\";}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: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:1;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:\"2025-07-11 01:06:41.034377\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f3a0fa72599819090a911c2e06\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"4c41c77b35094ef7b8079db98a4c92dc\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"4c41c77b35094ef7b8079db98a4c92dc\";}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:29.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:29.95;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.78;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:29.95;}}}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:\"4c41c77b35094ef7b8079db98a4c92dc\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"325703eb82d14ffbb0308f2d646ccd4d\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-05-15 13:44:21.697\";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:12:\"196214110885\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:8:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"226a8fd5fa504f2596e79979788f0d83\";i:5;s:32:\"7b5197e5a7974e8eaee46f81b6421f82\";i:6;s:32:\"71f205986dd54bd38338c39c271d52e9\";i:7;s:32:\"975824e4135c42c398b787b28f4e1b90\";}s:11:\"propertyIds\";a:5:{i:0;s:32:\"398de0f0b3704d3ba9ecbd2ac59c10ad\";i:1;s:32:\"485670a132e5447ba1659daa1fa80438\";i:2;s:32:\"92e71f8580ea43d3b5810da541797dea\";i:3;s:32:\"f6e2737f7ba74278bb577a59221a4518\";i:4;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:8;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";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:69.95;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:69.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:69.95;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:11.17;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:69.95;}}}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:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";s:5:\"title\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-19 15:22:11.459000\";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:\"2025-05-19 15:22:11.935000\";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:121;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:480073;s:8:\"\0*\0title\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";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:4:\"hash\";s:32:\"955570ea6617d516f8d18328acb16453\";s:4:\"type\";i:2;s:5:\"width\";i:2168;s:6:\"height\";i:2148;}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:\"2025-05-19 15:22:11.930000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:52:\"Pokemon KP10 Ewige Rivalen Top Trainer Box (Deutsch)\";s:6:\"\0*\0url\";s:104:\"https://tcgshop-moers.com/media/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg.jpg?ts=1747668131\";s:11:\"\0*\0fileName\";s:34:\"tcgs-pokemon-ewige-rivalen-ttb-jpg\";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:\"0196f396963773a58af838549c65f674\";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:\"0196f396963773a58af838549c65f674\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:76:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_400x400.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549c65f674\";}s:32:\"0196f396963773a58af838549c727ad2\";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:\"0196f396963773a58af838549c727ad2\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:76:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_800x800.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549c727ad2\";}s:32:\"0196f396963773a58af838549cacdcfe\";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:\"0196f396963773a58af838549cacdcfe\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:78:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:118:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_1920x1920.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549cacdcfe\";}s:32:\"0196f396963773a58af838549cd91d28\";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:\"0196f396963773a58af838549cd91d28\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:04:14.523000\";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:1033;s:7:\"\0*\0path\";s:76:\"thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg_280x280.jpg?ts=1747843454\";s:10:\"\0*\0mediaId\";s:32:\"2f46fb9d46d04f5a96fc0a74351e02a3\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f396963773a58af838549cd91d28\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:64:\"media/fa/8e/95/1747668131/tcgs-pokemon-ewige-rivalen-ttb-jpg.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:\"2f46fb9d46d04f5a96fc0a74351e02a3\";}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:8;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:1;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:\"2025-07-11 01:06:41.034379\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6f6bf1e7223b4c6ff9fc089592b\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"325703eb82d14ffbb0308f2d646ccd4d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"325703eb82d14ffbb0308f2d646ccd4d\";}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:69.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:69.95;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:11.17;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:69.95;}}}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:\"325703eb82d14ffbb0308f2d646ccd4d\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"3a9246c7e585487b88f746d6a8f5a08d\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-05-21 09:37:24.435\";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:12:\"074427158064\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:4:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"c685a397156b46bca15eb2b3cbc4da8d\";i:3;s:32:\"afa7dbdcdff34fb38c3c1e90796616b0\";}s:11:\"propertyIds\";a:2:{i:0;s:32:\"a6614ab4dd6d4f94a64396c848775bd6\";i:1;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:1:{i:0;s:32:\"01957f4b4a6b7ada80f5b03b49b1bafd\";}s:8:\"parentId\";N;s:5:\"stock\";i:1;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";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:39.95;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:39.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:39.95;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.38;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:39.95;}}}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:\"f5fe38d5ee4642989a31892d704457c4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";s:5:\"title\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 09:37:34.062000\";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:\"2025-05-21 09:37:34.417000\";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:121;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:489719;s:8:\"\0*\0title\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";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:4:\"hash\";s:32:\"d92326bc761d57a63d41167169d04a65\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-05-21 09:37:34.412000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:53:\"Pokemon Ultra Pro Gengar Deluxe Tasche (Gaming Trove)\";s:6:\"\0*\0url\";s:125:\"https://tcgshop-moers.com/media/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg.jpg?ts=1747820254\";s:11:\"\0*\0fileName\";s:55:\"pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg\";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:\"0196f3974e3471ecb0e15b792e76e87c\";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:\"0196f3974e3471ecb0e15b792e76e87c\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.620000\";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:1316;s:7:\"\0*\0path\";s:97:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:137:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_400x400.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b792e76e87c\";}s:32:\"0196f3974e3471ecb0e15b792edb897e\";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:\"0196f3974e3471ecb0e15b792edb897e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.621000\";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:1316;s:7:\"\0*\0path\";s:97:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:137:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_800x800.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b792edb897e\";}s:32:\"0196f3974e3471ecb0e15b792fd29dec\";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:\"0196f3974e3471ecb0e15b792fd29dec\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.621000\";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:1316;s:7:\"\0*\0path\";s:99:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:139:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_1920x1920.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b792fd29dec\";}s:32:\"0196f3974e3471ecb0e15b79305b77e4\";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:\"0196f3974e3471ecb0e15b79305b77e4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-21 16:05:01.621000\";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:1316;s:7:\"\0*\0path\";s:97:\"thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:137:\"https://tcgshop-moers.com/thumbnail/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg_280x280.jpg?ts=1747843501\";s:10:\"\0*\0mediaId\";s:32:\"f5fe38d5ee4642989a31892d704457c4\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196f3974e3471ecb0e15b79305b77e4\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:85:\"media/1e/34/4d/1747820254/pokemon-ultra-pro-gengar-deluxe-tasche-gaming-trove-jpg.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:\"f5fe38d5ee4642989a31892d704457c4\";}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: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:1;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:\"2025-07-11 01:06:41.034380\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6faa02872e387607d2485c09c15\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"3a9246c7e585487b88f746d6a8f5a08d\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"3a9246c7e585487b88f746d6a8f5a08d\";}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:39.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:39.95;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.38;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:39.95;}}}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:\"3a9246c7e585487b88f746d6a8f5a08d\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"2126690b80e040b886a4da4a5e0fd6f7\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:25:09.763\";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:12:\"820650858338\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:6:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"37d786100ebc44f8917a9b6ea59cc10b\";i:5;s:32:\"c056408f70514c8a87b764aeea7e9dd7\";}s:11:\"propertyIds\";a:3:{i:0;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:1;s:32:\"e7c0002bbed4432cae52dce2435ddc5d\";i:2;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:9;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";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:27.95;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:27.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:27.95;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.46;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:27.95;}}}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:\"06d29f867eee41d49f0d96e9dfe31c74\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";s:5:\"title\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:19:52.171000\";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:\"2025-04-05 14:19:52.473000\";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:121;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:333123;s:8:\"\0*\0title\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";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:4:\"hash\";s:32:\"cacdf52c03d3ec0ce65cd778c06bd5d2\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-04-05 14:19:52.468000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:68:\"Pokemon Trick or Trade BOOster Display 2024 (35 Mini Packs) Englisch\";s:6:\"\0*\0url\";s:103:\"https://tcgshop-moers.com/media/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg.jpg?ts=1743862792\";s:11:\"\0*\0fileName\";s:33:\"pokemon-trick-or-trade-2024-1-jpg\";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:\"01960652d07d70dbba94c7976a7c4d87\";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:\"01960652d07d70dbba94c7976a7c4d87\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.801000\";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:1601;s:7:\"\0*\0path\";s:75:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:115:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_400x400.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976a7c4d87\";}s:32:\"01960652d07d70dbba94c7976ace718e\";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:\"01960652d07d70dbba94c7976ace718e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.801000\";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:1601;s:7:\"\0*\0path\";s:75:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:115:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_800x800.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976ace718e\";}s:32:\"01960652d07d70dbba94c7976ad6e7d4\";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:\"01960652d07d70dbba94c7976ad6e7d4\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.801000\";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:1601;s:7:\"\0*\0path\";s:77:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:117:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_1920x1920.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976ad6e7d4\";}s:32:\"01960652d07d70dbba94c7976b61452b\";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:\"01960652d07d70dbba94c7976b61452b\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:20:12.802000\";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:1601;s:7:\"\0*\0path\";s:75:\"thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:115:\"https://tcgshop-moers.com/thumbnail/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg_280x280.jpg?ts=1743862812\";s:10:\"\0*\0mediaId\";s:32:\"06d29f867eee41d49f0d96e9dfe31c74\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960652d07d70dbba94c7976b61452b\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:63:\"media/69/6c/2b/1743862792/pokemon-trick-or-trade-2024-1-jpg.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:\"06d29f867eee41d49f0d96e9dfe31c74\";}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:9;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:9;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:\"2025-07-11 01:06:41.034381\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6fbdb3f71b1a37793eeb5944b00\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"2126690b80e040b886a4da4a5e0fd6f7\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"2126690b80e040b886a4da4a5e0fd6f7\";}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:27.95;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:27.95;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.46;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:27.95;}}}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:\"2126690b80e040b886a4da4a5e0fd6f7\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"04ddf6fd625f4a9d9404f3fd81c121d6\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-06-17 21:06:30.561\";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:12:\"820650459139\";s:14:\"manufacturerId\";s:32:\"bbcef7290d4d410e88d6c0a949198891\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:5:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"ae27a27ae6d047a1885ef61a87494988\";}s:11:\"propertyIds\";a:3:{i:0;s:32:\"7d52d901662a4524b96221764c2bf6ed\";i:1;s:32:\"f6e2737f7ba74278bb577a59221a4518\";i:2;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:1:{i:0;s:32:\"01957f4b4a6b7ada80f5b03b49b1bafd\";}s:8:\"parentId\";N;s:5:\"stock\";i:7;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:11:\"\0*\0quantity\";i:2;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:12.95;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:2;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:12.95;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:25.9;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.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25.9;}}}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:\"fcedc2d52bc0438a913f0d80da725ce5\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:5:\"title\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-06-25 23:27:10.159000\";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:\"2025-06-25 23:27:10.528000\";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:121;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:286788;s:8:\"\0*\0title\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";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:4:\"hash\";s:32:\"a5f328a7339eca639cfa05f0b21f977f\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2004;}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:\"2025-06-25 23:27:10.523000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:75:\"Pokemon Back to School Pencil Case 2024 (Stifte-Dose + 2 Booster) (deutsch)\";s:6:\"\0*\0url\";s:143:\"https://tcgshop-moers.com/media/7f/e2/7f/1750894030/pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg.jpg?ts=1750894030\";s:11:\"\0*\0fileName\";s:73:\"pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg\";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:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:103:\"media/7f/e2/7f/1750894030/pokemon-back-to-school-pencil-case-2024-stifte-dose-2-booster-deutsch-jpg.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:\"fcedc2d52bc0438a913f0d80da725ce5\";}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:7;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:7;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:\"2025-07-11 01:06:41.034382\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f6ff122072bc9ac115ba3bf5e943\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"04ddf6fd625f4a9d9404f3fd81c121d6\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"04ddf6fd625f4a9d9404f3fd81c121d6\";}s:11:\"\0*\0quantity\";i:2;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:12.95;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:25.9;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.14;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:25.9;}}}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:\"04ddf6fd625f4a9d9404f3fd81c121d6\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"2f2c15c59dad4e58b1ff37784aad51f7\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:25:39.660\";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:12:\"820650854002\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:8:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"7b5197e5a7974e8eaee46f81b6421f82\";i:5;s:32:\"fcb1b4b6df694cb2abf1eb0f12513f1e\";i:6;s:32:\"6c0ff6f54dd74445af581a7308b98c27\";i:7;s:32:\"6d6d0bb562734ee3a6ecaec425f5e0a5\";}s:11:\"propertyIds\";a:4:{i:0;s:32:\"4518fc12358a489c887283a98f28aaa7\";i:1;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:2;s:32:\"f113e6db4f114e408dcac31d7d648075\";i:3;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:5;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:11:\"\0*\0quantity\";i:2;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:5.99;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:2;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:5.99;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:11.98;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:1.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:11.98;}}}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:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:5:\"title\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:27.860000\";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:\"2025-04-10 10:40:29.897000\";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:121;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:384413;s:8:\"\0*\0title\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";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:4:\"hash\";s:32:\"e835ff877ade4b56cf539a6979a96f8b\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2000;}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:\"2025-04-10 10:40:29.892000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:50:\"Pokemon SV04 Paradox Rift Sleeved Booster Englisch\";s:6:\"\0*\0url\";s:102:\"https://tcgshop-moers.com/media/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg.jpg?ts=1744281629\";s:11:\"\0*\0fileName\";s:32:\"paradpx-rift-sleeved-booster-jpg\";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:\"01961f49895b71cba8831885bc765e93\";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:\"01961f49895b71cba8831885bc765e93\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:74:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:114:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_400x400.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bc765e93\";}s:32:\"01961f49895b71cba8831885bd587c99\";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:\"01961f49895b71cba8831885bd587c99\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:74:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:114:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_800x800.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bd587c99\";}s:32:\"01961f49895b71cba8831885bd987097\";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:\"01961f49895b71cba8831885bd987097\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:76:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_1920x1920.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bd987097\";}s:32:\"01961f49895b71cba8831885bddf1560\";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:\"01961f49895b71cba8831885bddf1560\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-10 10:40:35.164000\";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:2077;s:7:\"\0*\0path\";s:74:\"thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:114:\"https://tcgshop-moers.com/thumbnail/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg_280x280.jpg?ts=1744281635\";s:10:\"\0*\0mediaId\";s:32:\"4a9ddd00d7e14e45a3c9300a5b726324\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01961f49895b71cba8831885bddf1560\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:62:\"media/18/bf/49/1744281629/paradpx-rift-sleeved-booster-jpg.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:\"4a9ddd00d7e14e45a3c9300a5b726324\";}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:5;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:5;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:\"2025-07-11 01:06:41.034383\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f701865b70c58a8a4c54c6290517\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"2f2c15c59dad4e58b1ff37784aad51f7\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"2f2c15c59dad4e58b1ff37784aad51f7\";}s:11:\"\0*\0quantity\";i:2;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:5.99;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:11.98;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:1.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:11.98;}}}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:\"2f2c15c59dad4e58b1ff37784aad51f7\";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:\"2025-07-11 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:\"2025-07-11 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}s:32:\"671efa3d702041ae8624b2a7bc3a9260\";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:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2025-04-05 13:35:35.380\";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:12:\"820650853258\";s:14:\"manufacturerId\";s:32:\"bf1b9319edfe4c719b5e8dbf720eeef1\";s:5:\"taxId\";s:32:\"01957c5fef2073859b1625e9a26c7985\";s:6:\"tagIds\";N;s:11:\"categoryIds\";a:10:{i:0;s:32:\"1fec5ff295924ef191857861e8843540\";i:1;s:32:\"a28e029a544c4ee9a8eec6a9745ad68a\";i:2;s:32:\"eb26cbf61d3641abb55d5cfbb3c04318\";i:3;s:32:\"54dbb57c0eb148a38825061f0a540776\";i:4;s:32:\"d6e5afca45b846608dbf665fa38d8d07\";i:5;s:32:\"fcb1b4b6df694cb2abf1eb0f12513f1e\";i:6;s:32:\"7b5197e5a7974e8eaee46f81b6421f82\";i:7;s:32:\"51f85715a68d445893e816f45de8136f\";i:8;s:32:\"6d6d0bb562734ee3a6ecaec425f5e0a5\";i:9;s:32:\"efb84b8b4b3444b3895ebec07bc469a8\";}s:11:\"propertyIds\";a:6:{i:0;s:32:\"3c20b96651a34bff895c18668d9e8fba\";i:1;s:32:\"4518fc12358a489c887283a98f28aaa7\";i:2;s:32:\"56c0b9f1f5bc40f6ab4fd1b2f54cc739\";i:3;s:32:\"b729cb579b5c4bb2b7fc03bf7e764960\";i:4;s:32:\"c3dfb0e5eb3749d88486ccd1ddfcdd54\";i:5;s:32:\"fcaeff72ec2548ee99a0a504cd709c41\";}s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";N;s:8:\"parentId\";N;s:5:\"stock\";i:7;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:11:\"\0*\0quantity\";i:2;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:5.99;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:2;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:5.99;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:11.98;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:1.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:11.98;}}}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:\"8ef016a68b1f41909beba2250d839a30\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:3:\"alt\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:5:\"title\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:29.190000\";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:\"2025-04-05 14:22:29.807000\";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:121;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:286069;s:8:\"\0*\0title\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";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:4:\"hash\";s:32:\"ba82069d6862305ae9aaf27247583386\";s:4:\"type\";i:2;s:5:\"width\";i:2000;s:6:\"height\";i:2000;}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:\"2025-04-05 14:22:29.803000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"\0*\0alt\";s:54:\"Pokemon Karmesin & Purpur - Sleeved Booster (Englisch)\";s:6:\"\0*\0url\";s:116:\"https://tcgshop-moers.com/media/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg.jpg?ts=1743862949\";s:11:\"\0*\0fileName\";s:46:\"pokemon-scarlet-and-violet-blister-pack-en-jpg\";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:\"01960654eab27082975fca926b740ed0\";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:\"01960654eab27082975fca926b740ed0\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.579000\";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:2369;s:7:\"\0*\0path\";s:88:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_400x400.jpg\";s:8:\"\0*\0width\";i:400;s:9:\"\0*\0height\";i:400;s:6:\"\0*\0url\";s:128:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_400x400.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926b740ed0\";}s:32:\"01960654eab27082975fca926c6044ba\";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:\"01960654eab27082975fca926c6044ba\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.579000\";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:2369;s:7:\"\0*\0path\";s:88:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_800x800.jpg\";s:8:\"\0*\0width\";i:800;s:9:\"\0*\0height\";i:800;s:6:\"\0*\0url\";s:128:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_800x800.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926c6044ba\";}s:32:\"01960654eab27082975fca926cab1709\";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:\"01960654eab27082975fca926cab1709\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.579000\";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:2369;s:7:\"\0*\0path\";s:90:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_1920x1920.jpg\";s:8:\"\0*\0width\";i:1920;s:9:\"\0*\0height\";i:1920;s:6:\"\0*\0url\";s:130:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_1920x1920.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926cab1709\";}s:32:\"01960654eab27082975fca926d2b5259\";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:\"01960654eab27082975fca926d2b5259\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-04-05 14:22:30.580000\";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:2369;s:7:\"\0*\0path\";s:88:\"thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_280x280.jpg\";s:8:\"\0*\0width\";i:280;s:9:\"\0*\0height\";i:280;s:6:\"\0*\0url\";s:128:\"https://tcgshop-moers.com/thumbnail/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg_280x280.jpg?ts=1743862950\";s:10:\"\0*\0mediaId\";s:32:\"8ef016a68b1f41909beba2250d839a30\";s:8:\"\0*\0media\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"01960654eab27082975fca926d2b5259\";}}}s:16:\"\0*\0mediaFolderId\";s:32:\"01957c5ffe6c72f1be16cae6bf5e5827\";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:76:\"media/d1/48/e6/1743862949/pokemon-scarlet-and-violet-blister-pack-en-jpg.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:\"8ef016a68b1f41909beba2250d839a30\";}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:7;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:7;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:\"2025-07-11 01:06:41.034384\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"e85816f4e7c374aafb193f1003286fc1\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0197f701ae7a713f87f5aded74c1a62f\";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:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"671efa3d702041ae8624b2a7bc3a9260\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"671efa3d702041ae8624b2a7bc3a9260\";}s:11:\"\0*\0quantity\";i:2;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:5.99;s:11:\"\0*\0quantity\";i:2;s:13:\"\0*\0totalPrice\";d:11.98;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:1.91;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:11.98;}}}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:\"671efa3d702041ae8624b2a7bc3a9260\";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:\"2025-07-11 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:\"2025-07-11 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: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:30:\"country_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"01957c5f05567288b76ae26df2f5ef45\";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:\"2025-03-09 19:25:56.950000\";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: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:0;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:\"01957c5f05567288b76ae26df2f5ef45\";}s:8:\"\0*\0state\";N;s:10:\"\0*\0address\";N;}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:\"2025-07-11 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:\"2025-07-12 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:\"0195a9b2a6927da4a57ddfcbc5cc3a31\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:4:{s:4:\"name\";s:14:\"Selbstabholung\";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:\"2025-03-18 14:40:32.038000\";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:\"2025-06-04 15:29:25.088000\";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:14:\"Selbstabholung\";s:9:\"\0*\0active\";b:1;s:11:\"\0*\0position\";i:2;s:14:\"\0*\0description\";N;s:14:\"\0*\0trackingUrl\";N;s:17:\"\0*\0deliveryTimeId\";s:32:\"01957c6bc95a73068f1293a020d4d4c6\";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:\"01957c6bc95a73068f1293a020d4d4c6\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:2:{s:4:\"name\";s:17:\"Sofort verfügbar\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-03-09 19:39:53.562000\";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: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:17:\"Sofort verfügbar\";s:6:\"\0*\0min\";i:0;s:6:\"\0*\0max\";i:0;s:7:\"\0*\0unit\";s:4:\"hour\";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:\"01957c6bc95a73068f1293a020d4d4c6\";}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:\"01957c639ea47058ac0ea51674f8692b\";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:1:{s:32:\"0195a9b2a6927da4a57ddfcc02b06d4a\";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:\"0195a9b2a6927da4a57ddfcc02b06d4a\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-03-18 14:40:32.038000\";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:\"2025-03-18 14:41:51.712000\";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\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:19:\"\0*\0shippingMethodId\";s:32:\"0195a9b2a6927da4a57ddfcbc5cc3a31\";s:9:\"\0*\0ruleId\";N;s:14:\"\0*\0calculation\";i:1;s:16:\"\0*\0quantityStart\";d:1;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:\"0195a9b2a6927da4a57ddfcc02b06d4a\";}}}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:14:\"Selbstabholung\";s:6:\"\0*\0tax\";N;s:20:\"\0*\0appShippingMethod\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0195a9b2a6927da4a57ddfcbc5cc3a31\";}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:287.56;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:287.56;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:\"01957c737b7970eba43c3e71a1960d96\";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:6:{i:0;s:32:\"01957c5fe27a7130892071112f5f9e4c\";i:1;s:32:\"01957c5feb0f71da9465fd351631fb50\";i:2;s:32:\"01957c639ea47058ac0ea51674f8692b\";i:3;s:32:\"01957c60009c715688514120d5f4283b\";i:4;s:32:\"385a654e71cb4fa78e5b4882ba47029a\";i:5;s:32:\"e44e6782c64247b796b891cf25ae38f7\";}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:\"0fXvMdgA6kD5oEFcrxD5gX4ww3wv5vxj\";s:9:\"\0*\0states\";a:0:{}}' , `compressed` = 0 , `rule_ids` = '[\"01957c5fe27a7130892071112f5f9e4c\",\"01957c5feb0f71da9465fd351631fb50\",\"01957c639ea47058ac0ea51674f8692b\",\"01957c60009c715688514120d5f4283b\",\"385a654e71cb4fa78e5b4882ba47029a\",\"e44e6782c64247b796b891cf25ae38f7\"]' , `created_at` = '2025-07-11 01:06:41.073' ; ;
Copy
49
0.46 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"\x01 •|r\x1E\x13 sÖ·ú\x00 zè~uc "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x01957C721E1373D6B7FA007AE87E7563 ;
Copy
50
0.58 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? )
Parameters :
[
"/basic-captcha "
b"\x01 •|r\x1E\x13 sÖ·ú\x00 zè~uc "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/basic-captcha' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x01957C721E1373D6B7FA007AE87E7563 AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
51
0.52 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
52
0.81 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 "
"SwagAnalytics "
]
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` = 'SwagAnalytics' );
Copy
53
0.45 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"¢Ž\x02 šTLNé¨îÆ©tZÖŠ "
]
SELECT path FROM category WHERE id = 0xA28E029A544C4EE9A8EEC6A9745AD68A ;
Copy
54
0.26 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
55
0.50 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 •|_âzq0‰ q\x11 /_žL "
b"\x01 •|_ë\x0F qÚ”eý5\x16 1ûP "
b"\x01 •|cž¤pX¬\x0E ¥\x16 tøi+ "
b"\x01 •|`\x00 œqVˆQA Õô(; "
b"8ZeNqËO§Ž[H‚ºG\x02 š "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
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 (0x01957C5FE27A7130892071112F5F9E4C , 0x01957C5FEB0F71DA9465FD351631FB50 , 0x01957C639EA47058AC0EA51674F8692B , 0x01957C60009C715688514120D5F4283B , 0x385A654E71CB4FA78E5B4882BA47029A , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy