GET https://www.fridolin-gmbh.de/detail/018a63a4717e733d9c0f831c8b32a94c

Query Metrics

158 Database Queries
96 Different statements
99.90 ms Query time

Queries

Group similar statements

# Time Info
1 0.34 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.23 ms
# dbal-plugin-loader
        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`;
Parameters:
[]
3 0.50 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;
Parameters:
[]
4 0.17 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',''))
Parameters:
[]
5 0.70 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"
]
6 0.41 ms
# seo-url::resolve
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 = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
  "DISPLAY-IQ-Test-Schlangenw-natur-hell-dunkel-H/17810"
]
7 0.49 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.42 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"šñP­¡8M˜Š.‘ZêÐ{Û"
]
9 0.37 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
  "9nKkFeFKqjF3LlKbSTRqMyTfkG7nz3QL"
]
10 0.47 ms
# context-factory::base-context

        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"šñP­¡8M˜Š.‘ZêÐ{Û"
]
11 0.67 ms
# base-context-factory::sales-channel::read
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.analytics`.`id` AS `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` AS `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` AS `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` AS `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` AS `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` AS `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` AS `sales_channel.analytics.updatedAt`, `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`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) AS `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) AS `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) AS `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) AS `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) AS `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) AS `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) AS `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) AS `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) AS `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) AS `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) AS `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name AS `sales_channel.translation.name`, `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`, `sales_channel.translation`.custom_fields AS `sales_channel.translation.customFields`, `sales_channel.translation`.created_at AS `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at AS `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id AS `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id AS `sales_channel.translation.languageId` 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`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`, `sales_channel.currency.translation`.created_at AS `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at AS `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id AS `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id AS `sales_channel.currency.translation.languageId` 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"šñP­¡8M˜Š.‘ZêÐ{Û"
]
12 0.30 ms
# base-context-factory::sales-channel::association::domains::read
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"šñP­¡8M˜Š.‘ZêÐ{Û"
]
13 0.37 ms
# base-context-factory::currency::read
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`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) AS `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) AS `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) AS `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` 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`, `currency.translation`.created_at AS `currency.translation.createdAt`, `currency.translation`.updated_at AS `currency.translation.updatedAt`, `currency.translation`.currency_id AS `currency.translation.currencyId`, `currency.translation`.language_id AS `currency.translation.languageId` 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Í‚ó¬›ÑÀßÊ"
]
14 0.34 ms
# base-context-factory::country::read
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`.`created_at` AS `country.createdAt`, `country`.`updated_at` AS `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) AS `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) AS `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) AS `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name AS `country.translation.name`, `country.translation`.address_format AS `country.translation.addressFormat`, `country.translation`.custom_fields AS `country.translation.customFields`, `country.translation`.created_at AS `country.translation.createdAt`, `country.translation`.updated_at AS `country.translation.updatedAt`, `country.translation`.country_id AS `country.translation.countryId`, `country.translation`.language_id AS `country.translation.languageId` 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"\x07\x0F½\x1CJô‹\x0Fõ¥˜Ðü\x0F"
]
15 0.33 ms
# base-context-factory::customer-group::read
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`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) AS `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) AS `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) AS `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) AS `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) AS `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) AS `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name AS `customer_group.translation.name`, `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`, `customer_group.translation`.custom_fields AS `customer_group.translation.customFields`, `customer_group.translation`.created_at AS `customer_group.translation.createdAt`, `customer_group.translation`.updated_at AS `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id AS `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id AS `customer_group.translation.languageId` 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"ø│░Íh\x7FLÐé8#³(Å╣\x18"
]
16 0.19 ms
# base-context-factory::taxes::read
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`
Parameters:
[]
17 0.48 ms
# base-context-factory::taxes::association::rules::read
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.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`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) AS `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` AS `tax_rule.createdAt`, `tax_rule`.`updated_at` AS `tax_rule.updatedAt` 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`, `tax_rule.type.translation`.created_at AS `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at AS `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id AS `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id AS `tax_rule.type.translation.languageId` 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"\x00;oØó<C;¢k1cT\x08Ý\x0F"
  b"\x01°¾…ô}Mׇ:<\x7FI\#S"
  b"\x05f¨€…ÅB_¯@ó(Ê\tkI"
  b"Jà¤╗f6IöºÆ\x04`[+Ø{"
]
18 0.68 ms
# base-context-factory::payment-method::read
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`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) AS `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) AS `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) AS `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) AS `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) AS `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) AS `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) AS `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` 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`, `payment_method.translation`.created_at AS `payment_method.translation.createdAt`, `payment_method.translation`.updated_at AS `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id AS `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id AS `payment_method.translation.languageId` 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 `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.media.translation`.media_id, `payment_method.media.translation`.title AS `payment_method.media.translation.title`, `payment_method.media.translation`.alt AS `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields AS `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at AS `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at AS `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id AS `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id AS `payment_method.media.translation.languageId` 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"ÂHH“RáI¨µ\v%ØžsoB"
]
19 0.64 ms
# base-context-factory::shipping-method::read
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`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) AS `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) AS `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `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`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) AS `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) AS `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) AS `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) AS `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) AS `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) AS `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) AS `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name AS `shipping_method.translation.name`, `shipping_method.translation`.description AS `shipping_method.translation.description`, `shipping_method.translation`.tracking_url AS `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields AS `shipping_method.translation.customFields`, `shipping_method.translation`.created_at AS `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at AS `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id AS `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id AS `shipping_method.translation.languageId` 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 `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.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`, `shipping_method.deliveryTime.translation`.created_at AS `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at AS `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id AS `shipping_method.deliveryTime.translation.languageId` 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`.title AS `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt AS `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields AS `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at AS `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at AS `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id AS `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id AS `shipping_method.media.translation.languageId` 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"0vƒ£4aLr¢‘\x08zØ4©Q"
]
20 0.18 ms
# base-context-factory::cash-rounding::search-ids
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"\x07\x0F½\x1CJô‹\x0Fõ¥˜Ðü\x0F"
]
21 0.74 ms
# context-factory::customer::read
SELECT `customer`.`id` AS `customer.id`, `customer`.`customer_group_id` AS `customer.groupId`, `customer`.`default_payment_method_id` AS `customer.defaultPaymentMethodId`, `customer`.`sales_channel_id` AS `customer.salesChannelId`, `customer`.`language_id` AS `customer.languageId`, `customer`.`last_payment_method_id` AS `customer.lastPaymentMethodId`, `customer`.`default_billing_address_id` AS `customer.defaultBillingAddressId`, `customer`.`default_shipping_address_id` AS `customer.defaultShippingAddressId`, `customer`.`auto_increment` AS `customer.autoIncrement`, `customer`.`customer_number` AS `customer.customerNumber`, `customer`.`salutation_id` AS `customer.salutationId`, `customer`.`first_name` AS `customer.firstName`, `customer`.`last_name` AS `customer.lastName`, `customer`.`company` AS `customer.company`, `customer`.`password` AS `customer.password`, `customer`.`email` AS `customer.email`, `customer`.`title` AS `customer.title`, `customer`.`vat_ids` AS `customer.vatIds`, `customer`.`affiliate_code` AS `customer.affiliateCode`, `customer`.`campaign_code` AS `customer.campaignCode`, `customer`.`active` AS `customer.active`, `customer`.`double_opt_in_registration` AS `customer.doubleOptInRegistration`, `customer`.`double_opt_in_email_sent_date` AS `customer.doubleOptInEmailSentDate`, `customer`.`double_opt_in_confirm_date` AS `customer.doubleOptInConfirmDate`, `customer`.`hash` AS `customer.hash`, `customer`.`guest` AS `customer.guest`, `customer`.`first_login` AS `customer.firstLogin`, `customer`.`last_login` AS `customer.lastLogin`, `customer`.`newsletter_sales_channel_ids` AS `customer.newsletterSalesChannelIds`, `customer`.`birthday` AS `customer.birthday`, `customer`.`last_order_date` AS `customer.lastOrderDate`, `customer`.`order_count` AS `customer.orderCount`, `customer`.`order_total_amount` AS `customer.orderTotalAmount`, `customer`.`review_count` AS `customer.reviewCount`, `customer`.`custom_fields` AS `customer.customFields`, `customer`.`legacy_password` AS `customer.legacyPassword`, `customer`.`legacy_encoder` AS `customer.legacyEncoder`, `customer`.`remote_address` AS `customer.remoteAddress`, `customer`.`tag_ids` AS `customer.tagIds`, `customer`.`requested_customer_group_id` AS `customer.requestedGroupId`, `customer`.`bound_sales_channel_id` AS `customer.boundSalesChannelId`, `customer`.`account_type` AS `customer.accountType`, `customer`.`created_by_id` AS `customer.createdById`, `customer`.`updated_by_id` AS `customer.updatedById`, `customer`.`created_at` AS `customer.createdAt`, `customer`.`updated_at` AS `customer.updatedAt`, `customer.salutation`.`id` AS `customer.salutation.id`, `customer.salutation`.`salutation_key` AS `customer.salutation.salutationKey`, `customer.salutation`.`created_at` AS `customer.salutation.createdAt`, `customer.salutation`.`updated_at` AS `customer.salutation.updatedAt`, `customer.salutation.translation.displayName`, COALESCE(`customer.salutation.translation.displayName`,`customer.salutation.translation.displayName`) AS `customer.salutation.displayName`, `customer.salutation.translation.letterName`, COALESCE(`customer.salutation.translation.letterName`,`customer.salutation.translation.letterName`) AS `customer.salutation.letterName`, `customer.salutation.translation.customFields`, COALESCE(`customer.salutation.translation.customFields`,`customer.salutation.translation.customFields`) AS `customer.salutation.customFields`, `customer.salutation.translation.createdAt`, `customer.salutation.translation.updatedAt`, `customer.salutation.translation.salutationId`, `customer.salutation.translation.languageId`, `customer.defaultPaymentMethod`.`id` AS `customer.defaultPaymentMethod.id`, `customer.defaultPaymentMethod`.`plugin_id` AS `customer.defaultPaymentMethod.pluginId`, `customer.defaultPaymentMethod`.`handler_identifier` AS `customer.defaultPaymentMethod.handlerIdentifier`, `customer.defaultPaymentMethod`.`position` AS `customer.defaultPaymentMethod.position`, `customer.defaultPaymentMethod`.`active` AS `customer.defaultPaymentMethod.active`, `customer.defaultPaymentMethod`.`after_order_enabled` AS `customer.defaultPaymentMethod.afterOrderEnabled`, `customer.defaultPaymentMethod`.`availability_rule_id` AS `customer.defaultPaymentMethod.availabilityRuleId`, `customer.defaultPaymentMethod`.`media_id` AS `customer.defaultPaymentMethod.mediaId`, `customer.defaultPaymentMethod.appPaymentMethod`.`id` AS `customer.defaultPaymentMethod.appPaymentMethod.id`, `customer.defaultPaymentMethod.appPaymentMethod`.`app_name` AS `customer.defaultPaymentMethod.appPaymentMethod.appName`, `customer.defaultPaymentMethod.appPaymentMethod`.`identifier` AS `customer.defaultPaymentMethod.appPaymentMethod.identifier`, `customer.defaultPaymentMethod.appPaymentMethod`.`pay_url` AS `customer.defaultPaymentMethod.appPaymentMethod.payUrl`, `customer.defaultPaymentMethod.appPaymentMethod`.`finalize_url` AS `customer.defaultPaymentMethod.appPaymentMethod.finalizeUrl`, `customer.defaultPaymentMethod.appPaymentMethod`.`validate_url` AS `customer.defaultPaymentMethod.appPaymentMethod.validateUrl`, `customer.defaultPaymentMethod.appPaymentMethod`.`capture_url` AS `customer.defaultPaymentMethod.appPaymentMethod.captureUrl`, `customer.defaultPaymentMethod.appPaymentMethod`.`refund_url` AS `customer.defaultPaymentMethod.appPaymentMethod.refundUrl`, `customer.defaultPaymentMethod.appPaymentMethod`.`recurring_url` AS `customer.defaultPaymentMethod.appPaymentMethod.recurringUrl`, `customer.defaultPaymentMethod.appPaymentMethod`.`app_id` AS `customer.defaultPaymentMethod.appPaymentMethod.appId`, `customer.defaultPaymentMethod.appPaymentMethod`.`original_media_id` AS `customer.defaultPaymentMethod.appPaymentMethod.originalMediaId`, `customer.defaultPaymentMethod.appPaymentMethod`.`payment_method_id` AS `customer.defaultPaymentMethod.appPaymentMethod.paymentMethodId`, `customer.defaultPaymentMethod.appPaymentMethod`.`created_at` AS `customer.defaultPaymentMethod.appPaymentMethod.createdAt`, `customer.defaultPaymentMethod.appPaymentMethod`.`updated_at` AS `customer.defaultPaymentMethod.appPaymentMethod.updatedAt`, `customer.defaultPaymentMethod`.`technical_name` AS `customer.defaultPaymentMethod.technicalName`, `customer.defaultPaymentMethod`.`created_at` AS `customer.defaultPaymentMethod.createdAt`, `customer.defaultPaymentMethod`.`updated_at` AS `customer.defaultPaymentMethod.updatedAt`, `customer.defaultPaymentMethod.translation.name`, COALESCE(`customer.defaultPaymentMethod.translation.name`,`customer.defaultPaymentMethod.translation.name`) AS `customer.defaultPaymentMethod.name`, `customer.defaultPaymentMethod.translation.distinguishableName`, COALESCE(`customer.defaultPaymentMethod.translation.distinguishableName`,`customer.defaultPaymentMethod.translation.distinguishableName`) AS `customer.defaultPaymentMethod.distinguishableName`, `customer.defaultPaymentMethod.translation.description`, COALESCE(`customer.defaultPaymentMethod.translation.description`,`customer.defaultPaymentMethod.translation.description`) AS `customer.defaultPaymentMethod.description`, `customer.defaultPaymentMethod.translation.customFields`, COALESCE(`customer.defaultPaymentMethod.translation.customFields`,`customer.defaultPaymentMethod.translation.customFields`) AS `customer.defaultPaymentMethod.customFields`, `customer.defaultPaymentMethod.translation.createdAt`, `customer.defaultPaymentMethod.translation.updatedAt`, `customer.defaultPaymentMethod.translation.paymentMethodId`, `customer.defaultPaymentMethod.translation.languageId` FROM `customer` LEFT JOIN `salutation` `customer.salutation` ON `customer`.`salutation_id` = `customer.salutation`.`id` LEFT JOIN `payment_method` `customer.defaultPaymentMethod` ON `customer`.`default_payment_method_id` = `customer.defaultPaymentMethod`.`id` LEFT JOIN (SELECT `customer.salutation.translation`.salutation_id, `customer.salutation.translation`.display_name AS `customer.salutation.translation.displayName`, `customer.salutation.translation`.letter_name AS `customer.salutation.translation.letterName`, `customer.salutation.translation`.custom_fields AS `customer.salutation.translation.customFields`, `customer.salutation.translation`.created_at AS `customer.salutation.translation.createdAt`, `customer.salutation.translation`.updated_at AS `customer.salutation.translation.updatedAt`, `customer.salutation.translation`.salutation_id AS `customer.salutation.translation.salutationId`, `customer.salutation.translation`.language_id AS `customer.salutation.translation.languageId` FROM `salutation_translation` `customer.salutation.translation` WHERE `customer.salutation.translation`.language_id = ?) `customer.salutation.salutation_translation` ON `customer.salutation.salutation_translation`.`salutation_id` = `customer.salutation`.`id` LEFT JOIN (SELECT `customer.defaultPaymentMethod.translation`.payment_method_id, `customer.defaultPaymentMethod.translation`.name AS `customer.defaultPaymentMethod.translation.name`, `customer.defaultPaymentMethod.translation`.distinguishable_name AS `customer.defaultPaymentMethod.translation.distinguishableName`, `customer.defaultPaymentMethod.translation`.description AS `customer.defaultPaymentMethod.translation.description`, `customer.defaultPaymentMethod.translation`.custom_fields AS `customer.defaultPaymentMethod.translation.customFields`, `customer.defaultPaymentMethod.translation`.created_at AS `customer.defaultPaymentMethod.translation.createdAt`, `customer.defaultPaymentMethod.translation`.updated_at AS `customer.defaultPaymentMethod.translation.updatedAt`, `customer.defaultPaymentMethod.translation`.payment_method_id AS `customer.defaultPaymentMethod.translation.paymentMethodId`, `customer.defaultPaymentMethod.translation`.language_id AS `customer.defaultPaymentMethod.translation.languageId` FROM `payment_method_translation` `customer.defaultPaymentMethod.translation` WHERE `customer.defaultPaymentMethod.translation`.language_id = ?) `customer.defaultPaymentMethod.payment_method_translation` ON `customer.defaultPaymentMethod.payment_method_translation`.`payment_method_id` = `customer.defaultPaymentMethod`.`id` LEFT JOIN `app_payment_method` `customer.defaultPaymentMethod.appPaymentMethod` ON `customer.defaultPaymentMethod`.`id` = `customer.defaultPaymentMethod.appPaymentMethod`.`payment_method_id` WHERE (((`customer`.`bound_sales_channel_id` <=> ? OR `customer`.`bound_sales_channel_id` = ?))) AND (`customer`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  null
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
  b"""
    \x01‹²7\n
    ™r¥›~ŸŽDjÒ’
    """
]
22 0.76 ms
# context-factory::addresses::read
SELECT `customer_address`.`id` AS `customer_address.id`, `customer_address`.`customer_id` AS `customer_address.customerId`, `customer_address`.`country_id` AS `customer_address.countryId`, `customer_address`.`country_state_id` AS `customer_address.countryStateId`, `customer_address`.`salutation_id` AS `customer_address.salutationId`, `customer_address`.`first_name` AS `customer_address.firstName`, `customer_address`.`last_name` AS `customer_address.lastName`, `customer_address`.`zipcode` AS `customer_address.zipcode`, `customer_address`.`city` AS `customer_address.city`, `customer_address`.`company` AS `customer_address.company`, `customer_address`.`street` AS `customer_address.street`, `customer_address`.`department` AS `customer_address.department`, `customer_address`.`title` AS `customer_address.title`, `customer_address`.`phone_number` AS `customer_address.phoneNumber`, `customer_address`.`additional_address_line1` AS `customer_address.additionalAddressLine1`, `customer_address`.`additional_address_line2` AS `customer_address.additionalAddressLine2`, `customer_address`.`custom_fields` AS `customer_address.customFields`, `customer_address`.`created_at` AS `customer_address.createdAt`, `customer_address`.`updated_at` AS `customer_address.updatedAt`, `customer_address.salutation`.`id` AS `customer_address.salutation.id`, `customer_address.salutation`.`salutation_key` AS `customer_address.salutation.salutationKey`, `customer_address.salutation`.`created_at` AS `customer_address.salutation.createdAt`, `customer_address.salutation`.`updated_at` AS `customer_address.salutation.updatedAt`, `customer_address.salutation.translation.displayName`, COALESCE(`customer_address.salutation.translation.displayName`,`customer_address.salutation.translation.displayName`) AS `customer_address.salutation.displayName`, `customer_address.salutation.translation.letterName`, COALESCE(`customer_address.salutation.translation.letterName`,`customer_address.salutation.translation.letterName`) AS `customer_address.salutation.letterName`, `customer_address.salutation.translation.customFields`, COALESCE(`customer_address.salutation.translation.customFields`,`customer_address.salutation.translation.customFields`) AS `customer_address.salutation.customFields`, `customer_address.salutation.translation.createdAt`, `customer_address.salutation.translation.updatedAt`, `customer_address.salutation.translation.salutationId`, `customer_address.salutation.translation.languageId`, `customer_address.country`.`id` AS `customer_address.country.id`, `customer_address.country`.`iso` AS `customer_address.country.iso`, `customer_address.country`.`position` AS `customer_address.country.position`, `customer_address.country`.`active` AS `customer_address.country.active`, `customer_address.country`.`shipping_available` AS `customer_address.country.shippingAvailable`, `customer_address.country`.`iso3` AS `customer_address.country.iso3`, `customer_address.country`.`display_state_in_registration` AS `customer_address.country.displayStateInRegistration`, `customer_address.country`.`force_state_in_registration` AS `customer_address.country.forceStateInRegistration`, `customer_address.country`.`check_vat_id_pattern` AS `customer_address.country.checkVatIdPattern`, `customer_address.country`.`vat_id_required` AS `customer_address.country.vatIdRequired`, `customer_address.country`.`vat_id_pattern` AS `customer_address.country.vatIdPattern`, `customer_address.country`.`customer_tax` AS `customer_address.country.customerTax`, `customer_address.country`.`company_tax` AS `customer_address.country.companyTax`, `customer_address.country`.`postal_code_required` AS `customer_address.country.postalCodeRequired`, `customer_address.country`.`check_postal_code_pattern` AS `customer_address.country.checkPostalCodePattern`, `customer_address.country`.`check_advanced_postal_code_pattern` AS `customer_address.country.checkAdvancedPostalCodePattern`, `customer_address.country`.`advanced_postal_code_pattern` AS `customer_address.country.advancedPostalCodePattern`, `customer_address.country`.`default_postal_code_pattern` AS `customer_address.country.defaultPostalCodePattern`, `customer_address.country`.`created_at` AS `customer_address.country.createdAt`, `customer_address.country`.`updated_at` AS `customer_address.country.updatedAt`, `customer_address.country.translation.name`, COALESCE(`customer_address.country.translation.name`,`customer_address.country.translation.name`) AS `customer_address.country.name`, `customer_address.country.translation.addressFormat`, COALESCE(`customer_address.country.translation.addressFormat`,`customer_address.country.translation.addressFormat`) AS `customer_address.country.addressFormat`, `customer_address.country.translation.customFields`, COALESCE(`customer_address.country.translation.customFields`,`customer_address.country.translation.customFields`) AS `customer_address.country.customFields`, `customer_address.country.translation.createdAt`, `customer_address.country.translation.updatedAt`, `customer_address.country.translation.countryId`, `customer_address.country.translation.languageId`, `customer_address.countryState`.`id` AS `customer_address.countryState.id`, `customer_address.countryState`.`country_id` AS `customer_address.countryState.countryId`, `customer_address.countryState`.`short_code` AS `customer_address.countryState.shortCode`, `customer_address.countryState`.`position` AS `customer_address.countryState.position`, `customer_address.countryState`.`active` AS `customer_address.countryState.active`, `customer_address.countryState`.`created_at` AS `customer_address.countryState.createdAt`, `customer_address.countryState`.`updated_at` AS `customer_address.countryState.updatedAt`, `customer_address.countryState.translation.name`, COALESCE(`customer_address.countryState.translation.name`,`customer_address.countryState.translation.name`) AS `customer_address.countryState.name`, `customer_address.countryState.translation.customFields`, COALESCE(`customer_address.countryState.translation.customFields`,`customer_address.countryState.translation.customFields`) AS `customer_address.countryState.customFields`, `customer_address.countryState.translation.createdAt`, `customer_address.countryState.translation.updatedAt`, `customer_address.countryState.translation.countryStateId`, `customer_address.countryState.translation.languageId` FROM `customer_address` LEFT JOIN `salutation` `customer_address.salutation` ON `customer_address`.`salutation_id` = `customer_address.salutation`.`id` LEFT JOIN `country` `customer_address.country` ON `customer_address`.`country_id` = `customer_address.country`.`id` LEFT JOIN `country_state` `customer_address.countryState` ON `customer_address`.`country_state_id` = `customer_address.countryState`.`id` LEFT JOIN (SELECT `customer_address.salutation.translation`.salutation_id, `customer_address.salutation.translation`.display_name AS `customer_address.salutation.translation.displayName`, `customer_address.salutation.translation`.letter_name AS `customer_address.salutation.translation.letterName`, `customer_address.salutation.translation`.custom_fields AS `customer_address.salutation.translation.customFields`, `customer_address.salutation.translation`.created_at AS `customer_address.salutation.translation.createdAt`, `customer_address.salutation.translation`.updated_at AS `customer_address.salutation.translation.updatedAt`, `customer_address.salutation.translation`.salutation_id AS `customer_address.salutation.translation.salutationId`, `customer_address.salutation.translation`.language_id AS `customer_address.salutation.translation.languageId` FROM `salutation_translation` `customer_address.salutation.translation` WHERE `customer_address.salutation.translation`.language_id = ?) `customer_address.salutation.salutation_translation` ON `customer_address.salutation.salutation_translation`.`salutation_id` = `customer_address.salutation`.`id` LEFT JOIN (SELECT `customer_address.country.translation`.country_id, `customer_address.country.translation`.name AS `customer_address.country.translation.name`, `customer_address.country.translation`.address_format AS `customer_address.country.translation.addressFormat`, `customer_address.country.translation`.custom_fields AS `customer_address.country.translation.customFields`, `customer_address.country.translation`.created_at AS `customer_address.country.translation.createdAt`, `customer_address.country.translation`.updated_at AS `customer_address.country.translation.updatedAt`, `customer_address.country.translation`.country_id AS `customer_address.country.translation.countryId`, `customer_address.country.translation`.language_id AS `customer_address.country.translation.languageId` FROM `country_translation` `customer_address.country.translation` WHERE `customer_address.country.translation`.language_id = ?) `customer_address.country.country_translation` ON `customer_address.country.country_translation`.`country_id` = `customer_address.country`.`id` LEFT JOIN (SELECT `customer_address.countryState.translation`.country_state_id, `customer_address.countryState.translation`.name AS `customer_address.countryState.translation.name`, `customer_address.countryState.translation`.custom_fields AS `customer_address.countryState.translation.customFields`, `customer_address.countryState.translation`.created_at AS `customer_address.countryState.translation.createdAt`, `customer_address.countryState.translation`.updated_at AS `customer_address.countryState.translation.updatedAt`, `customer_address.countryState.translation`.country_state_id AS `customer_address.countryState.translation.countryStateId`, `customer_address.countryState.translation`.language_id AS `customer_address.countryState.translation.languageId` FROM `country_state_translation` `customer_address.countryState.translation` WHERE `customer_address.countryState.translation`.language_id = ?) `customer_address.countryState.country_state_translation` ON `customer_address.countryState.country_state_translation`.`country_state_id` = `customer_address.countryState`.`id` WHERE `customer_address`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹²Û 6rm¦Æ˜¤Çç1Â"
  b"\x01ï▓█ 6rmªãÿñ╚Aü\x08"
]
23 0.36 ms
# context-factory::customer-group::read
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`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) AS `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) AS `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) AS `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) AS `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) AS `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) AS `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name AS `customer_group.translation.name`, `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`, `customer_group.translation`.custom_fields AS `customer_group.translation.customFields`, `customer_group.translation`.created_at AS `customer_group.translation.createdAt`, `customer_group.translation`.updated_at AS `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id AS `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id AS `customer_group.translation.languageId` 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"ø│░Íh\x7FLÐé8#³(Å╣\x18"
]
24 0.83 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
25 0.49 ms
#cart-persister::load
                SELECT `cart`.`cart` AS payload, `cart`.`rule_ids`, 0 AS `compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "9nKkFeFKqjF3LlKbSTRqMyTfkG7nz3QL"
]
26 0.19 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[]
27 0.21 ms
# cart-rule-loader::load-rules::read
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"\x1FJ\x01lO/J·­ñߣ &ð\x03"
  b"E\x7F»qÍTE/É├Ð\x18{}\x0F"
  b"Ü║öÝ¿WCþ┐Å─g\x145\x0E¬"
  b"®¿ãÿš¤ME­íí¨j_ôî"
  b"\x01Å¥_HÆx5å├\x03Sª6╣╩"
  b"f‹M…;+NJ©)ŠÌ•¹Œæ"
  b"\x01ŠÖ=bìrY­ËàŸAF_]"
  b"\x01ŠÖ?¶ŠsË¡·\x17ŽÅh Ê"
  b"\x01‹ðˆ\vgzZ¦}=>bƒþ|"
  b"gcnó?vGJ¯¨ª‚bJô^"
  b"v`=\x143─Kù▓¸ìh6&\x13d"
]
28 0.76 ms
SELECT LOWER(HEX(id)) AS id, updated_at FROM product WHERE id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND version_id = ?
Parameters:
[
  b"%ãy¬”ÌL\e¹ñ^HÓsž\x1C"
  b"\x01É\vg©Ør.Ñ;╚\x1A\x142\f!"
  b"\x01ècÌêÀrÉü>²Â§\x0Eé\f"
  b"\x01ŠcܵOpv¼\x07DÏE`ˆþ"
  b"v\x11#“b1L'»ü¾b\x13Þ\x00Œ"
  b"°‚aÅ“ÓG\x1A—ü¸ÎEý—É"
  b"¾¼×t\x101K+Ñö/╩ì'÷¢"
  b"”žéøUN[¿6XŸ~\x7F\x1Dk"
  b"\x01Šc¥B¸s\x7FŒ_!µ¬\x7FÉ("
  b"\x12¾ÂÒ\x1DÃE¾Ø&:«¶Ê¡Ó"
  b"\fF™ö‚ØNB¦žÑü\x06®‡È"
  b"iªŸ¨ÿ”D·ªkr³Àâ'3"
  b"\x01É*\x0E¿\x08q'äÏj\x07Ö┤¥Û"
  b"\x01Šc¤bpsÄ¿Â~õI\x13},"
  b"\x01Œb§)úr'¤îà×û@áE"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
29 0.60 ms
# cart::products::search-ids
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"šñP­¡8M˜Š.‘ZêÐ{Û"
  true
  b"%ãy¬”ÌL\e¹ñ^HÓsž\x1C"
  b"\x01É\vg©Ør.Ñ;╚\x1A\x142\f!"
  b"\x01ècÌêÀrÉü>²Â§\x0Eé\f"
  b"\x01ŠcܵOpv¼\x07DÏE`ˆþ"
  b"v\x11#“b1L'»ü¾b\x13Þ\x00Œ"
  b"°‚aÅ“ÓG\x1A—ü¸ÎEý—É"
  b"¾¼×t\x101K+Ñö/╩ì'÷¢"
  b"”žéøUN[¿6XŸ~\x7F\x1Dk"
  b"\x01Šc¥B¸s\x7FŒ_!µ¬\x7FÉ("
  b"\x12¾ÂÒ\x1DÃE¾Ø&:«¶Ê¡Ó"
  b"\fF™ö‚ØNB¦žÑü\x06®‡È"
  b"iªŸ¨ÿ”D·ªkr³Àâ'3"
  b"\x01É*\x0E¿\x08q'äÏj\x07Ö┤¥Û"
  b"\x01Šc¤bpsÄ¿Â~õI\x13},"
  b"\x01Œb§)úr'¤îà×û@áE"
]
30 2.34 ms
# cart::products::read
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`.`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`.`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`.`available_stock` AS `product.availableStock`, `product`.`stock` AS `product.stock`, `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`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) AS `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) AS `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) AS `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `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`, COALESCE(`product.featureSet.translation.name`,`product.featureSet.translation.name`) AS `product.featureSet.name`, `product.featureSet.translation.description`, COALESCE(`product.featureSet.translation.description`,`product.featureSet.translation.description`) AS `product.featureSet.description`, `product.featureSet.translation.createdAt`, `product.featureSet.translation.updatedAt`, `product.featureSet.translation.productFeatureSetId`, `product.featureSet.translation.languageId`, (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`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) AS `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) AS `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) AS `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `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`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) AS `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) AS `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) AS `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) AS `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) AS `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) AS `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) AS `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) AS `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) AS `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) AS `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) AS `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) AS `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` 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 (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_search_keywords AS `product.translation.customSearchKeywords`, `product.translation`.slot_config AS `product.translation.slotConfig`, `product.translation`.custom_fields AS `product.translation.customFields`, `product.translation`.created_at AS `product.translation.createdAt`, `product.translation`.updated_at AS `product.translation.updatedAt`, `product.translation`.product_id AS `product.translation.productId`, `product.translation`.language_id AS `product.translation.languageId`, `product.translation`.product_version_id AS `product.translation.productVersionId` 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_search_keywords AS `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config AS `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields AS `product.parent.translation.customFields`, `product.parent.translation`.created_at AS `product.parent.translation.createdAt`, `product.parent.translation`.updated_at AS `product.parent.translation.updatedAt`, `product.parent.translation`.product_id AS `product.parent.translation.productId`, `product.parent.translation`.language_id AS `product.parent.translation.languageId`, `product.parent.translation`.product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_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 `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`.title AS `product.cover.media.translation.title`, `product.cover.media.translation`.alt AS `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields AS `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at AS `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at AS `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id AS `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id AS `product.cover.media.translation.languageId` 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`, `product.featureSet.translation`.created_at AS `product.featureSet.translation.createdAt`, `product.featureSet.translation`.updated_at AS `product.featureSet.translation.updatedAt`, `product.featureSet.translation`.product_feature_set_id AS `product.featureSet.translation.productFeatureSetId`, `product.featureSet.translation`.language_id AS `product.featureSet.translation.languageId` 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`, `product.unit.translation`.created_at AS `product.unit.translation.createdAt`, `product.unit.translation`.updated_at AS `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id AS `product.unit.translation.unitId`, `product.unit.translation`.language_id AS `product.unit.translation.languageId` 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`, `product.deliveryTime.translation`.created_at AS `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at AS `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id AS `product.deliveryTime.translation.languageId` 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"%ãy¬”ÌL\e¹ñ^HÓsž\x1C"
  b"\x01É\vg©Ør.Ñ;╚\x1A\x142\f!"
  b"\x01ècÌêÀrÉü>²Â§\x0Eé\f"
  b"\x01ŠcܵOpv¼\x07DÏE`ˆþ"
  b"v\x11#“b1L'»ü¾b\x13Þ\x00Œ"
  b"°‚aÅ“ÓG\x1A—ü¸ÎEý—É"
  b"¾¼×t\x101K+Ñö/╩ì'÷¢"
  b"”žéøUN[¿6XŸ~\x7F\x1Dk"
  b"\x01Šc¥B¸s\x7FŒ_!µ¬\x7FÉ("
  b"\x12¾ÂÒ\x1DÃE¾Ø&:«¶Ê¡Ó"
  b"\fF™ö‚ØNB¦žÑü\x06®‡È"
  b"iªŸ¨ÿ”D·ªkr³Àâ'3"
  b"\x01É*\x0E¿\x08q'äÏj\x07Ö┤¥Û"
  b"\x01Šc¤bpsÄ¿Â~õI\x13},"
  b"\x01Œb§)úr'¤îà×û@áE"
]
31 0.61 ms
# cart::products::association::prices::read
SELECT `product_price`.`id` AS `product_price.id`, `product_price`.`version_id` AS `product_price.versionId`, `product_price`.`product_id` AS `product_price.productId`, `product_price`.`product_version_id` AS `product_price.productVersionId`, `product_price`.`rule_id` AS `product_price.ruleId`, `product_price`.`price` AS `product_price.price`, `product_price`.`quantity_start` AS `product_price.quantityStart`, `product_price`.`quantity_end` AS `product_price.quantityEnd`, `product_price`.`custom_fields` AS `product_price.customFields`, `product_price`.`created_at` AS `product_price.createdAt`, `product_price`.`updated_at` AS `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šc¤bpsÄ¿Â~õI\x13},"
  b"\x01Šc¥B¸s\x7FŒ_!µ¬\x7FÉ("
  b"\x01ŠcܵOpv¼\x07DÏE`ˆþ"
  b"\x01ècÌêÀrÉü>²Â§\x0Eé\f"
  b"\x01Œb§)úr'¤îà×û@áE"
  b"\x01É\vg©Ør.Ñ;╚\x1A\x142\f!"
  b"\x01É*\x0E¿\x08q'äÏj\x07Ö┤¥Û"
  b"\fF™ö‚ØNB¦žÑü\x06®‡È"
  b"\x12¾ÂÒ\x1DÃE¾Ø&:«¶Ê¡Ó"
  b"%ãy¬”ÌL\e¹ñ^HÓsž\x1C"
  b"iªŸ¨ÿ”D·ªkr³Àâ'3"
  b"v\x11#“b1L'»ü¾b\x13Þ\x00Œ"
  b"°‚aÅ“ÓG\x1A—ü¸ÎEý—É"
  b"”žéøUN[¿6XŸ~\x7F\x1Dk"
  b"¾¼×t\x101K+Ñö/╩ì'÷¢"
]
32 0.56 ms
# product-price-calculator::units::read
SELECT `unit`.`id` AS `unit.id`, `unit`.`created_at` AS `unit.createdAt`, `unit`.`updated_at` AS `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) AS `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) AS `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) AS `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` 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`, `unit.translation`.created_at AS `unit.translation.createdAt`, `unit.translation`.updated_at AS `unit.translation.updatedAt`, `unit.translation`.unit_id AS `unit.translation.unitId`, `unit.translation`.language_id AS `unit.translation.languageId` 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"
]
33 0.64 ms
# app-scripts::refresh::read
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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
34 0.45 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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘»c¹ZsדØOV™64u"
]
35 0.18 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‘»c¹ZsדØOV™64u"
]
36 0.35 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`
Parameters:
[]
37 0.19 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`
Parameters:
[]
38 0.38 ms
# app-scripts::refresh::read
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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
39 0.34 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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘»c¹ZsדØOV™64u"
]
40 0.17 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‘»c¹ZsדØOV™64u"
]
41 0.33 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`
Parameters:
[]
42 0.23 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`
Parameters:
[]
43 0.57 ms
# cart::promotion::search-ids
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"šñP­¡8M˜Š.‘ZêÐ{Û"
  null
  null
  null
  "2024-11-21 12:36:55"
  "2024-11-21 12:36:55"
  null
  "2024-11-21 12:36:55"
  "2024-11-21 12:36:55"
  false
]
44 0.73 ms
# cart::shipping-methods::read
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`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) AS `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) AS `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `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`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) AS `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) AS `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) AS `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) AS `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name AS `shipping_method.translation.name`, `shipping_method.translation`.description AS `shipping_method.translation.description`, `shipping_method.translation`.tracking_url AS `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields AS `shipping_method.translation.customFields`, `shipping_method.translation`.created_at AS `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at AS `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id AS `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id AS `shipping_method.translation.languageId` 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 `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.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`, `shipping_method.deliveryTime.translation`.created_at AS `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at AS `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id AS `shipping_method.deliveryTime.translation.languageId` 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"0vƒ£4aLr¢‘\x08zØ4©Q"
  b"0vƒ£4aLr¢‘\x08zØ4©Q"
]
45 0.24 ms
# cart::shipping-methods::association::prices::read
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"0vƒ£4aLr¢‘\x08zØ4©Q"
]
46 0.89 ms
# app-scripts::refresh::read
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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
47 1.04 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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘»c¹ZsדØOV™64u"
]
48 0.37 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‘»c¹ZsדØOV™64u"
]
49 0.43 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`
Parameters:
[]
50 0.21 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`
Parameters:
[]
51 0.30 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE ((`country.salesChannels`.`id` = ?)) AND (`country`.`id` IN (?)) GROUP BY `country`.`id`
Parameters:
[
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
  b"\x07\x0F½\x1CJô‹\x0Fõ¥˜Ðü\x0F"
]
52 0.55 ms
# app-scripts::refresh::read
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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
53 0.44 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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘»c¹ZsדØOV™64u"
]
54 0.21 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‘»c¹ZsדØOV™64u"
]
55 0.39 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`
Parameters:
[]
56 0.24 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`
Parameters:
[]
57 0.75 ms
# app-scripts::refresh::read
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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
58 0.44 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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘»c¹ZsדØOV™64u"
]
59 0.18 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‘»c¹ZsדØOV™64u"
]
60 0.34 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`
Parameters:
[]
61 0.18 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`
Parameters:
[]
62 0.80 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
63 0.15 ms
SELECT `name` FROM `custom_field` WHERE `allow_cart_expose` = 1;
Parameters:
[]
64 12.75 ms
INSERT INTO `cart` (`token`, `currency_id`, `shipping_method_id`, `payment_method_id`, `country_id`, `sales_channel_id`, `customer_id`, `price`, `line_item_count`, `cart`, `rule_ids`, `created_at`)
    VALUES (:token, :currency_id, :shipping_method_id, :payment_method_id, :country_id, :sales_channel_id, :customer_id, :price, :line_item_count, :payload, :rule_ids, :now)
    ON DUPLICATE KEY UPDATE `currency_id` = :currency_id, `shipping_method_id` = :shipping_method_id, `payment_method_id` = :payment_method_id, `country_id` = :country_id, `sales_channel_id` = :sales_channel_id, `customer_id` = :customer_id,`price` = :price, `line_item_count` = :line_item_count, `cart` = :payload, `rule_ids` = :rule_ids, `updated_at` = :now;
Parameters:
[
  "token" => "9nKkFeFKqjF3LlKbSTRqMyTfkG7nz3QL"
  "currency_id" => b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  "shipping_method_id" => b"0vƒ£4aLr¢‘\x08zØ4©Q"
  "payment_method_id" => b"ÂHH“RáI¨µ\v%ØžsoB"
  "country_id" => b"\x07\x0F½\x1CJô‹\x0Fõ¥˜Ðü\x0F"
  "sales_channel_id" => b"šñP­¡8M˜Š.‘ZêÐ{Û"
  "customer_id" => b"""
    \x01‹²7\n
    ™r¥›~ŸŽDjÒ’
    """
  "price" => 385.57
  "line_item_count" => 15
  "payload" => "O:32:"Shopware\Core\Checkout\Cart\Cart":16:{s:13:"\x00*\x00extensions";a:1:{s:15:"cart-promotions";O:61:"Shopware\Core\Checkout\Promotion\Cart\Extension\CartExtension":3:{s:13:"\x00*\x00extensions";a:0:{}s:13:"\x00*\x00addedCodes";a:0:{}s:22:"\x00*\x00blockedPromotionIds";a:0:{}}}s:8:"\x00*\x00price";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\CartPrice":8:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00netPrice";d:385.57;s:13:"\x00*\x00totalPrice";d:385.57;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:385.57;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:16:"\x00*\x00positionPrice";d:385.57;s:12:"\x00*\x00taxStatus";s:3:"net";s:11:"\x00*\x00rawTotal";d:385.57;}s:12:"\x00*\x00lineItems";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:15:{s:32:"25e379ac94cc4c1bb9f15e48d3739e1c";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:33:14.187";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"17646";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"0191c12a89217aea8359c8c5ae55dd39";}s:11:"categoryIds";a:4:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"32d20b32669f47da97855d57586c6f10";i:3;s:32:"dd548063992841b598fb101662c335a7";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:1:{i:0;s:32:"0191c11e33267cf48a148e67a2cf616f";}s:8:"parentId";N;s:5:"stock";i:99998;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:23:"Spiel, 4 winner, Bambus";s:11:"\x00*\x00quantity";i:2;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:4.59;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;r:22;}}s:11:"\x00*\x00quantity";i:2;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:4.59;s:11:"\x00*\x00quantity";i:2;s:13:"\x00*\x00totalPrice";d:9.18;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:9.18;}}}s:11:"\x00*\x00taxRules";r:65;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"1bc0d14f476a4cd0b411607f36e25ae4";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:22:"Bamboo Game - 4 winner";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:33:14.186000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:33:14.205000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:2:{i:0;s:12:"mediaTypeRaw";i:1;s:12:"thumbnailsRo";}}s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:9:"image/png";s:16:"\x00*\x00fileExtension";s:3:"png";s:11:"\x00*\x00fileSize";i:181151;s:8:"\x00*\x00title";s:22:"Bamboo Game - 4 winner";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"8763856a97b5449b4666720ec8dcfc9c";s:4:"type";i:3;s:5:"width";i:445;s:6:"height";i:500;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:33:14.204000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:74:"https://www.fridolin-gmbh.de/media/a7/36/27/1689139994/522704275436_ml.png";s:11:"\x00*\x00fileName";s:15:"522704275436_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"96b22e1fa5cc44388cecd2fdcf3915a7";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"96b22e1fa5cc44388cecd2fdcf3915a7";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:33:24.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:59:"thumbnail/a7/36/27/1689139994/522704275436_ml_1920x1920.png";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:88:"https://www.fridolin-gmbh.de/thumbnail/a7/36/27/1689139994/522704275436_ml_1920x1920.png";s:10:"\x00*\x00mediaId";s:32:"1bc0d14f476a4cd0b411607f36e25ae4";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"96b22e1fa5cc44388cecd2fdcf3915a7";}s:32:"e44a85e5cac0407c9780020847f95592";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"e44a85e5cac0407c9780020847f95592";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:33:24.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:170;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:57:"thumbnail/a7/36/27/1689139994/522704275436_ml_800x800.png";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/a7/36/27/1689139994/522704275436_ml_800x800.png";s:10:"\x00*\x00mediaId";s:32:"1bc0d14f476a4cd0b411607f36e25ae4";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"e44a85e5cac0407c9780020847f95592";}s:32:"fe89004e104645fd8668ff83d6e2a030";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"fe89004e104645fd8668ff83d6e2a030";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:33:24.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:170;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:57:"thumbnail/a7/36/27/1689139994/522704275436_ml_400x400.png";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/a7/36/27/1689139994/522704275436_ml_400x400.png";s:10:"\x00*\x00mediaId";s:32:"1bc0d14f476a4cd0b411607f36e25ae4";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"fe89004e104645fd8668ff83d6e2a030";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:45:"media/a7/36/27/1689139994/522704275436_ml.png";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"1bc0d14f476a4cd0b411607f36e25ae4";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:99998;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:2;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:2;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824571";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01929427694a73a383dbc854a62812dc";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"25e379ac94cc4c1bb9f15e48d3739e1c";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"25e379ac94cc4c1bb9f15e48d3739e1c";}s:32:"01900b67b89d722ea53bc81a14320c21";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-06-12 07:44:25.284";s:11:"releaseDate";s:23:"2024-07-01 00:00:00.000";s:5:"isNew";b:1;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:5:"12932";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";N;s:11:"categoryIds";a:9:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f7efb4de757c8992d4168da76389";i:3;s:32:"0189f7efdc1574c0ad0472e299197fba";i:4;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:5;s:32:"f052a1d956584a08b5ef3037c91225d0";i:6;s:32:"0189f7f2626872a4bde9b4e3e03da4ef";i:7;s:32:"0189f7f5fcda7c058b6b7f3a694af2ad";i:8;s:32:"26316aa952a94674a08a9f2b13511b01";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:5:{i:0;s:32:"0189d4ba52b77d9dafe5696b8d575354";i:1;s:32:"0189d4c139bb7efb819927de4c844ea2";i:2;s:32:"018ab6f8909e74948df8adb70b757dda";i:3;s:32:"018ab70005bc7d8a9c78771ac883b956";i:4;s:32:"018f38603e2a7a419882a63c402f9695";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:49:"Geschirrtuch, Monet, Teich mit Brücke, Baumwolle";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:4.95;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:4.95;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:19.8;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:19.8;}}}s:11:"\x00*\x00taxRules";r:336;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01900b70bd637a789136e02e845882bb";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:16.406000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:16.730000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:401128;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"8d83e520271dc9b772a87b39392ae367";s:4:"type";i:2;s:5:"width";i:379;s:6:"height";i:785;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:16.726000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:66:"https://www.fridolin-gmbh.de/media/89/2f/60/1718178856/12932-f.jpg";s:11:"\x00*\x00fileName";s:7:"12932-f";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"01900b70c2f472a3af265b0fc201e080";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01900b70c2f472a3af265b0fc201e080";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:17.717000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:49:"thumbnail/89/2f/60/1718178856/12932-f_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/89/2f/60/1718178856/12932-f_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"01900b70bd637a789136e02e845882bb";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01900b70c2f472a3af265b0fc201e080";}s:32:"01900b70c2f472a3af265b0fc2b3fde6";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01900b70c2f472a3af265b0fc2b3fde6";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:17.718000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:440;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:51:"thumbnail/89/2f/60/1718178856/12932-f_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:80:"https://www.fridolin-gmbh.de/thumbnail/89/2f/60/1718178856/12932-f_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"01900b70bd637a789136e02e845882bb";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01900b70c2f472a3af265b0fc2b3fde6";}s:32:"01900b70c2f472a3af265b0fc33781b0";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01900b70c2f472a3af265b0fc33781b0";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:17.718000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:440;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:49:"thumbnail/89/2f/60/1718178856/12932-f_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/89/2f/60/1718178856/12932-f_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"01900b70bd637a789136e02e845882bb";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01900b70c2f472a3af265b0fc33781b0";}s:32:"01900b70c2f472a3af265b0fc3c7b3fe";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01900b70c2f472a3af265b0fc3c7b3fe";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:17.718000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:440;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:49:"thumbnail/89/2f/60/1718178856/12932-f_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/89/2f/60/1718178856/12932-f_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"01900b70bd637a789136e02e845882bb";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01900b70c2f472a3af265b0fc3c7b3fe";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:37:"media/89/2f/60/1718178856/12932-f.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01900b70bd637a789136e02e845882bb";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824578";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"0192942c257571d9b78b3adb7790879e";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"01900b67b89d722ea53bc81a14320c21";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"01900b67b89d722ea53bc81a14320c21";}s:32:"018a63de88b77290813efdb6f50e820c";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-09-05 05:44:03.002";s:11:"releaseDate";s:23:"2023-04-01 00:00:00.000";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:5:"40558";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";N;s:11:"categoryIds";a:9:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f7efb4de757c8992d4168da76389";i:3;s:32:"0189f7efdc1574c0ad0472e299197fba";i:4;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:5;s:32:"2ae136397708464c843926544b86cddc";i:6;s:32:"0189f7f2626872a4bde9b4e3e03da4ef";i:7;s:32:"0189f7f5fcda7c058b6b7f3a694af2ad";i:8;s:32:"43ab8d49b1ca4edfafcd5eea740f66fa";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"0189d4ba52b77d9dafe5696b8d575354";i:1;s:32:"0189d4c139bb7efb819927de4c844ea2";i:2;s:32:"018ab6ed1b42732c95316a1833c68a61";i:3;s:32:"0191c113bfd973f6b7e38c790a2a5fb0";}s:8:"parentId";N;s:5:"stock";i:99996;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:24:"Eco Bag, Monet, Seerosen";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:5.45;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:5.45;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:21.8;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:21.8;}}}s:11:"\x00*\x00taxRules";r:629;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018f0a31946f7bd4b9fc91977307415d";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:52.640000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:54.267000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:2059273;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"27490b9e86d124ae48de87df43de6040";s:4:"type";i:2;s:5:"width";i:1359;s:6:"height";i:1672;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:54.264000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:64:"https://www.fridolin-gmbh.de/media/54/59/c8/1713862974/40558.jpg";s:11:"\x00*\x00fileName";s:5:"40558";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"018f0a319b9e73a4b20de8c028f4d78e";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018f0a319b9e73a4b20de8c028f4d78e";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:54.367000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:47:"thumbnail/54/59/c8/1713862974/40558_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/54/59/c8/1713862974/40558_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"018f0a31946f7bd4b9fc91977307415d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018f0a319b9e73a4b20de8c028f4d78e";}s:32:"018f0a319b9e73a4b20de8c02929f114";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018f0a319b9e73a4b20de8c02929f114";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:54.367000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:733;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:49:"thumbnail/54/59/c8/1713862974/40558_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/54/59/c8/1713862974/40558_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"018f0a31946f7bd4b9fc91977307415d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018f0a319b9e73a4b20de8c02929f114";}s:32:"018f0a319b9e73a4b20de8c02a025d22";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018f0a319b9e73a4b20de8c02a025d22";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:54.368000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:733;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:47:"thumbnail/54/59/c8/1713862974/40558_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/54/59/c8/1713862974/40558_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"018f0a31946f7bd4b9fc91977307415d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018f0a319b9e73a4b20de8c02a025d22";}s:32:"018f0a319b9e73a4b20de8c02a788032";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018f0a319b9e73a4b20de8c02a788032";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:54.368000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:733;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:47:"thumbnail/54/59/c8/1713862974/40558_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/54/59/c8/1713862974/40558_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"018f0a31946f7bd4b9fc91977307415d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018f0a319b9e73a4b20de8c02a788032";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:35:"media/54/59/c8/1713862974/40558.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018f0a31946f7bd4b9fc91977307415d";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:99996;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824582";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"0192942dac9d73d7bf218d71c63c6236";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"018a63de88b77290813efdb6f50e820c";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"018a63de88b77290813efdb6f50e820c";}s:32:"018a63dcb54f7076bc0744cf456088fe";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-09-05 05:42:03.345";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";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:5:"18362";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";N;s:11:"categoryIds";a:7:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"a84f04decbf146629f179802980422c6";i:3;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:4;s:32:"f052a1d956584a08b5ef3037c91225d0";i:5;s:32:"0189f80e40da7c5d82db57857a00d4c4";i:6;s:32:"b93dc5dfbd4e4843ad77e1e526a73662";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018ab6f5df3e7b6c8dd32d417e0abc9e";i:1;s:32:"018af993fce17719898c68d020ba165e";i:2;s:32:"018f38603e2a7a419882a63c402f9695";i:3;s:32:"018f7b55e7bf703882042cf449941d11";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:24:"Magnet, Germany, Allgäu";s:11:"\x00*\x00quantity";i:5;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:1.35;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:5;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:1.35;s:11:"\x00*\x00quantity";i:5;s:13:"\x00*\x00totalPrice";d:6.75;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:6.75;}}}s:11:"\x00*\x00taxRules";r:920;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018ad5b4290877799f04e9e98b858a56";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:14:28.869000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:14:29.793000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:540382;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"ab2e4a23d72e646f693786300709588e";s:4:"type";i:2;s:5:"width";i:933;s:6:"height";i:638;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:14:29.785000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:64:"https://www.fridolin-gmbh.de/media/7f/2e/e7/1695802469/18362.jpg";s:11:"\x00*\x00fileName";s:5:"18362";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"018ad5b8ca89702b90f8f5a315154249";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018ad5b8ca89702b90f8f5a315154249";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:19:32.105000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:47:"thumbnail/7f/2e/e7/1695802469/18362_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/7f/2e/e7/1695802469/18362_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"018ad5b4290877799f04e9e98b858a56";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018ad5b8ca89702b90f8f5a315154249";}s:32:"018ad5b8ca89702b90f8f5a3158cec69";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018ad5b8ca89702b90f8f5a3158cec69";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:19:32.105000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1024;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:49:"thumbnail/7f/2e/e7/1695802469/18362_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/7f/2e/e7/1695802469/18362_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"018ad5b4290877799f04e9e98b858a56";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018ad5b8ca89702b90f8f5a3158cec69";}s:32:"018ad5b8ca89702b90f8f5a316736446";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018ad5b8ca89702b90f8f5a316736446";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:19:32.105000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1024;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:47:"thumbnail/7f/2e/e7/1695802469/18362_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/7f/2e/e7/1695802469/18362_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"018ad5b4290877799f04e9e98b858a56";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018ad5b8ca89702b90f8f5a316736446";}s:32:"018ad5b8ca89702b90f8f5a317215379";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018ad5b8ca89702b90f8f5a317215379";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:19:32.105000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1024;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:47:"thumbnail/7f/2e/e7/1695802469/18362_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/7f/2e/e7/1695802469/18362_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"018ad5b4290877799f04e9e98b858a56";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018ad5b8ca89702b90f8f5a317215379";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:35:"media/7f/2e/e7/1695802469/18362.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018ad5b4290877799f04e9e98b858a56";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:5;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:5;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824585";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01929433aa4e70689cc72671b74969e5";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"018a63dcb54f7076bc0744cf456088fe";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"018a63dcb54f7076bc0744cf456088fe";}s:32:"7611239362314c27bbfcbe6213de008c";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:36:24.286";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"58341";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:7:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f8072aad71a8a38f30e4a7c21137";i:3;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:4;s:32:"28447395cd4049c3820958e56585876c";i:5;s:32:"0189fc81bb147e39a0a3de9f148e1de9";i:6;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018ccea696577083b44ebc607df54fc1";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:99948;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:42:"Spieluhr, Happy Birthday, Junge & Mädchen";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";r:1212;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"b519297c47d14c7b964715f97a4548db";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:25:"Spieluhr "Happy Birthday"";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:24.286000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:24.297000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:9:"image/png";s:16:"\x00*\x00fileExtension";s:3:"png";s:11:"\x00*\x00fileSize";i:117616;s:8:"\x00*\x00title";s:25:"Spieluhr "Happy Birthday"";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"c5e7d6666b74d49249dca38cc9023b63";s:4:"type";i:3;s:5:"width";i:500;s:6:"height";i:355;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:24.296000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:74:"https://www.fridolin-gmbh.de/media/e0/83/1b/1689140184/951359063977_ml.png";s:11:"\x00*\x00fileName";s:15:"951359063977_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"7750b6f6637441838ba33722f0ffe1ee";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"7750b6f6637441838ba33722f0ffe1ee";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:32.522000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:59:"thumbnail/e0/83/1b/1689140184/951359063977_ml_1920x1920.png";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:88:"https://www.fridolin-gmbh.de/thumbnail/e0/83/1b/1689140184/951359063977_ml_1920x1920.png";s:10:"\x00*\x00mediaId";s:32:"b519297c47d14c7b964715f97a4548db";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"7750b6f6637441838ba33722f0ffe1ee";}s:32:"aa74ecb6049d495498f9c4c2777ff9ef";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"aa74ecb6049d495498f9c4c2777ff9ef";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:32.522000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1317;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:57:"thumbnail/e0/83/1b/1689140184/951359063977_ml_800x800.png";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/e0/83/1b/1689140184/951359063977_ml_800x800.png";s:10:"\x00*\x00mediaId";s:32:"b519297c47d14c7b964715f97a4548db";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"aa74ecb6049d495498f9c4c2777ff9ef";}s:32:"aea7161836294cc09b6e3da8b0d5f436";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"aea7161836294cc09b6e3da8b0d5f436";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:32.522000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1317;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:57:"thumbnail/e0/83/1b/1689140184/951359063977_ml_400x400.png";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/e0/83/1b/1689140184/951359063977_ml_400x400.png";s:10:"\x00*\x00mediaId";s:32:"b519297c47d14c7b964715f97a4548db";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"aea7161836294cc09b6e3da8b0d5f436";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:45:"media/e0/83/1b/1689140184/951359063977_ml.png";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"b519297c47d14c7b964715f97a4548db";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:99948;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824588";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"0192943e21a573c28ae4f86c7d6cfc46";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"7611239362314c27bbfcbe6213de008c";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"7611239362314c27bbfcbe6213de008c";}s:32:"b08261c593d3471a97fcb8ce45fd97c9";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:36:24.504";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"58342";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:7:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f8072aad71a8a38f30e4a7c21137";i:3;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:4;s:32:"28447395cd4049c3820958e56585876c";i:5;s:32:"0189fc81bb147e39a0a3de9f148e1de9";i:6;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018ccea696577083b44ebc607df54fc1";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:99988;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:31:"Spieluhr, Happy Birthday, Katze";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";r:1481;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"18f092c8847d468ea7586d62a2de66e0";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:25:"Spieluhr "Happy Birthday"";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:24.504000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:24.520000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:9:"image/png";s:16:"\x00*\x00fileExtension";s:3:"png";s:11:"\x00*\x00fileSize";i:102875;s:8:"\x00*\x00title";s:25:"Spieluhr "Happy Birthday"";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"7b8e06869e551882c329df921c4e2a7e";s:4:"type";i:3;s:5:"width";i:500;s:6:"height";i:362;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:24.519000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:74:"https://www.fridolin-gmbh.de/media/d3/e8/82/1689140184/840567135534_ml.png";s:11:"\x00*\x00fileName";s:15:"840567135534_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"2c904a49162e450e9df44b2b385481b4";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"2c904a49162e450e9df44b2b385481b4";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:32.665000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:57:"thumbnail/d3/e8/82/1689140184/840567135534_ml_400x400.png";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/d3/e8/82/1689140184/840567135534_ml_400x400.png";s:10:"\x00*\x00mediaId";s:32:"18f092c8847d468ea7586d62a2de66e0";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"2c904a49162e450e9df44b2b385481b4";}s:32:"8dcad0017ed142ee8a8e75bdb7cd80cb";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"8dcad0017ed142ee8a8e75bdb7cd80cb";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:32.665000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1586;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:57:"thumbnail/d3/e8/82/1689140184/840567135534_ml_800x800.png";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/d3/e8/82/1689140184/840567135534_ml_800x800.png";s:10:"\x00*\x00mediaId";s:32:"18f092c8847d468ea7586d62a2de66e0";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"8dcad0017ed142ee8a8e75bdb7cd80cb";}s:32:"bcdd9abdb27d4be0a70b7a5c2dccbbc0";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"bcdd9abdb27d4be0a70b7a5c2dccbbc0";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:32.664000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1586;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:59:"thumbnail/d3/e8/82/1689140184/840567135534_ml_1920x1920.png";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:88:"https://www.fridolin-gmbh.de/thumbnail/d3/e8/82/1689140184/840567135534_ml_1920x1920.png";s:10:"\x00*\x00mediaId";s:32:"18f092c8847d468ea7586d62a2de66e0";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"bcdd9abdb27d4be0a70b7a5c2dccbbc0";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:45:"media/d3/e8/82/1689140184/840567135534_ml.png";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"18f092c8847d468ea7586d62a2de66e0";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:99988;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824591";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"0192943e762571e1ae8fb590b20e2753";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"b08261c593d3471a97fcb8ce45fd97c9";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"b08261c593d3471a97fcb8ce45fd97c9";}s:32:"f3ac9e7410314b2ba5942fca8d27f6bd";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:36:42.377";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"58410";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:7:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f8072aad71a8a38f30e4a7c21137";i:3;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:4;s:32:"28447395cd4049c3820958e56585876c";i:5;s:32:"0189fc81bb147e39a0a3de9f148e1de9";i:6;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018ccea696577083b44ebc607df54fc1";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:51:"Spieluhr, Happy Birthday, Good luck, Glücksschwein";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";r:1750;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"ca8eac4c2a5948898c0cf5c4492a3809";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:25:"Spieluhr "Happy Birthday"";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:42.376000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:42.395000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:9:"image/png";s:16:"\x00*\x00fileExtension";s:3:"png";s:11:"\x00*\x00fileSize";i:92716;s:8:"\x00*\x00title";s:25:"Spieluhr "Happy Birthday"";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"83aed4f13f2ac94905fbc03c445c2308";s:4:"type";i:3;s:5:"width";i:500;s:6:"height";i:373;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:42.393000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:74:"https://www.fridolin-gmbh.de/media/37/83/62/1689140202/097469265237_ml.png";s:11:"\x00*\x00fileName";s:15:"097469265237_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"179d3ad2fe2d4ca786263dfbd770e3cd";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"179d3ad2fe2d4ca786263dfbd770e3cd";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:50.698000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:57:"thumbnail/37/83/62/1689140202/097469265237_ml_400x400.png";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/37/83/62/1689140202/097469265237_ml_400x400.png";s:10:"\x00*\x00mediaId";s:32:"ca8eac4c2a5948898c0cf5c4492a3809";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"179d3ad2fe2d4ca786263dfbd770e3cd";}s:32:"a030256c3ce94d04bd336bec6e29275d";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"a030256c3ce94d04bd336bec6e29275d";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:50.698000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1855;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:57:"thumbnail/37/83/62/1689140202/097469265237_ml_800x800.png";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/37/83/62/1689140202/097469265237_ml_800x800.png";s:10:"\x00*\x00mediaId";s:32:"ca8eac4c2a5948898c0cf5c4492a3809";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"a030256c3ce94d04bd336bec6e29275d";}s:32:"c6e92dc6567b4d40b3f41fc5d99de21e";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"c6e92dc6567b4d40b3f41fc5d99de21e";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:50.698000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1855;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:59:"thumbnail/37/83/62/1689140202/097469265237_ml_1920x1920.png";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:88:"https://www.fridolin-gmbh.de/thumbnail/37/83/62/1689140202/097469265237_ml_1920x1920.png";s:10:"\x00*\x00mediaId";s:32:"ca8eac4c2a5948898c0cf5c4492a3809";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"c6e92dc6567b4d40b3f41fc5d99de21e";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:45:"media/37/83/62/1689140202/097469265237_ml.png";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"ca8eac4c2a5948898c0cf5c4492a3809";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824594";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"019294403fe0717aa0c9879ba887f1e0";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"f3ac9e7410314b2ba5942fca8d27f6bd";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"f3ac9e7410314b2ba5942fca8d27f6bd";}s:32:"c2949ee9f8554e5bbf36589f7e7f1d6b";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:36:44.687";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"58420";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:7:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f8072aad71a8a38f30e4a7c21137";i:3;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:4;s:32:"28447395cd4049c3820958e56585876c";i:5;s:32:"0189fc81bb147e39a0a3de9f148e1de9";i:6;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018ccea696577083b44ebc607df54fc1";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:44:"Spieluhr, Happy Birthday, Good luck, Würfel";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";r:2019;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"89d3ba54851b4899bcc9a83ff627e802";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:25:"Spieluhr "Happy Birthday"";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:44.686000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:44.705000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:9:"image/png";s:16:"\x00*\x00fileExtension";s:3:"png";s:11:"\x00*\x00fileSize";i:114643;s:8:"\x00*\x00title";s:25:"Spieluhr "Happy Birthday"";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"15c18f44b03d5399dac5d9de0fed7c6d";s:4:"type";i:3;s:5:"width";i:500;s:6:"height";i:373;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:44.703000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:74:"https://www.fridolin-gmbh.de/media/c5/81/0d/1689140204/733508906635_ml.png";s:11:"\x00*\x00fileName";s:15:"733508906635_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"5ce0e3e205c74488b9a1fb2571a04b7d";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"5ce0e3e205c74488b9a1fb2571a04b7d";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:52.475000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:59:"thumbnail/c5/81/0d/1689140204/733508906635_ml_1920x1920.png";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:88:"https://www.fridolin-gmbh.de/thumbnail/c5/81/0d/1689140204/733508906635_ml_1920x1920.png";s:10:"\x00*\x00mediaId";s:32:"89d3ba54851b4899bcc9a83ff627e802";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"5ce0e3e205c74488b9a1fb2571a04b7d";}s:32:"bd1c8c41e60f453ba119eac0edb9c705";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"bd1c8c41e60f453ba119eac0edb9c705";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:52.475000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2124;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:57:"thumbnail/c5/81/0d/1689140204/733508906635_ml_800x800.png";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/c5/81/0d/1689140204/733508906635_ml_800x800.png";s:10:"\x00*\x00mediaId";s:32:"89d3ba54851b4899bcc9a83ff627e802";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"bd1c8c41e60f453ba119eac0edb9c705";}s:32:"d0b3f1719e1a44e786528e05767824cd";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"d0b3f1719e1a44e786528e05767824cd";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:52.475000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2124;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:57:"thumbnail/c5/81/0d/1689140204/733508906635_ml_400x400.png";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/c5/81/0d/1689140204/733508906635_ml_400x400.png";s:10:"\x00*\x00mediaId";s:32:"89d3ba54851b4899bcc9a83ff627e802";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"d0b3f1719e1a44e786528e05767824cd";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:45:"media/c5/81/0d/1689140204/733508906635_ml.png";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"89d3ba54851b4899bcc9a83ff627e802";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824598";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"019294408c0371e59c89dee6d321ee60";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"c2949ee9f8554e5bbf36589f7e7f1d6b";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"c2949ee9f8554e5bbf36589f7e7f1d6b";}s:32:"018a63a542b8737f8c5f21b5ac7fc928";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-09-05 04:41:29.530";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";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:5:"99225";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:2:{i:0;s:32:"018a69de8f457b3b93e4f0532dd09e88";i:1;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:4:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"28447395cd4049c3820958e56585876c";i:3;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:5:{i:0;s:32:"018a9354ada3747b89852529f5f3042e";i:1;s:32:"018cd3c220f6722ead21b367ca2ea1c0";i:2;s:32:"018f382488a57a318a01255313cedd72";i:3;s:32:"0191c11e33267cf48a148e67a2cf616f";i:4;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:43:"DISPLAY, Spieluhr, Steigerlied, sort, 16 St";s:11:"\x00*\x00quantity";i:1;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:60.64;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:1;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:60.64;s:11:"\x00*\x00quantity";i:1;s:13:"\x00*\x00totalPrice";d:60.64;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:60.64;}}}s:11:"\x00*\x00taxRules";r:2287;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8e3b1e7e7932b90f6b7097ca7db7";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:09:14.001000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:09:15.089000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:683238;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"9b958c15f06b2494ce26296ca31ea0cd";s:4:"type";i:2;s:5:"width";i:1417;s:6:"height";i:1538;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:09:15.085000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:64:"https://www.fridolin-gmbh.de/media/fa/7f/f2/1694603355/99225.jpg";s:11:"\x00*\x00fileName";s:5:"99225";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"018a8e3bd53d73d081c07c24eed2348c";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8e3bd53d73d081c07c24eed2348c";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:10:00.511000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:47:"thumbnail/fa/7f/f2/1694603355/99225_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/fa/7f/f2/1694603355/99225_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8e3b1e7e7932b90f6b7097ca7db7";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8e3bd53d73d081c07c24eed2348c";}s:32:"018a8e3bd53d73d081c07c24ef64f5d2";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8e3bd53d73d081c07c24ef64f5d2";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:10:00.511000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2391;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:49:"thumbnail/fa/7f/f2/1694603355/99225_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/fa/7f/f2/1694603355/99225_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8e3b1e7e7932b90f6b7097ca7db7";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8e3bd53d73d081c07c24ef64f5d2";}s:32:"018a8e3bd53d73d081c07c24efa6d00f";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8e3bd53d73d081c07c24efa6d00f";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:10:00.511000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2391;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:47:"thumbnail/fa/7f/f2/1694603355/99225_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/fa/7f/f2/1694603355/99225_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8e3b1e7e7932b90f6b7097ca7db7";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8e3bd53d73d081c07c24efa6d00f";}s:32:"018a8e3bd53d73d081c07c24f06860f6";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8e3bd53d73d081c07c24f06860f6";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:10:00.511000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2391;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:47:"thumbnail/fa/7f/f2/1694603355/99225_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/fa/7f/f2/1694603355/99225_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8e3b1e7e7932b90f6b7097ca7db7";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8e3bd53d73d081c07c24f06860f6";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:35:"media/fa/7f/f2/1694603355/99225.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8e3b1e7e7932b90f6b7097ca7db7";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:1;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:1;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824601";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01929444706b72de9a1379b928d3c213";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"018a63a542b8737f8c5f21b5ac7fc928";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"018a63a542b8737f8c5f21b5ac7fc928";}s:32:"12f3b6e31dc745f39d263aaef4d2ade0";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:38:08.625";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"99226";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:4:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"28447395cd4049c3820958e56585876c";i:3;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018cd3c220f6722ead21b367ca2ea1c0";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:28:"Spieluhr, Steigerlied, grün";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";r:2576;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"e922d1ba2ea543788cd3439cbe03c640";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:29:"Spieluhr "Steigerlied", grün";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:08.624000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:08.636000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:62150;s:8:"\x00*\x00title";s:29:"Spieluhr "Steigerlied", grün";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"8a6ad15d9aa3f08edf9420aca5c9aaea";s:4:"type";i:2;s:5:"width";i:1000;s:6:"height";i:756;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:08.635000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:67:"https://www.fridolin-gmbh.de/media/5a/c8/3d/1689140288/99226_ml.jpg";s:11:"\x00*\x00fileName";s:8:"99226_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"793923202c20481b8a9a3112d86c3d69";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"793923202c20481b8a9a3112d86c3d69";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:14.304000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:50:"thumbnail/5a/c8/3d/1689140288/99226_ml_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:79:"https://www.fridolin-gmbh.de/thumbnail/5a/c8/3d/1689140288/99226_ml_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"e922d1ba2ea543788cd3439cbe03c640";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"793923202c20481b8a9a3112d86c3d69";}s:32:"8eae3d8207344c5fb4b4b03a4ef00f79";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"8eae3d8207344c5fb4b4b03a4ef00f79";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:14.304000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2680;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:52:"thumbnail/5a/c8/3d/1689140288/99226_ml_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:81:"https://www.fridolin-gmbh.de/thumbnail/5a/c8/3d/1689140288/99226_ml_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"e922d1ba2ea543788cd3439cbe03c640";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"8eae3d8207344c5fb4b4b03a4ef00f79";}s:32:"f1ad281228c240bfaaa0e411a0520983";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"f1ad281228c240bfaaa0e411a0520983";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:14.304000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2680;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:50:"thumbnail/5a/c8/3d/1689140288/99226_ml_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:79:"https://www.fridolin-gmbh.de/thumbnail/5a/c8/3d/1689140288/99226_ml_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"e922d1ba2ea543788cd3439cbe03c640";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"f1ad281228c240bfaaa0e411a0520983";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:38:"media/5a/c8/3d/1689140288/99226_ml.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"e922d1ba2ea543788cd3439cbe03c640";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824604";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01929444a3207217b77529daef99d39d";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"12f3b6e31dc745f39d263aaef4d2ade0";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"12f3b6e31dc745f39d263aaef4d2ade0";}s:32:"0c4699f682d84e42a69ed1fc06ae87c8";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:38:08.835";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"99227";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:4:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"28447395cd4049c3820958e56585876c";i:3;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018cd3c220f6722ead21b367ca2ea1c0";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:27:"Spieluhr, Steigerlied, blau";s:11:"\x00*\x00quantity";i:8;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:8;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:8;s:13:"\x00*\x00totalPrice";d:30.32;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:30.32;}}}s:11:"\x00*\x00taxRules";r:2841;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"ed2884af0b6d409f8f62f11fedda4aa2";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:28:"Spieluhr "Steigerlied", blau";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:08.834000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:08.866000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:60668;s:8:"\x00*\x00title";s:28:"Spieluhr "Steigerlied", blau";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"79b386f657a9680c6979e39c2fc1586e";s:4:"type";i:2;s:5:"width";i:1000;s:6:"height";i:756;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:08.863000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:67:"https://www.fridolin-gmbh.de/media/b8/d1/cf/1689140288/99227_ml.jpg";s:11:"\x00*\x00fileName";s:8:"99227_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"336707ab2b9e40d5b5785e9cf2d0fbf6";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"336707ab2b9e40d5b5785e9cf2d0fbf6";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:14.444000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:50:"thumbnail/b8/d1/cf/1689140288/99227_ml_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:79:"https://www.fridolin-gmbh.de/thumbnail/b8/d1/cf/1689140288/99227_ml_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"ed2884af0b6d409f8f62f11fedda4aa2";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"336707ab2b9e40d5b5785e9cf2d0fbf6";}s:32:"7fe79671727a46618883737614b4197a";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"7fe79671727a46618883737614b4197a";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:14.444000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2945;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:52:"thumbnail/b8/d1/cf/1689140288/99227_ml_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:81:"https://www.fridolin-gmbh.de/thumbnail/b8/d1/cf/1689140288/99227_ml_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"ed2884af0b6d409f8f62f11fedda4aa2";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"7fe79671727a46618883737614b4197a";}s:32:"e093e6c8ff0f462b8b1195e091a5972c";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"e093e6c8ff0f462b8b1195e091a5972c";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:14.444000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2945;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:50:"thumbnail/b8/d1/cf/1689140288/99227_ml_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:79:"https://www.fridolin-gmbh.de/thumbnail/b8/d1/cf/1689140288/99227_ml_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"ed2884af0b6d409f8f62f11fedda4aa2";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"e093e6c8ff0f462b8b1195e091a5972c";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:38:"media/b8/d1/cf/1689140288/99227_ml.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"ed2884af0b6d409f8f62f11fedda4aa2";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824607";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01929444b29f7286b5ff79b5bebd4beb";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"0c4699f682d84e42a69ed1fc06ae87c8";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"0c4699f682d84e42a69ed1fc06ae87c8";}s:32:"69aa9fa8ff9444b7aa6b72b3c0e22733";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:38:09.065";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:5:"99228";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:4:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"28447395cd4049c3820958e56585876c";i:3;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018cd3c220f6722ead21b367ca2ea1c0";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:45:"Spieluhr, Steigerlied, Steiger-Symbol neutral";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";r:3106;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"5100f85ae4ee4c3cafc1a874bff749c6";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:31:"Spieluhr "Steigerlied", neutral";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:09.064000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:09.080000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:259037;s:8:"\x00*\x00title";s:31:"Spieluhr "Steigerlied", neutral";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"a0ac2d2bd7700bb6aa230a17f674021b";s:4:"type";i:2;s:5:"width";i:945;s:6:"height";i:714;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:09.079000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:67:"https://www.fridolin-gmbh.de/media/66/ac/e6/1689140289/99228_ml.jpg";s:11:"\x00*\x00fileName";s:8:"99228_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"5e4848d5b7c146d490e4d013e2bedb87";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"5e4848d5b7c146d490e4d013e2bedb87";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:15.058000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:52:"thumbnail/66/ac/e6/1689140289/99228_ml_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:81:"https://www.fridolin-gmbh.de/thumbnail/66/ac/e6/1689140289/99228_ml_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"5100f85ae4ee4c3cafc1a874bff749c6";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"5e4848d5b7c146d490e4d013e2bedb87";}s:32:"89c64651c3d24529994668dbd010c7c0";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"89c64651c3d24529994668dbd010c7c0";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:15.058000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3210;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:50:"thumbnail/66/ac/e6/1689140289/99228_ml_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:79:"https://www.fridolin-gmbh.de/thumbnail/66/ac/e6/1689140289/99228_ml_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"5100f85ae4ee4c3cafc1a874bff749c6";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"89c64651c3d24529994668dbd010c7c0";}s:32:"b907115b2e4340c2853833e963df8731";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"b907115b2e4340c2853833e963df8731";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:15.058000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3210;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:50:"thumbnail/66/ac/e6/1689140289/99228_ml_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:79:"https://www.fridolin-gmbh.de/thumbnail/66/ac/e6/1689140289/99228_ml_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"5100f85ae4ee4c3cafc1a874bff749c6";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"b907115b2e4340c2853833e963df8731";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:38:"media/66/ac/e6/1689140289/99228_ml.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"5100f85ae4ee4c3cafc1a874bff749c6";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824610";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01929445236b7143aab4c7b9d9aa6d51";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"69aa9fa8ff9444b7aa6b72b3c0e22733";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"69aa9fa8ff9444b7aa6b72b3c0e22733";}s:32:"01902a0ea808712784d86a0799b4beea";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-06-18 06:35:22.051";s:11:"releaseDate";s:23:"2024-07-01 00:00:00.000";s:5:"isNew";b:1;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:5:"58336";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:8:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f8072aad71a8a38f30e4a7c21137";i:3;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:4;s:32:"28447395cd4049c3820958e56585876c";i:5;s:32:"0189d41467087f9abc5a656db3155f7f";i:6;s:32:"0189fc9807fb7dbf80e26515d50b12f0";i:7;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:6:{i:0;s:32:"0189d41a83fa72029a5651b2a1c5d752";i:1;s:32:"018ab70005bc7d8a9c78771ac883b956";i:2;s:32:"018cd3c270ce7397b63820e9e43d9249";i:3;s:32:"018f382488a57a318a01255313cedd72";i:4;s:32:"0191c11e33267cf48a148e67a2cf616f";i:5;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:99836;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:62:"Spieluhr, Weihnacht, Stille Nacht, Esther Bennink, It's coming";s:11:"\x00*\x00quantity";i:8;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:8;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:8;s:13:"\x00*\x00totalPrice";d:30.32;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:30.32;}}}s:11:"\x00*\x00taxRules";r:3377;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01902a120492706abd015ecc143611a3";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:02.418000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:02.793000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:345502;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"982d3e043bcf583e93de377e4a6b9503";s:4:"type";i:2;s:5:"width";i:939;s:6:"height";i:709;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:02.790000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:64:"https://www.fridolin-gmbh.de/media/33/44/b6/1718692742/58336.jpg";s:11:"\x00*\x00fileName";s:5:"58336";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"01902a120945710080671884527a272f";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01902a120945710080671884527a272f";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:03.494000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:47:"thumbnail/33/44/b6/1718692742/58336_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/33/44/b6/1718692742/58336_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"01902a120492706abd015ecc143611a3";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01902a120945710080671884527a272f";}s:32:"01902a120945710080671884528aa574";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01902a120945710080671884528aa574";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:03.495000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3481;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:49:"thumbnail/33/44/b6/1718692742/58336_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/33/44/b6/1718692742/58336_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"01902a120492706abd015ecc143611a3";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01902a120945710080671884528aa574";}s:32:"01902a12094571008067188453150e29";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01902a12094571008067188453150e29";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:03.495000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3481;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:47:"thumbnail/33/44/b6/1718692742/58336_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/33/44/b6/1718692742/58336_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"01902a120492706abd015ecc143611a3";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01902a12094571008067188453150e29";}s:32:"01902a12094571008067188453eacf5b";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01902a12094571008067188453eacf5b";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:03.495000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3481;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:47:"thumbnail/33/44/b6/1718692742/58336_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/33/44/b6/1718692742/58336_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"01902a120492706abd015ecc143611a3";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01902a12094571008067188453eacf5b";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:35:"media/33/44/b6/1718692742/58336.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01902a120492706abd015ecc143611a3";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:99836;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824614";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01934eae2b33730aa58c686a4918e9bb";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"01902a0ea808712784d86a0799b4beea";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"01902a0ea808712784d86a0799b4beea";}s:32:"018a63a4627073c4bfc27ef549137d2c";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-09-05 04:40:32.115";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";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:5:"17720";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69de8f457b3b93e4f0532dd09e88";}s:11:"categoryIds";a:5:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"32d20b32669f47da97855d57586c6f10";i:3;s:32:"789e1baca21746daa030294a5d9be0c0";i:4;s:32:"0189d40e5b4a7426936b28c61cf8cb73";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:3:{i:0;s:32:"0189d40c50527755a549beb05f169cb9";i:1;s:32:"0189d41f51ac7178aef7325339a0c368";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:49:"DISPLAY, IQ-Test, Edit 2, Holz, bunt, sort, 24 St";s:11:"\x00*\x00quantity";i:1;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:70.8;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:1;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:70.8;s:11:"\x00*\x00quantity";i:1;s:13:"\x00*\x00totalPrice";d:70.8;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:70.8;}}}s:11:"\x00*\x00taxRules";r:3666;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a87ab26557259b35ef7cb9fb1cf2d";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:15.506000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:16.594000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:993309;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"96527b168f362905f803471f460ea584";s:4:"type";i:2;s:5:"width";i:1181;s:6:"height";i:1778;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:16.589000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:64:"https://www.fridolin-gmbh.de/media/c2/f0/7f/1694493256/17720.jpg";s:11:"\x00*\x00fileName";s:5:"17720";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"018a87ab3eac723095786bf3c1d9d52f";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a87ab3eac723095786bf3c1d9d52f";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:21.486000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:47:"thumbnail/c2/f0/7f/1694493256/17720_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/c2/f0/7f/1694493256/17720_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"018a87ab26557259b35ef7cb9fb1cf2d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a87ab3eac723095786bf3c1d9d52f";}s:32:"018a87ab3eac723095786bf3c229908b";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a87ab3eac723095786bf3c229908b";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:21.486000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3770;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:49:"thumbnail/c2/f0/7f/1694493256/17720_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/c2/f0/7f/1694493256/17720_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"018a87ab26557259b35ef7cb9fb1cf2d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a87ab3eac723095786bf3c229908b";}s:32:"018a87ab3eac723095786bf3c2622c0c";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a87ab3eac723095786bf3c2622c0c";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:21.486000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3770;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:47:"thumbnail/c2/f0/7f/1694493256/17720_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/c2/f0/7f/1694493256/17720_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"018a87ab26557259b35ef7cb9fb1cf2d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a87ab3eac723095786bf3c2622c0c";}s:32:"018a87ab3eac723095786bf3c31fac3c";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a87ab3eac723095786bf3c31fac3c";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:21.486000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3770;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:47:"thumbnail/c2/f0/7f/1694493256/17720_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/c2/f0/7f/1694493256/17720_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"018a87ab26557259b35ef7cb9fb1cf2d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a87ab3eac723095786bf3c31fac3c";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:35:"media/c2/f0/7f/1694493256/17720.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a87ab26557259b35ef7cb9fb1cf2d";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:1;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:1;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824616";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01934eb8d0f4728d8ff4aa2832be896b";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"018a63a4627073c4bfc27ef549137d2c";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"018a63a4627073c4bfc27ef549137d2c";}s:32:"018c62a729fa7227a4eee0d7fb40e145";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-12-13 10:09:31.645";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:156:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":false,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:5:"17800";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";N;s:11:"categoryIds";a:5:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"32d20b32669f47da97855d57586c6f10";i:3;s:32:"789e1baca21746daa030294a5d9be0c0";i:4;s:32:"0189d40e8c457570b415405030bca047";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:3:{i:0;s:32:"0189d40c50527755a549beb05f169cb9";i:1;s:32:"0189d4222cbe749da109d25d40abff88";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:51:"DISPLAY, IQ-Test, Metall-Puzzle, eco , 20 Stk sort.";s:11:"\x00*\x00quantity";i:1;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:45;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:1;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:45;s:11:"\x00*\x00quantity";i:1;s:13:"\x00*\x00totalPrice";d:45;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:45;}}}s:11:"\x00*\x00taxRules";r:3954;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8d0d91cd73679f3bc7bf25f8a1e1";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:40:00.818000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:42:03.641000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:1318794;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"dcf1cfecfa8a1ec10edc0a21d459009a";s:4:"type";i:2;s:5:"width";i:1810;s:6:"height";i:1946;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:42:03.637000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:64:"https://www.fridolin-gmbh.de/media/75/d3/0b/1694583723/17800.jpg";s:11:"\x00*\x00fileName";s:5:"17800";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"018a8d1155c773cda2f9204149184080";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8d1155c773cda2f9204149184080";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:43:58.152000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:47:"thumbnail/75/d3/0b/1694583723/17800_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/75/d3/0b/1694583723/17800_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8d0d91cd73679f3bc7bf25f8a1e1";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8d1155c773cda2f9204149184080";}s:32:"018a8d1155c773cda2f920414955f4cc";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8d1155c773cda2f920414955f4cc";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:43:58.152000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:4058;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:49:"thumbnail/75/d3/0b/1694583723/17800_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/75/d3/0b/1694583723/17800_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8d0d91cd73679f3bc7bf25f8a1e1";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8d1155c773cda2f920414955f4cc";}s:32:"018a8d1155c773cda2f920414a093529";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8d1155c773cda2f920414a093529";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:43:58.152000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:4058;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:47:"thumbnail/75/d3/0b/1694583723/17800_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/75/d3/0b/1694583723/17800_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8d0d91cd73679f3bc7bf25f8a1e1";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8d1155c773cda2f920414a093529";}s:32:"018a8d1155c773cda2f920414a158397";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8d1155c773cda2f920414a158397";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:43:58.152000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:4058;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:47:"thumbnail/75/d3/0b/1694583723/17800_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/75/d3/0b/1694583723/17800_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8d0d91cd73679f3bc7bf25f8a1e1";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8d1155c773cda2f920414a158397";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:35:"media/75/d3/0b/1694583723/17800.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8d0d91cd73679f3bc7bf25f8a1e1";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:1;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:1;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824620";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01934eb9482972f6b50fde92800b652f";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"018c62a729fa7227a4eee0d7fb40e145";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"018c62a729fa7227a4eee0d7fb40e145";}}}s:9:"\x00*\x00errors";O:49:"Shopware\Core\Checkout\Cart\Error\ErrorCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:13:"\x00*\x00deliveries";O:62:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Delivery\Struct\Delivery":6:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00positions";O:70:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPositionCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:15:{s:32:"25e379ac94cc4c1bb9f15e48d3739e1c";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:33:14.187";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"17646";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"0191c12a89217aea8359c8c5ae55dd39";}s:11:"categoryIds";a:4:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"32d20b32669f47da97855d57586c6f10";i:3;s:32:"dd548063992841b598fb101662c335a7";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:1:{i:0;s:32:"0191c11e33267cf48a148e67a2cf616f";}s:8:"parentId";N;s:5:"stock";i:99998;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:23:"Spiel, 4 winner, Bambus";s:11:"\x00*\x00quantity";i:2;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:4.59;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:2;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:4.59;s:11:"\x00*\x00quantity";i:2;s:13:"\x00*\x00totalPrice";d:9.18;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:9.18;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"1bc0d14f476a4cd0b411607f36e25ae4";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:22:"Bamboo Game - 4 winner";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:33:14.186000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:33:14.205000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:9:"image/png";s:16:"\x00*\x00fileExtension";s:3:"png";s:11:"\x00*\x00fileSize";i:181151;s:8:"\x00*\x00title";s:22:"Bamboo Game - 4 winner";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"8763856a97b5449b4666720ec8dcfc9c";s:4:"type";i:3;s:5:"width";i:445;s:6:"height";i:500;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:33:14.204000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:74:"https://www.fridolin-gmbh.de/media/a7/36/27/1689139994/522704275436_ml.png";s:11:"\x00*\x00fileName";s:15:"522704275436_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"96b22e1fa5cc44388cecd2fdcf3915a7";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"96b22e1fa5cc44388cecd2fdcf3915a7";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:33:24.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:170;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:59:"thumbnail/a7/36/27/1689139994/522704275436_ml_1920x1920.png";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:88:"https://www.fridolin-gmbh.de/thumbnail/a7/36/27/1689139994/522704275436_ml_1920x1920.png";s:10:"\x00*\x00mediaId";s:32:"1bc0d14f476a4cd0b411607f36e25ae4";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"96b22e1fa5cc44388cecd2fdcf3915a7";}s:32:"e44a85e5cac0407c9780020847f95592";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"e44a85e5cac0407c9780020847f95592";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:33:24.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:170;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:57:"thumbnail/a7/36/27/1689139994/522704275436_ml_800x800.png";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/a7/36/27/1689139994/522704275436_ml_800x800.png";s:10:"\x00*\x00mediaId";s:32:"1bc0d14f476a4cd0b411607f36e25ae4";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"e44a85e5cac0407c9780020847f95592";}s:32:"fe89004e104645fd8668ff83d6e2a030";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"fe89004e104645fd8668ff83d6e2a030";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:33:24.172000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:170;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:57:"thumbnail/a7/36/27/1689139994/522704275436_ml_400x400.png";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/a7/36/27/1689139994/522704275436_ml_400x400.png";s:10:"\x00*\x00mediaId";s:32:"1bc0d14f476a4cd0b411607f36e25ae4";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"fe89004e104645fd8668ff83d6e2a030";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:45:"media/a7/36/27/1689139994/522704275436_ml.png";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"1bc0d14f476a4cd0b411607f36e25ae4";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:99998;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:2;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:2;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824571";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01929427694a73a383dbc854a62812dc";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"25e379ac94cc4c1bb9f15e48d3739e1c";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"25e379ac94cc4c1bb9f15e48d3739e1c";}s:11:"\x00*\x00quantity";i:2;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:4.59;s:11:"\x00*\x00quantity";i:2;s:13:"\x00*\x00totalPrice";d:9.18;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:9.18;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"25e379ac94cc4c1bb9f15e48d3739e1c";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"01900b67b89d722ea53bc81a14320c21";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-06-12 07:44:25.284";s:11:"releaseDate";s:23:"2024-07-01 00:00:00.000";s:5:"isNew";b:1;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:5:"12932";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";N;s:11:"categoryIds";a:9:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f7efb4de757c8992d4168da76389";i:3;s:32:"0189f7efdc1574c0ad0472e299197fba";i:4;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:5;s:32:"f052a1d956584a08b5ef3037c91225d0";i:6;s:32:"0189f7f2626872a4bde9b4e3e03da4ef";i:7;s:32:"0189f7f5fcda7c058b6b7f3a694af2ad";i:8;s:32:"26316aa952a94674a08a9f2b13511b01";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:5:{i:0;s:32:"0189d4ba52b77d9dafe5696b8d575354";i:1;s:32:"0189d4c139bb7efb819927de4c844ea2";i:2;s:32:"018ab6f8909e74948df8adb70b757dda";i:3;s:32:"018ab70005bc7d8a9c78771ac883b956";i:4;s:32:"018f38603e2a7a419882a63c402f9695";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:49:"Geschirrtuch, Monet, Teich mit Brücke, Baumwolle";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:4.95;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:4.95;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:19.8;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:19.8;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01900b70bd637a789136e02e845882bb";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:16.406000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:16.730000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:401128;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"8d83e520271dc9b772a87b39392ae367";s:4:"type";i:2;s:5:"width";i:379;s:6:"height";i:785;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:16.726000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:66:"https://www.fridolin-gmbh.de/media/89/2f/60/1718178856/12932-f.jpg";s:11:"\x00*\x00fileName";s:7:"12932-f";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"01900b70c2f472a3af265b0fc201e080";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01900b70c2f472a3af265b0fc201e080";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:17.717000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:440;s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:49:"thumbnail/89/2f/60/1718178856/12932-f_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/89/2f/60/1718178856/12932-f_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"01900b70bd637a789136e02e845882bb";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01900b70c2f472a3af265b0fc201e080";}s:32:"01900b70c2f472a3af265b0fc2b3fde6";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01900b70c2f472a3af265b0fc2b3fde6";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:17.718000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:440;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:51:"thumbnail/89/2f/60/1718178856/12932-f_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:80:"https://www.fridolin-gmbh.de/thumbnail/89/2f/60/1718178856/12932-f_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"01900b70bd637a789136e02e845882bb";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01900b70c2f472a3af265b0fc2b3fde6";}s:32:"01900b70c2f472a3af265b0fc33781b0";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01900b70c2f472a3af265b0fc33781b0";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:17.718000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:440;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:49:"thumbnail/89/2f/60/1718178856/12932-f_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/89/2f/60/1718178856/12932-f_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"01900b70bd637a789136e02e845882bb";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01900b70c2f472a3af265b0fc33781b0";}s:32:"01900b70c2f472a3af265b0fc3c7b3fe";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01900b70c2f472a3af265b0fc3c7b3fe";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-12 07:54:17.718000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:440;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:49:"thumbnail/89/2f/60/1718178856/12932-f_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/89/2f/60/1718178856/12932-f_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"01900b70bd637a789136e02e845882bb";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01900b70c2f472a3af265b0fc3c7b3fe";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:37:"media/89/2f/60/1718178856/12932-f.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01900b70bd637a789136e02e845882bb";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824578";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"0192942c257571d9b78b3adb7790879e";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"01900b67b89d722ea53bc81a14320c21";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"01900b67b89d722ea53bc81a14320c21";}s:11:"\x00*\x00quantity";i:4;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:4.95;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:19.8;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:19.8;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"01900b67b89d722ea53bc81a14320c21";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"018a63de88b77290813efdb6f50e820c";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-09-05 05:44:03.002";s:11:"releaseDate";s:23:"2023-04-01 00:00:00.000";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:5:"40558";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";N;s:11:"categoryIds";a:9:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f7efb4de757c8992d4168da76389";i:3;s:32:"0189f7efdc1574c0ad0472e299197fba";i:4;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:5;s:32:"2ae136397708464c843926544b86cddc";i:6;s:32:"0189f7f2626872a4bde9b4e3e03da4ef";i:7;s:32:"0189f7f5fcda7c058b6b7f3a694af2ad";i:8;s:32:"43ab8d49b1ca4edfafcd5eea740f66fa";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"0189d4ba52b77d9dafe5696b8d575354";i:1;s:32:"0189d4c139bb7efb819927de4c844ea2";i:2;s:32:"018ab6ed1b42732c95316a1833c68a61";i:3;s:32:"0191c113bfd973f6b7e38c790a2a5fb0";}s:8:"parentId";N;s:5:"stock";i:99996;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:24:"Eco Bag, Monet, Seerosen";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:5.45;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:5.45;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:21.8;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:21.8;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018f0a31946f7bd4b9fc91977307415d";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:52.640000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:54.267000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:2059273;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"27490b9e86d124ae48de87df43de6040";s:4:"type";i:2;s:5:"width";i:1359;s:6:"height";i:1672;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:54.264000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:64:"https://www.fridolin-gmbh.de/media/54/59/c8/1713862974/40558.jpg";s:11:"\x00*\x00fileName";s:5:"40558";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"018f0a319b9e73a4b20de8c028f4d78e";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018f0a319b9e73a4b20de8c028f4d78e";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:54.367000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:733;s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:47:"thumbnail/54/59/c8/1713862974/40558_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/54/59/c8/1713862974/40558_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"018f0a31946f7bd4b9fc91977307415d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018f0a319b9e73a4b20de8c028f4d78e";}s:32:"018f0a319b9e73a4b20de8c02929f114";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018f0a319b9e73a4b20de8c02929f114";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:54.367000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:733;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:49:"thumbnail/54/59/c8/1713862974/40558_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/54/59/c8/1713862974/40558_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"018f0a31946f7bd4b9fc91977307415d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018f0a319b9e73a4b20de8c02929f114";}s:32:"018f0a319b9e73a4b20de8c02a025d22";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018f0a319b9e73a4b20de8c02a025d22";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:54.368000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:733;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:47:"thumbnail/54/59/c8/1713862974/40558_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/54/59/c8/1713862974/40558_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"018f0a31946f7bd4b9fc91977307415d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018f0a319b9e73a4b20de8c02a025d22";}s:32:"018f0a319b9e73a4b20de8c02a788032";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018f0a319b9e73a4b20de8c02a788032";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 09:02:54.368000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:733;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:47:"thumbnail/54/59/c8/1713862974/40558_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/54/59/c8/1713862974/40558_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"018f0a31946f7bd4b9fc91977307415d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018f0a319b9e73a4b20de8c02a788032";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:35:"media/54/59/c8/1713862974/40558.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018f0a31946f7bd4b9fc91977307415d";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:99996;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824582";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"0192942dac9d73d7bf218d71c63c6236";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"018a63de88b77290813efdb6f50e820c";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"018a63de88b77290813efdb6f50e820c";}s:11:"\x00*\x00quantity";i:4;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:5.45;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:21.8;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:21.8;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"018a63de88b77290813efdb6f50e820c";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"018a63dcb54f7076bc0744cf456088fe";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-09-05 05:42:03.345";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";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:5:"18362";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";N;s:11:"categoryIds";a:7:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"a84f04decbf146629f179802980422c6";i:3;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:4;s:32:"f052a1d956584a08b5ef3037c91225d0";i:5;s:32:"0189f80e40da7c5d82db57857a00d4c4";i:6;s:32:"b93dc5dfbd4e4843ad77e1e526a73662";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018ab6f5df3e7b6c8dd32d417e0abc9e";i:1;s:32:"018af993fce17719898c68d020ba165e";i:2;s:32:"018f38603e2a7a419882a63c402f9695";i:3;s:32:"018f7b55e7bf703882042cf449941d11";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:24:"Magnet, Germany, Allgäu";s:11:"\x00*\x00quantity";i:5;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:1.35;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:5;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:1.35;s:11:"\x00*\x00quantity";i:5;s:13:"\x00*\x00totalPrice";d:6.75;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:6.75;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018ad5b4290877799f04e9e98b858a56";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:14:28.869000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:14:29.793000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:540382;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"ab2e4a23d72e646f693786300709588e";s:4:"type";i:2;s:5:"width";i:933;s:6:"height";i:638;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:14:29.785000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:64:"https://www.fridolin-gmbh.de/media/7f/2e/e7/1695802469/18362.jpg";s:11:"\x00*\x00fileName";s:5:"18362";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"018ad5b8ca89702b90f8f5a315154249";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018ad5b8ca89702b90f8f5a315154249";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:19:32.105000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1024;s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:47:"thumbnail/7f/2e/e7/1695802469/18362_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/7f/2e/e7/1695802469/18362_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"018ad5b4290877799f04e9e98b858a56";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018ad5b8ca89702b90f8f5a315154249";}s:32:"018ad5b8ca89702b90f8f5a3158cec69";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018ad5b8ca89702b90f8f5a3158cec69";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:19:32.105000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1024;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:49:"thumbnail/7f/2e/e7/1695802469/18362_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/7f/2e/e7/1695802469/18362_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"018ad5b4290877799f04e9e98b858a56";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018ad5b8ca89702b90f8f5a3158cec69";}s:32:"018ad5b8ca89702b90f8f5a316736446";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018ad5b8ca89702b90f8f5a316736446";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:19:32.105000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1024;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:47:"thumbnail/7f/2e/e7/1695802469/18362_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/7f/2e/e7/1695802469/18362_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"018ad5b4290877799f04e9e98b858a56";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018ad5b8ca89702b90f8f5a316736446";}s:32:"018ad5b8ca89702b90f8f5a317215379";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018ad5b8ca89702b90f8f5a317215379";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-27 08:19:32.105000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1024;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:47:"thumbnail/7f/2e/e7/1695802469/18362_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/7f/2e/e7/1695802469/18362_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"018ad5b4290877799f04e9e98b858a56";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018ad5b8ca89702b90f8f5a317215379";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:35:"media/7f/2e/e7/1695802469/18362.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018ad5b4290877799f04e9e98b858a56";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:5;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:5;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824585";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01929433aa4e70689cc72671b74969e5";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"018a63dcb54f7076bc0744cf456088fe";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"018a63dcb54f7076bc0744cf456088fe";}s:11:"\x00*\x00quantity";i:5;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:1.35;s:11:"\x00*\x00quantity";i:5;s:13:"\x00*\x00totalPrice";d:6.75;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:6.75;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"018a63dcb54f7076bc0744cf456088fe";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"7611239362314c27bbfcbe6213de008c";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:36:24.286";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"58341";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:7:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f8072aad71a8a38f30e4a7c21137";i:3;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:4;s:32:"28447395cd4049c3820958e56585876c";i:5;s:32:"0189fc81bb147e39a0a3de9f148e1de9";i:6;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018ccea696577083b44ebc607df54fc1";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:99948;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:42:"Spieluhr, Happy Birthday, Junge & Mädchen";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"b519297c47d14c7b964715f97a4548db";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:25:"Spieluhr "Happy Birthday"";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:24.286000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:24.297000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:9:"image/png";s:16:"\x00*\x00fileExtension";s:3:"png";s:11:"\x00*\x00fileSize";i:117616;s:8:"\x00*\x00title";s:25:"Spieluhr "Happy Birthday"";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"c5e7d6666b74d49249dca38cc9023b63";s:4:"type";i:3;s:5:"width";i:500;s:6:"height";i:355;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:24.296000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:74:"https://www.fridolin-gmbh.de/media/e0/83/1b/1689140184/951359063977_ml.png";s:11:"\x00*\x00fileName";s:15:"951359063977_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"7750b6f6637441838ba33722f0ffe1ee";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"7750b6f6637441838ba33722f0ffe1ee";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:32.522000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1317;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:59:"thumbnail/e0/83/1b/1689140184/951359063977_ml_1920x1920.png";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:88:"https://www.fridolin-gmbh.de/thumbnail/e0/83/1b/1689140184/951359063977_ml_1920x1920.png";s:10:"\x00*\x00mediaId";s:32:"b519297c47d14c7b964715f97a4548db";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"7750b6f6637441838ba33722f0ffe1ee";}s:32:"aa74ecb6049d495498f9c4c2777ff9ef";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"aa74ecb6049d495498f9c4c2777ff9ef";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:32.522000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1317;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:57:"thumbnail/e0/83/1b/1689140184/951359063977_ml_800x800.png";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/e0/83/1b/1689140184/951359063977_ml_800x800.png";s:10:"\x00*\x00mediaId";s:32:"b519297c47d14c7b964715f97a4548db";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"aa74ecb6049d495498f9c4c2777ff9ef";}s:32:"aea7161836294cc09b6e3da8b0d5f436";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"aea7161836294cc09b6e3da8b0d5f436";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:32.522000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1317;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:57:"thumbnail/e0/83/1b/1689140184/951359063977_ml_400x400.png";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/e0/83/1b/1689140184/951359063977_ml_400x400.png";s:10:"\x00*\x00mediaId";s:32:"b519297c47d14c7b964715f97a4548db";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"aea7161836294cc09b6e3da8b0d5f436";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:45:"media/e0/83/1b/1689140184/951359063977_ml.png";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"b519297c47d14c7b964715f97a4548db";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:99948;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824588";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"0192943e21a573c28ae4f86c7d6cfc46";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"7611239362314c27bbfcbe6213de008c";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"7611239362314c27bbfcbe6213de008c";}s:11:"\x00*\x00quantity";i:4;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"7611239362314c27bbfcbe6213de008c";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"b08261c593d3471a97fcb8ce45fd97c9";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:36:24.504";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"58342";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:7:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f8072aad71a8a38f30e4a7c21137";i:3;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:4;s:32:"28447395cd4049c3820958e56585876c";i:5;s:32:"0189fc81bb147e39a0a3de9f148e1de9";i:6;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018ccea696577083b44ebc607df54fc1";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:99988;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:31:"Spieluhr, Happy Birthday, Katze";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"18f092c8847d468ea7586d62a2de66e0";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:25:"Spieluhr "Happy Birthday"";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:24.504000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:24.520000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:9:"image/png";s:16:"\x00*\x00fileExtension";s:3:"png";s:11:"\x00*\x00fileSize";i:102875;s:8:"\x00*\x00title";s:25:"Spieluhr "Happy Birthday"";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"7b8e06869e551882c329df921c4e2a7e";s:4:"type";i:3;s:5:"width";i:500;s:6:"height";i:362;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:24.519000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:74:"https://www.fridolin-gmbh.de/media/d3/e8/82/1689140184/840567135534_ml.png";s:11:"\x00*\x00fileName";s:15:"840567135534_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"2c904a49162e450e9df44b2b385481b4";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"2c904a49162e450e9df44b2b385481b4";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:32.665000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1586;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:57:"thumbnail/d3/e8/82/1689140184/840567135534_ml_400x400.png";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/d3/e8/82/1689140184/840567135534_ml_400x400.png";s:10:"\x00*\x00mediaId";s:32:"18f092c8847d468ea7586d62a2de66e0";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"2c904a49162e450e9df44b2b385481b4";}s:32:"8dcad0017ed142ee8a8e75bdb7cd80cb";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"8dcad0017ed142ee8a8e75bdb7cd80cb";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:32.665000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1586;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:57:"thumbnail/d3/e8/82/1689140184/840567135534_ml_800x800.png";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/d3/e8/82/1689140184/840567135534_ml_800x800.png";s:10:"\x00*\x00mediaId";s:32:"18f092c8847d468ea7586d62a2de66e0";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"8dcad0017ed142ee8a8e75bdb7cd80cb";}s:32:"bcdd9abdb27d4be0a70b7a5c2dccbbc0";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"bcdd9abdb27d4be0a70b7a5c2dccbbc0";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:32.664000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1586;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:59:"thumbnail/d3/e8/82/1689140184/840567135534_ml_1920x1920.png";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:88:"https://www.fridolin-gmbh.de/thumbnail/d3/e8/82/1689140184/840567135534_ml_1920x1920.png";s:10:"\x00*\x00mediaId";s:32:"18f092c8847d468ea7586d62a2de66e0";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"bcdd9abdb27d4be0a70b7a5c2dccbbc0";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:45:"media/d3/e8/82/1689140184/840567135534_ml.png";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"18f092c8847d468ea7586d62a2de66e0";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:99988;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824591";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"0192943e762571e1ae8fb590b20e2753";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"b08261c593d3471a97fcb8ce45fd97c9";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"b08261c593d3471a97fcb8ce45fd97c9";}s:11:"\x00*\x00quantity";i:4;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"b08261c593d3471a97fcb8ce45fd97c9";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"f3ac9e7410314b2ba5942fca8d27f6bd";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:36:42.377";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"58410";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:7:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f8072aad71a8a38f30e4a7c21137";i:3;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:4;s:32:"28447395cd4049c3820958e56585876c";i:5;s:32:"0189fc81bb147e39a0a3de9f148e1de9";i:6;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018ccea696577083b44ebc607df54fc1";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:51:"Spieluhr, Happy Birthday, Good luck, Glücksschwein";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"ca8eac4c2a5948898c0cf5c4492a3809";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:25:"Spieluhr "Happy Birthday"";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:42.376000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:42.395000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:9:"image/png";s:16:"\x00*\x00fileExtension";s:3:"png";s:11:"\x00*\x00fileSize";i:92716;s:8:"\x00*\x00title";s:25:"Spieluhr "Happy Birthday"";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"83aed4f13f2ac94905fbc03c445c2308";s:4:"type";i:3;s:5:"width";i:500;s:6:"height";i:373;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:42.393000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:74:"https://www.fridolin-gmbh.de/media/37/83/62/1689140202/097469265237_ml.png";s:11:"\x00*\x00fileName";s:15:"097469265237_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"179d3ad2fe2d4ca786263dfbd770e3cd";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"179d3ad2fe2d4ca786263dfbd770e3cd";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:50.698000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1855;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:57:"thumbnail/37/83/62/1689140202/097469265237_ml_400x400.png";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/37/83/62/1689140202/097469265237_ml_400x400.png";s:10:"\x00*\x00mediaId";s:32:"ca8eac4c2a5948898c0cf5c4492a3809";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"179d3ad2fe2d4ca786263dfbd770e3cd";}s:32:"a030256c3ce94d04bd336bec6e29275d";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"a030256c3ce94d04bd336bec6e29275d";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:50.698000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1855;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:57:"thumbnail/37/83/62/1689140202/097469265237_ml_800x800.png";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/37/83/62/1689140202/097469265237_ml_800x800.png";s:10:"\x00*\x00mediaId";s:32:"ca8eac4c2a5948898c0cf5c4492a3809";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"a030256c3ce94d04bd336bec6e29275d";}s:32:"c6e92dc6567b4d40b3f41fc5d99de21e";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"c6e92dc6567b4d40b3f41fc5d99de21e";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:50.698000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:1855;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:59:"thumbnail/37/83/62/1689140202/097469265237_ml_1920x1920.png";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:88:"https://www.fridolin-gmbh.de/thumbnail/37/83/62/1689140202/097469265237_ml_1920x1920.png";s:10:"\x00*\x00mediaId";s:32:"ca8eac4c2a5948898c0cf5c4492a3809";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"c6e92dc6567b4d40b3f41fc5d99de21e";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:45:"media/37/83/62/1689140202/097469265237_ml.png";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"ca8eac4c2a5948898c0cf5c4492a3809";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824594";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"019294403fe0717aa0c9879ba887f1e0";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"f3ac9e7410314b2ba5942fca8d27f6bd";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"f3ac9e7410314b2ba5942fca8d27f6bd";}s:11:"\x00*\x00quantity";i:4;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"f3ac9e7410314b2ba5942fca8d27f6bd";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"c2949ee9f8554e5bbf36589f7e7f1d6b";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:36:44.687";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"58420";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:7:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f8072aad71a8a38f30e4a7c21137";i:3;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:4;s:32:"28447395cd4049c3820958e56585876c";i:5;s:32:"0189fc81bb147e39a0a3de9f148e1de9";i:6;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018ccea696577083b44ebc607df54fc1";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:44:"Spieluhr, Happy Birthday, Good luck, Würfel";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"89d3ba54851b4899bcc9a83ff627e802";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:25:"Spieluhr "Happy Birthday"";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:44.686000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:44.705000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:9:"image/png";s:16:"\x00*\x00fileExtension";s:3:"png";s:11:"\x00*\x00fileSize";i:114643;s:8:"\x00*\x00title";s:25:"Spieluhr "Happy Birthday"";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:156:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"15c18f44b03d5399dac5d9de0fed7c6d";s:4:"type";i:3;s:5:"width";i:500;s:6:"height";i:373;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:1:{i:0;s:11:"transparent";}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:44.703000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:74:"https://www.fridolin-gmbh.de/media/c5/81/0d/1689140204/733508906635_ml.png";s:11:"\x00*\x00fileName";s:15:"733508906635_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"5ce0e3e205c74488b9a1fb2571a04b7d";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"5ce0e3e205c74488b9a1fb2571a04b7d";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:52.475000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2124;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:59:"thumbnail/c5/81/0d/1689140204/733508906635_ml_1920x1920.png";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:88:"https://www.fridolin-gmbh.de/thumbnail/c5/81/0d/1689140204/733508906635_ml_1920x1920.png";s:10:"\x00*\x00mediaId";s:32:"89d3ba54851b4899bcc9a83ff627e802";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"5ce0e3e205c74488b9a1fb2571a04b7d";}s:32:"bd1c8c41e60f453ba119eac0edb9c705";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"bd1c8c41e60f453ba119eac0edb9c705";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:52.475000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2124;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:57:"thumbnail/c5/81/0d/1689140204/733508906635_ml_800x800.png";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/c5/81/0d/1689140204/733508906635_ml_800x800.png";s:10:"\x00*\x00mediaId";s:32:"89d3ba54851b4899bcc9a83ff627e802";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"bd1c8c41e60f453ba119eac0edb9c705";}s:32:"d0b3f1719e1a44e786528e05767824cd";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"d0b3f1719e1a44e786528e05767824cd";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:36:52.475000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2124;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:57:"thumbnail/c5/81/0d/1689140204/733508906635_ml_400x400.png";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:86:"https://www.fridolin-gmbh.de/thumbnail/c5/81/0d/1689140204/733508906635_ml_400x400.png";s:10:"\x00*\x00mediaId";s:32:"89d3ba54851b4899bcc9a83ff627e802";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"d0b3f1719e1a44e786528e05767824cd";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:45:"media/c5/81/0d/1689140204/733508906635_ml.png";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"89d3ba54851b4899bcc9a83ff627e802";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824598";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"019294408c0371e59c89dee6d321ee60";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"c2949ee9f8554e5bbf36589f7e7f1d6b";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"c2949ee9f8554e5bbf36589f7e7f1d6b";}s:11:"\x00*\x00quantity";i:4;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"c2949ee9f8554e5bbf36589f7e7f1d6b";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"018a63a542b8737f8c5f21b5ac7fc928";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-09-05 04:41:29.530";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";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:5:"99225";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:2:{i:0;s:32:"018a69de8f457b3b93e4f0532dd09e88";i:1;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:4:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"28447395cd4049c3820958e56585876c";i:3;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:5:{i:0;s:32:"018a9354ada3747b89852529f5f3042e";i:1;s:32:"018cd3c220f6722ead21b367ca2ea1c0";i:2;s:32:"018f382488a57a318a01255313cedd72";i:3;s:32:"0191c11e33267cf48a148e67a2cf616f";i:4;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:43:"DISPLAY, Spieluhr, Steigerlied, sort, 16 St";s:11:"\x00*\x00quantity";i:1;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:60.64;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:1;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:60.64;s:11:"\x00*\x00quantity";i:1;s:13:"\x00*\x00totalPrice";d:60.64;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:60.64;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8e3b1e7e7932b90f6b7097ca7db7";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:09:14.001000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:09:15.089000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:683238;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"9b958c15f06b2494ce26296ca31ea0cd";s:4:"type";i:2;s:5:"width";i:1417;s:6:"height";i:1538;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:09:15.085000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:64:"https://www.fridolin-gmbh.de/media/fa/7f/f2/1694603355/99225.jpg";s:11:"\x00*\x00fileName";s:5:"99225";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"018a8e3bd53d73d081c07c24eed2348c";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8e3bd53d73d081c07c24eed2348c";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:10:00.511000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2391;s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:47:"thumbnail/fa/7f/f2/1694603355/99225_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/fa/7f/f2/1694603355/99225_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8e3b1e7e7932b90f6b7097ca7db7";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8e3bd53d73d081c07c24eed2348c";}s:32:"018a8e3bd53d73d081c07c24ef64f5d2";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8e3bd53d73d081c07c24ef64f5d2";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:10:00.511000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2391;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:49:"thumbnail/fa/7f/f2/1694603355/99225_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/fa/7f/f2/1694603355/99225_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8e3b1e7e7932b90f6b7097ca7db7";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8e3bd53d73d081c07c24ef64f5d2";}s:32:"018a8e3bd53d73d081c07c24efa6d00f";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8e3bd53d73d081c07c24efa6d00f";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:10:00.511000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2391;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:47:"thumbnail/fa/7f/f2/1694603355/99225_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/fa/7f/f2/1694603355/99225_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8e3b1e7e7932b90f6b7097ca7db7";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8e3bd53d73d081c07c24efa6d00f";}s:32:"018a8e3bd53d73d081c07c24f06860f6";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8e3bd53d73d081c07c24f06860f6";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 11:10:00.511000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2391;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:47:"thumbnail/fa/7f/f2/1694603355/99225_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/fa/7f/f2/1694603355/99225_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8e3b1e7e7932b90f6b7097ca7db7";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8e3bd53d73d081c07c24f06860f6";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:35:"media/fa/7f/f2/1694603355/99225.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8e3b1e7e7932b90f6b7097ca7db7";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:1;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:1;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824601";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01929444706b72de9a1379b928d3c213";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"018a63a542b8737f8c5f21b5ac7fc928";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"018a63a542b8737f8c5f21b5ac7fc928";}s:11:"\x00*\x00quantity";i:1;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:60.64;s:11:"\x00*\x00quantity";i:1;s:13:"\x00*\x00totalPrice";d:60.64;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:60.64;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"018a63a542b8737f8c5f21b5ac7fc928";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"12f3b6e31dc745f39d263aaef4d2ade0";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:38:08.625";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"99226";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:4:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"28447395cd4049c3820958e56585876c";i:3;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018cd3c220f6722ead21b367ca2ea1c0";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:28:"Spieluhr, Steigerlied, grün";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"e922d1ba2ea543788cd3439cbe03c640";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:29:"Spieluhr "Steigerlied", grün";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:08.624000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:08.636000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:62150;s:8:"\x00*\x00title";s:29:"Spieluhr "Steigerlied", grün";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"8a6ad15d9aa3f08edf9420aca5c9aaea";s:4:"type";i:2;s:5:"width";i:1000;s:6:"height";i:756;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:08.635000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:67:"https://www.fridolin-gmbh.de/media/5a/c8/3d/1689140288/99226_ml.jpg";s:11:"\x00*\x00fileName";s:8:"99226_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"793923202c20481b8a9a3112d86c3d69";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"793923202c20481b8a9a3112d86c3d69";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:14.304000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2680;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:50:"thumbnail/5a/c8/3d/1689140288/99226_ml_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:79:"https://www.fridolin-gmbh.de/thumbnail/5a/c8/3d/1689140288/99226_ml_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"e922d1ba2ea543788cd3439cbe03c640";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"793923202c20481b8a9a3112d86c3d69";}s:32:"8eae3d8207344c5fb4b4b03a4ef00f79";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"8eae3d8207344c5fb4b4b03a4ef00f79";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:14.304000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2680;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:52:"thumbnail/5a/c8/3d/1689140288/99226_ml_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:81:"https://www.fridolin-gmbh.de/thumbnail/5a/c8/3d/1689140288/99226_ml_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"e922d1ba2ea543788cd3439cbe03c640";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"8eae3d8207344c5fb4b4b03a4ef00f79";}s:32:"f1ad281228c240bfaaa0e411a0520983";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"f1ad281228c240bfaaa0e411a0520983";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:14.304000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2680;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:50:"thumbnail/5a/c8/3d/1689140288/99226_ml_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:79:"https://www.fridolin-gmbh.de/thumbnail/5a/c8/3d/1689140288/99226_ml_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"e922d1ba2ea543788cd3439cbe03c640";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"f1ad281228c240bfaaa0e411a0520983";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:38:"media/5a/c8/3d/1689140288/99226_ml.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"e922d1ba2ea543788cd3439cbe03c640";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824604";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01929444a3207217b77529daef99d39d";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"12f3b6e31dc745f39d263aaef4d2ade0";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"12f3b6e31dc745f39d263aaef4d2ade0";}s:11:"\x00*\x00quantity";i:4;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"12f3b6e31dc745f39d263aaef4d2ade0";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"0c4699f682d84e42a69ed1fc06ae87c8";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:38:08.835";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";N;s:13:"productNumber";s:5:"99227";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:4:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"28447395cd4049c3820958e56585876c";i:3;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018cd3c220f6722ead21b367ca2ea1c0";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:27:"Spieluhr, Steigerlied, blau";s:11:"\x00*\x00quantity";i:8;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:8;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:8;s:13:"\x00*\x00totalPrice";d:30.32;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:30.32;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"ed2884af0b6d409f8f62f11fedda4aa2";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:28:"Spieluhr "Steigerlied", blau";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:08.834000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:08.866000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:60668;s:8:"\x00*\x00title";s:28:"Spieluhr "Steigerlied", blau";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"79b386f657a9680c6979e39c2fc1586e";s:4:"type";i:2;s:5:"width";i:1000;s:6:"height";i:756;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:08.863000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:67:"https://www.fridolin-gmbh.de/media/b8/d1/cf/1689140288/99227_ml.jpg";s:11:"\x00*\x00fileName";s:8:"99227_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"336707ab2b9e40d5b5785e9cf2d0fbf6";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"336707ab2b9e40d5b5785e9cf2d0fbf6";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:14.444000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2945;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:50:"thumbnail/b8/d1/cf/1689140288/99227_ml_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:79:"https://www.fridolin-gmbh.de/thumbnail/b8/d1/cf/1689140288/99227_ml_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"ed2884af0b6d409f8f62f11fedda4aa2";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"336707ab2b9e40d5b5785e9cf2d0fbf6";}s:32:"7fe79671727a46618883737614b4197a";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"7fe79671727a46618883737614b4197a";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:14.444000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2945;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:52:"thumbnail/b8/d1/cf/1689140288/99227_ml_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:81:"https://www.fridolin-gmbh.de/thumbnail/b8/d1/cf/1689140288/99227_ml_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"ed2884af0b6d409f8f62f11fedda4aa2";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"7fe79671727a46618883737614b4197a";}s:32:"e093e6c8ff0f462b8b1195e091a5972c";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"e093e6c8ff0f462b8b1195e091a5972c";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:14.444000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:2945;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:50:"thumbnail/b8/d1/cf/1689140288/99227_ml_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:79:"https://www.fridolin-gmbh.de/thumbnail/b8/d1/cf/1689140288/99227_ml_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"ed2884af0b6d409f8f62f11fedda4aa2";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"e093e6c8ff0f462b8b1195e091a5972c";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:38:"media/b8/d1/cf/1689140288/99227_ml.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"ed2884af0b6d409f8f62f11fedda4aa2";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824607";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01929444b29f7286b5ff79b5bebd4beb";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"0c4699f682d84e42a69ed1fc06ae87c8";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"0c4699f682d84e42a69ed1fc06ae87c8";}s:11:"\x00*\x00quantity";i:8;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:8;s:13:"\x00*\x00totalPrice";d:30.32;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:30.32;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"0c4699f682d84e42a69ed1fc06ae87c8";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"69aa9fa8ff9444b7aa6b72b3c0e22733";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-07-12 05:38:09.065";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";s:5:"isNew";b:0;s:15:"markAsTopseller";N;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:5:"99228";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:4:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"28447395cd4049c3820958e56585876c";i:3;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:4:{i:0;s:32:"018cd3c220f6722ead21b367ca2ea1c0";i:1;s:32:"018f382488a57a318a01255313cedd72";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";i:3;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:45:"Spieluhr, Steigerlied, Steiger-Symbol neutral";s:11:"\x00*\x00quantity";i:4;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:4;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"5100f85ae4ee4c3cafc1a874bff749c6";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";s:31:"Spieluhr "Steigerlied", neutral";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:09.064000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:09.080000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:259037;s:8:"\x00*\x00title";s:31:"Spieluhr "Steigerlied", neutral";s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}s:13:"\x00*\x00extensions";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"a0ac2d2bd7700bb6aa230a17f674021b";s:4:"type";i:2;s:5:"width";i:945;s:6:"height";i:714;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:09.079000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:67:"https://www.fridolin-gmbh.de/media/66/ac/e6/1689140289/99228_ml.jpg";s:11:"\x00*\x00fileName";s:8:"99228_ml";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:3:{s:32:"5e4848d5b7c146d490e4d013e2bedb87";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"5e4848d5b7c146d490e4d013e2bedb87";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:15.058000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3210;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:52:"thumbnail/66/ac/e6/1689140289/99228_ml_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:81:"https://www.fridolin-gmbh.de/thumbnail/66/ac/e6/1689140289/99228_ml_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"5100f85ae4ee4c3cafc1a874bff749c6";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"5e4848d5b7c146d490e4d013e2bedb87";}s:32:"89c64651c3d24529994668dbd010c7c0";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"89c64651c3d24529994668dbd010c7c0";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:15.058000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3210;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:50:"thumbnail/66/ac/e6/1689140289/99228_ml_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:79:"https://www.fridolin-gmbh.de/thumbnail/66/ac/e6/1689140289/99228_ml_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"5100f85ae4ee4c3cafc1a874bff749c6";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"89c64651c3d24529994668dbd010c7c0";}s:32:"b907115b2e4340c2853833e963df8731";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"b907115b2e4340c2853833e963df8731";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-07-12 05:38:15.058000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3210;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:50:"thumbnail/66/ac/e6/1689140289/99228_ml_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:79:"https://www.fridolin-gmbh.de/thumbnail/66/ac/e6/1689140289/99228_ml_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"5100f85ae4ee4c3cafc1a874bff749c6";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"b907115b2e4340c2853833e963df8731";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:38:"media/66/ac/e6/1689140289/99228_ml.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"5100f85ae4ee4c3cafc1a874bff749c6";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824610";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01929445236b7143aab4c7b9d9aa6d51";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"69aa9fa8ff9444b7aa6b72b3c0e22733";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"69aa9fa8ff9444b7aa6b72b3c0e22733";}s:11:"\x00*\x00quantity";i:4;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:4;s:13:"\x00*\x00totalPrice";d:15.16;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:15.16;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"69aa9fa8ff9444b7aa6b72b3c0e22733";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"01902a0ea808712784d86a0799b4beea";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-06-18 06:35:22.051";s:11:"releaseDate";s:23:"2024-07-01 00:00:00.000";s:5:"isNew";b:1;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:5:"58336";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69e1524e72b09f452c1b239c9ca4";}s:11:"categoryIds";a:8:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"a3a6526ea8164eff8d009845f990381b";i:2;s:32:"0189f8072aad71a8a38f30e4a7c21137";i:3;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:4;s:32:"28447395cd4049c3820958e56585876c";i:5;s:32:"0189d41467087f9abc5a656db3155f7f";i:6;s:32:"0189fc9807fb7dbf80e26515d50b12f0";i:7;s:32:"a6d5f13f6a9646bfbec04e89871ed609";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:6:{i:0;s:32:"0189d41a83fa72029a5651b2a1c5d752";i:1;s:32:"018ab70005bc7d8a9c78771ac883b956";i:2;s:32:"018cd3c270ce7397b63820e9e43d9249";i:3;s:32:"018f382488a57a318a01255313cedd72";i:4;s:32:"0191c11e33267cf48a148e67a2cf616f";i:5;s:32:"22fd70b94cde43cb936612ec71087f95";}s:8:"parentId";N;s:5:"stock";i:99836;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:62:"Spieluhr, Weihnacht, Stille Nacht, Esther Bennink, It's coming";s:11:"\x00*\x00quantity";i:8;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:3.79;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:8;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:8;s:13:"\x00*\x00totalPrice";d:30.32;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:30.32;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01902a120492706abd015ecc143611a3";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:02.418000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:02.793000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:345502;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"982d3e043bcf583e93de377e4a6b9503";s:4:"type";i:2;s:5:"width";i:939;s:6:"height";i:709;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:02.790000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:64:"https://www.fridolin-gmbh.de/media/33/44/b6/1718692742/58336.jpg";s:11:"\x00*\x00fileName";s:5:"58336";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"01902a120945710080671884527a272f";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01902a120945710080671884527a272f";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:03.494000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3481;s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:47:"thumbnail/33/44/b6/1718692742/58336_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/33/44/b6/1718692742/58336_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"01902a120492706abd015ecc143611a3";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01902a120945710080671884527a272f";}s:32:"01902a120945710080671884528aa574";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01902a120945710080671884528aa574";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:03.495000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3481;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:49:"thumbnail/33/44/b6/1718692742/58336_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/33/44/b6/1718692742/58336_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"01902a120492706abd015ecc143611a3";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01902a120945710080671884528aa574";}s:32:"01902a12094571008067188453150e29";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01902a12094571008067188453150e29";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:03.495000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3481;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:47:"thumbnail/33/44/b6/1718692742/58336_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/33/44/b6/1718692742/58336_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"01902a120492706abd015ecc143611a3";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01902a12094571008067188453150e29";}s:32:"01902a12094571008067188453eacf5b";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"01902a12094571008067188453eacf5b";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-18 06:39:03.495000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3481;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:47:"thumbnail/33/44/b6/1718692742/58336_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/33/44/b6/1718692742/58336_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"01902a120492706abd015ecc143611a3";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01902a12094571008067188453eacf5b";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:35:"media/33/44/b6/1718692742/58336.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"01902a120492706abd015ecc143611a3";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:99836;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:4;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:4;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824614";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01934eae2b33730aa58c686a4918e9bb";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"01902a0ea808712784d86a0799b4beea";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"01902a0ea808712784d86a0799b4beea";}s:11:"\x00*\x00quantity";i:8;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:3.79;s:11:"\x00*\x00quantity";i:8;s:13:"\x00*\x00totalPrice";d:30.32;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:30.32;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"01902a0ea808712784d86a0799b4beea";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"018a63a4627073c4bfc27ef549137d2c";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-09-05 04:40:32.115";s:11:"releaseDate";s:23:"2023-01-01 00:00:00.000";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:5:"17720";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";a:1:{i:0;s:32:"018a69de8f457b3b93e4f0532dd09e88";}s:11:"categoryIds";a:5:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"32d20b32669f47da97855d57586c6f10";i:3;s:32:"789e1baca21746daa030294a5d9be0c0";i:4;s:32:"0189d40e5b4a7426936b28c61cf8cb73";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:3:{i:0;s:32:"0189d40c50527755a549beb05f169cb9";i:1;s:32:"0189d41f51ac7178aef7325339a0c368";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:49:"DISPLAY, IQ-Test, Edit 2, Holz, bunt, sort, 24 St";s:11:"\x00*\x00quantity";i:1;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:70.8;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:1;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:70.8;s:11:"\x00*\x00quantity";i:1;s:13:"\x00*\x00totalPrice";d:70.8;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:70.8;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a87ab26557259b35ef7cb9fb1cf2d";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:15.506000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:16.594000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:993309;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"96527b168f362905f803471f460ea584";s:4:"type";i:2;s:5:"width";i:1181;s:6:"height";i:1778;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:16.589000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:64:"https://www.fridolin-gmbh.de/media/c2/f0/7f/1694493256/17720.jpg";s:11:"\x00*\x00fileName";s:5:"17720";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"018a87ab3eac723095786bf3c1d9d52f";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a87ab3eac723095786bf3c1d9d52f";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:21.486000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3770;s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:47:"thumbnail/c2/f0/7f/1694493256/17720_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/c2/f0/7f/1694493256/17720_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"018a87ab26557259b35ef7cb9fb1cf2d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a87ab3eac723095786bf3c1d9d52f";}s:32:"018a87ab3eac723095786bf3c229908b";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a87ab3eac723095786bf3c229908b";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:21.486000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3770;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:49:"thumbnail/c2/f0/7f/1694493256/17720_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/c2/f0/7f/1694493256/17720_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"018a87ab26557259b35ef7cb9fb1cf2d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a87ab3eac723095786bf3c229908b";}s:32:"018a87ab3eac723095786bf3c2622c0c";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a87ab3eac723095786bf3c2622c0c";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:21.486000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3770;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:47:"thumbnail/c2/f0/7f/1694493256/17720_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/c2/f0/7f/1694493256/17720_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"018a87ab26557259b35ef7cb9fb1cf2d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a87ab3eac723095786bf3c2622c0c";}s:32:"018a87ab3eac723095786bf3c31fac3c";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a87ab3eac723095786bf3c31fac3c";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-12 04:34:21.486000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:3770;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:47:"thumbnail/c2/f0/7f/1694493256/17720_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/c2/f0/7f/1694493256/17720_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"018a87ab26557259b35ef7cb9fb1cf2d";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a87ab3eac723095786bf3c31fac3c";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:35:"media/c2/f0/7f/1694493256/17720.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a87ab26557259b35ef7cb9fb1cf2d";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:1;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:1;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824616";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01934eb8d0f4728d8ff4aa2832be896b";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"018a63a4627073c4bfc27ef549137d2c";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"018a63a4627073c4bfc27ef549137d2c";}s:11:"\x00*\x00quantity";i:1;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:70.8;s:11:"\x00*\x00quantity";i:1;s:13:"\x00*\x00totalPrice";d:70.8;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:70.8;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"018a63a4627073c4bfc27ef549137d2c";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}s:32:"018c62a729fa7227a4eee0d7fb40e145";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":25:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2023-12-13 10:09:31.645";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:156:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":false,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:5:"17800";s:14:"manufacturerId";s:32:"0191ff1ae21e7f819d23240e28a6ca39";s:5:"taxId";s:32:"003b6fd8f33c433ba26b31635408dd0f";s:6:"tagIds";N;s:11:"categoryIds";a:5:{i:0;s:32:"1496c573c0b7435a8757e290c4937efc";i:1;s:32:"77727cc1d71a4ae9b21b9ab1fc5834b6";i:2;s:32:"32d20b32669f47da97855d57586c6f10";i:3;s:32:"789e1baca21746daa030294a5d9be0c0";i:4;s:32:"0189d40e8c457570b415405030bca047";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:3:{i:0;s:32:"0189d40c50527755a549beb05f169cb9";i:1;s:32:"0189d4222cbe749da109d25d40abff88";i:2;s:32:"0191c11e33267cf48a148e67a2cf616f";}s:8:"parentId";N;s:5:"stock";i:100000;s:8:"features";a:0:{}}s:8:"\x00*\x00label";s:51:"DISPLAY, IQ-Test, Metall-Puzzle, eco , 20 Stk sort.";s:11:"\x00*\x00quantity";i:1;s:18:"\x00*\x00priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00price";d:45;s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:11:"\x00*\x00quantity";i:1;s:15:"\x00*\x00isCalculated";b:1;s:27:"\x00*\x00referencePriceDefinition";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:45;s:11:"\x00*\x00quantity";i:1;s:13:"\x00*\x00totalPrice";d:45;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:45;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:7:"\x00*\x00good";b:1;s:14:"\x00*\x00description";N;s:8:"\x00*\x00cover";O:39:"Shopware\Core\Content\Media\MediaEntity":53:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:28:"media_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8d0d91cd73679f3bc7bf25f8a1e1";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:3:"alt";N;s:5:"title";N;s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:40:00.818000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:42:03.641000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:5:"media";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:118;s:9:"\x00*\x00userId";s:32:"295fc47517d64170b1297edb77afb0a5";s:11:"\x00*\x00mimeType";s:10:"image/jpeg";s:16:"\x00*\x00fileExtension";s:3:"jpg";s:11:"\x00*\x00fileSize";i:1318794;s:8:"\x00*\x00title";N;s:14:"\x00*\x00metaDataRaw";N;s:15:"\x00*\x00mediaTypeRaw";s:133:"O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}";s:11:"\x00*\x00metaData";a:4:{s:4:"hash";s:32:"dcf1cfecfa8a1ec10edc0a21d459009a";s:4:"type";i:2;s:5:"width";i:1810;s:6:"height";i:1946;}s:12:"\x00*\x00mediaType";O:47:"Shopware\Core\Content\Media\MediaType\ImageType":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00name";s:5:"IMAGE";s:8:"\x00*\x00flags";a:0:{}}s:13:"\x00*\x00uploadedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:42:03.637000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:6:"\x00*\x00alt";N;s:6:"\x00*\x00url";s:64:"https://www.fridolin-gmbh.de/media/75/d3/0b/1694583723/17800.jpg";s:11:"\x00*\x00fileName";s:5:"17800";s:7:"\x00*\x00user";N;s:15:"\x00*\x00translations";N;s:13:"\x00*\x00categories";N;s:23:"\x00*\x00productManufacturers";N;s:15:"\x00*\x00productMedia";N;s:14:"\x00*\x00avatarUsers";N;s:13:"\x00*\x00thumbnails";O:77:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:4:{s:32:"018a8d1155c773cda2f9204149184080";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8d1155c773cda2f9204149184080";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:43:58.152000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:4058;s:8:"\x00*\x00width";i:280;s:7:"\x00*\x00path";s:47:"thumbnail/75/d3/0b/1694583723/17800_280x280.jpg";s:9:"\x00*\x00height";i:280;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/75/d3/0b/1694583723/17800_280x280.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8d0d91cd73679f3bc7bf25f8a1e1";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8d1155c773cda2f9204149184080";}s:32:"018a8d1155c773cda2f920414955f4cc";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8d1155c773cda2f920414955f4cc";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:43:58.152000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:4058;s:8:"\x00*\x00width";i:1920;s:7:"\x00*\x00path";s:49:"thumbnail/75/d3/0b/1694583723/17800_1920x1920.jpg";s:9:"\x00*\x00height";i:1920;s:6:"\x00*\x00url";s:78:"https://www.fridolin-gmbh.de/thumbnail/75/d3/0b/1694583723/17800_1920x1920.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8d0d91cd73679f3bc7bf25f8a1e1";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8d1155c773cda2f920414955f4cc";}s:32:"018a8d1155c773cda2f920414a093529";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8d1155c773cda2f920414a093529";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:43:58.152000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:4058;s:8:"\x00*\x00width";i:400;s:7:"\x00*\x00path";s:47:"thumbnail/75/d3/0b/1694583723/17800_400x400.jpg";s:9:"\x00*\x00height";i:400;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/75/d3/0b/1694583723/17800_400x400.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8d0d91cd73679f3bc7bf25f8a1e1";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8d1155c773cda2f920414a093529";}s:32:"018a8d1155c773cda2f920414a158397";O:73:"Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailEntity":16:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"media_thumbnail_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018a8d1155c773cda2f920414a158397";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-09-13 05:43:58.152000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"media_thumbnail";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";r:4058;s:8:"\x00*\x00width";i:800;s:7:"\x00*\x00path";s:47:"thumbnail/75/d3/0b/1694583723/17800_800x800.jpg";s:9:"\x00*\x00height";i:800;s:6:"\x00*\x00url";s:76:"https://www.fridolin-gmbh.de/thumbnail/75/d3/0b/1694583723/17800_800x800.jpg";s:10:"\x00*\x00mediaId";s:32:"018a8d0d91cd73679f3bc7bf25f8a1e1";s:8:"\x00*\x00media";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8d1155c773cda2f920414a158397";}}}s:16:"\x00*\x00mediaFolderId";s:32:"931cf3d750ca4e5db7509625a19940b2";s:14:"\x00*\x00mediaFolder";N;s:10:"\x00*\x00hasFile";b:1;s:10:"\x00*\x00private";b:0;s:23:"\x00*\x00propertyGroupOptions";N;s:20:"\x00*\x00mailTemplateMedia";N;s:7:"\x00*\x00tags";N;s:15:"\x00*\x00thumbnailsRo";s:0:"";s:7:"\x00*\x00path";s:35:"media/75/d3/0b/1694583723/17800.jpg";s:22:"\x00*\x00documentBaseConfigs";N;s:18:"\x00*\x00shippingMethods";N;s:17:"\x00*\x00paymentMethods";N;s:30:"\x00*\x00productConfiguratorSettings";N;s:17:"\x00*\x00orderLineItems";N;s:12:"\x00*\x00cmsBlocks";N;s:14:"\x00*\x00cmsSections";N;s:11:"\x00*\x00cmsPages";N;s:12:"\x00*\x00documents";N;s:20:"\x00*\x00appPaymentMethods";N;s:21:"\x00*\x00appShippingMethods";N;s:19:"\x00*\x00productDownloads";N;s:25:"\x00*\x00orderLineItemDownloads";N;s:9:"\x00*\x00config";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018a8d0d91cd73679f3bc7bf25f8a1e1";}s:22:"\x00*\x00deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00*\x00extensions";a:0:{}s:8:"\x00*\x00stock";i:100000;s:9:"\x00*\x00weight";N;s:15:"\x00*\x00freeDelivery";b:0;s:14:"\x00*\x00restockTime";N;s:15:"\x00*\x00deliveryTime";N;s:9:"\x00*\x00height";N;s:8:"\x00*\x00width";N;s:9:"\x00*\x00length";N;}s:11:"\x00*\x00children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:0:{}}s:14:"\x00*\x00requirement";N;s:12:"\x00*\x00removable";b:1;s:12:"\x00*\x00stackable";b:1;s:22:"\x00*\x00quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00*\x00extensions";a:0:{}s:14:"\x00*\x00minPurchase";i:1;s:14:"\x00*\x00maxPurchase";i:10000;s:16:"\x00*\x00purchaseSteps";i:1;}s:11:"\x00*\x00modified";b:0;s:16:"\x00*\x00dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-11-21 12:36:55.824620";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00*\x00dataContextHash";s:32:"74f3cfcd9d9835b445b42de2d50e7940";s:19:"\x00*\x00uniqueIdentifier";s:32:"01934eb9482972f6b50fde92800b652f";s:9:"\x00*\x00states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00*\x00modifiedByApp";b:0;s:64:"\x00Shopware\Core\Checkout\Cart\LineItem\LineItem\x00payloadProtection";a:7:{s:14:"purchasePrices";b:1;s:11:"categoryIds";b:0;s:12:"customFields";b:0;s:9:"optionIds";b:0;s:11:"propertyIds";b:0;s:9:"streamIds";b:0;s:6:"tagIds";b:0;}s:5:"\x00*\x00id";s:32:"018c62a729fa7227a4eee0d7fb40e145";s:7:"\x00*\x00type";s:7:"product";s:15:"\x00*\x00referencedId";s:32:"018c62a729fa7227a4eee0d7fb40e145";}s:11:"\x00*\x00quantity";i:1;s:8:"\x00*\x00price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:45;s:11:"\x00*\x00quantity";i:1;s:13:"\x00*\x00totalPrice";d:45;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:45;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:13:"\x00*\x00identifier";s:32:"018c62a729fa7227a4eee0d7fb40e145";s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}}}s:11:"\x00*\x00location";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation":4:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00country";O:42:"Shopware\Core\System\Country\CountryEntity":37:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:30:"country_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"0778b30fbd1c4af48b0ff5a598d0fc0f";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:4:"name";s:11:"Deutschland";s:12:"customFields";a:0:{}s:13:"addressFormat";a:5:{i:0;a:1:{i:0;s:15:"address/company";}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*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-04-14 07:45:39.779000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-27 06:44:33.979000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:7:"country";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:7:"\x00*\x00name";s:11:"Deutschland";s:6:"\x00*\x00iso";s:2:"DE";s:11:"\x00*\x00position";i:1;s:9:"\x00*\x00active";b:1;s:20:"\x00*\x00shippingAvailable";b:1;s:7:"\x00*\x00iso3";s:3:"DEU";s:29:"\x00*\x00displayStateInRegistration";b:0;s:27:"\x00*\x00forceStateInRegistration";b:0;s:20:"\x00*\x00checkVatIdPattern";b:0;s:15:"\x00*\x00vatIdPattern";s:13:"(DE)?[0-9]{9}";s:16:"\x00*\x00vatIdRequired";b:0;s:14:"\x00*\x00customerTax";O:58:"Shopware\Core\Framework\DataAbstractionLayer\TaxFreeConfig":4:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00enabled";b:0;s:13:"\x00*\x00currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:9:"\x00*\x00amount";d:0;}s:13:"\x00*\x00companyTax";O:58:"Shopware\Core\Framework\DataAbstractionLayer\TaxFreeConfig":4:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00enabled";b:0;s:13:"\x00*\x00currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:9:"\x00*\x00amount";d:0;}s:9:"\x00*\x00states";N;s:15:"\x00*\x00translations";N;s:17:"\x00*\x00orderAddresses";N;s:20:"\x00*\x00customerAddresses";N;s:33:"\x00*\x00salesChannelDefaultAssignments";N;s:16:"\x00*\x00salesChannels";N;s:11:"\x00*\x00taxRules";N;s:27:"\x00*\x00currencyCountryRoundings";N;s:21:"\x00*\x00postalCodeRequired";b:0;s:25:"\x00*\x00checkPostalCodePattern";b:0;s:33:"\x00*\x00checkAdvancedPostalCodePattern";b:0;s:28:"\x00*\x00advancedPostalCodePattern";N;s:27:"\x00*\x00defaultPostalCodePattern";s:5:"\d{5}";s:16:"\x00*\x00addressFormat";a:5:{i:0;a:1:{i:0;s:15:"address/company";}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*\x00customFields";N;s:5:"\x00*\x00id";s:32:"0778b30fbd1c4af48b0ff5a598d0fc0f";}s:8:"\x00*\x00state";N;s:10:"\x00*\x00address";O:79:"Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressEntity":29:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:39:"customer_address_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"018bb2db2036726da6c698a4c8418108";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-11-09 06:53:07.008000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-04-23 06:43:28.991000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:16:"customer_address";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:13:"\x00*\x00customerId";s:32:"018bb2370a9972a59b7e9f8e446ad292";s:12:"\x00*\x00countryId";s:32:"0778b30fbd1c4af48b0ff5a598d0fc0f";s:17:"\x00*\x00countryStateId";N;s:15:"\x00*\x00salutationId";s:32:"1c71ba3cb0784e8bb11a9ec86626722e";s:12:"\x00*\x00firstName";s:16:"Martina Vössing";s:11:"\x00*\x00lastName";s:21:"Wein & Spezialitäten";s:10:"\x00*\x00zipcode";s:5:"44623";s:7:"\x00*\x00city";s:8:"Herne   ";s:10:"\x00*\x00company";s:21:"Wein & Spezialitäten";s:13:"\x00*\x00department";N;s:8:"\x00*\x00title";N;s:9:"\x00*\x00street";s:13:"Behrensstr. 9";s:14:"\x00*\x00phoneNumber";s:13:"02323 9593413";s:25:"\x00*\x00additionalAddressLine1";N;s:25:"\x00*\x00additionalAddressLine2";N;s:10:"\x00*\x00country";r:9025;s:15:"\x00*\x00countryState";N;s:13:"\x00*\x00salutation";O:48:"Shopware\Core\System\Salutation\SalutationEntity":19:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:33:"salutation_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"1c71ba3cb0784e8bb11a9ec86626722e";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:3:{s:11:"displayName";s:12:"Keine Angabe";s:10:"letterName";s:1:" ";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-04-14 07:45:39.778000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-11-09 06:53:53.841000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:10:"salutation";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:16:"\x00*\x00salutationKey";s:13:"not_specified";s:14:"\x00*\x00displayName";s:12:"Keine Angabe";s:13:"\x00*\x00letterName";s:1:" ";s:15:"\x00*\x00translations";N;s:12:"\x00*\x00customers";N;s:20:"\x00*\x00customerAddresses";N;s:17:"\x00*\x00orderCustomers";N;s:17:"\x00*\x00orderAddresses";N;s:23:"\x00*\x00newsletterRecipients";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"1c71ba3cb0784e8bb11a9ec86626722e";}s:11:"\x00*\x00customer";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"018bb2db2036726da6c698a4c8418108";}}s:15:"\x00*\x00deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-01 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00*\x00latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-12-06 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}s:17:"\x00*\x00shippingMethod";O:52:"Shopware\Core\Checkout\Shipping\ShippingMethodEntity":32:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:38:"shipping_method_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"307683a334614c72a291087ad834a951";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:4:{s:4:"name";s:81:"Sollten Versandkosten anfallen, sind diese erst aus unserer Rechnung ersichtlich.";s:12:"customFields";a:0:{}s:11:"description";N;s:11:"trackingUrl";N;}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-04-14 07:45:39.901000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-08-27 07:04:36.801000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:15:"shipping_method";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:7:"\x00*\x00name";s:81:"Sollten Versandkosten anfallen, sind diese erst aus unserer Rechnung ersichtlich.";s:9:"\x00*\x00active";b:1;s:11:"\x00*\x00position";i:1;s:14:"\x00*\x00description";N;s:14:"\x00*\x00trackingUrl";N;s:17:"\x00*\x00deliveryTimeId";s:32:"9504845cb34f46b6a7071a1b4e24d389";s:15:"\x00*\x00deliveryTime";O:52:"Shopware\Core\System\DeliveryTime\DeliveryTimeEntity":17:{s:13:"\x00*\x00extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:36:"delivery_time_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";N;}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"9504845cb34f46b6a7071a1b4e24d389";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:2:{s:4:"name";s:30:"Versand ab ca. 10 Arbeitstagen";s:12:"customFields";a:0:{}}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-04-14 07:45:39.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-06-19 10:03:03.456000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:13:"delivery_time";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:7:"\x00*\x00name";s:30:"Versand ab ca. 10 Arbeitstagen";s:6:"\x00*\x00min";i:10;s:6:"\x00*\x00max";i:15;s:7:"\x00*\x00unit";s:3:"day";s:18:"\x00*\x00shippingMethods";N;s:15:"\x00*\x00translations";N;s:11:"\x00*\x00products";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"9504845cb34f46b6a7071a1b4e24d389";}s:15:"\x00*\x00translations";N;s:18:"\x00*\x00orderDeliveries";N;s:33:"\x00*\x00salesChannelDefaultAssignments";N;s:16:"\x00*\x00salesChannels";N;s:19:"\x00*\x00availabilityRule";N;s:21:"\x00*\x00availabilityRuleId";s:32:"aebfe3ff9aa44d45adededa86a5ff4ee";s:9:"\x00*\x00prices";O:91:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{s:32:"7174ecdccf574a6e8e2baf4a58f90067";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00*\x00extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00*\x00extensions";a:0:{}s:7:"\x00*\x00data";a:0:{}s:11:"\x00*\x00apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00*\x00_uniqueIdentifier";s:32:"7174ecdccf574a6e8e2baf4a58f90067";s:12:"\x00*\x00versionId";N;s:13:"\x00*\x00translated";a:0:{}s:12:"\x00*\x00createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-04-14 07:45:39.903000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00*\x00updatedAt";N;s:64:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_entityName";s:21:"shipping_method_price";s:69:"\x00Shopware\Core\Framework\DataAbstractionLayer\Entity\x00_fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00internalProperties";a:0:{}}s:19:"\x00*\x00shippingMethodId";s:32:"307683a334614c72a291087ad834a951";s:9:"\x00*\x00ruleId";N;s:14:"\x00*\x00calculation";i:1;s:16:"\x00*\x00quantityStart";d:0;s:14:"\x00*\x00quantityEnd";N;s:17:"\x00*\x00shippingMethod";N;s:7:"\x00*\x00rule";N;s:20:"\x00*\x00calculationRuleId";N;s:18:"\x00*\x00calculationRule";N;s:16:"\x00*\x00currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00*\x00extensions";a:0:{}s:13:"\x00*\x00currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00*\x00net";d:0;s:8:"\x00*\x00gross";d:0;s:9:"\x00*\x00linked";b:0;s:12:"\x00*\x00listPrice";N;s:13:"\x00*\x00percentage";N;s:18:"\x00*\x00regulationPrice";N;}}}s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"7174ecdccf574a6e8e2baf4a58f90067";}}}s:10:"\x00*\x00mediaId";N;s:8:"\x00*\x00taxId";N;s:8:"\x00*\x00media";N;s:7:"\x00*\x00tags";N;s:10:"\x00*\x00taxType";s:4:"auto";s:16:"\x00*\x00technicalName";s:17:"shipping_standard";s:6:"\x00*\x00tax";N;s:20:"\x00*\x00appShippingMethod";N;s:15:"\x00*\x00customFields";N;s:5:"\x00*\x00id";s:32:"307683a334614c72a291087ad834a951";}s:16:"\x00*\x00shippingCosts";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:0;s:11:"\x00*\x00quantity";i:1;s:13:"\x00*\x00totalPrice";d:0;s:18:"\x00*\x00calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00*\x00extensions";a:0:{}s:6:"\x00*\x00tax";d:0;s:10:"\x00*\x00taxRate";d:0;s:8:"\x00*\x00price";d:0;}}}s:11:"\x00*\x00taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00*\x00extensions";a:0:{}s:10:"\x00*\x00taxRate";d:0;s:13:"\x00*\x00percentage";d:100;}}}s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}}}}s:15:"\x00*\x00transactions";O:68:"Shopware\Core\Checkout\Cart\Transaction\Struct\TransactionCollection":2:{s:13:"\x00*\x00extensions";a:0:{}s:11:"\x00*\x00elements";a:1:{i:0;O:58:"Shopware\Core\Checkout\Cart\Transaction\Struct\Transaction":3:{s:13:"\x00*\x00extensions";a:0:{}s:9:"\x00*\x00amount";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00*\x00extensions";a:0:{}s:12:"\x00*\x00unitPrice";d:385.57;s:11:"\x00*\x00quantity";i:1;s:13:"\x00*\x00totalPrice";d:385.57;s:18:"\x00*\x00calculatedTaxes";r:11;s:11:"\x00*\x00taxRules";r:19;s:17:"\x00*\x00referencePrice";N;s:12:"\x00*\x00listPrice";N;s:18:"\x00*\x00regulationPrice";N;}s:18:"\x00*\x00paymentMethodId";s:32:"c248489352e149a8b50b25d89e736f42";}}}s:11:"\x00*\x00modified";b:0;s:18:"\x00*\x00customerComment";N;s:16:"\x00*\x00affiliateCode";N;s:15:"\x00*\x00campaignCode";N;s:9:"\x00*\x00source";N;s:38:"\x00Shopware\Core\Checkout\Cart\Cart\x00data";N;s:41:"\x00Shopware\Core\Checkout\Cart\Cart\x00ruleIds";a:5:{i:0;s:32:"1f4a016c4f2f4ab7adf1dfa32026f003";i:1;s:32:"457faf71d654452f90c3d1187b7d0fc4";i:2;s:32:"aebfe3ff9aa44d45adededa86a5ff4ee";i:3;s:32:"018fbe5f4892783586c30353a636b9ca";i:4;s:32:"018ad63d62ec7259adcbe09f41465f5d";}s:42:"\x00Shopware\Core\Checkout\Cart\Cart\x00behavior";O:40:"Shopware\Core\Checkout\Cart\CartBehavior":4:{s:13:"\x00*\x00extensions";a:0:{}s:53:"\x00Shopware\Core\Checkout\Cart\CartBehavior\x00permissions";a:0:{}s:51:"\x00Shopware\Core\Checkout\Cart\CartBehavior\x00hookAware";b:1;s:57:"\x00Shopware\Core\Checkout\Cart\CartBehavior\x00isRecalculation";b:0;}s:8:"\x00*\x00token";s:32:"9nKkFeFKqjF3LlKbSTRqMyTfkG7nz3QL";s:40:"\x00Shopware\Core\Checkout\Cart\Cart\x00states";a:0:{}}"
  "rule_ids" => "["1f4a016c4f2f4ab7adf1dfa32026f003","457faf71d654452f90c3d1187b7d0fc4","aebfe3ff9aa44d45adededa86a5ff4ee","018fbe5f4892783586c30353a636b9ca","018ad63d62ec7259adcbe09f41465f5d"]"
  "now" => "2024-11-21 12:36:55.863"
]
65 0.57 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"šñP­¡8M˜Š.‘ZêÐ{Û"
  true
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
]
66 1.56 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`.`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`.`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`.`available_stock` AS `product.availableStock`, `product`.`stock` AS `product.stock`, `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.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`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) AS `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) AS `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) AS `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `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`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) AS `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) AS `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `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`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) AS `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) AS `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) AS `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` AS `product.cover.customFields`, `product.cover`.`created_at` AS `product.cover.createdAt`, `product.cover`.`updated_at` AS `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) AS `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) AS `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) AS `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) AS `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) AS `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) AS `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) AS `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) AS `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) AS `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) AS `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` 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 (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_search_keywords AS `product.translation.customSearchKeywords`, `product.translation`.slot_config AS `product.translation.slotConfig`, `product.translation`.custom_fields AS `product.translation.customFields`, `product.translation`.created_at AS `product.translation.createdAt`, `product.translation`.updated_at AS `product.translation.updatedAt`, `product.translation`.product_id AS `product.translation.productId`, `product.translation`.language_id AS `product.translation.languageId`, `product.translation`.product_version_id AS `product.translation.productVersionId` 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_search_keywords AS `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config AS `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields AS `product.parent.translation.customFields`, `product.parent.translation`.created_at AS `product.parent.translation.createdAt`, `product.parent.translation`.updated_at AS `product.parent.translation.updatedAt`, `product.parent.translation`.product_id AS `product.parent.translation.productId`, `product.parent.translation`.language_id AS `product.parent.translation.languageId`, `product.parent.translation`.product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`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 `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 (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`, `product.unit.translation`.created_at AS `product.unit.translation.createdAt`, `product.unit.translation`.updated_at AS `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id AS `product.unit.translation.unitId`, `product.unit.translation`.language_id AS `product.unit.translation.languageId` 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`, `product.deliveryTime.translation`.created_at AS `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at AS `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id AS `product.deliveryTime.translation.languageId` 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` 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`.title AS `product.cover.media.translation.title`, `product.cover.media.translation`.alt AS `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields AS `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at AS `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at AS `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id AS `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id AS `product.cover.media.translation.languageId` 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` 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"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
]
67 0.38 ms
SELECT `product_price`.`id` AS `product_price.id`, `product_price`.`version_id` AS `product_price.versionId`, `product_price`.`product_id` AS `product_price.productId`, `product_price`.`product_version_id` AS `product_price.productVersionId`, `product_price`.`rule_id` AS `product_price.ruleId`, `product_price`.`price` AS `product_price.price`, `product_price`.`quantity_start` AS `product_price.quantityStart`, `product_price`.`quantity_end` AS `product_price.quantityEnd`, `product_price`.`custom_fields` AS `product_price.customFields`, `product_price`.`created_at` AS `product_price.createdAt`, `product_price`.`updated_at` AS `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
]
68 0.72 ms
# app-scripts::refresh::read
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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
69 0.40 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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘»c¹ZsדØOV™64u"
]
70 0.16 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‘»c¹ZsדØOV™64u"
]
71 0.41 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`
Parameters:
[]
72 0.24 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`
Parameters:
[]
73 0.51 ms
# product-detail-route::find-best-variant::search-ids
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`.`parent_id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) ORDER BY IFNULL((ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) + 0.0))) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100), (ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) + 0.0))) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100)) ASC, `product`.`available` DESC LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
  10
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
  true
]
74 0.33 ms
# product-detail-route::search-ids
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"šñP­¡8M˜Š.‘ZêÐ{Û"
  true
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
]
75 1.98 ms
# product-detail-route::read
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`.`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`.`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`.`available_stock` AS `product.availableStock`, `product`.`stock` AS `product.stock`, `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.manufacturer`.`id` AS `product.manufacturer.id`, `product.manufacturer`.`version_id` AS `product.manufacturer.versionId`, `product.manufacturer`.`media_id` AS `product.manufacturer.mediaId`, `product.manufacturer`.`link` AS `product.manufacturer.link`, `product.manufacturer`.`created_at` AS `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` AS `product.manufacturer.updatedAt`, `product.manufacturer.media`.`id` AS `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` AS `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` AS `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` AS `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` AS `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` AS `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` AS `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` AS `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` AS `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` AS `product.manufacturer.media.metaData`, `product.manufacturer.media`.`config` AS `product.manufacturer.media.config`, `product.manufacturer.media`.`path` AS `product.manufacturer.media.path`, `product.manufacturer.media`.`private` AS `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` AS `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`created_at` AS `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` AS `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.title`, COALESCE(`product.manufacturer.media.translation.title`,`product.manufacturer.media.translation.title`) AS `product.manufacturer.media.title`, `product.manufacturer.media.translation.alt`, COALESCE(`product.manufacturer.media.translation.alt`,`product.manufacturer.media.translation.alt`) AS `product.manufacturer.media.alt`, `product.manufacturer.media.translation.customFields`, COALESCE(`product.manufacturer.media.translation.customFields`,`product.manufacturer.media.translation.customFields`) AS `product.manufacturer.media.customFields`, `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation.languageId`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) AS `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) AS `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) AS `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, (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`, (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`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) AS `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) AS `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) AS `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `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`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) AS `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) AS `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `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`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) AS `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) AS `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) AS `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` AS `product.cover.customFields`, `product.cover`.`created_at` AS `product.cover.createdAt`, `product.cover`.`updated_at` AS `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) AS `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) AS `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) AS `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) AS `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) AS `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) AS `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) AS `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) AS `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) AS `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) AS `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` 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 (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_search_keywords AS `product.translation.customSearchKeywords`, `product.translation`.slot_config AS `product.translation.slotConfig`, `product.translation`.custom_fields AS `product.translation.customFields`, `product.translation`.created_at AS `product.translation.createdAt`, `product.translation`.updated_at AS `product.translation.updatedAt`, `product.translation`.product_id AS `product.translation.productId`, `product.translation`.language_id AS `product.translation.languageId`, `product.translation`.product_version_id AS `product.translation.productVersionId` 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_search_keywords AS `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config AS `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields AS `product.parent.translation.customFields`, `product.parent.translation`.created_at AS `product.parent.translation.createdAt`, `product.parent.translation`.updated_at AS `product.parent.translation.updatedAt`, `product.parent.translation`.product_id AS `product.parent.translation.productId`, `product.parent.translation`.language_id AS `product.parent.translation.languageId`, `product.parent.translation`.product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_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 `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 (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name AS `product.manufacturer.translation.name`, `product.manufacturer.translation`.description AS `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields AS `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at AS `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at AS `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id AS `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id AS `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id AS `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.manufacturer.media.translation`.media_id, `product.manufacturer.media.translation`.title AS `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.alt AS `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.custom_fields AS `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation`.created_at AS `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation`.updated_at AS `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation`.media_id AS `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation`.language_id AS `product.manufacturer.media.translation.languageId` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation`.language_id = ?) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`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`, `product.unit.translation`.created_at AS `product.unit.translation.createdAt`, `product.unit.translation`.updated_at AS `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id AS `product.unit.translation.unitId`, `product.unit.translation`.language_id AS `product.unit.translation.languageId` 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`, `product.deliveryTime.translation`.created_at AS `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at AS `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id AS `product.deliveryTime.translation.languageId` 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` 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`.title AS `product.cover.media.translation.title`, `product.cover.media.translation`.alt AS `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields AS `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at AS `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at AS `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id AS `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id AS `product.cover.media.translation.languageId` 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` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
]
76 0.76 ms
# product-detail-route::association::mainCategories::read
SELECT `main_category`.`id` AS `main_category.id`, `main_category`.`product_id` AS `main_category.productId`, `main_category`.`product_version_id` AS `main_category.productVersionId`, `main_category`.`category_id` AS `main_category.categoryId`, `main_category`.`category_version_id` AS `main_category.categoryVersionId`, `main_category`.`sales_channel_id` AS `main_category.salesChannelId`, `main_category`.`created_at` AS `main_category.createdAt`, `main_category`.`updated_at` AS `main_category.updatedAt`, `main_category.category`.`id` AS `main_category.category.id`, `main_category.category`.`version_id` AS `main_category.category.versionId`, `main_category.category`.`parent_id` AS `main_category.category.parentId`, `main_category.category`.`parent_version_id` AS `main_category.category.parentVersionId`, `main_category.category`.`after_category_id` AS `main_category.category.afterCategoryId`, `main_category.category`.`after_category_version_id` AS `main_category.category.afterCategoryVersionId`, `main_category.category`.`media_id` AS `main_category.category.mediaId`, `main_category.category`.`display_nested_products` AS `main_category.category.displayNestedProducts`, `main_category.category`.`auto_increment` AS `main_category.category.autoIncrement`, `main_category.category`.`level` AS `main_category.category.level`, `main_category.category`.`path` AS `main_category.category.path`, `main_category.category`.`child_count` AS `main_category.category.childCount`, `main_category.category`.`type` AS `main_category.category.type`, `main_category.category`.`product_assignment_type` AS `main_category.category.productAssignmentType`, `main_category.category`.`visible` AS `main_category.category.visible`, `main_category.category`.`active` AS `main_category.category.active`, `main_category.category`.`cms_page_id` AS `main_category.category.cmsPageId`, `main_category.category`.`cms_page_version_id` AS `main_category.category.cmsPageVersionId`, `main_category.category`.`product_stream_id` AS `main_category.category.productStreamId`, `main_category.category`.`custom_entity_type_id` AS `main_category.category.customEntityTypeId`, `main_category.category`.`created_at` AS `main_category.category.createdAt`, `main_category.category`.`updated_at` AS `main_category.category.updatedAt`, `main_category.category.translation.name`, COALESCE(`main_category.category.translation.name`,`main_category.category.translation.name`) AS `main_category.category.name`, `main_category.category.translation.breadcrumb`, COALESCE(`main_category.category.translation.breadcrumb`,`main_category.category.translation.breadcrumb`) AS `main_category.category.breadcrumb`, `main_category.category.translation.slotConfig`, COALESCE(`main_category.category.translation.slotConfig`,`main_category.category.translation.slotConfig`) AS `main_category.category.slotConfig`, `main_category.category.translation.linkType`, COALESCE(`main_category.category.translation.linkType`,`main_category.category.translation.linkType`) AS `main_category.category.linkType`, `main_category.category.translation.internalLink`, COALESCE(`main_category.category.translation.internalLink`,`main_category.category.translation.internalLink`) AS `main_category.category.internalLink`, `main_category.category.translation.externalLink`, COALESCE(`main_category.category.translation.externalLink`,`main_category.category.translation.externalLink`) AS `main_category.category.externalLink`, `main_category.category.translation.linkNewTab`, COALESCE(`main_category.category.translation.linkNewTab`,`main_category.category.translation.linkNewTab`) AS `main_category.category.linkNewTab`, `main_category.category.translation.description`, COALESCE(`main_category.category.translation.description`,`main_category.category.translation.description`) AS `main_category.category.description`, `main_category.category.translation.metaTitle`, COALESCE(`main_category.category.translation.metaTitle`,`main_category.category.translation.metaTitle`) AS `main_category.category.metaTitle`, `main_category.category.translation.metaDescription`, COALESCE(`main_category.category.translation.metaDescription`,`main_category.category.translation.metaDescription`) AS `main_category.category.metaDescription`, `main_category.category.translation.keywords`, COALESCE(`main_category.category.translation.keywords`,`main_category.category.translation.keywords`) AS `main_category.category.keywords`, `main_category.category.translation.customFields`, COALESCE(`main_category.category.translation.customFields`,`main_category.category.translation.customFields`) AS `main_category.category.customFields`, `main_category.category.translation.createdAt`, `main_category.category.translation.updatedAt`, `main_category.category.translation.categoryId`, `main_category.category.translation.languageId`, `main_category.category.translation.categoryVersionId` FROM `main_category` LEFT JOIN `category` `main_category.category` ON `main_category`.`category_id` = `main_category.category`.`id` AND `main_category`.`category_version_id` = `main_category.category`.`version_id` LEFT JOIN (SELECT `main_category.category.translation`.category_id, `main_category.category.translation`.category_version_id, `main_category.category.translation`.name AS `main_category.category.translation.name`, `main_category.category.translation`.breadcrumb AS `main_category.category.translation.breadcrumb`, `main_category.category.translation`.slot_config AS `main_category.category.translation.slotConfig`, `main_category.category.translation`.link_type AS `main_category.category.translation.linkType`, `main_category.category.translation`.internal_link AS `main_category.category.translation.internalLink`, `main_category.category.translation`.external_link AS `main_category.category.translation.externalLink`, `main_category.category.translation`.link_new_tab AS `main_category.category.translation.linkNewTab`, `main_category.category.translation`.description AS `main_category.category.translation.description`, `main_category.category.translation`.meta_title AS `main_category.category.translation.metaTitle`, `main_category.category.translation`.meta_description AS `main_category.category.translation.metaDescription`, `main_category.category.translation`.keywords AS `main_category.category.translation.keywords`, `main_category.category.translation`.custom_fields AS `main_category.category.translation.customFields`, `main_category.category.translation`.created_at AS `main_category.category.translation.createdAt`, `main_category.category.translation`.updated_at AS `main_category.category.translation.updatedAt`, `main_category.category.translation`.category_id AS `main_category.category.translation.categoryId`, `main_category.category.translation`.language_id AS `main_category.category.translation.languageId`, `main_category.category.translation`.category_version_id AS `main_category.category.translation.categoryVersionId` FROM `category_translation` `main_category.category.translation` WHERE `main_category.category.translation`.language_id = ?) `main_category.category.category_translation` ON `main_category.category.category_translation`.`category_id` = `main_category.category`.`id` AND `main_category.category.category_translation`.category_version_id = `main_category.category`.version_id WHERE (`main_category`.`sales_channel_id` = ? AND `main_category`.`product_id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
]
77 0.56 ms
# product-detail-route::association::media::read
SELECT `product_media`.`id` AS `product_media.id`, `product_media`.`version_id` AS `product_media.versionId`, `product_media`.`product_id` AS `product_media.productId`, `product_media`.`product_version_id` AS `product_media.productVersionId`, `product_media`.`media_id` AS `product_media.mediaId`, `product_media`.`position` AS `product_media.position`, `product_media.media`.`id` AS `product_media.media.id`, `product_media.media`.`user_id` AS `product_media.media.userId`, `product_media.media`.`media_folder_id` AS `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` AS `product_media.media.mimeType`, `product_media.media`.`file_extension` AS `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` AS `product_media.media.uploadedAt`, `product_media.media`.`file_name` AS `product_media.media.fileName`, `product_media.media`.`file_size` AS `product_media.media.fileSize`, `product_media.media`.`media_type` AS `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` AS `product_media.media.metaData`, `product_media.media`.`config` AS `product_media.media.config`, `product_media.media`.`path` AS `product_media.media.path`, `product_media.media`.`private` AS `product_media.media.private`, `product_media.media`.`thumbnails_ro` AS `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` AS `product_media.media.createdAt`, `product_media.media`.`updated_at` AS `product_media.media.updatedAt`, `product_media.media.translation.title`, COALESCE(`product_media.media.translation.title`,`product_media.media.translation.title`) AS `product_media.media.title`, `product_media.media.translation.alt`, COALESCE(`product_media.media.translation.alt`,`product_media.media.translation.alt`) AS `product_media.media.alt`, `product_media.media.translation.customFields`, COALESCE(`product_media.media.translation.customFields`,`product_media.media.translation.customFields`) AS `product_media.media.customFields`, `product_media.media.translation.createdAt`, `product_media.media.translation.updatedAt`, `product_media.media.translation.mediaId`, `product_media.media.translation.languageId`, `product_media`.`custom_fields` AS `product_media.customFields`, `product_media`.`created_at` AS `product_media.createdAt`, `product_media`.`updated_at` AS `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.media_id, `product_media.media.translation`.title AS `product_media.media.translation.title`, `product_media.media.translation`.alt AS `product_media.media.translation.alt`, `product_media.media.translation`.custom_fields AS `product_media.media.translation.customFields`, `product_media.media.translation`.created_at AS `product_media.media.translation.createdAt`, `product_media.media.translation`.updated_at AS `product_media.media.translation.updatedAt`, `product_media.media.translation`.media_id AS `product_media.media.translation.mediaId`, `product_media.media.translation`.language_id AS `product_media.media.translation.languageId` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.language_id = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
]
78 0.28 ms
# product-detail-route::association::prices::read
SELECT `product_price`.`id` AS `product_price.id`, `product_price`.`version_id` AS `product_price.versionId`, `product_price`.`product_id` AS `product_price.productId`, `product_price`.`product_version_id` AS `product_price.productVersionId`, `product_price`.`rule_id` AS `product_price.ruleId`, `product_price`.`price` AS `product_price.price`, `product_price`.`quantity_start` AS `product_price.quantityStart`, `product_price`.`quantity_end` AS `product_price.quantityEnd`, `product_price`.`custom_fields` AS `product_price.customFields`, `product_price`.`created_at` AS `product_price.createdAt`, `product_price`.`updated_at` AS `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
]
79 0.72 ms
# app-scripts::refresh::read
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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
80 0.48 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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘»c¹ZsדØOV™64u"
]
81 0.23 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‘»c¹ZsדØOV™64u"
]
82 0.34 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`
Parameters:
[]
83 0.20 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`
Parameters:
[]
84 0.30 ms
# breadcrumb-builder::main-category::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category`.`id` = `category.mainCategories`.`category_id` AND `category`.version_id = `category.mainCategories`.category_version_id WHERE (`category`.`version_id` = ?) AND (((`category.mainCategories`.`product_id` = ? AND `category.mainCategories`.`sales_channel_id` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
  "%|1496c573c0b7435a8757e290c4937efc|%"
  "%|0189f7c712be7aa886ea0702974136c4|%"
]
85 0.22 ms
# breadcrumb-builder::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`active` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?))) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  "%|1496c573c0b7435a8757e290c4937efc|%"
  "%|0189f7c712be7aa886ea0702974136c4|%"
  b"\x01‰Ô\x0E[Jt&“k(Æ\x1CøËs"
]
86 0.48 ms
# breadcrumb-builder::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰Ô\x0E[Jt&“k(Æ\x1CøËs"
]
87 0.94 ms
# header::languages::search-ids
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id`  LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id`  WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
]
88 0.80 ms
# header::languages::read
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.productSearchConfig`.`id` AS `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` AS `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` AS `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` AS `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` AS `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` AS `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` AS `language.productSearchConfig.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`, COALESCE(`language.translationCode.translation.name`,`language.translationCode.translation.name`) AS `language.translationCode.name`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) AS `language.translationCode.territory`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) AS `language.translationCode.customFields`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.localeId`, `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`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`, `language.translationCode.translation`.created_at AS `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at AS `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id AS `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id AS `language.translationCode.translation.languageId` 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` WHERE `language`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"£ê\x18õ\x16vHÃœ:L\x17\x016§Ø"
]
89 0.47 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x14û┼s└ÀCZçWÔÉ─ô~³"
  b"\x14û┼s└ÀCZçWÔÉ─ô~³"
  b"\x14û┼s└ÀCZçWÔÉ─ô~³"
]
90 3.33 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|1496c573c0b7435a8757e290c4937efc|%"
  1
  5
]
91 0.70 ms
SELECT LOWER(HEX(`category`.`parent_id`)) AS `category-ids.key`, COUNT(`category`.`id`) AS `category-ids.count`, COUNT(DISTINCT `category`.`id`) AS `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|1496c573c0b7435a8757e290c4937efc|%"
  5
  true
  true
]
92 0.68 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x14û┼s└ÀCZçWÔÉ─ô~³"
]
93 0.58 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
]
94 0.37 ms
# header::currencies::read
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`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) AS `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) AS `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) AS `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` 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`, `currency.translation`.created_at AS `currency.translation.createdAt`, `currency.translation`.updated_at AS `currency.translation.updatedAt`, `currency.translation`.currency_id AS `currency.translation.currencyId`, `currency.translation`.language_id AS `currency.translation.languageId` 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Í‚ó¬›ÑÀßÊ"
]
95 0.48 ms
SELECT `customer_group`.`id` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name AS `customer_group.translation.name`, `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`, `customer_group.translation`.custom_fields AS `customer_group.translation.customFields`, `customer_group.translation`.created_at AS `customer_group.translation.createdAt`, `customer_group.translation`.updated_at AS `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id AS `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id AS `customer_group.translation.languageId` 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 (COALESCE(`customer_group.translation.name`) IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "Gesperrte-Kundengruppe"
  "Declined customer group"
]
96 0.29 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01‰÷Ç\x12¾z¨†ê\x07\x02—A6Ä"
  b"\x01‰÷Ç\x12¾z¨†ê\x07\x02—A6Ä"
  b"\x01‰÷Ç\x12¾z¨†ê\x07\x02—A6Ä"
]
97 1.53 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|0189f7c712be7aa886ea0702974136c4|%"
  2
  5
]
98 0.35 ms
SELECT LOWER(HEX(`category`.`parent_id`)) AS `category-ids.key`, COUNT(`category`.`id`) AS `category-ids.count`, COUNT(DISTINCT `category`.`id`) AS `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|0189f7c712be7aa886ea0702974136c4|%"
  5
  true
  true
]
99 0.81 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x14û┼s└ÀCZçWÔÉ─ô~³"
  b"\x01‰÷Ç\x12¾z¨†ê\x07\x02—A6Ä"
]
100 0.25 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01‰Ô\x0E[Jt&“k(Æ\x1CøËs"
  b"\x01‰Ô\x0E[Jt&“k(Æ\x1CøËs"
  b"\x01‰÷Ç\x12¾z¨†ê\x07\x02—A6Ä"
]
101 1.06 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰Ô\x0E[Jt&“k(Æ\x1CøËs"
  b"\x14û┼s└ÀCZçWÔÉ─ô~³"
  b"\x01‰÷Ç\x12¾z¨†ê\x07\x02—A6Ä"
]
102 0.94 ms
# generic-page::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name AS `shipping_method.translation.name`, `shipping_method.translation`.description AS `shipping_method.translation.description`, `shipping_method.translation`.tracking_url AS `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields AS `shipping_method.translation.customFields`, `shipping_method.translation`.created_at AS `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at AS `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id AS `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id AS `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
]
103 1.09 ms
# generic-page::shipping-methods::read
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`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) AS `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) AS `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `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`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) AS `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) AS `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) AS `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) AS `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) AS `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) AS `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) AS `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name AS `shipping_method.translation.name`, `shipping_method.translation`.description AS `shipping_method.translation.description`, `shipping_method.translation`.tracking_url AS `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields AS `shipping_method.translation.customFields`, `shipping_method.translation`.created_at AS `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at AS `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id AS `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id AS `shipping_method.translation.languageId` 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 `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.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`, `shipping_method.deliveryTime.translation`.created_at AS `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at AS `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id AS `shipping_method.deliveryTime.translation.languageId` 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`.title AS `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt AS `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields AS `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at AS `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at AS `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id AS `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id AS `shipping_method.media.translation.languageId` 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"0vƒ£4aLr¢‘\x08zØ4©Q"
]
104 0.72 ms
# app-scripts::refresh::read
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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
105 0.60 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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘»c¹ZsדØOV™64u"
]
106 0.23 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‘»c¹ZsדØOV™64u"
]
107 0.44 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`
Parameters:
[]
108 0.26 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`
Parameters:
[]
109 0.40 ms
# generic-page::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
]
110 0.64 ms
# generic-page::payment-methods::read
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`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) AS `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) AS `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) AS `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) AS `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) AS `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) AS `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) AS `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` 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`, `payment_method.translation`.created_at AS `payment_method.translation.createdAt`, `payment_method.translation`.updated_at AS `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id AS `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id AS `payment_method.translation.languageId` 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 `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.media.translation`.media_id, `payment_method.media.translation`.title AS `payment_method.media.translation.title`, `payment_method.media.translation`.alt AS `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields AS `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at AS `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at AS `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id AS `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id AS `payment_method.media.translation.languageId` 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"ÂHH“RáI¨µ\v%ØžsoB"
]
111 0.54 ms
# app-scripts::refresh::read
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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
112 0.45 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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘»c¹ZsדØOV™64u"
]
113 0.21 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‘»c¹ZsדØOV™64u"
]
114 0.42 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`
Parameters:
[]
115 0.25 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`
Parameters:
[]
116 0.46 ms
# product-review-route::aggregation::customer-login-filter
SELECT `product_review`.`points` AS `ratingMatrix.key`, COUNT(`product_review`.`id`) AS `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ? OR `product_review`.`customer_id` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND (((`product_review`.`status` = ? OR `product_review`.`customer_id` = ?))) GROUP BY `product_review`.`points`
Parameters:
[
  true
  b"""
    \x01‹²7\n
    ™r¥›~ŸŽDjÒ’
    """
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
  true
  b"""
    \x01‹²7\n
    ™r¥›~ŸŽDjÒ’
    """
]
117 0.33 ms
# product-review-route::search-ids
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ? OR `product_review`.`customer_id` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?))) ORDER BY `product_review`.`created_at` DESC LIMIT 10
Parameters:
[
  true
  b"""
    \x01‹²7\n
    ™r¥›~ŸŽDjÒ’
    """
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
]
118 0.27 ms
SELECT COUNT(*) FROM (# product-review-route::search-ids
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ? OR `product_review`.`customer_id` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) total
Parameters:
[
  true
  b"""
    \x01‹²7\n
    ™r¥›~ŸŽDjÒ’
    """
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
]
119 0.32 ms
# product-review-route::search-ids
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (`product_review`.`customer_id` = ? AND ((`product_review`.`status` = ? OR `product_review`.`customer_id` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?))) LIMIT 1
Parameters:
[
  b"""
    \x01‹²7\n
    ™r¥›~ŸŽDjÒ’
    """
  true
  b"""
    \x01‹²7\n
    ™r¥›~ŸŽDjÒ’
    """
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
]
120 0.32 ms
# product-cross-selling-route::search-ids
SELECT `product_cross_selling`.`id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling`.`product_id` = `product_cross_selling.product`.`crossSellings` AND `product_cross_selling`.`product_version_id` = `product_cross_selling.product`.`version_id` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product`.`parent_id` = `product_cross_selling.product.parent`.`id` AND `product_cross_selling.product`.`parent_version_id` = `product_cross_selling.product.parent`.`version_id` WHERE (`product_cross_selling.product`.`id` = ? AND `product_cross_selling`.`active` = ?) ORDER BY `product_cross_selling`.`position` ASC
Parameters:
[
  b"\x01Šc¤q~s=œ\x0Fƒ\x1C‹2©L"
  1
]
121 0.39 ms
# product-cross-selling-route::read
SELECT `product_cross_selling`.`id` AS `product_cross_selling.id`, `product_cross_selling`.`position` AS `product_cross_selling.position`, `product_cross_selling`.`sort_by` AS `product_cross_selling.sortBy`, `product_cross_selling`.`sort_direction` AS `product_cross_selling.sortDirection`, `product_cross_selling`.`type` AS `product_cross_selling.type`, `product_cross_selling`.`active` AS `product_cross_selling.active`, `product_cross_selling`.`limit` AS `product_cross_selling.limit`, `product_cross_selling`.`product_id` AS `product_cross_selling.productId`, `product_cross_selling`.`product_version_id` AS `product_cross_selling.productVersionId`, `product_cross_selling`.`product_stream_id` AS `product_cross_selling.productStreamId`, `product_cross_selling`.`created_at` AS `product_cross_selling.createdAt`, `product_cross_selling`.`updated_at` AS `product_cross_selling.updatedAt`, `product_cross_selling.translation.name`, COALESCE(`product_cross_selling.translation.name`,`product_cross_selling.translation.name`) AS `product_cross_selling.name`, `product_cross_selling.translation.createdAt`, `product_cross_selling.translation.updatedAt`, `product_cross_selling.translation.productCrossSellingId`, `product_cross_selling.translation.languageId` FROM `product_cross_selling` LEFT JOIN (SELECT `product_cross_selling.translation`.product_cross_selling_id, `product_cross_selling.translation`.name AS `product_cross_selling.translation.name`, `product_cross_selling.translation`.created_at AS `product_cross_selling.translation.createdAt`, `product_cross_selling.translation`.updated_at AS `product_cross_selling.translation.updatedAt`, `product_cross_selling.translation`.product_cross_selling_id AS `product_cross_selling.translation.productCrossSellingId`, `product_cross_selling.translation`.language_id AS `product_cross_selling.translation.languageId` FROM `product_cross_selling_translation` `product_cross_selling.translation` WHERE `product_cross_selling.translation`.language_id = ?) `product_cross_selling.product_cross_selling_translation` ON `product_cross_selling.product_cross_selling_translation`.`product_cross_selling_id` = `product_cross_selling`.`id` WHERE `product_cross_selling`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    \x01‹"y\x0E\n
    |ø¼7"«›\x13
    """
]
122 0.25 ms
# product-cross-selling-route::association::assignedProducts::read
SELECT `product_cross_selling_assigned_products`.`id` AS `product_cross_selling_assigned_products.id`, `product_cross_selling_assigned_products`.`cross_selling_id` AS `product_cross_selling_assigned_products.crossSellingId`, `product_cross_selling_assigned_products`.`product_id` AS `product_cross_selling_assigned_products.productId`, `product_cross_selling_assigned_products`.`product_version_id` AS `product_cross_selling_assigned_products.productVersionId`, `product_cross_selling_assigned_products`.`position` AS `product_cross_selling_assigned_products.position`, `product_cross_selling_assigned_products`.`created_at` AS `product_cross_selling_assigned_products.createdAt`, `product_cross_selling_assigned_products`.`updated_at` AS `product_cross_selling_assigned_products.updatedAt` FROM `product_cross_selling_assigned_products` WHERE (`product_cross_selling_assigned_products`.`cross_selling_id` IN (?))
Parameters:
[
  b"""
    \x01‹"y\x0E\n
    |ø¼7"«›\x13
    """
]
123 0.36 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"šñP­¡8M˜Š.‘ZêÐ{Û"
  true
  b"\x01èc▄_Es█ñ`¤\x10ØjhV"
]
124 1.85 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`.`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`.`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`.`available_stock` AS `product.availableStock`, `product`.`stock` AS `product.stock`, `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`, (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.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`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) AS `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) AS `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) AS `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `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`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) AS `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) AS `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `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`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) AS `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) AS `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) AS `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` AS `product.cover.customFields`, `product.cover`.`created_at` AS `product.cover.createdAt`, `product.cover`.`updated_at` AS `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) AS `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) AS `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) AS `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) AS `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) AS `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) AS `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) AS `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) AS `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) AS `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) AS `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` 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 (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_search_keywords AS `product.translation.customSearchKeywords`, `product.translation`.slot_config AS `product.translation.slotConfig`, `product.translation`.custom_fields AS `product.translation.customFields`, `product.translation`.created_at AS `product.translation.createdAt`, `product.translation`.updated_at AS `product.translation.updatedAt`, `product.translation`.product_id AS `product.translation.productId`, `product.translation`.language_id AS `product.translation.languageId`, `product.translation`.product_version_id AS `product.translation.productVersionId` 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_search_keywords AS `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config AS `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields AS `product.parent.translation.customFields`, `product.parent.translation`.created_at AS `product.parent.translation.createdAt`, `product.parent.translation`.updated_at AS `product.parent.translation.updatedAt`, `product.parent.translation`.product_id AS `product.parent.translation.productId`, `product.parent.translation`.language_id AS `product.parent.translation.languageId`, `product.parent.translation`.product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`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 `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 (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`, `product.unit.translation`.created_at AS `product.unit.translation.createdAt`, `product.unit.translation`.updated_at AS `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id AS `product.unit.translation.unitId`, `product.unit.translation`.language_id AS `product.unit.translation.languageId` 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`, `product.deliveryTime.translation`.created_at AS `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at AS `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id AS `product.deliveryTime.translation.languageId` 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` 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`.title AS `product.cover.media.translation.title`, `product.cover.media.translation`.alt AS `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields AS `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at AS `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at AS `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id AS `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id AS `product.cover.media.translation.languageId` 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` 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"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01èc▄_Es█ñ`¤\x10ØjhV"
]
125 0.35 ms
SELECT `product_price`.`id` AS `product_price.id`, `product_price`.`version_id` AS `product_price.versionId`, `product_price`.`product_id` AS `product_price.productId`, `product_price`.`product_version_id` AS `product_price.productVersionId`, `product_price`.`rule_id` AS `product_price.ruleId`, `product_price`.`price` AS `product_price.price`, `product_price`.`quantity_start` AS `product_price.quantityStart`, `product_price`.`quantity_end` AS `product_price.quantityEnd`, `product_price`.`custom_fields` AS `product_price.customFields`, `product_price`.`created_at` AS `product_price.createdAt`, `product_price`.`updated_at` AS `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01èc▄_Es█ñ`¤\x10ØjhV"
]
126 0.60 ms
# app-scripts::refresh::read
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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
127 0.55 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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘»c¹ZsדØOV™64u"
]
128 0.17 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‘»c¹ZsדØOV™64u"
]
129 0.36 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`
Parameters:
[]
130 0.25 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`
Parameters:
[]
131 0.21 ms
SELECT `product_manufacturer_translation`.`name` AS `product_manufacturer_translation.name`, `product_manufacturer_translation`.`description` AS `product_manufacturer_translation.description`, `product_manufacturer_translation`.`custom_fields` AS `product_manufacturer_translation.customFields`, `product_manufacturer_translation`.`created_at` AS `product_manufacturer_translation.createdAt`, `product_manufacturer_translation`.`updated_at` AS `product_manufacturer_translation.updatedAt`, `product_manufacturer_translation`.`product_manufacturer_id` AS `product_manufacturer_translation.productManufacturerId`, `product_manufacturer_translation`.`language_id` AS `product_manufacturer_translation.languageId`, `product_manufacturer_translation`.`product_manufacturer_version_id` AS `product_manufacturer_translation.productManufacturerVersionId` FROM `product_manufacturer_translation` WHERE `product_manufacturer_translation`.`product_manufacturer_version_id` = ?
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
132 1.09 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`.`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`.`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`.`available_stock` AS `product.availableStock`, `product`.`stock` AS `product.stock`, `product`.`created_at` AS `product.createdAt`, `product`.`updated_at` AS `product.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) AS `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) AS `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) AS `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) AS `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) AS `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) AS `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) AS `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) AS `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) AS `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) AS `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` 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 (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_search_keywords AS `product.translation.customSearchKeywords`, `product.translation`.slot_config AS `product.translation.slotConfig`, `product.translation`.custom_fields AS `product.translation.customFields`, `product.translation`.created_at AS `product.translation.createdAt`, `product.translation`.updated_at AS `product.translation.updatedAt`, `product.translation`.product_id AS `product.translation.productId`, `product.translation`.language_id AS `product.translation.languageId`, `product.translation`.product_version_id AS `product.translation.productVersionId` 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_search_keywords AS `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config AS `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields AS `product.parent.translation.customFields`, `product.parent.translation`.created_at AS `product.parent.translation.createdAt`, `product.parent.translation`.updated_at AS `product.parent.translation.updatedAt`, `product.parent.translation`.product_id AS `product.parent.translation.productId`, `product.parent.translation`.language_id AS `product.parent.translation.languageId`, `product.parent.translation`.product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01èc▄_Es█ñ`¤\x10ØjhV"
]
133 0.60 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.netiToolKitAttribute`.`id` AS `property_group_option.group.netiToolKitAttribute.id`, `property_group_option.group.netiToolKitAttribute`.`property_group_id` AS `property_group_option.group.netiToolKitAttribute.propertyGroupId`, `property_group_option.group.netiToolKitAttribute`.`display_in_listing` AS `property_group_option.group.netiToolKitAttribute.displayInListing`, `property_group_option.group.netiToolKitAttribute`.`created_at` AS `property_group_option.group.netiToolKitAttribute.createdAt`, `property_group_option.group.netiToolKitAttribute`.`updated_at` AS `property_group_option.group.netiToolKitAttribute.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) AS `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) AS `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) AS `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) AS `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) AS `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) AS `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) AS `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` 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`, `property_group_option.translation`.created_at AS `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at AS `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id AS `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id AS `property_group_option.translation.languageId` 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 `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`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`, `property_group_option.group.translation`.created_at AS `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at AS `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id AS `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id AS `property_group_option.group.translation.languageId` 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` LEFT JOIN `neti_tk_property_group_attribute` `property_group_option.group.netiToolKitAttribute` ON `property_group_option.group`.`id` = `property_group_option.group.netiToolKitAttribute`.`property_group_id` WHERE (`property_group_option`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01æ■█oürø║i\x00\x16V2"
]
134 0.45 ms
SELECT `customer_group`.`id` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name AS `customer_group.translation.name`, `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`, `customer_group.translation`.custom_fields AS `customer_group.translation.customFields`, `customer_group.translation`.created_at AS `customer_group.translation.createdAt`, `customer_group.translation`.updated_at AS `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id AS `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id AS `customer_group.translation.languageId` 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 (COALESCE(`customer_group.translation.name`) IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "Gesperrte-Kundengruppe"
  "Declined customer group"
]
135 0.54 ms
# app-scripts::refresh::read
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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
136 0.40 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`.`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`.`write_access` AS `app.integration.writeAccess`, `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`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘»c¹ZsדØOV™64u"
]
137 0.16 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‘»c¹ZsדØOV™64u"
]
138 0.30 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`
Parameters:
[]
139 0.17 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`
Parameters:
[]
140 0.26 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"šñP­¡8M˜Š.‘ZêÐ{Û"
]
141 0.51 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:
[
  "/detail/018a63a4717e733d9c0f831c8b32a94c"
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"£ê\x18õ\x16vHÃœ:L\x17\x016§Ø"
]
142 0.15 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
143 0.21 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
Parameters:
[]
144 0.52 ms
# theme-service::load-config::read
SELECT `theme`.`id` AS `theme.id`, `theme`.`technical_name` AS `theme.technicalName`, `theme`.`name` AS `theme.name`, `theme`.`author` AS `theme.author`, `theme`.`preview_media_id` AS `theme.previewMediaId`, `theme`.`parent_theme_id` AS `theme.parentThemeId`, `theme`.`theme_json` AS `theme.themeJson`, `theme`.`base_config` AS `theme.baseConfig`, `theme`.`config_values` AS `theme.configValues`, `theme`.`active` AS `theme.active`, `theme`.`created_at` AS `theme.createdAt`, `theme`.`updated_at` AS `theme.updatedAt`, `theme.translation.description`, COALESCE(`theme.translation.description`,`theme.translation.description`) AS `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) AS `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) AS `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) AS `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description AS `theme.translation.description`, `theme.translation`.labels AS `theme.translation.labels`, `theme.translation`.help_texts AS `theme.translation.helpTexts`, `theme.translation`.custom_fields AS `theme.translation.customFields`, `theme.translation`.created_at AS `theme.translation.createdAt`, `theme.translation`.updated_at AS `theme.translation.updatedAt`, `theme.translation`.theme_id AS `theme.translation.themeId`, `theme.translation`.language_id AS `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.language_id = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
145 0.47 ms
# theme-service::resolve-media::read
SELECT `media`.`id` AS `media.id`, `media`.`user_id` AS `media.userId`, `media`.`media_folder_id` AS `media.mediaFolderId`, `media`.`mime_type` AS `media.mimeType`, `media`.`file_extension` AS `media.fileExtension`, `media`.`uploaded_at` AS `media.uploadedAt`, `media`.`file_name` AS `media.fileName`, `media`.`file_size` AS `media.fileSize`, `media`.`media_type` AS `media.mediaTypeRaw`, `media`.`meta_data` AS `media.metaData`, `media`.`config` AS `media.config`, `media`.`path` AS `media.path`, `media`.`private` AS `media.private`, `media`.`thumbnails_ro` AS `media.thumbnailsRo`, `media`.`created_at` AS `media.createdAt`, `media`.`updated_at` AS `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) AS `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) AS `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) AS `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title AS `media.translation.title`, `media.translation`.alt AS `media.translation.alt`, `media.translation`.custom_fields AS `media.translation.customFields`, `media.translation`.created_at AS `media.translation.createdAt`, `media.translation`.updated_at AS `media.translation.updatedAt`, `media.translation`.media_id AS `media.translation.mediaId`, `media.translation`.language_id AS `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"AïãN„äGv•0\x10Ú£\x14r9"
  b"\tÔÅaåIB­ø¹~¥o+<ã"
]
146 0.30 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
Parameters:
[]
147 0.18 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
148 0.12 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"QHÈS¼rMe©š¬Ahb¥¶"
]
149 0.21 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name AS themeName, parentTheme.technical_name AS parentThemeName
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
]
150 0.14 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
151 0.11 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
152 0.11 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
153 0.08 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
154 0.06 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
155 0.29 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"QHÈS¼rMe©š¬Ahb¥¶"
]
156 0.79 ms
# breadcrumb-extension::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"wr|Á×\x1AJé²\eš±üX4¶"
  b"\v2fŸGÚ—…]WXlo\x10"
  b"\e¬¢\x17FÚ 0)J]›àÀ"
  b"\x01‰Ô\x0E[Jt&“k(Æ\x1CøËs"
]
157 10.36 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/detail/018a63a4717e733d9c0f831c8b32a94c"
  "/"
  "/navigation/08faca8bad054dc6a0f8bc77c88da3a0"
  "/navigation/5c8f28081fdd40b5afdbfe136a5ef936"
  "/navigation/34a418dfe87b45e99e33626195b12a54"
  "/navigation/696882727e6747d6923756e1c6ed2da1"
  "/navigation/c9294424ac984b9386076011ab68ed99"
  "/navigation/32d20b32669f47da97855d57586c6f10"
  "/navigation/789e1baca21746daa030294a5d9be0c0"
  "/navigation/0189d40e5b4a7426936b28c61cf8cb73"
  "/navigation/0189d40e79dc75008a390ece721fe352"
  "/navigation/0189d40e8c457570b415405030bca047"
  "/navigation/dd548063992841b598fb101662c335a7"
  "/navigation/28447395cd4049c3820958e56585876c"
  "/navigation/a6d5f13f6a9646bfbec04e89871ed609"
  "/navigation/ca287a8ee9fa42d38f7a26d597abc30b"
  "/navigation/018ab6a7cd917917ad6e4eea0ea38d6d"
  "/navigation/018badd7c91c778bb40c16071a4f7469"
  "/navigation/ba66d017b8954f48bb73aa45a5a98907"
  "/navigation/018a261627577bc29bf872997c243394"
  "/navigation/c6dff71eaa684aab8f53d9a4f648d995"
  "/navigation/4d12928827fe4c7db87eadb97dd94770"
  "/navigation/a1137356c64245ca96f609a7bbfd537f"
  "/navigation/018badb848fb7ec3a6e3476b3ce5a2c6"
  "/navigation/018baddb2feb770ab96bcb0da2095c40"
  "/navigation/03f32f96a16a46bb8c35395f95b3da54"
  "/navigation/b438403edd9a4162a2daec43ff2f2902"
  "/navigation/018a640feed07b6d9d6d9b94aafe0f70"
  "/navigation/1412095d7ea44ab9824ae5a74fe4a841"
  "/navigation/0809e3220ef74c7bb96e677b3ac659c8"
  "/navigation/8448278b5da0428394dcdf05ca2c2f58"
  "/navigation/018ab6d604797162a71afb2c32f8f9fe"
  "/navigation/3f41925925394161a078b01b545f2dd8"
  "/navigation/2ae136397708464c843926544b86cddc"
  "/navigation/43ab8d49b1ca4edfafcd5eea740f66fa"
  "/navigation/b44fd2fec9d44df69212696e30244de5"
  "/navigation/17d1f8d628ef4314a74e8fdfd5aaf819"
  "/navigation/f052a1d956584a08b5ef3037c91225d0"
  "/navigation/018bad8931a47a57a8c55f71a46932b2"
  "/navigation/018a6417f99579488053bdc961a93949"
  "/navigation/018a87876bb175ed87e4393203934902"
  "/navigation/26316aa952a94674a08a9f2b13511b01"
  "/navigation/018a8798742d74fa93918b0df497203a"
  "/navigation/018badf88b8471568618bc47657789fc"
  "/navigation/229f13a4b7f3494090b3b6437b69338d"
  "/navigation/b93dc5dfbd4e4843ad77e1e526a73662"
  "/navigation/018ba8df50047d80afa5d0a800c78b5e"
  "/navigation/018badb1bccd79f6af95f80ffc9aa95f"
  "/navigation/2c1f8a41b98d49a49e6244c3c505fbfa"
  "/navigation/018bad98284f7e879f37779141e61821"
  "/navigation/018ba8d7789d79ec994d85936d38ab0b"
  "/navigation/018af930d84a7da2a6a0964e8550fe00"
  "/navigation/018ba8cde4697a14a728bdca5c6c4b9d"
  "/navigation/eec99c66df3e43a99c8c159c275bcb94"
  "/navigation/816c90150273434d8fc0646fa092b63e"
  "/navigation/d8f7a909647d4985a4d429e918abf068"
  "/navigation/018ba8cda1b07df7841237a96d93378a"
  "/navigation/cd06b550fd22435c975ac7ab23bcead9"
  "/navigation/018bada76d9f74189b49ab70a6112e3f"
  "/navigation/0189d4144a06773ea96b621c57dbcef9"
  "/navigation/0189d41467087f9abc5a656db3155f7f"
  "/navigation/0189f7f2098c7350a5b44cd937e083c0"
  "/navigation/0189f7f22df37f8d975ca06a1b2e40e4"
  "/navigation/018fecdfd1957beeada01e546e7053fa"
  "/navigation/0189f7f24e8f74559d9146246e1b3e5d"
  "/navigation/018a6dc1dcf77d42a3c2004f41aa2741"
  "/navigation/0189f7f2626872a4bde9b4e3e03da4ef"
  "/navigation/0189f7f27f4c7a969a367f4600e3bd17"
  "/navigation/0189f7f29010736cb70ebdb8a8c8c1d5"
  "/navigation/e584462b7d434960bede525624713e6e"
  "/navigation/bdf7a3aa3a3248c0ac1ca36133b9affe"
  "/navigation/b942473b845642baae6320b1e477eaca"
  "/navigation/018a0199a36e73a0a4b096b47537b9df"
  "/navigation/9e19c8325f5e4a16bafa06e388f65a63"
  "/navigation/64c317b6a0c54550b5a20f5e07505265"
  "/navigation/0189fcfc34be75709da2eb62ef543ae3"
  "/navigation/0189f7f3f9b87b15ac8f63a27242e369"
  "/navigation/0189f7f415d079049dab79361c64e924"
  "/navigation/0189f7f41ef479f8adc892e14dbfc195"
  "/navigation/0189fd002671759ca94297c06d7b1b42"
  "/navigation/0189f7f44cf77468ab1d4a77928dfb25"
  "/navigation/0189fd01364279e4855948b27efd8881"
  "/navigation/0189f7f4546c7466bd3f02e4dde78a00"
  "/navigation/0189f7f469af7f6094852311e4d82020"
  "/navigation/0189f7f4941f79889672f25a33d5d290"
  "/navigation/018ad08ab312736dbfe7f9dbad7189d5"
  "/navigation/0189f7f4b6fa7cc88a5e9f6aca47c69d"
  "/navigation/0189fd01b03a76588b404271d76d5bc7"
  "/navigation/0189f7f4cb05731dbac6be24b96a5965"
  "/navigation/0189f7f4ef80740faf1536c73e9c62aa"
  "/navigation/0189f7f4f8de78a0b028a01cf90707ac"
  "/navigation/0189f7f5114f71758027d06ddc6f171f"
  "/navigation/0189fd00ad117e6ea305ba6e19c68a4c"
  "/navigation/0189f7f5510676d09a1351cc215d853b"
  "/navigation/0189f7f5b79870839f14a026c7a8a819"
  "/navigation/0189f7f5cd377e0a81c50cb427fd005d"
  "/navigation/0189f7f5e4b87b0fb2a2c1071dfd51c5"
  "/navigation/0189fcfae8707237beb1854e7a3196a6"
  "/navigation/0189f7f5fcda7c058b6b7f3a694af2ad"
  "/navigation/018ad08ae1c170848841f87c3ebd1fb6"
  "/navigation/0189fd01ff1276e9a1edeae15a949849"
  "/navigation/0189f7f6362575a38c7c0409c69cde5e"
  "/navigation/0189f7f642f6769c9a9b635f19252b1d"
  "/navigation/0189fcffe11174ceb39237c1dd287411"
  "/navigation/0189f7f655467d7e90ab3ee78223c924"
  "/navigation/0189f7f684be7049979c7655fb13b9bf"
  "/navigation/0189f7f68f6c78b9b53e53082f374757"
  "/navigation/0189f7f6a509791ba83399c00be555d9"
  "/navigation/0189f803bcf77f9db251bcf557a671cc"
  "/navigation/26b64206b0bd4d17828e1602a54aab42"
  "/navigation/0189f804124b7b819a804fb6ebd744c6"
  "/navigation/0189f803ed8c7993bd76936d5d08dfb3"
  "/navigation/0189f8044d967f14a7a14eb1cfbade42"
  "/navigation/0189f80428a1778899e4d8399dfaa7a0"
  "/navigation/0189f804b9a6744eac342ad5d2166e26"
  "/navigation/0189f8033ba07c259cd152181572afa2"
  "/navigation/0189f80350cc7a4ca0c585844fa36d72"
  "/navigation/0189f804ab727943a4af57b7b9ed56cd"
  "/navigation/0189fd0cb0087414bc957e8c65a8c4aa"
  "/navigation/0fc0dd25d8b44e1a87d4a57830f18723"
  "/navigation/0189fd09111a7b95bee552346fcbbfc0"
  "/navigation/0189fd0aa8e573cc99125235fea07559"
  "/navigation/0189f804610377a3b30a18f0a63dc117"
  "/navigation/0189f8043a997e3c831411fc4c9448fd"
  "/navigation/0189fd0e5a2a739b9070f4f1654149b6"
  "/navigation/0189f80393de7b4f95fdd1fdd2b7f78a"
  "/navigation/0189fd0762577f7588b36148dbe66799"
  "/navigation/0189f804834f7828bda9c610117b0761"
  "/navigation/0189f803d0e47a26bdcac604b9e04a83"
  "/navigation/0189f803fa8b71a393e63b40264c20e8"
  "/navigation/0189f8028aa2737db31eaa5eaf48c6ea"
  "/navigation/0189f8039e587c44834a6dc3453dbffa"
  "/navigation/0189f81af6c27b62b1aa3591eac616fe"
  "/navigation/0189fd0b5f067d42ae7a6705f401e3c0"
  "/navigation/0189fc78f5af7d6f93aca1cdbda0f710"
  "/navigation/0189fc79256d728da71ed91fe541b056"
  "/navigation/018cc9b34a637d988b5399597f9f49e1"
  "/navigation/0189fc79311071fa8d40ccd7ea0640b7"
  "/navigation/0189fcb0cb2e7e82a9ff01e95d9ecdd3"
  "/navigation/0189fc7946da73f7bd43dd296362f53b"
  "/navigation/0189fc796987786a85b22027e8a564cc"
  "/navigation/0189fc799f2e77889e29528010f12f26"
  "/navigation/0189fcb1b4c772f18162e577f4d915cd"
  "/navigation/0189fc79dbcc7f9aa6a5f3b27de4c377"
  "/navigation/0189fc79fe9a7be3a80923c80bd50417"
  "/navigation/0189fc7a0ee178baad57b16505bd7977"
  "/navigation/0189fc7a51437cb791fe817b188a4955"
  "/navigation/0189fc7a68827b429b573a6126a82c07"
  "/navigation/0189fc7aa017709b8d708b4cec3e4841"
  "/navigation/0189fc7ae02d7340b96493e24c54123c"
  "/navigation/0189fc7af37c7151ac70b10e8e214139"
  "/navigation/0189fc7b54de770db47cbc76456e319e"
  "/navigation/0189fc7b6f9a77a191099ae0f23bde62"
  "/navigation/0189fc7b92ed7516b25291a6f45f05c4"
  "/navigation/0189fcb230a674d981e127f374691296"
  "/navigation/0189fc7bf6fb797fbc8ce7db9480afa7"
  "/navigation/0189fc7c36be764589a4d82b98375851"
  "/navigation/0189fcaae1e37284ae49d0ce255a2fc6"
  "/navigation/0189fc7c8646707ba05d2291c326887b"
  "/navigation/0189fc7cb9e37b6d99e32691001ce9e6"
  "/navigation/0189fc7cf9e479af90702fa819745a8e"
  "/navigation/0189fc7d27337f0997715b6adbf2d82e"
  "/navigation/0189fcb2c5d07eae94422c34a6ab9fd0"
  "/navigation/0189fc7d4ec67464b16d20a4b5e88ce8"
  "/navigation/0189fc7dc0367ea098c5cc2e3b67f7d2"
  "/navigation/0189fc7e381076a78ea3e2d8f21c9c69"
  "/navigation/0189fcabe97e7f4b979cf840198df8c3"
  "/navigation/0189fcb3234075958f2c17bd83c05189"
  "/navigation/0189fc7ddc90737ba5b0dd8c07ecdb95"
  "/navigation/0189fc7e75637eb3953ea2258cd38e03"
  "/navigation/0189fcb38c007622a1c4bbbf7fe1a394"
  "/navigation/0189fc7e99f671f39f14924594672c35"
  "/navigation/0189fc7eab3f7688884348bb79735a40"
  "/navigation/0189fc7ee81a74f6916262edb3f8c6e4"
  "/navigation/0189fcb3ece07427af084a2e4be978cd"
  "/navigation/0189fc7f0c937d94a796fe2f3bcb7423"
  "/navigation/0189fcb44ad873bd838955786ead42bc"
  "/navigation/0189fc7f25c17231a33c536c7fd536cb"
  "/navigation/0189fc7f625c7318ad0179a7a43a7a9f"
  "/navigation/0189fc7f8ace703897d40491b1a7fe7e"
  "/navigation/0189fc7f9f9d783eb54f4ebf2d5a4283"
  "/navigation/0189fc7fabda7efa9b3ffd7569b3cdfd"
  "/navigation/0189fc7fbef17c06a14a8757892e4e59"
  "/navigation/0189fc7fef597b209a7e600a7cb44bbd"
  "/navigation/0189fc805ba7760aa60a15f7ba394583"
  "/navigation/0189fc80a79272899d259e024920370b"
  "/navigation/0189fc80d30b7afb84b6ad7e94ea32f0"
  "/navigation/0189fc812b027a698a1966356fe35f26"
  "/navigation/0189fcac5277713b9ba719e049b5ad63"
  "/navigation/0189fc81bb147e39a0a3de9f148e1de9"
  "/navigation/0189fc81e0487d33ad17958ab09c6159"
  "/navigation/0189fcaca9c877848ad7b788bf2065a1"
  "/navigation/0189fc8201457182a69b9dbcaa1cc8bd"
  "/navigation/0189fcb5c4c9703ba396f6062dd3a6fa"
  "/navigation/0189fc8211657288a50b8c5c2914e4be"
  "/navigation/0189fc8230bf7458923861ac3a6eb546"
  "/navigation/0189fc82719d70f3af924753c164ae17"
  "/navigation/0189fcb6174975c7a54825ccdd3c2713"
  "/navigation/0189fc82c82f7e64a1419535f59d432b"
  "/navigation/0189fc83d95b7271a347b37699696dcb"
  "/navigation/0189fc8504bb7ec4ac3db2edc8dfc68b"
  "/navigation/0189fc852ddc7723845630d53ef27e8e"
  "/navigation/0189fc854d2e7ed290880bf8711e96c4"
  "/navigation/0189fc8581d470b3aa2f51f13e6d83dc"
  "/navigation/0189fc85d3847a62b5580063291a4310"
  "/navigation/0189fc8648827f53a8278f682a05a5d8"
  "/navigation/0189fc8659907d7fb5d9222e2bd1e132"
  "/navigation/0189fc8691fe7179b129858130894a02"
  "/navigation/0189fc86ab25778181f63e8f0e15275e"
  "/navigation/0189fc86c3a274be9c5c086d59848675"
  "/navigation/0189fc86da297cd78b061e3bfab33ea2"
  "/navigation/0189fc86fa057fbba164247c613add6c"
  "/navigation/0189fc871ec17467b98d21a4954117e6"
  "/navigation/0189fc873ed9772f89a19ae53d4a4b63"
  "/navigation/0189fc8767b679bca797bd316264dc87"
  "/navigation/0189fc8787ae7b77affc840a9980aace"
  "/navigation/0189fc87a3ab769c9a07fc8262c85429"
  "/navigation/0189fc87cc307ea2b1aa597022526cfe"
  "/navigation/0189fc881d407f409d3425166601102d"
  "/navigation/0189fcb69de1701a8db0e78026743d4b"
  "/navigation/0189fc883eb5789eaf72e21756e196ae"
  "/navigation/0189fc88b765789d9a4f9f2d93dd6707"
  "/navigation/0189fc8920e7777ba9b64132f43f94ec"
  "/navigation/0189fc893963732781d35c81d9ceaeb1"
  "/navigation/0189fc8978eb737396e3b0378a51fefe"
  "/navigation/0189fc89d89974758ac37506768f9a3d"
  "/navigation/0189fc89f3827482b08d7f3e09359009"
  "/navigation/0189fc8b109c74eaafa0119384bd3e55"
  "/navigation/0189fcb789e278da97d0ed88ea65cb19"
  "/navigation/0189fc8b2c7d70e38d1752b54310d954"
  "/navigation/0189fc8bcb0873438a3cd957974b81ad"
  "/navigation/0189fc8c001675e7a1b2e0dee948c57a"
  "/navigation/0189fcad8d7a7d8b8119dfb2f823ed51"
  "/navigation/0189fc8c43017edaaba9006d1858cca9"
  "/navigation/0189fc8c501a716ea1dd985ebc9ff906"
  "/navigation/0189fc8d0cda7fe486b67e69c980f37f"
  "/navigation/0189fc8d22c67816aedd7d7baefa9869"
  "/navigation/0189fc8d382b7bbbaf5e2144f4086212"
  "/navigation/0189fc8d441c796da3fdd35e86735ed4"
  "/navigation/0189fc8d71ba7cc9ace1fb11cf36a436"
  "/navigation/0189fc8d964872a18171dc7b8fe9607f"
  "/navigation/0189fc8db8297156b1c236e0f36bd9d8"
  "/navigation/0189fc8dfca872028ee2cfd7629de1d0"
  "/navigation/0189fcb90e5d76f3b657c931e113c61f"
  "/navigation/0189fc8e419e7f94acfc87fe1587249e"
  "/navigation/0189fcb9908d78b088f8c74c0af6eb0b"
  "/navigation/0189fc8e59287593a5077ef2ac6eabed"
  "/navigation/0189fc8e6cb17539ac20d62043939536"
  "/navigation/0189fc8eb0787660aedf47723a53458c"
  "/navigation/0189fc8f1fab760ba3449be83d4443b6"
  "/navigation/0189fc8f38fb7f0ba5a0961b0c931f79"
  "/navigation/0189fc8fc75c703ca230f9d2a13d6b25"
  "/navigation/0189fcb9fe277bcab2f6a2b66cc40218"
  "/navigation/0189fc8ff4f17765b4b0510a39597cfc"
  "/navigation/0189fc900d25774f87ee236d5a2c60b6"
  "/navigation/0189fc9020b27f3199bccebe743a06ee"
  "/navigation/0189fc9039ff74d1a5bbbffa2578aebd"
  "/navigation/0189fc90794d7e40a3e274bdd0e1ddf4"
  "/navigation/0189fc90ac7e7b86b482c09112f20639"
  "/navigation/0189fc90d64f7b70bf372a642d3d030b"
  "/navigation/0189fc9105da7819b99e9d009b7e19a5"
  "/navigation/0189fc9114d374569a6fc5d0060ec336"
  "/navigation/0189fc91c449781aa567a93bcfc970f0"
  "/navigation/0189fc9206bf7d94881058090b29e891"
  "/navigation/0189fc9234cd7aa9900afea40b2fe5d1"
  "/navigation/0189fc927b057a4088882646d16d0fcc"
  "/navigation/0189fc92972b7266ad9f590a352a0a43"
  "/navigation/0189fc92cce47787acc0e5d1d49bd02a"
  "/navigation/0189fcbb1ab176efb73ea602746fd718"
  "/navigation/0189fcbb5e5b763ca088ad8690e9ad1b"
  "/navigation/0189fc93032f7669a05874f18958df9c"
  "/navigation/0189fc9328c97d529ba9ede99488ff6c"
  "/navigation/0189fc93549774db943fa9f2b300713c"
  "/navigation/0189fc936ee877b29a799b4722c86732"
  "/navigation/0189fc9387907f2ba44240f0a469839c"
  "/navigation/0189fcbbbfd17ca5be8493014f5960fc"
  "/navigation/0189fc93d5c47f7492e090bbbd05e3f3"
  "/navigation/0189fc943362722b9603d3102050f0a5"
  "/navigation/0189fc94777a7bc6bc7845c69de2e5f9"
  "/navigation/0189fc949b8f79e6a3c82e368b56ce48"
  "/navigation/0189fc94d45c73eb9710ae6c8d7699f5"
  "/navigation/0189fcbc299b73f8bde41c9eba27d849"
  "/navigation/0189fc952c5c795999577cfee0b6bcbe"
  "/navigation/0189fc95ac387d4899d8bcfc9581b6ba"
  "/navigation/0189fcbc7e82789898b2c4fe85921ffb"
  "/navigation/0189fc95efab7d61926b0385d8585d58"
  "/navigation/0189fcbcdb627351be109d26b79272e5"
  "/navigation/0189fcae198a7b0fa1fb148c191dbe02"
  "/navigation/0189fc965f577208aabe65bd760a928e"
  "/navigation/0189fc968e0b7adf8ea3167702b3dee1"
  "/navigation/0189fc96cd057382b04e6034af78262b"
  "/navigation/0189fc970eaa778d841c23a064487ad3"
  "/navigation/0189fc973b3a7daa8f3b031e8f780a3b"
  "/navigation/0189fc9757587d9da44ed97925decf64"
  "/navigation/0189fc97888e75678a2dfb0f48b09514"
  "/navigation/0189fcbd766c73d988c4a9a11c913e7d"
  "/navigation/0189fc97f14c7268a80c855713420a98"
  "/navigation/0189fc9807fb7dbf80e26515d50b12f0"
  "/navigation/0189fcbe170c7b29a4340ce25c543df0"
  "/navigation/0189fc9816637136b41a1748c264e8c2"
  "/navigation/0189fc982f2f736d8eb96000a478ee7f"
  "/navigation/0189fc985e0a7de1919424ed6634e10a"
  "/navigation/0189fc98879c73b58eb276064cbb4011"
  "/navigation/0189fcbed48d79cc8e555dae10031d4a"
  "/navigation/0189fc98dbad7e7aa88dbb52e41b7b90"
  "/navigation/0189fc98f77e72c29c11968608afb346"
  "/navigation/0189fc991dd67e39a8f06f2c7110edd3"
  "/navigation/0189fc994c0d7c9d942a37e4e8475b8c"
  "/navigation/0189fc998dc67746b0ef94cda48843d6"
  "/navigation/0189fcbf6114742d8836bf203b076594"
  "/navigation/0189fc99a5c878c2a78d01f7827c49b0"
  "/navigation/0189fc99fe4470b1bc105bd79c3d6f2e"
  "/navigation/0189fc9a1c7276f7b3032da1fea2de66"
  "/navigation/0189fc9a5ebc75fe81035b6bc823bcd9"
  "/navigation/0189fc9a945573dfb92032ee380ab0c6"
  "/navigation/0189fc9acbee7fb0bc4e28197031697f"
  "/navigation/0189fc9ae7ea7999a7c9fcd960285d34"
  "/navigation/0189fc9b1f617431b67e80838e620b06"
  "/navigation/0189fc9b492977c1a83938775c238617"
  "/navigation/0189fc9b91167202af067e6927698480"
  "/navigation/0189fcc00bc67071bd298d4799543391"
  "/navigation/0189fc9bcd9f7589871f54d0c28919dd"
  "/navigation/0189fc9bee8d75108c4d765841e48e1f"
  "/navigation/0189fc9c0a6878308595eb51777d1df1"
  "/navigation/0189f80e40da7c5d82db57857a00d4c4"
  "/navigation/0189f80ebed779cab2693c7e781fd66b"
  "/navigation/0189f80edf0479dca2a0859d05fb865a"
  "/navigation/0189f810e6497f7292376b33cb8c13c5"
  "/navigation/0189f8114c6670c8badb910e7241f2e6"
  "/navigation/0189f810da08784d8a130c3df990ffea"
  "/navigation/0189f81159d77cb9be323ae4d806f934"
  "/navigation/0189f810f1487fa087a2ee44a880fe53"
  "/navigation/0189f80ef9f97bcda933298efd1f482a"
  "/navigation/0189f810295378cc9b2d2f2e6c14994d"
  "/navigation/0189f811697472b0b1d9aca31a21f09e"
  "/navigation/0189f810c3e07f71a06ae70afc514f09"
  "/navigation/0189f8101a6178989171d40361c3ee1a"
  "/navigation/0189f8100f317625a27c45cd66581f40"
  "/navigation/0189f80ff11b77bd9b74239b29b064c3"
  "/navigation/0189f80ea1a671b39aee0003d7f47163"
  "/navigation/0189f80eec477f76a9c970552d1555f0"
  "/navigation/0189f81102127a758e362162a02c4f6b"
  "/navigation/0189f8113d9c7e83aafa5843bb4e6c35"
  "/navigation/0189f811310b7267abdfcdfd99ccc17b"
  "/navigation/0189f80eae9a7118876dffddbc55bdf4"
  "/navigation/0189f80e5f327ea893739739d2642044"
  "/navigation/0189f80e6b337470abd5e7c538246bfa"
  "/navigation/0189f80e7a477dc0a9a9788c9c77f966"
  "/navigation/0189f80e86cf765aa8c4029d1f77bca1"
  "/navigation/0189f80fc1db7d27b59104e641371302"
  "/navigation/0189f80fe391781cada82454fea548cb"
  "/navigation/0189f80fd3537df09d44a99120a9e441"
  "/navigation/0189f80e957a722e834eaf9a873b5fa6"
  "/navigation/0189f81176177f9e93490811a9e9d294"
  "/navigation/0189f811cade784d99e4f8ad693cce62"
  "/detail/018a63dc5f4573dba460cf109d6a6856"
  "/navigation/0189f7c8b95b7170b40a792b7b491155"
  "/navigation/0189f7c942ec7dde9591150e2180a805"
  "/navigation/0189f7c94e9a70279989758657a0f34f"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"šñP­¡8M˜Š.‘ZêÐ{Û"
]
158 0.42 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"\x1FJ\x01lO/J·­ñߣ &ð\x03"
  b"E\x7F»qÍTE/É├Ð\x18{}\x0F"
  b"®¿ãÿš¤ME­íí¨j_ôî"
  b"\x01Å¥_HÆx5å├\x03Sª6╣╩"
  b"\x01ŠÖ=bìrY­ËàŸAF_]"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.