⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
proc
/
thread-self
/
root
/
var
/
www
/
View File Name :
shopware.sql
-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Anamakine: localhost -- Üretim Zamanı: 09 May 2023, 21:21:30 -- Sunucu sürümü: 8.0.32-0ubuntu0.20.04.2 -- PHP Sürümü: 8.1.17 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Veritabanı: `shopware` -- -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `acl_role` -- CREATE TABLE `acl_role` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `privileges` json NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `deleted_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `acl_user_role` -- CREATE TABLE `acl_user_role` ( `user_id` binary(16) NOT NULL, `acl_role_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `admin_elasticsearch_index_task` -- CREATE TABLE `admin_elasticsearch_index_task` ( `id` binary(16) NOT NULL, `index` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `alias` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `entity` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `doc_count` int NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app` -- CREATE TABLE `app` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `author` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `copyright` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `license` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `privacy` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `version` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `base_app_url` varchar(1024) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '0', `allow_disable` tinyint(1) NOT NULL DEFAULT '1', `configurable` tinyint(1) NOT NULL DEFAULT '0', `icon` mediumblob, `app_secret` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `modules` json DEFAULT NULL, `main_module` json DEFAULT NULL, `cookies` json DEFAULT NULL, `allowed_hosts` json DEFAULT NULL, `integration_id` binary(16) NOT NULL, `acl_role_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `template_load_priority` int DEFAULT '0' ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_action_button` -- CREATE TABLE `app_action_button` ( `id` binary(16) NOT NULL, `entity` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `view` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `action` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `open_new_tab` tinyint(1) NOT NULL DEFAULT '0', `app_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_action_button_translation` -- CREATE TABLE `app_action_button_translation` ( `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `app_action_button_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_administration_snippet` -- CREATE TABLE `app_administration_snippet` ( `id` binary(16) NOT NULL, `app_id` binary(16) NOT NULL, `locale_id` binary(16) NOT NULL, `value` json NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_cms_block` -- CREATE TABLE `app_cms_block` ( `id` binary(16) NOT NULL, `app_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `block` json NOT NULL, `template` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `styles` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_cms_block_translation` -- CREATE TABLE `app_cms_block_translation` ( `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `app_cms_block_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_config` -- CREATE TABLE `app_config` ( `key` varchar(50) COLLATE utf8mb4_turkish_ci NOT NULL, `value` longtext COLLATE utf8mb4_turkish_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_turkish_ci; -- -- Tablo döküm verisi `app_config` -- INSERT INTO `app_config` (`key`, `value`) VALUES ('cache-id', '6926699c1d1448a6b72a3cfc32200708'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_flow_action` -- CREATE TABLE `app_flow_action` ( `id` binary(16) NOT NULL, `app_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `badge` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `delayable` tinyint(1) NOT NULL DEFAULT '0', `parameters` json DEFAULT NULL, `config` json DEFAULT NULL, `headers` json DEFAULT NULL, `requirements` json DEFAULT NULL, `icon` mediumblob, `sw_icon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_flow_action_translation` -- CREATE TABLE `app_flow_action_translation` ( `app_flow_action_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `headline` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_payment_method` -- CREATE TABLE `app_payment_method` ( `id` binary(16) NOT NULL, `app_id` binary(16) DEFAULT NULL, `payment_method_id` binary(16) NOT NULL, `app_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `identifier` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `pay_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `finalize_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `validate_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `capture_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `refund_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `original_media_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_script_condition` -- CREATE TABLE `app_script_condition` ( `id` binary(16) NOT NULL, `app_id` binary(16) NOT NULL, `identifier` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `group` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `script` longtext COLLATE utf8mb4_unicode_ci, `constraints` longblob, `config` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_script_condition_translation` -- CREATE TABLE `app_script_condition_translation` ( `app_script_condition_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_template` -- CREATE TABLE `app_template` ( `id` binary(16) NOT NULL, `template` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `path` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL, `active` tinyint(1) NOT NULL, `app_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_translation` -- CREATE TABLE `app_translation` ( `app_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `privacy_policy_extensions` mediumtext COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cart` -- CREATE TABLE `cart` ( `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `price` float NOT NULL, `line_item_count` varchar(42) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `currency_id` binary(16) NOT NULL, `shipping_method_id` binary(16) NOT NULL, `payment_method_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `customer_id` binary(16) DEFAULT NULL, `sales_channel_id` binary(16) NOT NULL, `rule_ids` json NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `auto_increment` bigint NOT NULL, `compressed` tinyint(1) NOT NULL DEFAULT '0', `payload` longblob ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `cart` -- INSERT INTO `cart` (`token`, `name`, `price`, `line_item_count`, `currency_id`, `shipping_method_id`, `payment_method_id`, `country_id`, `customer_id`, `sales_channel_id`, `rule_ids`, `created_at`, `updated_at`, `auto_increment`, `compressed`, `payload`) VALUES ('57vQYlAjU0kD3PmprEiH4o24TR2WVED4', '8a243080f92e4c719546314b577cf82b', 52.43, '1', 0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x09dcaa2626834e268b30ff74bb208e02, 0x4e7e88d548d14942b3b5dfcea1810247, 0x02b7e51eab1a4faf8dfb253958a7568f, 0xdffc461fca4a46cf9743efdb34fa9df7, 0x8866b481ccef4f96ad00d0fd59f53dc0, '[\"2ceda9c3f1f64dd088365c09cad2b78e\", \"3858957016644de4ae48c0500bf3ccc8\", \"54094d941b4249708051214fb53b427a\", \"e1378db7808a478f919e0d740d5d6c1a\", \"ef90711654e7402e8f506daa8f784921\", \"3cf541369e6d4a2fa70aa8687a65fc2d\", \"7fd6db768f8f42b29c4ff5f1ccc59bf6\", \"28caae75a5624f0d985abd0eb32aa160\", \"6a874aca3ab94f5da3a439e58107d8e3\"]', '2023-05-07 16:09:47.626', '2023-05-07 16:10:20.572', 75, 0, 0x4f3a33323a2253686f70776172655c436f72655c436865636b6f75745c436172745c43617274223a31363a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31353a22636172742d70726f6d6f74696f6e73223b4f3a36313a2253686f70776172655c436f72655c436865636b6f75745c50726f6d6f74696f6e5c436172745c457874656e73696f6e5c43617274457874656e73696f6e223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31333a22002a006164646564436f646573223b613a303a7b7d733a32323a22002a00626c6f636b656450726f6d6f74696f6e496473223b613a303a7b7d7d7d733a373a22002a006e616d65223b733a33323a223861323433303830663932653463373139353436333134623537376366383262223b733a383a22002a00746f6b656e223b733a33323a2235377651596c416a55306b4433506d7072456948346f32345452325756454434223b733a383a22002a007072696365223b4f3a35303a2253686f70776172655c436f72655c436865636b6f75745c436172745c50726963655c5374727563745c436172745072696365223a383a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a006e65745072696365223b643a34342e30363b733a31333a22002a00746f74616c5072696365223b643a35322e34333b733a31383a22002a0063616c63756c617465645461786573223b4f3a36323a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c43616c63756c61746564546178436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b693a31393b4f3a35323a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c43616c63756c61746564546178223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22002a00746178223b643a382e33373b733a31303a22002a0074617852617465223b643a31393b733a383a22002a007072696365223b643a35322e34333b7d7d7d733a31313a22002a0074617852756c6573223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c54617852756c65436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b693a31393b4f3a34363a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c54617852756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31303a22002a0074617852617465223b643a31393b733a31333a22002a0070657263656e74616765223b643a3130303b7d7d7d733a31363a22002a00706f736974696f6e5072696365223b643a35322e34333b733a31323a22002a00746178537461747573223b733a353a2267726f7373223b733a31313a22002a00726177546f74616c223b643a35322e34333b7d733a31323a22002a006c696e654974656d73223b4f3a35353a2253686f70776172655c436f72655c436865636b6f75745c436172745c4c696e654974656d5c4c696e654974656d436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b733a33323a223333393937666164663537643462346162386633393039346136666663626462223b4f3a34353a2253686f70776172655c436f72655c436865636b6f75745c436172745c4c696e654974656d5c4c696e654974656d223a32323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31303a22002a007061796c6f6164223b613a31393a7b733a31303a226973436c6f73656f7574223b623a313b733a31323a22637573746f6d4669656c6473223b613a303a7b7d733a393a22637265617465644174223b733a32333a22323032332d30352d30372031353a33383a32352e363635223b733a31313a2272656c6561736544617465223b4e3b733a353a2269734e6577223b623a303b733a31353a226d61726b4173546f7073656c6c6572223b623a313b733a31343a227075726368617365507269636573223b733a3136353a227b22657874656e73696f6e73223a5b5d2c2263757272656e63794964223a226237643235353462306365383437636438326633616339626431633064666361222c226e6574223a34342e30362c2267726f7373223a35322e343331342c226c696e6b6564223a747275652c226c6973745072696365223a6e756c6c2c2270657263656e74616765223a6e756c6c2c22726567756c6174696f6e5072696365223a6e756c6c7d223b733a31333a2270726f647563744e756d626572223b733a373a2253573130303031223b733a31343a226d616e7566616374757265724964223b733a33323a226331353031333930303865303439616161306132323534663165333435353464223b733a353a227461784964223b733a33323a226538353632653736363466643435373262643131373564366632373339353063223b733a363a22746167496473223b613a323a7b693a303b733a33323a223363326662613638373237343465313339623532323761326134346362376138223b693a313b733a33323a226432373962663732343538323435313662313333316132396135323934333033223b7d733a31313a2263617465676f7279496473223b613a313a7b693a303b733a33323a226135383763613636613934643433333361616530646237633263303433653361223b7d733a31313a2270726f7065727479496473223b4e3b733a393a226f7074696f6e496473223b4e3b733a373a226f7074696f6e73223b613a303a7b7d733a393a2273747265616d496473223b4e3b733a383a22706172656e744964223b4e3b733a353a2273746f636b223b693a363b733a383a226665617475726573223b613a383a7b693a313b613a333a7b733a353a226c6162656c223b733a31313a226465736372697074696f6e223b733a353a2276616c7565223b733a3237323a223c70207374796c653d226d617267696e3a20302e30707820302e30707820302e30707820302e3070783b20666f6e743a2031302e307078202748656c766574696361204e657565273b20636f6c6f723a2023303030303030223e42726f7468657220544e2d3130353020546f6e65722062657374656c6c656e20626569203c6120687265663d22687474703a2f2f5472697869746f6e2e6465223e3c7370616e207374796c653d22746578742d6465636f726174696f6e3a20756e6465726c696e65223e5472697869746f6e2e64653c2f7370616e3e3c2f613e207c2041756620526563686e756e67202b203234682d56657273616e64204d6f2d46722e7c20426c69747a76657273616e643c2f703e223b733a343a2274797065223b733a373a2270726f64756374223b7d693a323b613a333a7b733a353a226c6162656c223b733a31313a2272656c6561736544617465223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d693a333b613a333a7b733a353a226c6162656c223b733a31383a226d616e7566616374757265724e756d626572223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d693a343b613a333a7b733a353a226c6162656c223b733a333a2265616e223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d693a353b613a333a7b733a353a226c6162656c223b733a353a227769647468223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d693a363b613a333a7b733a353a226c6162656c223b733a363a22686569676874223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d693a373b613a333a7b733a353a226c6162656c223b733a363a226c656e677468223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d693a383b613a333a7b733a353a226c6162656c223b733a363a22776569676874223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d7d7d733a353a22002a006964223b733a33323a223333393937666164663537643462346162386633393039346136666663626462223b733a31353a22002a007265666572656e6365644964223b733a33323a223333393937666164663537643462346162386633393039346136666663626462223b733a383a22002a006c6162656c223b733a33303a224f726967696e616c2042726f7468657220544e2d3130353020546f6e6572223b733a31313a22002a007175616e74697479223b693a313b733a373a22002a0074797065223b733a373a2270726f64756374223b733a31383a22002a007072696365446566696e6974696f6e223b4f3a36343a2253686f70776172655c436f72655c436865636b6f75745c436172745c50726963655c5374727563745c5175616e746974795072696365446566696e6974696f6e223a383a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a007072696365223b643a35322e34333b733a31313a22002a0074617852756c6573223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c54617852756c65436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b693a31393b723a32343b7d7d733a31313a22002a007175616e74697479223b693a313b733a31353a22002a00697343616c63756c61746564223b623a313b733a32373a22002a007265666572656e63655072696365446566696e6974696f6e223b4e3b733a31323a22002a006c6973745072696365223b4e3b733a31383a22002a00726567756c6174696f6e5072696365223b4e3b7d733a383a22002a007072696365223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c50726963655c5374727563745c43616c63756c617465645072696365223a393a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31323a22002a00756e69745072696365223b643a35322e34333b733a31313a22002a007175616e74697479223b693a313b733a31333a22002a00746f74616c5072696365223b643a35322e34333b733a31383a22002a0063616c63756c617465645461786573223b4f3a36323a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c43616c63756c61746564546178436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b693a31393b4f3a35323a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c43616c63756c61746564546178223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22002a00746178223b643a382e33373b733a31303a22002a0074617852617465223b643a31393b733a383a22002a007072696365223b643a35322e34333b7d7d7d733a31313a22002a0074617852756c6573223b723a39393b733a31373a22002a007265666572656e63655072696365223b4e3b733a31323a22002a006c6973745072696365223b4e3b733a31383a22002a00726567756c6174696f6e5072696365223b4e3b7d733a373a22002a00676f6f64223b623a313b733a31343a22002a006465736372697074696f6e223b4e3b733a383a22002a00636f766572223b4f3a33393a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961456e74697479223a35303a7b733a31333a22002a00657874656e73696f6e73223b613a323a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d733a32343a22696e7465726e616c5f6d617070696e675f73746f72616765223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a333a7b733a333a22616c74223b4e3b733a353a227469746c65223b4e3b733a31323a22637573746f6d4669656c6473223b613a303a7b7d7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a31372e393438303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a31382e323230303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a353a226d65646961223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a323a7b693a303b733a31323a226d6564696154797065526177223b693a313b733a31323a227468756d626e61696c73526f223b7d7d733a393a22002a00757365724964223b733a33323a223263396561326331396363663431343061653265393162323666376565636464223b733a31313a22002a006d696d6554797065223b733a31303a22696d6167652f6a706567223b733a31363a22002a0066696c65457874656e73696f6e223b733a333a226a7067223b733a31313a22002a0066696c6553697a65223b693a34383730333b733a383a22002a007469746c65223b4e3b733a31343a22002a006d65746144617461526177223b4e3b733a31353a22002a006d6564696154797065526177223b733a3133333a224f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d223b733a31313a22002a006d65746144617461223b613a343a7b733a343a2268617368223b733a33323a223739333833303530323965343031313665343136366431346561346435623131223b733a343a2274797065223b693a323b733a353a227769647468223b693a3630303b733a363a22686569676874223b693a3630303b7d733a31323a22002a006d6564696154797065223b4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d733a31333a22002a0075706c6f616465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a31382e323139303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a363a22002a00616c74223b4e3b733a363a22002a0075726c223b733a36343a22687474703a2f2f73686f70776172652e757967617273612e636f6d2f6d656469612f32642f38612f35372f313638333437333839382f544e313035302e6a7067223b733a31313a22002a0066696c654e616d65223b733a363a22544e31303530223b733a373a22002a0075736572223b4e3b733a31353a22002a007472616e736c6174696f6e73223b4e3b733a31333a22002a0063617465676f72696573223b4e3b733a32333a22002a0070726f647563744d616e75666163747572657273223b4e3b733a31353a22002a0070726f647563744d65646961223b4e3b733a31333a22002a0061766174617255736572223b4e3b733a31333a22002a007468756d626e61696c73223b4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a37383a22687474703a2f2f73686f70776172652e757967617273612e636f6d2f7468756d626e61696c2f32642f38612f35372f313638333437333839382f544e313035305f3139323078313932302e6a7067223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223666633332626332353135313464303739613761626236336236633237333136223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223666633332626332353135313464303739613761626236336236633237333136223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a3230333b733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a37363a22687474703a2f2f73686f70776172652e757967617273612e636f6d2f7468756d626e61696c2f32642f38612f35372f313638333437333839382f544e313035305f343030783430302e6a7067223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223666633332626332353135313464303739613761626236336236633237333136223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a226436313861363534323430323462353139373564643631346136353538373339223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226436313861363534323430323462353139373564643631346136353538373339223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a3230333b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a37363a22687474703a2f2f73686f70776172652e757967617273612e636f6d2f7468756d626e61696c2f32642f38612f35372f313638333437333839382f544e313035305f383030783830302e6a7067223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226436313861363534323430323462353139373564643631346136353538373339223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d733a31363a22002a006d65646961466f6c6465724964223b733a33323a226330306462313331613537383430656138326339346633653564376465393065223b733a31343a22002a006d65646961466f6c646572223b4e3b733a31303a22002a0068617346696c65223b623a313b733a31303a22002a0070726976617465223b623a303b733a32333a22002a0070726f706572747947726f75704f7074696f6e73223b4e3b733a32303a22002a006d61696c54656d706c6174654d65646961223b4e3b733a373a22002a0074616773223b4e3b733a31353a22002a007468756d626e61696c73526f223b733a333231313a224f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223666633332626332353135313464303739613761626236336236633237333136223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223666633332626332353135313464303739613761626236336236633237333136223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223666633332626332353135313464303739613761626236336236633237333136223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a226436313861363534323430323462353139373564643631346136353538373339223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226436313861363534323430323462353139373564643631346136353538373339223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226436313861363534323430323462353139373564643631346136353538373339223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d223b733a32323a22002a00646f63756d656e7442617365436f6e66696773223b4e3b733a31383a22002a007368697070696e674d6574686f6473223b4e3b733a31373a22002a007061796d656e744d6574686f6473223b4e3b733a33303a22002a0070726f64756374436f6e666967757261746f7253657474696e6773223b4e3b733a31373a22002a006f726465724c696e654974656d73223b4e3b733a31323a22002a00636d73426c6f636b73223b4e3b733a31343a22002a00636d7353656374696f6e73223b4e3b733a31313a22002a00636d735061676573223b4e3b733a31323a22002a00646f63756d656e7473223b4e3b733a32303a22002a006170705061796d656e744d6574686f6473223b4e3b733a31393a22002a0070726f64756374446f776e6c6f616473223b4e3b733a32353a22002a006f726465724c696e654974656d446f776e6c6f616473223b4e3b733a353a22002a006964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a32323a22002a0064656c6976657279496e666f726d6174696f6e223b4f3a36333a2253686f70776172655c436f72655c436865636b6f75745c436172745c44656c69766572795c5374727563745c44656c6976657279496e666f726d6174696f6e223a393a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a0073746f636b223b693a353b733a393a22002a00776569676874223b643a303b733a31353a22002a006672656544656c6976657279223b623a303b733a31343a22002a00726573746f636b54696d65223b693a313b733a31353a22002a0064656c697665727954696d65223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c44656c69766572795c5374727563745c44656c697665727954696d65223a353a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a383a22312d332054616765223b733a363a22002a006d696e223b693a313b733a363a22002a006d6178223b693a333b733a373a22002a00756e6974223b733a333a22646179223b7d733a393a22002a00686569676874223b4e3b733a383a22002a007769647468223b4e3b733a393a22002a006c656e677468223b4e3b7d733a31313a22002a006368696c6472656e223b4f3a35353a2253686f70776172655c436f72655c436865636b6f75745c436172745c4c696e654974656d5c4c696e654974656d436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d733a31343a22002a00726571756972656d656e74223b4e3b733a31323a22002a0072656d6f7661626c65223b623a313b733a31323a22002a00737461636b61626c65223b623a313b733a32323a22002a007175616e74697479496e666f726d6174696f6e223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c4c696e654974656d5c5175616e74697479496e666f726d6174696f6e223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31343a22002a006d696e5075726368617365223b693a313b733a31343a22002a006d61785075726368617365223b693a313b733a31363a22002a0070757263686173655374657073223b693a313b7d733a31313a22002a006d6f646966696564223b623a303b733a31363a22002a006461746154696d657374616d70223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031363a31303a32302e353539333233223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31383a22002a0064617461436f6e7465787448617368223b733a33323a226565613332313234636239343131366634613963376130653662303764666566223b733a393a22002a00737461746573223b613a313a7b693a303b733a31313a2269732d706879736963616c223b7d7d7d7d733a393a22002a006572726f7273223b4f3a34393a2253686f70776172655c436f72655c436865636b6f75745c436172745c4572726f725c4572726f72436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d733a31333a22002a0064656c69766572696573223b4f3a36323a2253686f70776172655c436f72655c436865636b6f75745c436172745c44656c69766572795c5374727563745c44656c6976657279436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b693a303b4f3a35323a2253686f70776172655c436f72655c436865636b6f75745c436172745c44656c69766572795c5374727563745c44656c6976657279223a363a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31323a22002a00706f736974696f6e73223b4f3a37303a2253686f70776172655c436f72655c436865636b6f75745c436172745c44656c69766572795c5374727563745c44656c6976657279506f736974696f6e436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b733a33323a223333393937666164663537643462346162386633393039346136666663626462223b4f3a36303a2253686f70776172655c436f72655c436865636b6f75745c436172745c44656c69766572795c5374727563745c44656c6976657279506f736974696f6e223a363a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a006c696e654974656d223b4f3a34353a2253686f70776172655c436f72655c436865636b6f75745c436172745c4c696e654974656d5c4c696e654974656d223a32323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31303a22002a007061796c6f6164223b613a31393a7b733a31303a226973436c6f73656f7574223b623a313b733a31323a22637573746f6d4669656c6473223b613a303a7b7d733a393a22637265617465644174223b733a32333a22323032332d30352d30372031353a33383a32352e363635223b733a31313a2272656c6561736544617465223b4e3b733a353a2269734e6577223b623a303b733a31353a226d61726b4173546f7073656c6c6572223b623a313b733a31343a227075726368617365507269636573223b733a3136353a227b22657874656e73696f6e73223a5b5d2c2263757272656e63794964223a226237643235353462306365383437636438326633616339626431633064666361222c226e6574223a34342e30362c2267726f7373223a35322e343331342c226c696e6b6564223a747275652c226c6973745072696365223a6e756c6c2c2270657263656e74616765223a6e756c6c2c22726567756c6174696f6e5072696365223a6e756c6c7d223b733a31333a2270726f647563744e756d626572223b733a373a2253573130303031223b733a31343a226d616e7566616374757265724964223b733a33323a226331353031333930303865303439616161306132323534663165333435353464223b733a353a227461784964223b733a33323a226538353632653736363466643435373262643131373564366632373339353063223b733a363a22746167496473223b613a323a7b693a303b733a33323a223363326662613638373237343465313339623532323761326134346362376138223b693a313b733a33323a226432373962663732343538323435313662313333316132396135323934333033223b7d733a31313a2263617465676f7279496473223b613a313a7b693a303b733a33323a226135383763613636613934643433333361616530646237633263303433653361223b7d733a31313a2270726f7065727479496473223b4e3b733a393a226f7074696f6e496473223b4e3b733a373a226f7074696f6e73223b613a303a7b7d733a393a2273747265616d496473223b4e3b733a383a22706172656e744964223b4e3b733a353a2273746f636b223b693a363b733a383a226665617475726573223b613a383a7b693a313b613a333a7b733a353a226c6162656c223b733a31313a226465736372697074696f6e223b733a353a2276616c7565223b733a3237323a223c70207374796c653d226d617267696e3a20302e30707820302e30707820302e30707820302e3070783b20666f6e743a2031302e307078202748656c766574696361204e657565273b20636f6c6f723a2023303030303030223e42726f7468657220544e2d3130353020546f6e65722062657374656c6c656e20626569203c6120687265663d22687474703a2f2f5472697869746f6e2e6465223e3c7370616e207374796c653d22746578742d6465636f726174696f6e3a20756e6465726c696e65223e5472697869746f6e2e64653c2f7370616e3e3c2f613e207c2041756620526563686e756e67202b203234682d56657273616e64204d6f2d46722e7c20426c69747a76657273616e643c2f703e223b733a343a2274797065223b733a373a2270726f64756374223b7d693a323b613a333a7b733a353a226c6162656c223b733a31313a2272656c6561736544617465223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d693a333b613a333a7b733a353a226c6162656c223b733a31383a226d616e7566616374757265724e756d626572223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d693a343b613a333a7b733a353a226c6162656c223b733a333a2265616e223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d693a353b613a333a7b733a353a226c6162656c223b733a353a227769647468223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d693a363b613a333a7b733a353a226c6162656c223b733a363a22686569676874223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d693a373b613a333a7b733a353a226c6162656c223b733a363a226c656e677468223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d693a383b613a333a7b733a353a226c6162656c223b733a363a22776569676874223b733a353a2276616c7565223b4e3b733a343a2274797065223b733a373a2270726f64756374223b7d7d7d733a353a22002a006964223b733a33323a223333393937666164663537643462346162386633393039346136666663626462223b733a31353a22002a007265666572656e6365644964223b733a33323a223333393937666164663537643462346162386633393039346136666663626462223b733a383a22002a006c6162656c223b733a33303a224f726967696e616c2042726f7468657220544e2d3130353020546f6e6572223b733a31313a22002a007175616e74697479223b693a313b733a373a22002a0074797065223b733a373a2270726f64756374223b733a31383a22002a007072696365446566696e6974696f6e223b4f3a36343a2253686f70776172655c436f72655c436865636b6f75745c436172745c50726963655c5374727563745c5175616e746974795072696365446566696e6974696f6e223a383a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a007072696365223b643a35322e34333b733a31313a22002a0074617852756c6573223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c54617852756c65436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b693a31393b4f3a34363a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c54617852756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31303a22002a0074617852617465223b643a31393b733a31333a22002a0070657263656e74616765223b643a3130303b7d7d7d733a31313a22002a007175616e74697479223b693a313b733a31353a22002a00697343616c63756c61746564223b623a313b733a32373a22002a007265666572656e63655072696365446566696e6974696f6e223b4e3b733a31323a22002a006c6973745072696365223b4e3b733a31383a22002a00726567756c6174696f6e5072696365223b4e3b7d733a383a22002a007072696365223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c50726963655c5374727563745c43616c63756c617465645072696365223a393a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31323a22002a00756e69745072696365223b643a35322e34333b733a31313a22002a007175616e74697479223b693a313b733a31333a22002a00746f74616c5072696365223b643a35322e34333b733a31383a22002a0063616c63756c617465645461786573223b4f3a36323a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c43616c63756c61746564546178436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b693a31393b4f3a35323a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c43616c63756c61746564546178223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22002a00746178223b643a382e33373b733a31303a22002a0074617852617465223b643a31393b733a383a22002a007072696365223b643a35322e34333b7d7d7d733a31313a22002a0074617852756c6573223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c54617852756c65436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b693a31393b4f3a34363a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c54617852756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31303a22002a0074617852617465223b643a31393b733a31333a22002a0070657263656e74616765223b643a3130303b7d7d7d733a31373a22002a007265666572656e63655072696365223b4e3b733a31323a22002a006c6973745072696365223b4e3b733a31383a22002a00726567756c6174696f6e5072696365223b4e3b7d733a373a22002a00676f6f64223b623a313b733a31343a22002a006465736372697074696f6e223b4e3b733a383a22002a00636f766572223b4f3a33393a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961456e74697479223a35303a7b733a31333a22002a00657874656e73696f6e73223b613a323a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d733a32343a22696e7465726e616c5f6d617070696e675f73746f72616765223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a333a7b733a333a22616c74223b4e3b733a353a227469746c65223b4e3b733a31323a22637573746f6d4669656c6473223b613a303a7b7d7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a31372e393438303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a31382e323230303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a353a226d65646961223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a3135323b733a393a22002a00757365724964223b733a33323a223263396561326331396363663431343061653265393162323666376565636464223b733a31313a22002a006d696d6554797065223b733a31303a22696d6167652f6a706567223b733a31363a22002a0066696c65457874656e73696f6e223b733a333a226a7067223b733a31313a22002a0066696c6553697a65223b693a34383730333b733a383a22002a007469746c65223b4e3b733a31343a22002a006d65746144617461526177223b4e3b733a31353a22002a006d6564696154797065526177223b733a3133333a224f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d223b733a31313a22002a006d65746144617461223b613a343a7b733a343a2268617368223b733a33323a223739333833303530323965343031313665343136366431346561346435623131223b733a343a2274797065223b693a323b733a353a227769647468223b693a3630303b733a363a22686569676874223b693a3630303b7d733a31323a22002a006d6564696154797065223b4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d733a31333a22002a0075706c6f616465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a31382e323139303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a363a22002a00616c74223b4e3b733a363a22002a0075726c223b733a36343a22687474703a2f2f73686f70776172652e757967617273612e636f6d2f6d656469612f32642f38612f35372f313638333437333839382f544e313035302e6a7067223b733a31313a22002a0066696c654e616d65223b733a363a22544e31303530223b733a373a22002a0075736572223b4e3b733a31353a22002a007472616e736c6174696f6e73223b4e3b733a31333a22002a0063617465676f72696573223b4e3b733a32333a22002a0070726f647563744d616e75666163747572657273223b4e3b733a31353a22002a0070726f647563744d65646961223b4e3b733a31333a22002a0061766174617255736572223b4e3b733a31333a22002a007468756d626e61696c73223b4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a3230333b733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a37383a22687474703a2f2f73686f70776172652e757967617273612e636f6d2f7468756d626e61696c2f32642f38612f35372f313638333437333839382f544e313035305f3139323078313932302e6a7067223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223666633332626332353135313464303739613761626236336236633237333136223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223666633332626332353135313464303739613761626236336236633237333136223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a3230333b733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a37363a22687474703a2f2f73686f70776172652e757967617273612e636f6d2f7468756d626e61696c2f32642f38612f35372f313638333437333839382f544e313035305f343030783430302e6a7067223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223666633332626332353135313464303739613761626236336236633237333136223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a226436313861363534323430323462353139373564643631346136353538373339223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226436313861363534323430323462353139373564643631346136353538373339223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a3230333b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a37363a22687474703a2f2f73686f70776172652e757967617273612e636f6d2f7468756d626e61696c2f32642f38612f35372f313638333437333839382f544e313035305f383030783830302e6a7067223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226436313861363534323430323462353139373564643631346136353538373339223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d733a31363a22002a006d65646961466f6c6465724964223b733a33323a226330306462313331613537383430656138326339346633653564376465393065223b733a31343a22002a006d65646961466f6c646572223b4e3b733a31303a22002a0068617346696c65223b623a313b733a31303a22002a0070726976617465223b623a303b733a32333a22002a0070726f706572747947726f75704f7074696f6e73223b4e3b733a32303a22002a006d61696c54656d706c6174654d65646961223b4e3b733a373a22002a0074616773223b4e3b733a31353a22002a007468756d626e61696c73526f223b733a333231313a224f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223666633332626332353135313464303739613761626236336236633237333136223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223666633332626332353135313464303739613761626236336236633237333136223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223666633332626332353135313464303739613761626236336236633237333136223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a226436313861363534323430323462353139373564643631346136353538373339223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226436313861363534323430323462353139373564643631346136353538373339223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226436313861363534323430323462353139373564643631346136353538373339223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d223b733a32323a22002a00646f63756d656e7442617365436f6e66696773223b4e3b733a31383a22002a007368697070696e674d6574686f6473223b4e3b733a31373a22002a007061796d656e744d6574686f6473223b4e3b733a33303a22002a0070726f64756374436f6e666967757261746f7253657474696e6773223b4e3b733a31373a22002a006f726465724c696e654974656d73223b4e3b733a31323a22002a00636d73426c6f636b73223b4e3b733a31343a22002a00636d7353656374696f6e73223b4e3b733a31313a22002a00636d735061676573223b4e3b733a31323a22002a00646f63756d656e7473223b4e3b733a32303a22002a006170705061796d656e744d6574686f6473223b4e3b733a31393a22002a0070726f64756374446f776e6c6f616473223b4e3b733a32353a22002a006f726465724c696e654974656d446f776e6c6f616473223b4e3b733a353a22002a006964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a32323a22002a0064656c6976657279496e666f726d6174696f6e223b4f3a36333a2253686f70776172655c436f72655c436865636b6f75745c436172745c44656c69766572795c5374727563745c44656c6976657279496e666f726d6174696f6e223a393a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a0073746f636b223b693a353b733a393a22002a00776569676874223b643a303b733a31353a22002a006672656544656c6976657279223b623a303b733a31343a22002a00726573746f636b54696d65223b693a313b733a31353a22002a0064656c697665727954696d65223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c44656c69766572795c5374727563745c44656c697665727954696d65223a353a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a383a22312d332054616765223b733a363a22002a006d696e223b693a313b733a363a22002a006d6178223b693a333b733a373a22002a00756e6974223b733a333a22646179223b7d733a393a22002a00686569676874223b4e3b733a383a22002a007769647468223b4e3b733a393a22002a006c656e677468223b4e3b7d733a31313a22002a006368696c6472656e223b4f3a35353a2253686f70776172655c436f72655c436865636b6f75745c436172745c4c696e654974656d5c4c696e654974656d436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d733a31343a22002a00726571756972656d656e74223b4e3b733a31323a22002a0072656d6f7661626c65223b623a313b733a31323a22002a00737461636b61626c65223b623a313b733a32323a22002a007175616e74697479496e666f726d6174696f6e223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c4c696e654974656d5c5175616e74697479496e666f726d6174696f6e223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31343a22002a006d696e5075726368617365223b693a313b733a31343a22002a006d61785075726368617365223b693a313b733a31363a22002a0070757263686173655374657073223b693a313b7d733a31313a22002a006d6f646966696564223b623a303b733a31363a22002a006461746154696d657374616d70223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031363a31303a32302e353539333233223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31383a22002a0064617461436f6e7465787448617368223b733a33323a226565613332313234636239343131366634613963376130653662303764666566223b733a393a22002a00737461746573223b613a313a7b693a303b733a31313a2269732d706879736963616c223b7d7d733a31313a22002a007175616e74697479223b693a313b733a383a22002a007072696365223b723a3130383b733a31333a22002a006964656e746966696572223b733a33323a223333393937666164663537643462346162386633393039346136666663626462223b733a31353a22002a0064656c697665727944617465223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c44656c69766572795c5374727563745c44656c697665727944617465223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a006561726c69657374223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30382031363a30303a30302e303030303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a393a22002a006c6174657374223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d31302031363a30303a30302e303030303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d7d7d7d7d733a31313a22002a006c6f636174696f6e223b4f3a36303a2253686f70776172655c436f72655c436865636b6f75745c436172745c44656c69766572795c5374727563745c5368697070696e674c6f636174696f6e223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31303a22002a00636f756e747279223b4f3a34323a2253686f70776172655c436f72655c53797374656d5c436f756e7472795c436f756e747279456e74697479223a33393a7b733a31333a22002a00657874656e73696f6e73223b613a323a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d733a32343a22696e7465726e616c5f6d617070696e675f73746f72616765223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223032623765353165616231613466616638646662323533393538613735363866223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a333a7b733a343a226e616d65223b733a31313a22446575747363686c616e64223b733a31323a22637573746f6d4669656c6473223b613a303a7b7d733a31333a2261646472657373466f726d6174223b613a353a7b693a303b613a333a7b693a303b733a31353a22616464726573732f636f6d70616e79223b693a313b733a31313a2273796d626f6c2f64617368223b693a323b733a31383a22616464726573732f6465706172746d656e74223b7d693a313b613a323a7b693a303b733a31383a22616464726573732f66697273745f6e616d65223b693a313b733a31373a22616464726573732f6c6173745f6e616d65223b7d693a323b613a313a7b693a303b733a31343a22616464726573732f737472656574223b7d693a333b613a323a7b693a303b733a31353a22616464726573732f7a6970636f6465223b693a313b733a31323a22616464726573732f63697479223b7d693a343b613a313a7b693a303b733a31353a22616464726573732f636f756e747279223b7d7d7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30342d30372031343a33343a35372e313631303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a373a22636f756e747279223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a373a22002a006e616d65223b733a31313a22446575747363686c616e64223b733a363a22002a0069736f223b733a323a224445223b733a31313a22002a00706f736974696f6e223b693a313b733a31303a22002a0074617846726565223b623a303b733a393a22002a00616374697665223b623a313b733a32303a22002a007368697070696e67417661696c61626c65223b623a313b733a373a22002a0069736f33223b733a333a22444555223b733a32393a22002a00646973706c61795374617465496e526567697374726174696f6e223b623a303b733a32373a22002a00666f7263655374617465496e526567697374726174696f6e223b623a303b733a31373a22002a00636f6d70616e7954617846726565223b623a303b733a32303a22002a00636865636b56617449645061747465726e223b623a303b733a31353a22002a0076617449645061747465726e223b733a31333a22284445293f5b302d395d7b397d223b733a31363a22002a0076617449645265717569726564223b623a303b733a31343a22002a00637573746f6d6572546178223b4f3a35383a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c54617846726565436f6e666967223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31303a22002a00656e61626c6564223b623a303b733a31333a22002a0063757272656e63794964223b733a33323a226237643235353462306365383437636438326633616339626431633064666361223b733a393a22002a00616d6f756e74223b643a303b7d733a31333a22002a00636f6d70616e79546178223b4f3a35383a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c54617846726565436f6e666967223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31303a22002a00656e61626c6564223b623a303b733a31333a22002a0063757272656e63794964223b733a33323a226237643235353462306365383437636438326633616339626431633064666361223b733a393a22002a00616d6f756e74223b643a303b7d733a393a22002a00737461746573223b4e3b733a31353a22002a007472616e736c6174696f6e73223b4e3b733a31373a22002a006f72646572416464726573736573223b4e3b733a32303a22002a00637573746f6d6572416464726573736573223b4e3b733a33333a22002a0073616c65734368616e6e656c44656661756c7441737369676e6d656e7473223b4e3b733a31363a22002a0073616c65734368616e6e656c73223b4e3b733a31313a22002a0074617852756c6573223b4e3b733a32373a22002a0063757272656e6379436f756e747279526f756e64696e6773223b4e3b733a32313a22002a00706f7374616c436f64655265717569726564223b623a303b733a32353a22002a00636865636b506f7374616c436f64655061747465726e223b623a303b733a33333a22002a00636865636b416476616e636564506f7374616c436f64655061747465726e223b623a303b733a32383a22002a00616476616e636564506f7374616c436f64655061747465726e223b4e3b733a32373a22002a0064656661756c74506f7374616c436f64655061747465726e223b733a353a225c647b357d223b733a31363a22002a0061646472657373466f726d6174223b613a353a7b693a303b613a333a7b693a303b733a31353a22616464726573732f636f6d70616e79223b693a313b733a31313a2273796d626f6c2f64617368223b693a323b733a31383a22616464726573732f6465706172746d656e74223b7d693a313b613a323a7b693a303b733a31383a22616464726573732f66697273745f6e616d65223b693a313b733a31373a22616464726573732f6c6173745f6e616d65223b7d693a323b613a313a7b693a303b733a31343a22616464726573732f737472656574223b7d693a333b613a323a7b693a303b733a31353a22616464726573732f7a6970636f6465223b693a313b733a31323a22616464726573732f63697479223b7d693a343b613a313a7b693a303b733a31353a22616464726573732f636f756e747279223b7d7d733a353a22002a006964223b733a33323a223032623765353165616231613466616638646662323533393538613735363866223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a383a22002a007374617465223b4e3b733a31303a22002a0061646472657373223b4f3a37393a2253686f70776172655c436f72655c436865636b6f75745c437573746f6d65725c4167677265676174655c437573746f6d6572416464726573735c437573746f6d657241646472657373456e74697479223a32393a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223165663461633562653834323462626339623434623431383064346261663237223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a34393a34352e313936303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31363a22637573746f6d65725f61646472657373223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a31333a22002a00637573746f6d65724964223b733a33323a226466666334363166636134613436636639373433656664623334666139646637223b733a31323a22002a00636f756e7472794964223b733a33323a223032623765353165616231613466616638646662323533393538613735363866223b733a31373a22002a00636f756e74727953746174654964223b4e3b733a31353a22002a0073616c75746174696f6e4964223b733a33323a223537353635383063363430313463643838356434356162383933386233616362223b733a31323a22002a0066697273744e616d65223b733a353a225579676172223b733a31313a22002a006c6173744e616d65223b733a31303a22536172c4b16fc49f6c75223b733a31303a22002a007a6970636f6465223b733a353a223333323030223b733a373a22002a0063697479223b733a34373a2237352e2059c4b16c204d6168616c6c65736920474d4b2042756c766172c4b120c59e6f726179203120536974657369223b733a31303a22002a00636f6d70616e79223b4e3b733a31333a22002a006465706172746d656e74223b4e3b733a383a22002a007469746c65223b4e3b733a393a22002a00737472656574223b733a34373a2237352e2059c4b16c204d6168616c6c65736920474d4b2042756c766172c4b120c59e6f726179203120536974657369223b733a31343a22002a0070686f6e654e756d626572223b4e3b733a32353a22002a006164646974696f6e616c416464726573734c696e6531223b4e3b733a32353a22002a006164646974696f6e616c416464726573734c696e6532223b4e3b733a31303a22002a00636f756e747279223b723a3632373b733a31353a22002a00636f756e7472795374617465223b4e3b733a31333a22002a0073616c75746174696f6e223b4f3a34383a2253686f70776172655c436f72655c53797374656d5c53616c75746174696f6e5c53616c75746174696f6e456e74697479223a31393a7b733a31333a22002a00657874656e73696f6e73223b613a323a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d733a32343a22696e7465726e616c5f6d617070696e675f73746f72616765223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223537353635383063363430313463643838356434356162383933386233616362223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a333a7b733a31313a22646973706c61794e616d65223b733a343a2248657272223b733a31303a226c65747465724e616d65223b733a31383a22536568722067656568727465722048657272223b733a31323a22637573746f6d4669656c6473223b613a303a7b7d7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30342d30372031343a33343a35372e313530303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31303a2273616c75746174696f6e223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a31363a22002a0073616c75746174696f6e4b6579223b733a323a226d72223b733a31343a22002a00646973706c61794e616d65223b733a343a2248657272223b733a31333a22002a006c65747465724e616d65223b733a31383a22536568722067656568727465722048657272223b733a31353a22002a007472616e736c6174696f6e73223b4e3b733a31323a22002a00637573746f6d657273223b4e3b733a32303a22002a00637573746f6d6572416464726573736573223b4e3b733a31373a22002a006f72646572437573746f6d657273223b4e3b733a31373a22002a006f72646572416464726573736573223b4e3b733a32333a22002a006e6577736c6574746572526563697069656e7473223b4e3b733a353a22002a006964223b733a33323a223537353635383063363430313463643838356434356162383933386233616362223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a31313a22002a00637573746f6d6572223b4e3b733a353a22002a006964223b733a33323a223165663461633562653834323462626339623434623431383064346261663237223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d733a31353a22002a0064656c697665727944617465223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c44656c69766572795c5374727563745c44656c697665727944617465223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a006561726c69657374223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30382031363a30303a30302e303030303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a393a22002a006c6174657374223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d31302031363a30303a30302e303030303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d7d733a31373a22002a007368697070696e674d6574686f64223b4f3a35323a2253686f70776172655c436f72655c436865636b6f75745c5368697070696e675c5368697070696e674d6574686f64456e74697479223a33303a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223039646361613236323638333465323638623330666637346262323038653032223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a343a7b733a343a226e616d65223b733a373a2245787072657373223b733a31323a22637573746f6d4669656c6473223b613a303a7b7d733a31313a226465736372697074696f6e223b4e3b733a31313a22747261636b696e6755726c223b4e3b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30342d30372031343a33343a35372e383539303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30342d30372031313a33373a31342e313139303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a227368697070696e675f6d6574686f64223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a373a22002a006e616d65223b733a373a2245787072657373223b733a393a22002a00616374697665223b623a313b733a31313a22002a00706f736974696f6e223b693a313b733a31343a22002a006465736372697074696f6e223b4e3b733a31343a22002a00747261636b696e6755726c223b4e3b733a31373a22002a0064656c697665727954696d654964223b733a33323a223233666661653064306461643430373839343732653939333161363231316432223b733a31353a22002a0064656c697665727954696d65223b4f3a35323a2253686f70776172655c436f72655c53797374656d5c44656c697665727954696d655c44656c697665727954696d65456e74697479223a31373a7b733a31333a22002a00657874656e73696f6e73223b613a323a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d733a32343a22696e7465726e616c5f6d617070696e675f73746f72616765223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223233666661653064306461643430373839343732653939333161363231316432223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a323a7b733a343a226e616d65223b733a383a22312d332054616765223b733a31323a22637573746f6d4669656c6473223b613a303a7b7d7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30342d30372031343a33343a35372e303030303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31333a2264656c69766572795f74696d65223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a373a22002a006e616d65223b733a383a22312d332054616765223b733a363a22002a006d696e223b693a313b733a363a22002a006d6178223b693a333b733a373a22002a00756e6974223b733a333a22646179223b733a31383a22002a007368697070696e674d6574686f6473223b4e3b733a31353a22002a007472616e736c6174696f6e73223b4e3b733a31313a22002a0070726f6475637473223b4e3b733a353a22002a006964223b733a33323a223233666661653064306461643430373839343732653939333161363231316432223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a31353a22002a007472616e736c6174696f6e73223b4e3b733a31383a22002a006f7264657244656c69766572696573223b4e3b733a33333a22002a0073616c65734368616e6e656c44656661756c7441737369676e6d656e7473223b4e3b733a31363a22002a0073616c65734368616e6e656c73223b4e3b733a31393a22002a00617661696c6162696c69747952756c65223b4e3b733a32313a22002a00617661696c6162696c69747952756c654964223b733a33323a223238636161653735613536323466306439383561626430656233326161313630223b733a393a22002a00707269636573223b4f3a39313a2253686f70776172655c436f72655c436865636b6f75745c5368697070696e675c4167677265676174655c5368697070696e674d6574686f6450726963655c5368697070696e674d6574686f645072696365436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b733a33323a226436343531326235383566313434303561346639643430316661343431656361223b4f3a38373a2253686f70776172655c436f72655c436865636b6f75745c5368697070696e675c4167677265676174655c5368697070696e674d6574686f6450726963655c5368697070696e674d6574686f645072696365456e74697479223a32313a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226436343531326235383566313434303561346639643430316661343431656361223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30342d30372031343a33343a35372e383632303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a32313a227368697070696e675f6d6574686f645f7072696365223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a31393a22002a007368697070696e674d6574686f644964223b733a33323a223039646361613236323638333465323638623330666637346262323038653032223b733a393a22002a0072756c654964223b4e3b733a31343a22002a0063616c63756c6174696f6e223b693a313b733a31363a22002a007175616e746974795374617274223b643a303b733a31343a22002a007175616e74697479456e64223b4e3b733a31373a22002a007368697070696e674d6574686f64223b4e3b733a373a22002a0072756c65223b4e3b733a31313a22002a0063757272656e6379223b4e3b733a32303a22002a0063616c63756c6174696f6e52756c654964223b4e3b733a31383a22002a0063616c63756c6174696f6e52756c65223b4e3b733a31363a22002a0063757272656e63795072696365223b4f3a36383a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c50726963696e675c5072696365436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b733a33323a226237643235353462306365383437636438326633616339626431633064666361223b4f3a35383a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c50726963696e675c5072696365223a383a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31333a22002a0063757272656e63794964223b733a33323a226237643235353462306365383437636438326633616339626431633064666361223b733a363a22002a006e6574223b643a303b733a383a22002a0067726f7373223b643a303b733a393a22002a006c696e6b6564223b623a303b733a31323a22002a006c6973745072696365223b4e3b733a31333a22002a0070657263656e74616765223b4e3b733a31383a22002a00726567756c6174696f6e5072696365223b4e3b7d7d7d733a353a22002a006964223b733a33323a226436343531326235383566313434303561346639643430316661343431656361223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d733a31303a22002a006d656469614964223b4e3b733a383a22002a007461784964223b4e3b733a383a22002a006d65646961223b4e3b733a373a22002a0074616773223b4e3b733a31303a22002a0074617854797065223b733a343a226175746f223b733a363a22002a00746178223b4e3b733a353a22002a006964223b733a33323a223039646361613236323638333465323638623330666637346262323038653032223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a31363a22002a007368697070696e67436f737473223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c50726963655c5374727563745c43616c63756c617465645072696365223a393a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31323a22002a00756e69745072696365223b643a303b733a31313a22002a007175616e74697479223b693a313b733a31333a22002a00746f74616c5072696365223b643a303b733a31383a22002a0063616c63756c617465645461786573223b4f3a36323a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c43616c63756c61746564546178436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b693a31393b4f3a35323a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c43616c63756c61746564546178223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22002a00746178223b643a303b733a31303a22002a0074617852617465223b643a31393b733a383a22002a007072696365223b643a303b7d7d7d733a31313a22002a0074617852756c6573223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c54617852756c65436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b693a31393b4f3a34363a2253686f70776172655c436f72655c436865636b6f75745c436172745c5461785c5374727563745c54617852756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31303a22002a0074617852617465223b643a31393b733a31333a22002a0070657263656e74616765223b643a3130303b7d7d7d733a31373a22002a007265666572656e63655072696365223b4e3b733a31323a22002a006c6973745072696365223b4e3b733a31383a22002a00726567756c6174696f6e5072696365223b4e3b7d7d7d7d733a31353a22002a007472616e73616374696f6e73223b4f3a36383a2253686f70776172655c436f72655c436865636b6f75745c436172745c5472616e73616374696f6e5c5374727563745c5472616e73616374696f6e436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a313a7b693a303b4f3a35383a2253686f70776172655c436f72655c436865636b6f75745c436172745c5472616e73616374696f6e5c5374727563745c5472616e73616374696f6e223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a393a22002a00616d6f756e74223b4f3a35363a2253686f70776172655c436f72655c436865636b6f75745c436172745c50726963655c5374727563745c43616c63756c617465645072696365223a393a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31323a22002a00756e69745072696365223b643a35322e34333b733a31313a22002a007175616e74697479223b693a313b733a31333a22002a00746f74616c5072696365223b643a35322e34333b733a31383a22002a0063616c63756c617465645461786573223b723a31333b733a31313a22002a0074617852756c6573223b723a32313b733a31373a22002a007265666572656e63655072696365223b4e3b733a31323a22002a006c6973745072696365223b4e3b733a31383a22002a00726567756c6174696f6e5072696365223b4e3b7d733a31383a22002a007061796d656e744d6574686f644964223b733a33323a223465376538386435343864313439343262336235646663656131383130323437223b7d7d7d733a31313a22002a006d6f646966696564223b623a303b733a31383a22002a00637573746f6d6572436f6d6d656e74223b4e3b733a31363a22002a00616666696c69617465436f6465223b4e3b733a31353a22002a0063616d706169676e436f6465223b4e3b733a33383a220053686f70776172655c436f72655c436865636b6f75745c436172745c436172740064617461223b4e3b733a34313a220053686f70776172655c436f72655c436865636b6f75745c436172745c436172740072756c65496473223b613a393a7b693a303b733a33323a223263656461396333663166363464643038383336356330396361643262373865223b693a313b733a33323a223338353839353730313636343464653461653438633035303062663363636338223b693a323b733a33323a223534303934643934316234323439373038303531323134666235336234323761223b693a333b733a33323a226531333738646237383038613437386639313965306437343064356436633161223b693a343b733a33323a226566393037313136353465373430326538663530366461613866373834393231223b693a353b733a33323a223363663534313336396536643461326661373061613836383761363566633264223b693a363b733a33323a223766643664623736386638663432623239633466663566316363633539626636223b693a373b733a33323a223238636161653735613536323466306439383561626430656233326161313630223b693a383b733a33323a223661383734616361336162393466356461336134333965353831303764386533223b7d733a34323a220053686f70776172655c436f72655c436865636b6f75745c436172745c43617274006265686176696f72223b4f3a34303a2253686f70776172655c436f72655c436865636b6f75745c436172745c436172744265686176696f72223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a35333a220053686f70776172655c436f72655c436865636b6f75745c436172745c436172744265686176696f72007065726d697373696f6e73223b613a303a7b7d733a35313a220053686f70776172655c436f72655c436865636b6f75745c436172745c436172744265686176696f7200686f6f6b4177617265223b623a313b7d733a34303a220053686f70776172655c436f72655c436865636b6f75745c436172745c4361727400737461746573223b613a303a7b7d7d); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `category` -- CREATE TABLE `category` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `auto_increment` int NOT NULL, `parent_id` binary(16) DEFAULT NULL, `parent_version_id` binary(16) DEFAULT NULL, `media_id` binary(16) DEFAULT NULL, `cms_page_id` binary(16) DEFAULT NULL, `cms_page_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `product_stream_id` binary(16) DEFAULT NULL, `product_assignment_type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'product', `path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `after_category_id` binary(16) DEFAULT NULL, `after_category_version_id` binary(16) DEFAULT NULL, `level` int UNSIGNED NOT NULL DEFAULT '1', `active` tinyint(1) NOT NULL DEFAULT '1', `child_count` int UNSIGNED NOT NULL DEFAULT '0', `display_nested_products` tinyint UNSIGNED NOT NULL DEFAULT '1', `visible` tinyint UNSIGNED NOT NULL DEFAULT '1', `type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `category` -- INSERT INTO `category` (`id`, `version_id`, `auto_increment`, `parent_id`, `parent_version_id`, `media_id`, `cms_page_id`, `cms_page_version_id`, `product_stream_id`, `product_assignment_type`, `path`, `after_category_id`, `after_category_version_id`, `level`, `active`, `child_count`, `display_nested_products`, `visible`, `type`, `created_at`, `updated_at`) VALUES (0xa587ca66a94d4333aae0db7c2c043e3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x4fc9619f49624ca88edf04198604693d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 'product', NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 1, 0, 1, 0, 'page', '2023-04-07 14:34:57.868', '2023-05-07 19:11:25.560'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `category_tag` -- CREATE TABLE `category_tag` ( `category_id` binary(16) NOT NULL, `category_version_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `category_tag` -- INSERT INTO `category_tag` (`category_id`, `category_version_id`, `tag_id`) VALUES (0xa587ca66a94d4333aae0db7c2c043e3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x3c2fba6872744e139b5227a2a44cb7a8), (0xa587ca66a94d4333aae0db7c2c043e3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd279bf7245824516b1331a29a5294303); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `category_translation` -- CREATE TABLE `category_translation` ( `category_id` binary(16) NOT NULL, `category_version_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `breadcrumb` json DEFAULT NULL, `internal_link` binary(16) DEFAULT NULL, `link_new_tab` tinyint DEFAULT NULL, `link_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `external_link` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `meta_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `slot_config` json DEFAULT NULL ) ; -- -- Tablo döküm verisi `category_translation` -- INSERT INTO `category_translation` (`category_id`, `category_version_id`, `language_id`, `name`, `breadcrumb`, `internal_link`, `link_new_tab`, `link_type`, `external_link`, `description`, `meta_title`, `meta_description`, `keywords`, `custom_fields`, `created_at`, `updated_at`, `slot_config`) VALUES (0xa587ca66a94d4333aae0db7c2c043e3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Katalog #1', '{\"a587ca66a94d4333aae0db7c2c043e3a\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{}', '2023-04-07 14:34:57.873', '2023-05-07 19:11:25.560', '{\"02011188c28b4e42b0eef1b944a52fa9\": {\"filters\": {\"value\": \"manufacturer-filter,rating-filter,price-filter,shipping-free-filter,property-filter\", \"source\": \"static\"}, \"boxLayout\": {\"value\": \"standard\", \"source\": \"static\"}, \"showSorting\": {\"value\": true, \"source\": \"static\"}, \"defaultSorting\": {\"value\": \"\", \"source\": \"static\"}, \"useCustomSorting\": {\"value\": false, \"source\": \"static\"}, \"availableSortings\": {\"value\": [], \"source\": \"static\"}, \"propertyWhitelist\": {\"value\": [], \"source\": \"static\"}}, \"41651a36357f474fa020135ebf5c3ed8\": {\"content\": {\"value\": \"category.description\", \"source\": \"mapped\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}, \"bb080c253f184aadbf51770a3ae65044\": {\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"category.media\", \"source\": \"mapped\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"320px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"cover\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}}'), (0xa587ca66a94d4333aae0db7c2c043e3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Catalogue #1', '{\"a587ca66a94d4333aae0db7c2c043e3a\": \"Catalogue #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:34:57.872', '2023-04-07 11:37:10.184', NULL), (0xa587ca66a94d4333aae0db7c2c043e3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xefd2736087a74fe5a6be884cd91e3a71, 'HP', '{\"a587ca66a94d4333aae0db7c2c043e3a\": \"HP\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '{}', '2023-05-07 00:00:00.000', '2023-05-07 15:12:03.326', '{\"9e2f55fac84647098fe5b0f17ee4786f\": {\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"c1b5065ead0243ccb63572f055418746\", \"source\": \"static\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"340px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"stretch\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": \"center\", \"source\": \"static\"}}}'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cms_block` -- CREATE TABLE `cms_block` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `cms_section_id` binary(16) DEFAULT NULL, `cms_section_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `position` int NOT NULL, `section_position` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT 'main', `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `locked` tinyint(1) NOT NULL DEFAULT '0', `margin_top` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `margin_bottom` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `margin_left` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `margin_right` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `background_color` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `background_media_id` binary(16) DEFAULT NULL, `background_media_mode` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `visibility` json DEFAULT NULL, `css_class` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `cms_block` -- INSERT INTO `cms_block` (`id`, `version_id`, `cms_section_id`, `cms_section_version_id`, `position`, `section_position`, `type`, `name`, `locked`, `margin_top`, `margin_bottom`, `margin_left`, `margin_right`, `background_color`, `background_media_id`, `background_media_mode`, `visibility`, `css_class`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0f238043c7204d85825b7ca7ede9b7e6, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xb291e072639e4e769c6b1a4ed0349136, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'image-text', 'Category info', 1, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:34:58.273', NULL), (0x140259644563439c88c211a8d087832f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc1849576c38d43bcb9b348ceba252b6a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'text', NULL, 0, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:05.778', NULL), (0x2fa4551dca4f4955a178a8949bf29421, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd5bdd39c6cb84ccc921a1c7439c7a612, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, 'sidebar', 'sidebar-filter', 'Sidebar filter', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:02.321', NULL), (0x3d54eddcc40341c1927faac52f85f897, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7c073704135e4d78ab8d6e5fd9235af9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'main', 'form', 'Newsletter form', 1, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:04.418', NULL), (0x44990d05ee1a473e840ea723523e31d4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xb291e072639e4e769c6b1a4ed0349136, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, 'main', 'product-listing', 'Category listing', 1, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:34:58.272', NULL), (0x6f9db6090b3f4aff8a549856d035e15c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x75ef2583f32d483fb79a7289806f40f5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'product-heading', 'Product heading', 1, '0', '20px', '0', '0', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:17.642', NULL), (0x7635dd5cd0cd443bb621ee0a5d350486, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x75ef2583f32d483fb79a7289806f40f5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'main', 'gallery-buybox', 'Gallery buy box', 1, '20px', '0', '0', '0', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:17.642', NULL), (0x8039edf1e2bb43379ebc88ee619851f2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd5bdd39c6cb84ccc921a1c7439c7a612, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'sidebar', 'category-navigation', 'Sidebar navigation', 1, NULL, '30px', NULL, NULL, NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:02.321', NULL), (0x8055075cb25d457795c58a631744eb53, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2d5914b1280e44e28328b8a005d67379, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'text', NULL, 0, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:05.800', NULL), (0x830ec4494941441cb46e65567b0d01c4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf401daecea2843b1baba9956507f310b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'text', NULL, 0, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:05.812', NULL), (0x89ae17a86e86473e9f58dd7b68e13f85, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x36ecf28da410411badd79789e258e8b2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'image-text', 'Category info', 1, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:02.321', NULL), (0x9870379fe76e4404a0a32f0dcf03dfad, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd5bdd39c6cb84ccc921a1c7439c7a612, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, 'main', 'product-listing', 'Category listing', 1, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:02.321', NULL), (0x9b178cee40d14a6da68cee3acf406dfa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x935477e02ef643e5a016b83ed4cdf63a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'image-cover', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'cover', '{\"mobile\": 1, \"tablet\": 1, \"desktop\": 1}', NULL, NULL, '2023-04-07 11:37:10.149', '2023-04-07 12:27:07.118'), (0x9f052e2ad4894bd5ad2a1dc207d3b4de, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x75ef2583f32d483fb79a7289806f40f5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, 'main', 'product-description-reviews', 'Product description and reviews', 1, '20px', '20px', '0', '0', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:17.642', NULL), (0x9feff2930d3b4b27aeb7c3a0decc96fd, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8d42a37052ac4ddcb6e665bc3ddd6e3c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'main', 'form', 'Contact form', 1, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:04.409', NULL), (0xa602e482e22244bc9dcf45bca490dbc1, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xb291e072639e4e769c6b1a4ed0349136, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'main', 'sidebar-filter', 'Filter', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:35:02.310', NULL), (0xba1583045dc44c34969e826450a1cf93, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd82f2972fef540cea08143a63b05e903, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'text', NULL, 0, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:05.765', NULL), (0xbac1d22803b3423ab032c046001d6f3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x75ef2583f32d483fb79a7289806f40f5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 3, 'main', 'cross-selling', 'Cross selling', 1, '0', '0', '0', '0', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:17.642', NULL), (0xf83095acab7b4cce81f687c8e1aa178c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5ab41a7780134b06b580f4a653d2d6d8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'text', NULL, 0, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-04-07 14:35:05.790', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cms_page` -- CREATE TABLE `cms_page` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `entity` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `preview_media_id` binary(16) DEFAULT NULL, `locked` tinyint(1) NOT NULL DEFAULT '0', `css_class` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `config` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `cms_page` -- INSERT INTO `cms_page` (`id`, `version_id`, `type`, `entity`, `preview_media_id`, `locked`, `css_class`, `config`, `created_at`, `updated_at`) VALUES (0x34e1687b3932422794d620dfc8cd0b76, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product_list', NULL, NULL, 1, NULL, NULL, '2023-04-07 14:35:02.316', NULL), (0x46e17eb5a3524bc78ec1d00f2309b58f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 0, NULL, NULL, '2023-04-07 14:35:05.796', NULL), (0x4fc9619f49624ca88edf04198604693d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product_list', NULL, NULL, 1, NULL, NULL, '2023-04-07 14:34:58.266', NULL), (0x51eaea8ca2d94be687879acb42010653, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 0, NULL, NULL, '2023-04-07 14:35:05.760', NULL), (0x5ee55f4f57bd46c0a43135eb624d12c8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 0, NULL, NULL, '2023-04-07 14:35:05.807', NULL), (0x695477e02ef643e5a016b83ed4cdf63a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'landingpage', NULL, NULL, 0, NULL, NULL, '2023-04-07 11:37:10.149', '2023-04-07 12:27:07.118'), (0x77f3479aa1664cac80db81fbf675ca6e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 0, NULL, NULL, '2023-04-07 14:35:05.774', NULL), (0x7a6d253a67204037966f42b0119704d5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product_detail', NULL, NULL, 1, NULL, NULL, '2023-04-07 14:35:17.635', NULL), (0x846543ee63e04ea8804d2c1649740138, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 1, NULL, NULL, '2023-04-07 14:35:04.405', NULL), (0xb559c9192786404db0e5017fae8dd1c9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 1, NULL, NULL, '2023-04-07 14:35:04.414', NULL), (0xbe5ac9b023c64c90b492b0b90e372867, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 0, NULL, NULL, '2023-04-07 14:35:05.786', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cms_page_translation` -- CREATE TABLE `cms_page_translation` ( `cms_page_id` binary(16) NOT NULL, `cms_page_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `cms_page_translation` -- INSERT INTO `cms_page_translation` (`cms_page_id`, `cms_page_version_id`, `language_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x34e1687b3932422794d620dfc8cd0b76, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard Kategorie-Layout mit Sidebar', NULL, '2023-04-07 14:35:02.316', NULL), (0x34e1687b3932422794d620dfc8cd0b76, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Default listing layout with sidebar', NULL, '2023-04-07 14:35:02.316', NULL), (0x46e17eb5a3524bc78ec1d00f2309b58f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Datenschutz', NULL, '2023-04-07 14:35:05.798', NULL), (0x46e17eb5a3524bc78ec1d00f2309b58f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Privacy', NULL, '2023-04-07 14:35:05.797', NULL), (0x4fc9619f49624ca88edf04198604693d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard Kategorie-Layout', NULL, '2023-04-07 14:34:58.266', NULL), (0x4fc9619f49624ca88edf04198604693d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Default listing layout', NULL, '2023-04-07 14:34:58.266', NULL), (0x51eaea8ca2d94be687879acb42010653, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Versand und Zahlung', NULL, '2023-04-07 14:35:05.763', NULL), (0x51eaea8ca2d94be687879acb42010653, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Payment / Shipping', NULL, '2023-04-07 14:35:05.762', NULL), (0x5ee55f4f57bd46c0a43135eb624d12c8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Impressum', NULL, '2023-04-07 14:35:05.810', NULL), (0x5ee55f4f57bd46c0a43135eb624d12c8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Imprint', NULL, '2023-04-07 14:35:05.809', NULL), (0x695477e02ef643e5a016b83ed4cdf63a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Startseite', NULL, '2023-04-07 11:37:10.150', NULL), (0x695477e02ef643e5a016b83ed4cdf63a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Homepage', NULL, '2023-04-07 11:37:10.150', NULL), (0x77f3479aa1664cac80db81fbf675ca6e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'AGB', NULL, '2023-04-07 14:35:05.776', NULL), (0x77f3479aa1664cac80db81fbf675ca6e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Terms of service', NULL, '2023-04-07 14:35:05.775', NULL), (0x7a6d253a67204037966f42b0119704d5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard Produktseite-Layout', NULL, '2023-04-07 14:35:17.640', NULL), (0x7a6d253a67204037966f42b0119704d5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Default product page Layout', NULL, '2023-04-07 14:35:17.639', NULL), (0x846543ee63e04ea8804d2c1649740138, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard Shopseiten-Layout mit Kontaktformular', NULL, '2023-04-07 14:35:04.405', NULL), (0x846543ee63e04ea8804d2c1649740138, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Default shop page layout with contact form', NULL, '2023-04-07 14:35:04.405', NULL), (0xb559c9192786404db0e5017fae8dd1c9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard Shopseiten-Layout mit Newsletterformular', NULL, '2023-04-07 14:35:04.414', NULL), (0xb559c9192786404db0e5017fae8dd1c9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Default shop page layout with newsletter form', NULL, '2023-04-07 14:35:04.414', NULL), (0xbe5ac9b023c64c90b492b0b90e372867, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Widerrufsbelehrungen', NULL, '2023-04-07 14:35:05.788', NULL), (0xbe5ac9b023c64c90b492b0b90e372867, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Right of rescission', NULL, '2023-04-07 14:35:05.786', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cms_section` -- CREATE TABLE `cms_section` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `cms_page_id` binary(16) NOT NULL, `cms_page_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `position` int NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default', `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `locked` tinyint(1) NOT NULL DEFAULT '0', `sizing_mode` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'boxed', `mobile_behavior` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'wrap', `background_color` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `background_media_id` binary(16) DEFAULT NULL, `background_media_mode` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `visibility` json DEFAULT NULL, `css_class` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `cms_section` -- INSERT INTO `cms_section` (`id`, `version_id`, `cms_page_id`, `cms_page_version_id`, `position`, `type`, `name`, `locked`, `sizing_mode`, `mobile_behavior`, `background_color`, `background_media_id`, `background_media_mode`, `visibility`, `css_class`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x2d5914b1280e44e28328b8a005d67379, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x46e17eb5a3524bc78ec1d00f2309b58f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:35:05.799', NULL), (0x36ecf28da410411badd79789e258e8b2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x34e1687b3932422794d620dfc8cd0b76, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:35:02.319', NULL), (0x5ab41a7780134b06b580f4a653d2d6d8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xbe5ac9b023c64c90b492b0b90e372867, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:35:05.789', NULL), (0x75ef2583f32d483fb79a7289806f40f5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7a6d253a67204037966f42b0119704d5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:35:17.641', NULL), (0x7c073704135e4d78ab8d6e5fd9235af9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xb559c9192786404db0e5017fae8dd1c9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:35:04.418', NULL), (0x8d42a37052ac4ddcb6e665bc3ddd6e3c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x846543ee63e04ea8804d2c1649740138, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:35:04.408', NULL), (0x935477e02ef643e5a016b83ed4cdf63a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x695477e02ef643e5a016b83ed4cdf63a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, 'cover', '{\"mobile\": 1, \"tablet\": 1, \"desktop\": 1}', NULL, NULL, '2023-04-07 11:37:10.149', '2023-04-07 12:27:07.118'), (0xb291e072639e4e769c6b1a4ed0349136, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x4fc9619f49624ca88edf04198604693d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:35:01.948', NULL), (0xc1849576c38d43bcb9b348ceba252b6a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x77f3479aa1664cac80db81fbf675ca6e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:35:05.777', NULL), (0xd5bdd39c6cb84ccc921a1c7439c7a612, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x34e1687b3932422794d620dfc8cd0b76, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'sidebar', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:35:02.319', NULL), (0xd82f2972fef540cea08143a63b05e903, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x51eaea8ca2d94be687879acb42010653, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:35:05.763', NULL), (0xf401daecea2843b1baba9956507f310b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5ee55f4f57bd46c0a43135eb624d12c8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:35:05.811', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cms_slot` -- CREATE TABLE `cms_slot` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `cms_block_id` binary(16) NOT NULL, `cms_block_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slot` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `locked` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `cms_slot` -- INSERT INTO `cms_slot` (`id`, `version_id`, `cms_block_id`, `cms_block_version_id`, `type`, `slot`, `locked`, `created_at`, `updated_at`) VALUES (0x02011188c28b4e42b0eef1b944a52fa9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x44990d05ee1a473e840ea723523e31d4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product-listing', 'content', 1, '2023-04-07 14:34:58.278', NULL), (0x201e1a43918542989085d140b4590049, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8055075cb25d457795c58a631744eb53, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'content', 0, '2023-04-07 14:35:05.802', NULL), (0x2391e22fb2f842d295e8eac55ddce016, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x89ae17a86e86473e9f58dd7b68e13f85, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'right', 1, '2023-04-07 14:35:02.326', NULL), (0x25996421b4f6471a8f1e0adcc4429b9b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fa4551dca4f4955a178a8949bf29421, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'sidebar-filter', 'content', 1, '2023-04-07 14:35:02.326', NULL), (0x32e91b5c71fa4f90b978529a82b6949d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fa4551dca4f4955a178a8949bf29421, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'sidebar-filter', 'content', 1, '2023-04-07 14:35:02.326', NULL), (0x3fd19c0ef9394f178e615f0d11903964, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x830ec4494941441cb46e65567b0d01c4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'content', 0, '2023-04-07 14:35:05.813', NULL), (0x41651a36357f474fa020135ebf5c3ed8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x0f238043c7204d85825b7ca7ede9b7e6, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'right', 1, '2023-04-07 14:34:58.278', NULL), (0x449119c5138843b69d97fd221d75eb44, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x89ae17a86e86473e9f58dd7b68e13f85, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'image', 'left', 1, '2023-04-07 14:35:02.326', NULL), (0x4db301084a794cea82c9c0f5de6cde6d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8039edf1e2bb43379ebc88ee619851f2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'category-navigation', 'content', 1, '2023-04-07 14:35:02.326', NULL), (0x5ae3218608134753bc31a6ca24b39107, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9870379fe76e4404a0a32f0dcf03dfad, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product-listing', 'content', 1, '2023-04-07 14:35:02.326', NULL), (0x5b3cc9ad8155486bbd6e61fe3f3b5369, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7635dd5cd0cd443bb621ee0a5d350486, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'image-gallery', 'left', 1, '2023-04-07 14:35:17.647', NULL), (0x70adcead03a846ecb1225ca91ab5701b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x140259644563439c88c211a8d087832f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'content', 0, '2023-04-07 14:35:05.779', NULL), (0x72a72effc73d46cbaaf3be533a35facd, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x3d54eddcc40341c1927faac52f85f897, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'form', 'content', 1, '2023-04-07 14:35:04.419', NULL), (0x7d4837e5174e41cd926df54d977fac7b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7635dd5cd0cd443bb621ee0a5d350486, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'buy-box', 'right', 1, '2023-04-07 14:35:17.647', NULL), (0x8e9ffc085e5141bb98f7ab8570e9420a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9feff2930d3b4b27aeb7c3a0decc96fd, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'form', 'content', 1, '2023-04-07 14:35:04.410', NULL), (0x989020f61d4c4fa6a32fd9aa57482e00, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9f052e2ad4894bd5ad2a1dc207d3b4de, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product-description-reviews', 'content', 1, '2023-04-07 14:35:17.647', NULL), (0x9e2f55fac84647098fe5b0f17ee4786f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9b178cee40d14a6da68cee3acf406dfa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'image', 'image', 0, '2023-04-07 11:37:10.146', '2023-04-07 12:27:07.115'), (0xbb080c253f184aadbf51770a3ae65044, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x0f238043c7204d85825b7ca7ede9b7e6, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'image', 'left', 1, '2023-04-07 14:34:58.278', NULL), (0xbf3c03a2c1eb4ec58a6ca5d3a58235de, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xba1583045dc44c34969e826450a1cf93, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'content', 0, '2023-04-07 14:35:05.766', NULL), (0xcccbe5e5ee524cb78f2cd17838ec9be3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6f9db6090b3f4aff8a549856d035e15c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product-name', 'left', 1, '2023-04-07 14:35:17.647', NULL), (0xce8764e6b90149d9940bb64102e11c00, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6f9db6090b3f4aff8a549856d035e15c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'manufacturer-logo', 'right', 1, '2023-04-07 14:35:17.647', NULL), (0xe4dff4d58af9456e81b96ec7c37b67b5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa602e482e22244bc9dcf45bca490dbc1, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'sidebar-filter', 'content', 1, '2023-04-07 14:35:02.311', NULL), (0xe688f7d5e1a6402db8eeffc7ca4ce77b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf83095acab7b4cce81f687c8e1aa178c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'content', 0, '2023-04-07 14:35:05.792', NULL), (0xffb88d8e8c164b05ac1ad5b539c905a0, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xbac1d22803b3423ab032c046001d6f3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'cross-selling', 'content', 1, '2023-04-07 14:35:17.647', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cms_slot_translation` -- CREATE TABLE `cms_slot_translation` ( `cms_slot_id` binary(16) NOT NULL, `cms_slot_version_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `config` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `cms_slot_translation` -- INSERT INTO `cms_slot_translation` (`cms_slot_id`, `cms_slot_version_id`, `language_id`, `config`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x02011188c28b4e42b0eef1b944a52fa9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"boxLayout\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-04-07 14:34:58.278', NULL), (0x02011188c28b4e42b0eef1b944a52fa9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"boxLayout\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-04-07 14:34:58.278', NULL), (0x201e1a43918542989085d140b4590049, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"<h2>Datenschutz</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:05.804', NULL), (0x201e1a43918542989085d140b4590049, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"content\": {\"value\": \"<h2>Privacy</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:05.803', NULL), (0x2391e22fb2f842d295e8eac55ddce016, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"category.description\", \"source\": \"mapped\"}}', NULL, '2023-04-07 14:35:02.326', NULL), (0x2391e22fb2f842d295e8eac55ddce016, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"content\": {\"value\": \"category.description\", \"source\": \"mapped\"}}', NULL, '2023-04-07 14:35:02.326', NULL), (0x32e91b5c71fa4f90b978529a82b6949d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"boxLayout\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-04-07 14:35:02.326', NULL), (0x32e91b5c71fa4f90b978529a82b6949d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"boxLayout\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-04-07 14:35:02.326', NULL), (0x3fd19c0ef9394f178e615f0d11903964, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"<h2>Impressum</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:05.815', NULL), (0x3fd19c0ef9394f178e615f0d11903964, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"content\": {\"value\": \"<h2>Imprint</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:05.814', NULL), (0x41651a36357f474fa020135ebf5c3ed8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"category.description\", \"source\": \"mapped\"}}', NULL, '2023-04-07 14:34:58.278', NULL), (0x41651a36357f474fa020135ebf5c3ed8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"content\": {\"value\": \"category.description\", \"source\": \"mapped\"}}', NULL, '2023-04-07 14:34:58.278', NULL), (0x449119c5138843b69d97fd221d75eb44, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"category.media\", \"source\": \"mapped\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"320px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"cover\", \"source\": \"static\"}}', NULL, '2023-04-07 14:35:02.326', NULL), (0x449119c5138843b69d97fd221d75eb44, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"category.media\", \"source\": \"mapped\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"320px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"cover\", \"source\": \"static\"}}', NULL, '2023-04-07 14:35:02.326', NULL), (0x4db301084a794cea82c9c0f5de6cde6d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, '2023-04-07 14:35:02.326', NULL), (0x4db301084a794cea82c9c0f5de6cde6d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, NULL, NULL, '2023-04-07 14:35:02.326', NULL), (0x5b3cc9ad8155486bbd6e61fe3f3b5369, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"zoom\": {\"value\": true, \"source\": \"static\"}, \"minHeight\": {\"value\": \"430px\", \"source\": \"static\"}, \"fullScreen\": {\"value\": true, \"source\": \"static\"}, \"displayMode\": {\"value\": \"contain\", \"source\": \"static\"}, \"sliderItems\": {\"value\": \"product.media\", \"source\": \"mapped\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}, \"navigationDots\": {\"value\": \"inside\", \"source\": \"static\"}, \"galleryPosition\": {\"value\": \"left\", \"source\": \"static\"}, \"navigationArrows\": {\"value\": \"inside\", \"source\": \"static\"}}', NULL, '2023-04-07 14:35:17.663', NULL), (0x5b3cc9ad8155486bbd6e61fe3f3b5369, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"zoom\": {\"value\": true, \"source\": \"static\"}, \"minHeight\": {\"value\": \"430px\", \"source\": \"static\"}, \"fullScreen\": {\"value\": true, \"source\": \"static\"}, \"displayMode\": {\"value\": \"contain\", \"source\": \"static\"}, \"sliderItems\": {\"value\": \"product.media\", \"source\": \"mapped\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}, \"navigationDots\": {\"value\": \"inside\", \"source\": \"static\"}, \"galleryPosition\": {\"value\": \"left\", \"source\": \"static\"}, \"navigationArrows\": {\"value\": \"inside\", \"source\": \"static\"}}', NULL, '2023-04-07 14:35:17.662', NULL), (0x70adcead03a846ecb1225ca91ab5701b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"<h2>AGB</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:05.782', NULL), (0x70adcead03a846ecb1225ca91ab5701b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"content\": {\"value\": \"<h2>Terms of service</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:05.781', NULL), (0x72a72effc73d46cbaaf3be533a35facd, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"type\": {\"value\": \"newsletter\", \"source\": \"static\"}, \"mailReceiver\": {\"value\": [], \"source\": \"static\"}, \"confirmationText\": {\"value\": \"\", \"source\": \"static\"}}', NULL, '2023-04-07 14:35:04.419', NULL), (0x72a72effc73d46cbaaf3be533a35facd, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"type\": {\"value\": \"newsletter\", \"source\": \"static\"}, \"mailReceiver\": {\"value\": [], \"source\": \"static\"}, \"confirmationText\": {\"value\": \"\", \"source\": \"static\"}}', NULL, '2023-04-07 14:35:04.419', NULL), (0x7d4837e5174e41cd926df54d977fac7b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"product\": {\"value\": null, \"source\": \"static\"}, \"alignment\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:17.667', NULL), (0x7d4837e5174e41cd926df54d977fac7b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"product\": {\"value\": null, \"source\": \"static\"}, \"alignment\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:17.666', NULL), (0x8e9ffc085e5141bb98f7ab8570e9420a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"type\": {\"value\": \"contact\", \"source\": \"static\"}, \"mailReceiver\": {\"value\": [], \"source\": \"static\"}, \"confirmationText\": {\"value\": \"\", \"source\": \"static\"}}', NULL, '2023-04-07 14:35:04.410', NULL), (0x8e9ffc085e5141bb98f7ab8570e9420a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"type\": {\"value\": \"contact\", \"source\": \"static\"}, \"mailReceiver\": {\"value\": [], \"source\": \"static\"}, \"confirmationText\": {\"value\": \"\", \"source\": \"static\"}}', NULL, '2023-04-07 14:35:04.410', NULL), (0x989020f61d4c4fa6a32fd9aa57482e00, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"product\": {\"value\": null, \"source\": \"static\"}, \"alignment\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:17.671', NULL), (0x989020f61d4c4fa6a32fd9aa57482e00, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"product\": {\"value\": null, \"source\": \"static\"}, \"alignment\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:17.670', NULL), (0x9e2f55fac84647098fe5b0f17ee4786f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"c1b5065ead0243ccb63572f055418746\", \"source\": \"static\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"340px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"stretch\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": \"center\", \"source\": \"static\"}}', NULL, '2023-04-07 11:37:10.149', '2023-04-07 12:27:07.118'), (0x9e2f55fac84647098fe5b0f17ee4786f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"de4b7dbe9d95435092cb85ce146ced28\", \"source\": \"static\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"340px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-04-07 11:37:10.149', NULL), (0xbb080c253f184aadbf51770a3ae65044, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"category.media\", \"source\": \"mapped\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"320px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"cover\", \"source\": \"static\"}}', NULL, '2023-04-07 14:34:58.278', NULL), (0xbb080c253f184aadbf51770a3ae65044, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"category.media\", \"source\": \"mapped\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"320px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"cover\", \"source\": \"static\"}}', NULL, '2023-04-07 14:34:58.278', NULL), (0xbf3c03a2c1eb4ec58a6ca5d3a58235de, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"<h2>Versand und Zahlung</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:05.770', NULL), (0xbf3c03a2c1eb4ec58a6ca5d3a58235de, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"content\": {\"value\": \"<h2>Payment / Shipping</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:05.767', NULL), (0xcccbe5e5ee524cb78f2cd17838ec9be3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"product.name\", \"source\": \"mapped\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:17.655', NULL), (0xcccbe5e5ee524cb78f2cd17838ec9be3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"content\": {\"value\": \"product.name\", \"source\": \"mapped\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:17.654', NULL), (0xce8764e6b90149d9940bb64102e11c00, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"product.manufacturer.media\", \"source\": \"mapped\"}, \"newTab\": {\"value\": true, \"source\": \"static\"}, \"minHeight\": {\"value\": null, \"source\": \"static\"}, \"displayMode\": {\"value\": \"standard\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:17.659', NULL), (0xce8764e6b90149d9940bb64102e11c00, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"product.manufacturer.media\", \"source\": \"mapped\"}, \"newTab\": {\"value\": true, \"source\": \"static\"}, \"minHeight\": {\"value\": null, \"source\": \"static\"}, \"displayMode\": {\"value\": \"standard\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:17.658', NULL), (0xe4dff4d58af9456e81b96ec7c37b67b5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, NULL, NULL, '2023-04-07 14:35:02.311', NULL), (0xe688f7d5e1a6402db8eeffc7ca4ce77b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"<h2>Widerrufsbelehrungen</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:05.794', NULL), (0xe688f7d5e1a6402db8eeffc7ca4ce77b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"content\": {\"value\": \"<h2>Right of rescission</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-04-07 14:35:05.793', NULL), (0xffb88d8e8c164b05ac1ad5b539c905a0, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"product\": {\"value\": null, \"source\": \"static\"}, \"boxLayout\": {\"value\": \"standard\", \"source\": \"static\"}, \"elMinWidth\": {\"value\": \"200px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-04-07 14:35:17.674', NULL), (0xffb88d8e8c164b05ac1ad5b539c905a0, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, '{\"product\": {\"value\": null, \"source\": \"static\"}, \"boxLayout\": {\"value\": \"standard\", \"source\": \"static\"}, \"elMinWidth\": {\"value\": \"200px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-04-07 14:35:17.673', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `country` -- CREATE TABLE `country` ( `id` binary(16) NOT NULL, `iso` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `position` int NOT NULL DEFAULT '1', `tax_free` tinyint(1) NOT NULL DEFAULT '0', `active` tinyint(1) NOT NULL DEFAULT '1', `iso3` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `display_state_in_registration` tinyint(1) NOT NULL DEFAULT '0', `force_state_in_registration` tinyint(1) NOT NULL DEFAULT '0', `company_tax_free` tinyint(1) NOT NULL DEFAULT '0', `check_vat_id_pattern` tinyint(1) NOT NULL DEFAULT '0', `vat_id_pattern` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `vat_id_required` tinyint(1) NOT NULL DEFAULT '0', `customer_tax` json DEFAULT NULL, `company_tax` json DEFAULT NULL, `advanced_postal_code_pattern` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `check_advanced_postal_code_pattern` tinyint(1) NOT NULL DEFAULT '0', `check_postal_code_pattern` tinyint(1) NOT NULL DEFAULT '0', `default_postal_code_pattern` varchar(1024) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `postal_code_required` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `shipping_available` tinyint(1) NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `country` -- INSERT INTO `country` (`id`, `iso`, `position`, `tax_free`, `active`, `iso3`, `display_state_in_registration`, `force_state_in_registration`, `company_tax_free`, `check_vat_id_pattern`, `vat_id_pattern`, `vat_id_required`, `customer_tax`, `company_tax`, `advanced_postal_code_pattern`, `check_advanced_postal_code_pattern`, `check_postal_code_pattern`, `default_postal_code_pattern`, `postal_code_required`, `created_at`, `updated_at`, `shipping_available`) VALUES (0x002790e6a28f40c4969bda22921e644f, 'CN', 10, 0, 1, 'CHN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.007', NULL, 1), (0x0045e855b73b417cbdd43137fce35b32, 'TR', 10, 0, 1, 'TUR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:34:57.765', NULL, 1), (0x00ab8758ea774e5b822cb6fefb88c25f, 'US', 10, 0, 1, 'USA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(\\d{5})(?:[ \\-](\\d{4}))?', 0, '2023-04-07 14:34:57.665', NULL, 1), (0x02b7e51eab1a4faf8dfb253958a7568f, 'DE', 1, 0, 1, 'DEU', 0, 0, 0, 0, '(DE)?[0-9]{9}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:34:57.161', NULL, 1), (0x051c6f4b9146408682b9ac04ef88866d, 'TO', 10, 0, 1, 'TON', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.610', NULL, 1), (0x080886325b9648f99781ea7d8ad6c424, 'HN', 10, 0, 1, 'HND', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.189', NULL, 1), (0x088af52e087d419ab7fec6ab76cf0360, 'GB', 5, 0, 1, 'GBR', 0, 0, 0, 0, '(GB)?([0-9]{9}([0-9]{3})?|[A-Z]{2}[0-9]{3})', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '^GIR ?0AA$|^(?:(?:AB|AL|B|BA|BB|BD|BH|BL|BN|BR|BS|BT|BX|CA|CB|CF|CH|CM|CO|CR|CT|CV|CW|DA|DD|DE|DG|DH|DL|DN|DT|DY|E|EC|EH|EN|EX|FK|FY|G|GL|GY|GU|HA|HD|HG|HP|HR|HS|HU|HX|IG|IM|IP|IV|JE|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|ML|N|NE|NG|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|SR|SS|ST|SW|SY|TA|TD|TF|TN|TQ|TR|TS|TW|UB|W|WA|WC|WD|WF|WN|WR|WS|WV|YO|ZE)(?:\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}))$|^BFPO ?\\d{1,4}$', 0, '2023-04-07 14:34:57.214', NULL, 1), (0x0b03713a76ed4915ba2805176adabd16, 'GU', 10, 0, 1, 'GUM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(969(?:[12]\\d|3[12]))(?:[ \\-](\\d{4}))?', 0, '2023-04-07 14:35:09.147', NULL, 1), (0x0bd93f3e6b8b40b38b5016caa0fd2fcb, 'MH', 10, 0, 1, 'MHL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(969[67]\\d)(?:[ \\-](\\d{4}))?', 0, '2023-04-07 14:35:09.287', NULL, 1), (0x0d0bef34a9df47ebbd4322f52d087b00, 'NL', 10, 0, 1, 'NLD', 0, 0, 0, 0, '(NL)?[0-9]{9}B[0-9]{2}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[1-9]{1}\\d{3}([ ]?[A-Z]{2})', 0, '2023-04-07 14:34:57.646', NULL, 1), (0x0deab071d441440ab23af9577d4034a0, 'AR', 10, 0, 1, 'ARG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '((?:[A-HJ-NP-Z])?\\d{4})([A-Z]{3})?', 0, '2023-04-07 14:35:08.846', NULL, 1), (0x0e2cab5ad219494fa89b25c66c1a04a4, 'AS', 10, 0, 1, 'ASM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(96799)(? :[ \\-](\\d{4}))?', 0, '2023-04-07 14:35:08.823', NULL, 1), (0x0e9c39d2d89743a3b392c00e7c1fcfbe, 'BM', 10, 0, 1, 'BMU', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[A-Z]{2} ?[A-Z0-9]{2}', 0, '2023-04-07 14:35:08.891', NULL, 1), (0x0ecc623cd18b4e0a85015896e09505b8, 'CC', 10, 0, 1, 'CCK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '6799', 0, '2023-04-07 14:35:09.014', NULL, 1), (0x0fbbf99775f44c16862281bb126a7feb, 'KM', 10, 0, 1, 'COM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.022', NULL, 1), (0x123d6c35bba24757a0f959952a8d2e32, 'FI', 10, 0, 1, 'FIN', 0, 0, 0, 0, '(FI)?[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:34:57.788', NULL, 1), (0x13c7ce13d54d4c0d8834f4a0fd43431e, 'CR', 10, 0, 1, 'CRI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4,5}|\\d{3}-\\d{4}', 0, '2023-04-07 14:35:09.037', NULL, 1), (0x1492d126b9a545aabcf774188753b9da, 'MG', 10, 0, 1, 'MDG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}', 0, '2023-04-07 14:35:09.266', NULL, 1), (0x14a981bb4d6a466a8b130bec3c7cfe55, 'GM', 10, 0, 1, 'GMB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.117', NULL, 1), (0x15296f18450c4f3391ed7e88a8055a08, 'FK', 10, 0, 1, 'FLK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[Ff][Ii][Qq]{2}\\s{0,1}[1][Zz]{2}', 0, '2023-04-07 14:35:09.087', NULL, 1), (0x15f936e5692d4c8e89d62a32457a4c82, 'NF', 10, 0, 1, 'NFK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '2899', 0, '2023-04-07 14:35:09.387', NULL, 1), (0x16a13743f3594437be86bd4894243393, 'TV', 10, 0, 1, 'TUV', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.627', NULL, 1), (0x16f03f7891834b11a593553935852a62, 'UA', 10, 0, 1, 'UKR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.636', NULL, 1), (0x1744f89af85c4889b8a7021cc698da86, 'SY', 10, 0, 1, 'SYR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.579', NULL, 1), (0x18de0a5db5804d7089640e9e286e34bb, 'CH', 10, 1, 1, 'CHE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 1, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[1-9]\\d{3}', 0, '2023-04-07 14:34:57.659', NULL, 1), (0x193e9bcd47f9470681a718fa997328e3, 'TD', 10, 0, 1, 'TCD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:08.998', NULL, 1), (0x1a511964bc224544af36a3f94f0e61e8, 'BW', 10, 0, 1, 'BWA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.911', NULL, 1), (0x1bdbcbbc2eee4b0e890181bb9da7e221, 'AW', 10, 0, 1, 'ABW', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.854', NULL, 1), (0x1bf9b3a6b79e4635afd79b76eb6d573f, 'MZ', 10, 0, 1, 'MOZ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.340', NULL, 1), (0x1ce54231cbc34a839dbc4eeca9417ac4, 'DJ', 10, 0, 1, 'DJI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.049', NULL, 1), (0x1f19f3ed0d994c8f944ca01cfc8cbb0b, 'GL', 10, 0, 1, 'GRL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '39\\d{2}', 0, '2023-04-07 14:35:09.134', NULL, 1), (0x203abe4864424797bee775d3bfc49ea8, 'HK', 10, 0, 1, 'HKG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '999077', 0, '2023-04-07 14:35:09.192', NULL, 1), (0x208cab3a400247ef954fa1c4e5d35d13, 'KG', 10, 0, 1, 'KGZ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.238', NULL, 1), (0x21b03d5527524a0992322de8fc8b1fc1, 'CV', 10, 0, 1, 'CPV', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:08.987', NULL, 1), (0x21c96ab223aa407a947c1ea268b73e1b, 'KN', 10, 0, 1, 'KNA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.470', NULL, 1), (0x22b522c751354bc2b28c1088684bb3e4, 'AM', 10, 0, 1, 'ARM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:37)?\\d{4}', 0, '2023-04-07 14:35:08.850', NULL, 1), (0x23ccba12509843a7b6d13cd2dfd7b6fd, 'SI', 10, 0, 1, 'SVN', 0, 0, 0, 0, '(SI)?[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:08.798', NULL, 1), (0x24d15a8aed1a4ac98e89a74f304beead, 'LB', 10, 0, 1, 'LBN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:\\d{4})(?: ?(?:\\d{4}))?', 0, '2023-04-07 14:35:09.244', NULL, 1), (0x26830a79303f42cb9694b370b7ed9837, 'MK', 10, 0, 1, 'MKD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.262', NULL, 1), (0x28f1715ec5c64805a607025ad3da60f2, 'MR', 10, 0, 1, 'MRT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.294', NULL, 1), (0x2997cfcf48be42469817a596fcfcda87, 'TG', 10, 0, 1, 'TGO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.603', NULL, 1), (0x29b212f09dd544888ba1e3bbd46e5ec5, 'AZ', 10, 0, 1, 'AZE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:08.858', NULL, 1), (0x2adb476780e04d31929c0c8076858ec1, 'EG', 10, 0, 1, 'EGY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.066', NULL, 1), (0x2b2e3d648b9f47fc979634a66d1171e0, 'AU', 10, 0, 1, 'AUS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:34:57.780', NULL, 1), (0x2bca2b5e034246f0867945c8babee502, 'LI', 10, 0, 1, 'LIE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '948[5-9]|949[0-7]', 0, '2023-04-07 14:34:57.755', NULL, 1), (0x2c04984c0fb444b8a3caae55f0db9e2c, 'NC', 10, 0, 1, 'NCL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '988\\d{2}', 0, '2023-04-07 14:35:09.361', NULL, 1), (0x2d3a663501904be99e97d21582c417b6, 'GI', 10, 0, 1, 'GIB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[Gg][Xx][1]{2}\\s{0,1}[1][Aa]{2}', 0, '2023-04-07 14:35:09.130', NULL, 1), (0x2e99fad1c0ec4fc095cb429cbb2d451c, 'RS', 10, 0, 1, 'SRB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5,6}', 0, '2023-04-07 14:35:09.512', NULL, 1), (0x2f358c81639c4c5cb633074a54d48290, 'LK', 10, 0, 1, 'LKA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.559', NULL, 1), (0x2f8d1811784f496a91f7da1570fe943c, 'UZ', 10, 0, 1, 'UZB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.644', NULL, 1), (0x30825cadef8b4ca8a98abd4411249832, 'JP', 10, 0, 1, 'JPN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}-?\\d{4}', 0, '2023-04-07 14:34:57.636', NULL, 1), (0x31d3b5d81b9d47babff644beffb55e6a, 'TN', 10, 0, 1, 'TUN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.617', NULL, 1), (0x333ab677ec71498bb3484d09ed55fd56, 'AD', 10, 0, 1, 'AND', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'AD[1-7]0\\d', 0, '2023-04-07 14:35:08.827', NULL, 1), (0x343103cd1faa42ffb26ce5b05059f4d6, 'CD', 10, 0, 1, 'COD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[Cc][Dd]', 0, '2023-04-07 14:35:09.030', NULL, 1), (0x379556c7cac542d9b828e0d3b7fd5a31, 'RW', 10, 0, 1, 'RWA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.456', NULL, 1), (0x37c373c3b7b74b8eb80e25a07ff73f0c, 'PL', 10, 0, 1, 'POL', 0, 0, 0, 0, '(PL)?[0-9]{10}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{2}-\\d{3}', 0, '2023-04-07 14:34:57.761', NULL, 1), (0x385d2c2c5d7645cf961f350b6e122eea, 'NR', 10, 0, 1, 'NRU', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.350', NULL, 1), (0x3a25eb03250b4b92830f091606bf9e0d, 'LV', 10, 0, 1, 'LVA', 0, 0, 0, 0, '(LV)?[0-9]{11}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(LV-)?\\d{4}', 0, '2023-04-07 14:35:08.786', NULL, 1), (0x3b894ee77b604b75b633ad2940725949, 'PY', 10, 0, 1, 'PRY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.423', NULL, 1), (0x3c927d9f3b5046c69ed1b4e0d7851da5, 'VA', 10, 0, 1, 'VAT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '00120', 0, '2023-04-07 14:35:09.185', NULL, 1), (0x3d582e455d17449db021d0460de66ba9, 'BO', 10, 0, 1, 'BOL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:08.898', NULL, 1), (0x3d96bc83527b4733ae827dd70b7252ad, 'WF', 10, 0, 1, 'WLF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '986\\d{2}', 0, '2023-04-07 14:35:09.660', NULL, 1), (0x3f8db5c4f69f4d0d869e6588b3242597, 'AQ', 10, 0, 1, 'ATA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.838', NULL, 1), (0x3f911785d4304c209afb6b9bd65cec5f, 'BL', 10, 0, 1, 'BLM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78][01]\\d{2}', 0, '2023-04-07 14:35:09.461', NULL, 1), (0x40bcc5407ad0407e825c5984be3fe152, 'SZ', 10, 0, 1, 'SWZ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[HLMS]\\d{3}', 0, '2023-04-07 14:35:09.576', NULL, 1), (0x40c62780dc48493da44889ea032fe2cc, 'MX', 10, 0, 1, 'MEX', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.306', NULL, 1), (0x40eaa78357f74898823a16bd1707909e, 'BY', 10, 0, 1, 'BLR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:08.878', NULL, 1), (0x415f21d22e1b45beb0fa3f7fb9436b05, 'SB', 10, 0, 1, 'SLB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.534', NULL, 1), (0x41b997376c1948669a8ef05aef2cb375, 'JM', 10, 0, 1, 'JAM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[a-zA-Z]{2}', 0, '2023-04-07 14:35:09.215', NULL, 1), (0x41e5ba6512b440ccbf7e64d523d5fef4, 'UM', 10, 0, 1, 'UMI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '96898', 0, '2023-04-07 14:35:08.927', NULL, 1), (0x42049e302b92451a975fe66b416fff35, 'MO', 10, 0, 1, 'MAC', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '999078', 0, '2023-04-07 14:35:09.258', NULL, 1), (0x42a67a2ab9a54d4e9b8e5cca52bcc5d1, 'PA', 10, 0, 1, 'PAN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.416', NULL, 1), (0x46ecb64da1894ed49cfb3664945d0658, 'TJ', 10, 0, 1, 'TJK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.588', NULL, 1), (0x473d39a34dfa4539bb5803d5941abe19, 'MU', 10, 0, 1, 'MUS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}(?:\\d{2}|[A-Z]{2}\\d{3})', 0, '2023-04-07 14:35:09.299', NULL, 1), (0x4777f9d0f35344b6938b52961574e91a, 'VU', 10, 0, 1, 'VUT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.647', NULL, 1), (0x47a71e63431a4ddca17c5f57917b02d7, 'JE', 10, 0, 1, 'JEY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'JE\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}', 0, '2023-04-07 14:35:09.218', NULL, 1), (0x482f271094964cdc9d598db63675fd75, 'MC', 10, 0, 1, 'MCO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '980\\d{2}', 0, '2023-04-07 14:35:09.318', NULL, 1), (0x4a0f88a910a149dcabf103aa78324ff3, 'XK', 10, 0, 1, 'KOS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[1-7]\\d{4}', 0, '2023-04-07 14:35:09.445', NULL, 1), (0x4a95d4ffd29c474db244d7f47b2865df, 'ER', 10, 0, 1, 'ERI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.078', NULL, 1), (0x4b00ba031d6d49bda8b0e3a7e2fe876f, 'GF', 10, 0, 1, 'GUF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78]3\\d{2}', 0, '2023-04-07 14:35:09.098', NULL, 1), (0x4c7d44136deb4e2f8535c07d87955d99, 'CX', 10, 0, 1, 'CXR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '6798', 0, '2023-04-07 14:35:09.011', NULL, 1), (0x4d0b86a8a47a4c9094790bb098021f9a, 'BN', 10, 0, 1, 'BRN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[A-Z]{2} ?\\d{4}', 0, '2023-04-07 14:35:08.966', NULL, 1), (0x4da9a35cf1fd4f768fdf000c96460d85, 'IS', 10, 0, 1, 'ISL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}', 0, '2023-04-07 14:34:57.631', NULL, 1), (0x4df071bb13b546bbb4f387de35834007, 'IL', 10, 0, 1, 'ISR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}(?:\\d{2})?', 0, '2023-04-07 14:34:57.778', NULL, 1), (0x4ef32148adbe4345940c8087f295d4d6, 'PM', 10, 0, 1, 'SPM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78]5\\d{2}', 0, '2023-04-07 14:35:09.484', NULL, 1), (0x5044dc2c7bd042c089dfca3503b95073, 'HR', 10, 0, 1, 'HRV', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:08.782', NULL, 1), (0x507bf201e3044775b9025e2e0477806d, 'LU', 10, 0, 1, 'LUX', 0, 0, 0, 0, '(LU)?[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:34:57.641', NULL, 1), (0x50d73c40ed104595b961fedc049cfeeb, 'PN', 10, 0, 1, 'PCN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'PCRN 1ZZ', 0, '2023-04-07 14:35:09.434', NULL, 1), (0x520c3630afac47fcb35d0d44553608e4, 'ES', 10, 0, 1, 'ESP', 0, 0, 0, 0, '(ES)?[0-9A-Z][0-9]{7}[0-9A-Z]', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '^([0-4]\\d{4}|5[0-2]\\d{3})$', 0, '2023-04-07 14:34:57.661', NULL, 1), (0x5288c19de5aa49cfb66a8243ec2d5d1f, 'ET', 10, 0, 1, 'ETH', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.083', NULL, 1), (0x53386ac2e7934bf783d7bc408e1cefe4, 'CI', 10, 0, 1, 'CIV', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.202', NULL, 1), (0x5371003b4d5b42afa9506d20c55c8e8d, 'MW', 10, 0, 1, 'MWI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.270', NULL, 1), (0x53de69de567541d1ace39f471b55c067, 'BZ', 10, 0, 1, 'BLZ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.883', NULL, 1), (0x5641c49715b74fada7e29823c2e4aa3b, 'IQ', 10, 0, 1, 'IRQ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.209', NULL, 1), (0x56c6c5a63f504eac988ff5a067924343, 'AL', 10, 0, 1, 'ALB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:08.815', NULL, 1), (0x5703e365aef0494bb388e8983cc476b1, 'CG', 10, 0, 1, 'COG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.026', NULL, 1), (0x5908fc3c78364059a6e62a382604d597, 'GR', 10, 0, 1, 'GRC', 0, 0, 0, 0, '(EL|GR)?[0-9]{9}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3} ?\\d{2}', 0, '2023-04-07 14:34:57.211', NULL, 1), (0x5a1683d13dbd4b9ca72de534ccb5840d, 'MN', 10, 0, 1, 'MNG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.322', NULL, 1), (0x5aa2a17e903b45c68c02327ffab935b6, 'ML', 10, 0, 1, 'MLI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.282', NULL, 1), (0x5bf47015e7874f8d9b46d01468146399, 'FR', 10, 0, 1, 'FRA', 0, 0, 0, 0, '(FR)?[0-9A-Z]{2}[0-9]{9}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{1}(?:A|B|\\d{1}) ?\\d{3}', 0, '2023-04-07 14:34:57.790', NULL, 1), (0x5c9e99622fca4a508505b58919a42eca, 'MP', 10, 0, 1, 'MNP', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(9695[012])(?:[ \\-](\\d{4}))?', 0, '2023-04-07 14:35:09.396', NULL, 1), (0x5e68db7b247c4aeab9b36f1b2f4f5486, 'BR', 10, 0, 1, 'BRA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}-?\\d{3}', 0, '2023-04-07 14:34:57.775', NULL, 1), (0x61080b95ac8641108aeaba89e0abb16f, 'CW', 10, 0, 1, 'CUW', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.045', NULL, 1), (0x6243af05a04d4387bd06ac7922f20039, 'SV', 10, 0, 1, 'SLV', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'CP [1-3][1-7][0-2]\\d', 0, '2023-04-07 14:35:09.070', NULL, 1), (0x633740e51bc5429a9920cccf53d240b4, 'SJ', 10, 0, 1, 'SJM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.572', NULL, 1), (0x63d8bf7a960a4854b5b6446b28fa0e40, 'CK', 10, 0, 1, 'COK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.034', NULL, 1), (0x65b834f1f76a41e398e9239085402f8c, 'IN', 10, 0, 1, 'IND', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.195', NULL, 1), (0x65c2e103ad8a4713ac76b3de413cc8e2, 'WS', 10, 0, 1, 'WSM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.492', NULL, 1), (0x65f86db9b9944fd18a511146adb5c91e, 'MS', 10, 0, 1, 'MSR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[Mm][Ss][Rr]\\s{0,1}\\d{4}', 0, '2023-04-07 14:35:09.330', NULL, 1), (0x66d91a8868384250b269729aa70f837e, 'NA', 10, 0, 1, 'NAM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:34:57.644', NULL, 1), (0x699d1f68a1db4e979ca90adcc0113923, 'ID', 10, 0, 1, 'IDN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.199', NULL, 1), (0x6ad5377953774c49811e48dd7f384c20, 'NP', 10, 0, 1, 'NPL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.356', NULL, 1), (0x6be78b72e38f4aadb9e2a76f75ff3627, 'PG', 10, 0, 1, 'PNG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}', 0, '2023-04-07 14:35:09.419', NULL, 1), (0x6c760bbf1e15447d86123765b393872f, 'CA', 10, 0, 1, 'CAN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[ABCEGHJKLMNPRSTVXY]\\d[ABCEGHJ-NPRSTV-Z] ?\\d[ABCEGHJ-NPRSTV-Z]\\d', 0, '2023-04-07 14:34:57.638', NULL, 1), (0x6cb165e7c7654ad4bd67c9109129585a, 'SA', 10, 0, 1, 'SAU', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.503', NULL, 1), (0x6cf42910854c45cb875e0520ebdb0a7e, 'GS', 10, 0, 1, 'SGS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[Ss][Ii][Qq]{2}\\s{0,1}[1][Zz]{2}', 0, '2023-04-07 14:35:09.546', NULL, 1), (0x6dec327ad0794f689a0acfbfba826c30, 'CL', 10, 0, 1, 'CHL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{7}', 0, '2023-04-07 14:35:09.002', NULL, 1), (0x702e449783a34df6b38d0c3ed5529807, 'PH', 10, 0, 1, 'PHL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.430', NULL, 1), (0x70ca8e4139e241ca8627ef4a3a2d0e40, 'TT', 10, 0, 1, 'TTO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.613', NULL, 1), (0x716c3ccdced94a87ad15f0c780d2a3f3, 'IM', 10, 0, 1, 'IMN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'IM\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}', 0, '2023-04-07 14:35:09.212', NULL, 1), (0x718f8e314c844d0fa5433f498e70fea4, 'GQ', 10, 0, 1, 'GNQ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.074', NULL, 1), (0x735bd436966c4804b3dbe05bfdd60220, 'AE', 10, 0, 1, 'ARE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:34:57.758', NULL, 1), (0x7421968cad504af9a479054f360bc190, 'PF', 10, 0, 1, 'PYF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '987\\d{2}', 0, '2023-04-07 14:35:09.103', NULL, 1), (0x75fb237ea7654c09a9c664260f3c8fc7, 'LY', 10, 0, 1, 'LBY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.255', NULL, 1), (0x76adc9ac50994f708a00e2101281e88b, 'KP', 10, 0, 1, 'PRK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.392', NULL, 1), (0x76e7960ddb7d42179ea6604d1ced11e7, 'TM', 10, 0, 1, 'TKM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.620', NULL, 1), (0x777e51e894934e9f84adebdcd5656269, 'CM', 10, 0, 1, 'CMR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.983', NULL, 1), (0x78e35aea49f541989d2583e07de24b59, 'CY', 10, 0, 1, 'CYP', 0, 0, 0, 0, '(CY)?[0-9]{8}[A-Z]{1}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:08.803', NULL, 1), (0x793e9388f542408dadd387a5b2f29f82, 'TC', 10, 0, 1, 'TCA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'TKCA 1ZZ', 0, '2023-04-07 14:35:09.624', NULL, 1), (0x7a28bfa881124229920dba0aa9bc9bb5, 'IT', 10, 0, 1, 'ITA', 0, 0, 0, 0, '(IT)?[0-9]{11}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:34:57.634', NULL, 1), (0x7a9c1eeb0f264ba88bacb91724024a82, 'GY', 10, 0, 1, 'GUY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.174', NULL, 1), (0x7b47f63ecd3649e7acc248d6b258e6e8, 'FJ', 10, 0, 1, 'FJI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.095', NULL, 1), (0x7cdc41ee20864431be6761e7b775809d, 'BG', 10, 0, 1, 'BGR', 0, 0, 0, 0, '(BG)?[0-9]{9,10}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:08.774', NULL, 1), (0x7ff2c98339184a3cb767c1ccc6e47ace, 'MM', 10, 0, 1, 'MMR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.345', NULL, 1), (0x806554c32cdb4914b80f6f9061817e08, 'ZW', 10, 0, 1, 'ZWE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.674', NULL, 1), (0x80d22ed2190d45569680904c31ad820f, 'LS', 10, 0, 1, 'LSO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}', 0, '2023-04-07 14:35:09.247', NULL, 1), (0x842d450c12be444c804417da9bef6a98, 'NU', 10, 0, 1, 'NIU', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.383', NULL, 1), (0x84f4f522cdd748978e42cb71ee710a17, 'BJ', 10, 0, 1, 'BEN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.887', NULL, 1), (0x85f307c51638405c963bcf5b5e676962, 'NO', 10, 0, 1, 'NOR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:34:57.649', NULL, 1), (0x87ae40a99b4e42dfbdecde7cf9741c78, 'TF', 10, 0, 1, 'ATF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.107', NULL, 1), (0x899d0f2de18a4b5fb0b291f05af74798, 'TH', 10, 0, 1, 'THA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.596', NULL, 1), (0x89f50aba9df74093abe09567d1e92e63, 'PE', 10, 0, 1, 'PER', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:LIMA \\d{1,2}|CALLAO 0?\\d)|[0-2]\\d{4}', 0, '2023-04-07 14:35:09.427', NULL, 1), (0x8a3ac3362cdb4f4fabc21cda091a54e4, 'GA', 10, 0, 1, 'GAB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{2}\\s[a-zA-Z-_ ]\\s\\d{2}', 0, '2023-04-07 14:35:09.113', NULL, 1), (0x8ab60eeb51e34643af144444629fdc21, 'VE', 10, 0, 1, 'VEN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.652', NULL, 1), (0x8b2f35b6edfd48c7b9919d9395f3a27f, 'EE', 10, 0, 1, 'EST', 0, 0, 0, 0, '(EE)?[0-9]{9}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:08.778', NULL, 1), (0x8b382f05ef2246baa7a1450dd2f7d497, 'BD', 10, 0, 1, 'BGD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:08.870', NULL, 1), (0x8bd1dc54d4574734b5aab38b36f7699f, 'KR', 10, 0, 1, 'KOR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}(?:\\d{2}|-\\d{3})', 0, '2023-04-07 14:35:09.552', NULL, 1), (0x8d464fc9d85e40d69328b737d9268eaf, 'UY', 10, 0, 1, 'URY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.640', NULL, 1), (0x8f6f1de01e524c20ab16558f570dc4a7, 'MF', 10, 0, 1, 'MAF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78][01]\\d{2}', 0, '2023-04-07 14:35:09.478', NULL, 1), (0x90134b212a12455599664243cc683708, 'ST', 10, 0, 1, 'STP', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.499', NULL, 1), (0x91a19292d7b34c85b875a39f3b8d68f2, 'KI', 10, 0, 1, 'KIR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.231', NULL, 1); INSERT INTO `country` (`id`, `iso`, `position`, `tax_free`, `active`, `iso3`, `display_state_in_registration`, `force_state_in_registration`, `company_tax_free`, `check_vat_id_pattern`, `vat_id_pattern`, `vat_id_required`, `customer_tax`, `company_tax`, `advanced_postal_code_pattern`, `check_advanced_postal_code_pattern`, `check_postal_code_pattern`, `default_postal_code_pattern`, `postal_code_required`, `created_at`, `updated_at`, `shipping_available`) VALUES (0x91a98bf0c65542b682548c79f36b9ead, 'DO', 10, 0, 1, 'DOM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.057', NULL, 1), (0x91b29fc844484dc2af8cdc32014b708e, 'KE', 10, 0, 1, 'KEN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.228', NULL, 1), (0x923e797546d54cf78dca181b410f93a6, 'IE', 10, 0, 1, 'IRL', 0, 0, 0, 0, '(IE)?[0-9]S[0-9]{5}L', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[\\dA-Z]{3}( ?[\\dA-Z]{4})?', 0, '2023-04-07 14:34:57.629', NULL, 1), (0x92d5a94bc2cc454dbd35e9882f5fc974, 'GE', 10, 0, 1, 'GEO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.122', NULL, 1), (0x92dde6f5c7324a2eb70c3bd5327c831f, 'SC', 10, 0, 1, 'SYC', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.515', NULL, 1), (0x93bd8891449441f39349cb1c7fa39ddc, 'TZ', 10, 0, 1, 'TZA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4,5}', 0, '2023-04-07 14:35:09.593', NULL, 1), (0x9483a143076d48a9abcf6330b1ae159e, 'VG', 10, 0, 1, 'VGB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'VG\\d{4}', 0, '2023-04-07 14:35:08.957', NULL, 1), (0x95d993f429c64c7ebeaee00e037a90cf, 'AX', 10, 0, 1, 'ALA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '22\\d{3}', 0, '2023-04-07 14:35:08.811', NULL, 1), (0x96b6a2b958ab49fe8ab0338a9703f109, 'SN', 10, 0, 1, 'SEN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.507', NULL, 1), (0x96df67eeb7314b438b61762f74d1a570, 'BA', 10, 0, 1, 'BIH', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:08.907', NULL, 1), (0x9700ed99d2464a0cb747bf117c9c9909, 'DM', 10, 0, 1, 'DMA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.053', NULL, 1), (0x970808c5a7c14e2b8edf5a361212056a, 'MV', 10, 0, 1, 'MDV', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.278', NULL, 1), (0x989eb28c95bb4cf4a53965595e1b8c4e, 'KW', 10, 0, 1, 'KWT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.234', NULL, 1), (0x997184c1aa1542428ab7f2b4547422e0, 'AF', 10, 0, 1, 'AFG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:08.807', NULL, 1), (0x9bb5cfa4e19e4059b68d6b55beb2575b, 'BT', 10, 0, 1, 'BTN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:08.894', NULL, 1), (0x9c292d5dfa904e72848eec1230e74bd0, 'MY', 10, 0, 1, 'MYS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.274', NULL, 1), (0x9c6cd8c0c78e4b868825c65959327ab4, 'FO', 10, 0, 1, 'FRO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}', 0, '2023-04-07 14:35:09.091', NULL, 1), (0x9d04c5b41b654a84926bdb66c8dc6f32, 'SM', 10, 0, 1, 'SMR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '4789\\d', 0, '2023-04-07 14:35:09.496', NULL, 1), (0x9e13374ab0ea49c0976e774c279b00a9, 'ME', 10, 0, 1, 'MNE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '8\\d{4}', 0, '2023-04-07 14:35:09.326', NULL, 1), (0x9ea3959a971a43769efd1bff99567208, 'LT', 10, 0, 1, 'LTU', 0, 0, 0, 0, '(LT)?([0-9]{9}|[0-9]{12})', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(LT-)?\\d{5}', 0, '2023-04-07 14:35:08.790', NULL, 1), (0x9ee398d4168042319184790ef5a21773, 'TL', 10, 0, 1, 'TLS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.599', NULL, 1), (0xa46390a70e184b1ab690fb8ee832ec0a, 'HU', 10, 0, 1, 'HUN', 0, 0, 0, 0, '(HU)?[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:34:57.763', NULL, 1), (0xa6dad700545441e0aa0e50b4bcda6937, 'BB', 10, 0, 1, 'BRB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'BB\\d{5}', 0, '2023-04-07 14:35:08.874', NULL, 1), (0xa99a8cf9c4a14af09b019664930799ad, 'CF', 10, 0, 1, 'CAF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.995', NULL, 1), (0xaa2cb12c3b4349ac9e4ec62134d97776, 'PR', 10, 0, 1, 'PRI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(00[679]\\d{2})(?:[ \\-](\\d{4}))?', 0, '2023-04-07 14:35:09.438', NULL, 1), (0xaadba816a43a4290b056ab03386a523c, 'MT', 10, 0, 1, 'MLT', 0, 0, 0, 0, '(MT)?[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[A-Z]{3} ?\\d{2,4}', 0, '2023-04-07 14:35:08.794', NULL, 1), (0xad343b3c4b5a49869665636475a71090, 'AI', 10, 0, 1, 'AIA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:AI-)?2640', 0, '2023-04-07 14:35:08.834', NULL, 1), (0xad5cfe66931d445a959aa486f60f8183, 'MA', 10, 0, 1, 'MAR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.334', NULL, 1), (0xad8c3a0796284d578c1f0caddf25f3f6, 'KZ', 10, 0, 1, 'KAZ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.225', NULL, 1), (0xb00d277e3fd14759960054b130be03e2, 'PK', 10, 0, 1, 'PAK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.404', NULL, 1), (0xb011722bbca541d984c39caa07758f83, 'SR', 10, 0, 1, 'SUR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.568', NULL, 1), (0xb037139f80e748a099e0a738ee3adbb5, 'SL', 10, 0, 1, 'SLE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.519', NULL, 1), (0xb0e665182648498f8ae67d2cf9fcd4c6, 'YE', 10, 0, 1, 'YEM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.667', NULL, 1), (0xb0f80bd221134fae81fda77434114f56, 'TK', 10, 0, 1, 'TKL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.607', NULL, 1), (0xb21134a303d64a3384817e4eb503ed28, 'SH', 10, 0, 1, 'SHN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:ASCN|STHL) 1ZZ', 0, '2023-04-07 14:35:09.466', NULL, 1), (0xb3adf48a5ba24df0af1e386805c03154, 'BE', 10, 0, 1, 'BEL', 0, 0, 0, 0, '(BE)?0[0-9]{9}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:34:57.783', NULL, 1), (0xb447120fe6ba4718a47eb2ab1ddc754e, 'JO', 10, 0, 1, 'JOR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.222', NULL, 1), (0xb7d559da611a4ed6a792abc2eb7f4b13, 'SX', 10, 0, 1, 'SXM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.530', NULL, 1), (0xb889b57afdfe467ca9fbd555f2ae5e04, 'SG', 10, 0, 1, 'SGP', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.526', NULL, 1), (0xb8a7ca8a219745bfa5f6c6da07bd97d3, 'BH', 10, 0, 1, 'BHR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:\\d|1[0-2])\\d{2}', 0, '2023-04-07 14:35:08.866', NULL, 1), (0xb95c30f0844f48ae853a66712ec69e1b, 'ZM', 10, 0, 1, 'ZMB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.670', NULL, 1), (0xbadd9fb88f9e41e68032aaa532754f98, 'SK', 10, 0, 1, 'SVK', 0, 0, 0, 0, '(SK)?[0-9]{10}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3} ?\\d{2}', 0, '2023-04-07 14:34:57.770', NULL, 1), (0xbb1c25514fe646b783017f99feba02d4, 'GT', 10, 0, 1, 'GTM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.158', NULL, 1), (0xbebadb465db948699ef83017e803f3b0, 'EH', 10, 0, 1, 'ESH', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.664', NULL, 1), (0xbf5c92dfc0ad44fe8193fe16efa1c0cb, 'SO', 10, 0, 1, 'SOM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[A-Z]{2} ?\\d{5}', 0, '2023-04-07 14:35:09.538', NULL, 1), (0xbf7badba0c034132862d67237df99d64, 'CO', 10, 0, 1, 'COL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.019', NULL, 1), (0xc2585c337ad74f6d81366c6fa48b9168, 'RO', 10, 0, 1, 'ROU', 0, 0, 0, 0, '(RO)?[0-9]{2,10}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:34:57.773', NULL, 1), (0xc4762ed13154478e9d8289086a464dd2, 'PT', 10, 0, 1, 'PRT', 0, 0, 0, 0, '(PT)?[0-9]{9}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}-\\d{3}', 0, '2023-04-07 14:34:57.653', NULL, 1), (0xc8b40d530f684b838f0acf07cb855d3e, 'LR', 10, 0, 1, 'LBR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.251', NULL, 1), (0xcabea35e68c04470ae89e4b15589c8ba, 'SD', 10, 0, 1, 'SDN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.563', NULL, 1), (0xccffb928360044348646840ee707d358, 'KH', 10, 0, 1, 'KHM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:08.979', NULL, 1), (0xce53b8d4d52b4467af2d0e3f61328158, 'BV', 10, 0, 1, 'BVT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.916', NULL, 1), (0xce8feb418ab94c669651f7784b0e39db, 'NE', 10, 0, 1, 'NER', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.374', NULL, 1), (0xcf69c082a32a4ff390954b89932f5b43, 'RE', 10, 0, 1, 'REU', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78]4\\d{2}', 0, '2023-04-07 14:35:09.449', NULL, 1), (0xd02f7fd23a1746468fa95d2b404e3f72, 'KY', 10, 0, 1, 'CYM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'KY\\d-\\d{4}', 0, '2023-04-07 14:35:08.991', NULL, 1), (0xd0b50f82422d4a86ba550e7cb95958fd, 'VC', 10, 0, 1, 'VCT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'VC\\d{4}', 0, '2023-04-07 14:35:09.488', NULL, 1), (0xd1332e39d7fe40f0977d9a506867ed54, 'VN', 10, 0, 1, 'VNM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.656', NULL, 1), (0xd16fdf014a2e48c1afbbaa8261dad1f8, 'VI', 10, 0, 1, 'VIR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(008(?:(?:[0-4]\\d)|(?:5[01])))(?:[ \\-](\\d{4}))?', 0, '2023-04-07 14:35:08.962', NULL, 1), (0xd22e5263aba74ce5b708961640baa236, 'DK', 10, 0, 1, 'DNK', 0, 0, 0, 0, '(DK)?[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:34:57.785', NULL, 1), (0xd327196db9b64cacb59195d6bc8839a7, 'FM', 10, 0, 1, 'FSM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(9694[1-4])(?:[ \\-](\\d{4}))?', 0, '2023-04-07 14:35:09.310', NULL, 1), (0xd362d0f801ee4bcda822578818be5372, 'BS', 10, 0, 1, 'BHS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.862', NULL, 1), (0xd4a990741ce446afb8406852bceb691e, 'QA', 10, 0, 1, 'QAT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.442', NULL, 1), (0xd581da285afb4bfb8563066846dd4810, 'IO', 10, 0, 1, 'IOT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[Bb]{2}[Nn][Dd]\\s{0,1}[1][Zz]{2}', 0, '2023-04-07 14:35:08.921', NULL, 1), (0xd64196212a7742148fb04419afd8e1bc, 'AG', 10, 0, 1, 'ATG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.842', NULL, 1), (0xd6d0dd2b467a420eaa1e3f4a07d5a5b8, 'GG', 10, 0, 1, 'GGY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'GY\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}', 0, '2023-04-07 14:35:09.162', NULL, 1), (0xd8c7f4536a9545cabc5c354e78fd7ee6, 'UG', 10, 0, 1, 'UGA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.632', NULL, 1), (0xd976afb03b4d4f9dadfa9d1741a5aabc, 'PS', 10, 0, 1, 'PSE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.412', NULL, 1), (0xdb5f20f47de94a0e822fc96475b257cc, 'MD', 10, 0, 1, 'MDA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.314', NULL, 1), (0xdc483c9c989f4e05819a4c15b8d4aa7b, 'NG', 10, 0, 1, 'NGA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.379', NULL, 1), (0xdcb30ed0fc9b490da94a4267755654ef, 'GH', 10, 0, 1, 'GHA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.126', NULL, 1), (0xddcba4ab50304611900630fb40816a4f, 'BI', 10, 0, 1, 'BDI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.975', NULL, 1), (0xde36f3bb83c2450f87deed8bce311dcc, 'GD', 10, 0, 1, 'GRD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.138', NULL, 1), (0xe150fce538d34f4abe35f1d4226576cd, 'AO', 10, 0, 1, 'AGO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.830', NULL, 1), (0xe2cf7ff5eb0f40d5ba67418265984b2e, 'LC', 10, 0, 1, 'LCA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.475', NULL, 1), (0xe383967c37994a559fd67621c5c78599, 'CU', 10, 0, 1, 'CUB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.041', NULL, 1), (0xe3f33e6fbbcf4322a769262918776379, 'MQ', 10, 0, 1, 'MTQ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78]2\\d{2}', 0, '2023-04-07 14:35:09.291', NULL, 1), (0xe610638fc9a44dfe9b16c4e50f45e2de, 'HM', 10, 0, 1, 'HMD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.182', NULL, 1), (0xe6c7d9326a1c49c5b7e98fa32630b303, 'OM', 10, 0, 1, 'OMN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:PC )?\\d{3}', 0, '2023-04-07 14:35:09.401', NULL, 1), (0xe9bc0fda3be541409adfbec9c21ee3bd, 'TW', 10, 0, 1, 'TWN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}(?:\\d{2})?', 0, '2023-04-07 14:35:09.584', NULL, 1), (0xe9fcdfc8758440399a3fc90d9befaad8, 'GN', 10, 0, 1, 'GIN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}', 0, '2023-04-07 14:35:09.165', NULL, 1), (0xeafecf65658b422eb7eec4480097ba5d, 'NI', 10, 0, 1, 'NIC', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.369', NULL, 1), (0xeba1a4e07b224cf8af2e760be0d40c7c, 'RU', 10, 0, 1, 'RUS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.452', NULL, 1), (0xec9d7e4c709d4b61bbe4e55af3d3aa65, 'NZ', 10, 0, 1, 'NZL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.365', NULL, 1), (0xed53e3e3b0944c85ad17ae88c1b6fcbf, 'SS', 10, 0, 1, 'SSD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:09.556', NULL, 1), (0xee495dd314eb47818433dcbbe7c41246, 'YT', 10, 0, 1, 'MYT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '976\\d{2}', 0, '2023-04-07 14:35:09.303', NULL, 1), (0xeefa510036714e86bb39cfcc5f2c8e73, 'AT', 10, 0, 1, 'AUT', 0, 0, 0, 0, '(AT)?U[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:34:57.651', NULL, 1), (0xf0cc5e7a46e6472a98895b10dc45c4e5, 'LA', 10, 0, 1, 'LAO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:09.241', NULL, 1), (0xf1482ceb86b046b3a7094e7239e7b5f5, 'ZA', 10, 0, 1, 'ZAF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.542', NULL, 1), (0xf1a311fd7c2b4d43b343fbc162e4b961, 'GP', 10, 0, 1, 'GLP', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78][01]\\d{2}', 0, '2023-04-07 14:35:09.142', NULL, 1), (0xf1f02a19ab704422aa2cb56eb7e4b20e, 'BF', 10, 0, 1, 'BFA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.971', NULL, 1), (0xf2274174824d41e2b4fa50eacf1f4648, 'EC', 10, 0, 1, 'ECU', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-04-07 14:35:09.061', NULL, 1), (0xf3bdb007d7154d9cbb49a4d75cf15fd6, 'SE', 10, 0, 1, 'SWE', 0, 0, 0, 0, '(SE)?[0-9]{12}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3} ?\\d{2}', 0, '2023-04-07 14:34:57.656', NULL, 1), (0xf4602cf1934a40c988dbbb2346dd2531, 'DZ', 10, 0, 1, 'DZA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-04-07 14:35:08.819', NULL, 1), (0xf6634772416c4e7696cd306bfdbc7c87, 'GW', 10, 0, 1, 'GNB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.170', NULL, 1), (0xf88748cc36ec451b832dad7222fa918b, 'PW', 10, 0, 1, 'PLW', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(969(?:39|40))(?:[ \\-](\\d{4}))?', 0, '2023-04-07 14:35:09.408', NULL, 1), (0xf935a285c24b4f90a18cccefef2bf1f0, 'IR', 10, 0, 1, 'IRN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}-?\\d{5}', 0, '2023-04-07 14:35:09.206', NULL, 1), (0xfb5f69d0e09b4c74ab5c96e46a91949c, 'HT', 10, 0, 1, 'HTI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-04-07 14:35:09.178', NULL, 1), (0xfbb004c32b9e4e52aa334c4d319da661, 'BQ', 10, 0, 1, 'BES', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-04-07 14:35:08.902', NULL, 1), (0xfe3bf4c335194f1b8512173bbf255197, 'CZ', 10, 0, 1, 'CZE', 0, 0, 0, 0, '(CZ)?[0-9]{8,10}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3} ?\\d{2}', 0, '2023-04-07 14:34:57.768', NULL, 1); -- -- Tetikleyiciler `country` -- DELIMITER $$ CREATE TRIGGER `country_tax_free_insert` BEFORE INSERT ON `country` FOR EACH ROW BEGIN IF @TRIGGER_DISABLED IS NULL OR @TRIGGER_DISABLED = 0 THEN IF NEW.tax_free = 1 OR NEW.customer_tax IS NULL THEN SET NEW.customer_tax = JSON_OBJECT("enabled", NEW.tax_free, "currencyId", 'b7d2554b0ce847cd82f3ac9bd1c0dfca', "amount", 0); ELSEIF NEW.customer_tax IS NOT NULL THEN SET NEW.tax_free = JSON_EXTRACT(NEW.customer_tax, "$.enabled"); END IF; IF NEW.company_tax_free = 1 OR NEW.company_tax IS NULL THEN SET NEW.company_tax = JSON_OBJECT("enabled", NEW.company_tax_free, "currencyId", 'b7d2554b0ce847cd82f3ac9bd1c0dfca', "amount", 0); ELSEIF NEW.company_tax IS NOT NULL THEN SET NEW.company_tax_free = JSON_EXTRACT(NEW.company_tax, "$.enabled"); END IF; END IF; END $$ DELIMITER ; DELIMITER $$ CREATE TRIGGER `country_tax_free_update` BEFORE UPDATE ON `country` FOR EACH ROW BEGIN IF @TRIGGER_DISABLED IS NULL OR @TRIGGER_DISABLED = 0 THEN IF NEW.tax_free <> OLD.tax_free THEN SET NEW.customer_tax = JSON_OBJECT("enabled", NEW.tax_free, "currencyId", JSON_EXTRACT(OLD.customer_tax, "$.currencyId"), "amount", JSON_EXTRACT(OLD.customer_tax, "$.amount")); ELSEIF NEW.tax_free = OLD.tax_free AND JSON_EXTRACT(NEW.customer_tax, "$.enabled") <> JSON_EXTRACT(OLD.customer_tax, "$.enabled") THEN SET NEW.tax_free = JSON_EXTRACT(NEW.customer_tax, "$.enabled"); END IF; IF NEW.company_tax_free <> OLD.company_tax_free THEN SET NEW.company_tax = JSON_OBJECT("enabled", NEW.company_tax_free, "currencyId", JSON_EXTRACT(OLD.company_tax, "$.currencyId"), "amount", JSON_EXTRACT(OLD.company_tax, "$.amount")); ELSEIF NEW.company_tax_free = OLD.company_tax_free AND JSON_EXTRACT(NEW.company_tax, "$.enabled") <> JSON_EXTRACT(OLD.company_tax, "$.enabled") THEN SET NEW.company_tax_free = JSON_EXTRACT(NEW.company_tax, "$.enabled"); END IF; END IF; END $$ DELIMITER ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `country_state` -- CREATE TABLE `country_state` ( `id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `short_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `position` int NOT NULL DEFAULT '1', `active` tinyint(1) NOT NULL DEFAULT '1', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `country_state` -- INSERT INTO `country_state` (`id`, `country_id`, `short_code`, `position`, `active`, `created_at`, `updated_at`) VALUES (0x01547432ed6a4e179361da4df1123963, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-CO', 1, 1, '2023-04-07 14:34:57.677', NULL), (0x01c74cac09f04c2e89a78f1a61f4c545, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WOR', 1, 1, '2023-04-07 14:34:57.280', NULL), (0x03c22399fc6f4d0d95d246a89ac94564, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WRL', 1, 1, '2023-04-07 14:34:57.409', NULL), (0x03e873ce8ff44ea2877329ad60817241, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CMA', 1, 1, '2023-04-07 14:34:57.236', NULL), (0x0427f81b9d644e0a83fe5304624f980c, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-DC', 1, 1, '2023-04-07 14:34:57.753', NULL), (0x042c304fece34eb884eb360bca35c523, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-STG', 1, 1, '2023-04-07 14:34:57.587', NULL), (0x047453e7af614c9985621832dba02fd1, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-HI', 1, 1, '2023-04-07 14:34:57.685', NULL), (0x049eb052f22c417bb16c14fc6a096943, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-HMF', 1, 1, '2023-04-07 14:34:57.305', NULL), (0x05157f87bc9741ed8530460a2d83faa9, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-OXF', 1, 1, '2023-04-07 14:34:57.268', NULL), (0x05278383f37341c8a1b49661e9e2b862, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-DUD', 1, 1, '2023-04-07 14:34:57.360', NULL), (0x0848dc5fd8ef4091a6d4f1e22619a876, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CRF', 1, 1, '2023-04-07 14:34:57.596', NULL), (0x09081d93a4184605bfcd74bf15b42f30, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-RFW', 1, 1, '2023-04-07 14:34:57.576', NULL), (0x0d4c1fdc50b14680a7d374aceab0a483, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-MRY', 1, 1, '2023-04-07 14:34:57.567', NULL), (0x0db35f998598420fadc0987637081547, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-GLG', 1, 1, '2023-04-07 14:34:57.560', NULL), (0x0e0b6bbc8a7540e8a9718f4af105bc7e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-LEW', 1, 1, '2023-04-07 14:34:57.322', NULL), (0x0fd01dbd4ac84750b5cdd1329771f915, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-EAY', 1, 1, '2023-04-07 14:34:57.546', NULL), (0x12b3170d77af4a519c76367b7c58f5be, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-DAL', 1, 1, '2023-04-07 14:34:57.434', NULL), (0x141e6bc2ae4940d28a0b6f843aa42da0, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WND', 1, 1, '2023-04-07 14:34:57.340', NULL), (0x169bfc420dbb4f3ba680da02a5f11b74, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-SH', 1, 1, '2023-04-07 14:34:57.206', NULL), (0x16c2566f2f834baa903b0edfd4aebd2e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-KHL', 1, 1, '2023-04-07 14:34:57.450', NULL), (0x17106eebbe5a4167b3623b34daf294e3, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-MEA', 1, 1, '2023-04-07 14:34:57.525', NULL), (0x17ce3e00c4954b72b02e5eb77850bfd2, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NFK', 1, 1, '2023-04-07 14:34:57.260', NULL), (0x186163d96a51412dbf194a00a2958eab, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-PTE', 1, 1, '2023-04-07 14:34:57.470', NULL), (0x18a5e3cf8bdf42c8bc5cc50d054adaf8, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WSM', 1, 1, '2023-04-07 14:34:57.342', NULL), (0x18cd2a12e1874a24be48bf8dc0aba3f5, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CHE', 1, 1, '2023-04-07 14:34:57.428', NULL), (0x19e0ccdaf30f40d8a9069574c8a2ae15, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-PA', 1, 1, '2023-04-07 14:34:57.731', NULL), (0x1a2f21387d7047a58b710e6ba352febc, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-EAL', 1, 1, '2023-04-07 14:34:57.298', NULL), (0x1a41bef66568443f9f00ab66368ee836, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-HAM', 1, 1, '2023-04-07 14:34:57.248', NULL), (0x1aaa80a081fa421fbc47f06fcdab007a, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ELS', 1, 1, '2023-04-07 14:34:57.555', NULL), (0x1c8eb48dae974a8b93278815174d2bb5, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-TOF', 1, 1, '2023-04-07 14:34:57.624', NULL), (0x1ca8123cf5ce427987a25b49863bcfca, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-VGL', 1, 1, '2023-04-07 14:34:57.626', NULL), (0x1e1ad8ec0ed1474c9a239d226c10834f, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-LBH', 1, 1, '2023-04-07 14:34:57.321', NULL), (0x1f14ffef2e064b50b82596fe3932f8c5, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-IL', 1, 1, '2023-04-07 14:34:57.688', NULL), (0x214180766c454ab9a3a76dd7e783aa35, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-TX', 1, 1, '2023-04-07 14:34:57.739', NULL), (0x216433ad9a5a40d381da54a682a2ea1f, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WLL', 1, 1, '2023-04-07 14:34:57.405', NULL), (0x21afbf3533d3421e9076fade57a6e6e9, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-NJ', 1, 1, '2023-04-07 14:34:57.717', NULL), (0x224db04343c440b48426de0142d02d56, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ESS', 1, 1, '2023-04-07 14:34:57.245', NULL), (0x230a9bcdd54646feafecaadfb84455a3, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-HNS', 1, 1, '2023-04-07 14:34:57.314', NULL), (0x2487f6ccd51647dda4c6f476f31007d8, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CMD', 1, 1, '2023-04-07 14:34:57.294', NULL), (0x25325eb2a7ab4cd7a52f47f49c2062de, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WIL', 1, 1, '2023-04-07 14:34:57.505', NULL), (0x257ce25ef77a4208a5036796883d7ca2, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NWM', 1, 1, '2023-04-07 14:34:57.326', NULL), (0x257f88419904483ba88fb40db404381f, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-STE', 1, 1, '2023-04-07 14:34:57.493', NULL), (0x288689391454492e81e5b9d3e2044ce3, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-KIR', 1, 1, '2023-04-07 14:34:57.364', NULL), (0x2a8857bc572041f6b8ed2992b5eb6742, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-HRW', 1, 1, '2023-04-07 14:34:57.309', NULL), (0x2aada9b5aa77483c9b377fdd434f914b, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-MAN', 1, 1, '2023-04-07 14:34:57.371', NULL), (0x2bdff7ea44b340e58855a0678f59e99c, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BEX', 1, 1, '2023-04-07 14:34:57.289', NULL), (0x2d9e425dda9e4f828d3af4df9b603fc4, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WLN', 1, 1, '2023-04-07 14:34:57.590', NULL), (0x2da393728a6a484ab838c858af5b3de3, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SFK', 1, 1, '2023-04-07 14:34:57.272', NULL), (0x2de56bc0ea8a4391aaa6ea13c43a4b13, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-STS', 1, 1, '2023-04-07 14:34:57.271', NULL), (0x304cbe2c9795404fa57beba7fc493aa3, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BAS', 1, 1, '2023-04-07 14:34:57.412', NULL), (0x30ba9ca7fa4145b693ba8cbffd88ec67, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SLF', 1, 1, '2023-04-07 14:34:57.385', NULL), (0x30df91998a7b4e198794bfbe55767567, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-MUL', 1, 1, '2023-04-07 14:34:57.527', NULL), (0x31b5118d0bd04f77b3a8c561a705cafa, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-TRF', 1, 1, '2023-04-07 14:34:57.402', NULL), (0x322f364d782a4ab78599e43d90baacc0, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-AND', 1, 1, '2023-04-07 14:34:57.513', NULL), (0x33e5f6f4ca3042a1a70b037471ca279e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SOS', 1, 1, '2023-04-07 14:34:57.490', NULL), (0x33eaff1dce4444b485af2c7aed523a21, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-SL', 1, 1, '2023-04-07 14:34:57.199', NULL), (0x347523f607ee415ab40b8e9c16aefc09, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-MI', 1, 1, '2023-04-07 14:34:57.703', NULL), (0x34767fce799d4b8baeb71b7f0f9abe2d, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BDF', 1, 1, '2023-04-07 14:34:57.414', NULL), (0x348cdef4d84b464baff0a7d349b2c4f3, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-DND', 1, 1, '2023-04-07 14:34:57.544', NULL), (0x34db0bec9db94cb38d302d5291d10b9e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-HIL', 1, 1, '2023-04-07 14:34:57.312', NULL), (0x3523cfb6d5b9432ea43af921c47f800a, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CGN', 1, 1, '2023-04-07 14:34:57.599', NULL), (0x380253e3752843a49fe6e355e6ba4bcc, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-PEM', 1, 1, '2023-04-07 14:34:57.618', NULL), (0x38649e0a91bd47bab1b3e88431acc9cf, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-MDW', 1, 1, '2023-04-07 14:34:57.455', NULL), (0x388de30e5663447a8beab4540ce1a949, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WRX', 1, 1, '2023-04-07 14:34:57.627', NULL), (0x38d98335bb214487bc928a2509e1d7e6, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-DER', 1, 1, '2023-04-07 14:34:57.435', NULL), (0x39a6e81c8704490e8756bf7f15a82815, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-MT', 1, 1, '2023-04-07 14:34:57.711', NULL), (0x3ab6468b4686451cab0c795ec54ab29a, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BRD', 1, 1, '2023-04-07 14:34:57.350', NULL), (0x3b8e507833fb4b2392172ef072502201, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NWP', 1, 1, '2023-04-07 14:34:57.615', NULL), (0x3bcc0187e7884c759ceff403a08d701e, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-KY', 1, 1, '2023-04-07 14:34:57.695', NULL), (0x3bdf8e4336a347098488cf31c36aa178, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-EDH', 1, 1, '2023-04-07 14:34:57.553', NULL), (0x3c623c540a9242119ad90ee445e16bd5, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SRY', 1, 1, '2023-04-07 14:34:57.274', NULL), (0x3d17fcf77f434564a6956b52d870507c, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-AK', 1, 1, '2023-04-07 14:34:57.670', NULL), (0x3de0c5fb11924589b7504929e6016d17, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ORK', 1, 1, '2023-04-07 14:34:57.573', NULL), (0x3e29063228e54a49ae9679ba47877784, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-OH', 1, 1, '2023-04-07 14:34:57.726', NULL), (0x3f156fba60144e209eea93c0ad01dc47, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-IA', 1, 1, '2023-04-07 14:34:57.691', NULL), (0x3f2ee10218904a66ab541ae706a5fa0e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BFS', 1, 1, '2023-04-07 14:34:57.517', NULL), (0x3ffc2e5cf9e1426888587b50e6e335a1, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SCB', 1, 1, '2023-04-07 14:34:57.578', NULL), (0x43ad0113c41d47b9a5cc745a1b6ee170, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WRT', 1, 1, '2023-04-07 14:34:57.502', NULL), (0x43c686fcd0f240dba2f6748e78df2e20, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SKP', 1, 1, '2023-04-07 14:34:57.397', NULL), (0x441778441d27440d817e1bf3662ef013, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-HE', 1, 1, '2023-04-07 14:34:57.186', NULL), (0x4515a033f686421ba4b9c471b35a3c45, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-MN', 1, 1, '2023-04-07 14:34:57.706', NULL), (0x4540945d1c2e48ee85f8a10bccb85ad4, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NTY', 1, 1, '2023-04-07 14:34:57.375', NULL), (0x45d5d08238794282a890ed6b0ae8efbc, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BUR', 1, 1, '2023-04-07 14:34:57.352', NULL), (0x4867b34d4dbf440d8b3c24c85a445e35, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-BE', 1, 1, '2023-04-07 14:34:57.176', NULL), (0x48d5945be0a34a149e0ed3aed7fa8fd4, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-HCK', 1, 1, '2023-04-07 14:34:57.304', NULL), (0x49ebb2c28bf2434e99c29fa56cbf622b, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-KEC', 1, 1, '2023-04-07 14:34:57.317', NULL), (0x49f83638821c4806a80b09a1cee023dd, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-NH', 1, 1, '2023-04-07 14:34:57.716', NULL), (0x4a6783fdd62d4294861ef96f184e02af, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WSX', 1, 1, '2023-04-07 14:34:57.278', NULL), (0x4a6d68d16744408fbfbc123beeaee05a, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-POL', 1, 1, '2023-04-07 14:34:57.473', NULL), (0x4b3474f4e010476887264ee2e818affa, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NTH', 1, 1, '2023-04-07 14:34:57.263', NULL), (0x4bcfa2092be944528c0bcc6385818f7a, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-HRT', 1, 1, '2023-04-07 14:34:57.250', NULL), (0x4dd7d46ad1cf4c6f905c580ccf43262b, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-WA', 1, 1, '2023-04-07 14:34:57.747', NULL), (0x4f00a86b403f44ae9bcae3afa0636070, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-ME', 1, 1, '2023-04-07 14:34:57.698', NULL), (0x518ecdabad8940c08c094ad61d74e21b, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-STH', 1, 1, '2023-04-07 14:34:57.488', NULL), (0x52b59f9245bc4a0186f53bc62963cc63, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BRY', 1, 1, '2023-04-07 14:34:57.293', NULL), (0x54ab68fa2572426da96dc77b165fa5c2, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BDG', 1, 1, '2023-04-07 14:34:57.284', NULL), (0x55d366b4226a42e783175c2aa1e725a2, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BPL', 1, 1, '2023-04-07 14:34:57.418', NULL), (0x56c5840989374756878999c0f4eef6f2, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-NV', 1, 1, '2023-04-07 14:34:57.714', NULL), (0x56c816ac388048d3881e91023f504b19, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-HAV', 1, 1, '2023-04-07 14:34:57.310', NULL), (0x5722980e181a42458036ad0ffe6c7282, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-DUR', 1, 1, '2023-04-07 14:34:57.437', NULL), (0x57c25670859b442f82056880f6639726, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-POW', 1, 1, '2023-04-07 14:34:57.619', NULL), (0x59c06a9de5ae4012820158070381bdd2, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NEL', 1, 1, '2023-04-07 14:34:57.461', NULL), (0x59fda68870da43deb5cacbd005e4f443, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-GBN', 1, 1, '2023-04-07 14:34:57.228', NULL), (0x5ad6cf70f1ac49c78951a9d5f6df55c0, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NET', 1, 1, '2023-04-07 14:34:57.373', NULL), (0x5b6ea3e1509641bfa93fea26946ebc4e, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-HH', 1, 1, '2023-04-07 14:34:57.184', NULL), (0x5c42231159ce4655929792b92845f79e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CBF', 1, 1, '2023-04-07 14:34:57.426', NULL), (0x5c521cf96da94d48a627aea37fbe70a3, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-TAM', 1, 1, '2023-04-07 14:34:57.400', NULL), (0x5f435d8022fe401e963e14fb9ecd01ce, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NLK', 1, 1, '2023-04-07 14:34:57.570', NULL), (0x5f4f4e08446d48c2ac141f3ab9854b64, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BST', 1, 1, '2023-04-07 14:34:57.425', NULL), (0x600c97232f2b4e26b6f2f984e388634b, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-BY', 1, 1, '2023-04-07 14:34:57.173', NULL), (0x60d2cf9f23fb4dfba70969c07ba3ae98, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-ID', 1, 1, '2023-04-07 14:34:57.686', NULL), (0x61197374834a448f93f151608abf00b5, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-CA', 1, 1, '2023-04-07 14:34:57.675', NULL), (0x61e61f1b787347a98a72176aa447724a, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-POR', 1, 1, '2023-04-07 14:34:57.475', NULL), (0x624f26773e23424b9ef25ccffc362551, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-LCE', 1, 1, '2023-04-07 14:34:57.451', NULL), (0x63ad88be3d8443cd9624b65251aebee2, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-GWN', 1, 1, '2023-04-07 14:34:57.606', NULL), (0x63e5f5f39e0440c8bf7218f3975836b6, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BBD', 1, 1, '2023-04-07 14:34:57.415', NULL), (0x64dfdcd6d9de438c911eb529c52428bd, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-PLY', 1, 1, '2023-04-07 14:34:57.471', NULL), (0x66e5b72c60444402aab5b02488775fc0, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-SC', 1, 1, '2023-04-07 14:34:57.734', NULL), (0x66f902fa9ca44efb9ed9347f7b4252f2, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-YOR', 1, 1, '2023-04-07 14:34:57.510', NULL), (0x69341896f47c47ef9b3c7c78e57b0b67, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-LIN', 1, 1, '2023-04-07 14:34:57.258', NULL), (0x69668b309b6748e0a51084c246c07756, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-AL', 1, 1, '2023-04-07 14:34:57.668', NULL), (0x69af35d56e404826ae7a63cc557aa3b7, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SCT', 1, 1, '2023-04-07 14:34:57.220', NULL), (0x6bbd3e5786ee494a8fb3c180de745e40, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-AZ', 1, 1, '2023-04-07 14:34:57.672', NULL), (0x6d5fad3bdbf7407e897dbf8417d8126d, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ENG', 1, 1, '2023-04-07 14:34:57.217', NULL), (0x6dc77ff6037943b5b67f8d63319aaf58, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BKM', 1, 1, '2023-04-07 14:34:57.232', NULL), (0x6ef458779d264daeb78d206e22d3129a, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-WV', 1, 1, '2023-04-07 14:34:57.749', NULL), (0x6f4a64869ac9496e9df5438483625467, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-BW', 1, 1, '2023-04-07 14:34:57.167', NULL), (0x6f4f5d49004e44dd9193a90af2a500a4, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-IN', 1, 1, '2023-04-07 14:34:57.690', NULL), (0x7018028f379f4498b8647b2a2a47c7ac, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SOL', 1, 1, '2023-04-07 14:34:57.392', NULL), (0x719f6cd925d2495dabc88ed12a726bc2, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WDU', 1, 1, '2023-04-07 14:34:57.588', NULL), (0x71f7feb8d79e48ad852faeb4807cc304, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-FAL', 1, 1, '2023-04-07 14:34:57.557', NULL), (0x72bc92de5c8949e49b01b427c9cc8747, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CAM', 1, 1, '2023-04-07 14:34:57.234', NULL), (0x734f3b505ada4e019dfefd31ca28393f, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ANS', 1, 1, '2023-04-07 14:34:57.535', NULL), (0x74ab80bab7c04487899b809f64631fd9, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WLV', 1, 1, '2023-04-07 14:34:57.410', NULL), (0x75fd4becba4a461c9e062782f4d194e6, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-VT', 1, 1, '2023-04-07 14:34:57.743', NULL), (0x7804564ac1894e3896c40b5bbee0f012, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-MA', 1, 1, '2023-04-07 14:34:57.701', NULL), (0x7852f7a1b965443db4b92f2de91e0504, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-MO', 1, 1, '2023-04-07 14:34:57.709', NULL), (0x78586173ca714c808aa3de86806fd9eb, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-IVC', 1, 1, '2023-04-07 14:34:57.563', NULL), (0x7a638c569bc941f0bd11256e7aa3a265, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WLS', 1, 1, '2023-04-07 14:34:57.223', NULL), (0x7abe3210be7b4b9c8cda4c97a5c3d09a, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BGE', 1, 1, '2023-04-07 14:34:57.593', NULL), (0x7af93c0125914508be440be7edde4f14, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ABE', 1, 1, '2023-04-07 14:34:57.531', NULL), (0x7c442a8531384c9489bcba043aa15766, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ESX', 1, 1, '2023-04-07 14:34:57.243', NULL), (0x7cd587da0ad74e3da1b701f4853f94d6, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-BB', 1, 1, '2023-04-07 14:34:57.178', NULL), (0x7eddf3b0b25747f5a4b1a2c6b606366e, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-MD', 1, 1, '2023-04-07 14:34:57.700', NULL), (0x801541a1ee5840ceaeb68445ebd2350c, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-DBY', 1, 1, '2023-04-07 14:34:57.238', NULL), (0x81199e51db004f43afe296e4fc90e9c8, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-HB', 1, 1, '2023-04-07 14:34:57.181', NULL), (0x827fbaeb28fd4c5eb737f21ac773dd2d, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-TN', 1, 1, '2023-04-07 14:34:57.738', NULL), (0x848785f20d404944a5dc3a40bed40e2a, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-MTY', 1, 1, '2023-04-07 14:34:57.609', NULL), (0x84ffc538eee540e5b2d922b4ded32e5e, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-NE', 1, 1, '2023-04-07 14:34:57.713', NULL), (0x853075c4782c4ab098c4545c5c0a2510, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SWA', 1, 1, '2023-04-07 14:34:57.623', NULL), (0x8597cbf8e8c54b23a023e1aa6dff9edb, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CAY', 1, 1, '2023-04-07 14:34:57.594', NULL), (0x8681e4b7f5d3410a83665008d1ee29d5, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-OLD', 1, 1, '2023-04-07 14:34:57.377', NULL), (0x868806813c794a1caf54e549ba78ad61, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-STN', 1, 1, '2023-04-07 14:34:57.335', NULL), (0x8773aabf5d854ba5a004d67a740df5c0, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-LDS', 1, 1, '2023-04-07 14:34:57.368', NULL), (0x89ca558242dd4ba0ac0f545dfc62d33a, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BOL', 1, 1, '2023-04-07 14:34:57.348', NULL), (0x89e3cc9131fd46d7897aa29c04508ad4, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-GRE', 1, 1, '2023-04-07 14:34:57.302', NULL), (0x8a99e4693ec849bea6ab4297ea60ddb8, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ERY', 1, 1, '2023-04-07 14:34:57.438', NULL), (0x8bf872593ec64598b1843494890fcf75, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CLD', 1, 1, '2023-04-07 14:34:57.354', NULL), (0x8c9ef9e7ecd14a4ba3f04645349d2f74, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CCG', 1, 1, '2023-04-07 14:34:57.519', NULL), (0x8d3787a61f5c4390926dbef748f93c27, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-KTT', 1, 1, '2023-04-07 14:34:57.319', NULL), (0x8d8d585a331b47098e45e8f063e17a5e, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-NY', 1, 1, '2023-04-07 14:34:57.721', NULL), (0x8fb6875caadc4d09bebdd8e47b6c8c19, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-GA', 1, 1, '2023-04-07 14:34:57.683', NULL), (0x90413d445bbd48ea8299045b66b95481, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-MLN', 1, 1, '2023-04-07 14:34:57.565', NULL), (0x90d05d72f6914d21bda17badde23f27d, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-THR', 1, 1, '2023-04-07 14:34:57.498', NULL), (0x90feb02f87f54c6783d11208dfee8d94, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-NM', 1, 1, '2023-04-07 14:34:57.719', NULL), (0x9284175f0b9b43bcb2745bf8b88ada14, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-HAL', 1, 1, '2023-04-07 14:34:57.440', NULL), (0x947e74cee2734dd08146ca4e3abd22b5, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BNE', 1, 1, '2023-04-07 14:34:57.287', NULL), (0x94b5bd5042524f0baa589fb91408b0ca, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-LUT', 1, 1, '2023-04-07 14:34:57.453', NULL), (0x95cc7581f4414512b387ecfaea55268b, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-UKM', 1, 1, '2023-04-07 14:34:57.230', NULL), (0x998a810c00024ae0a2fe69e751840bd2, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-LA', 1, 1, '2023-04-07 14:34:57.697', NULL), (0x99e6fa7f6c8444e9bc7c9c9c1b31a5a5, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-MRT', 1, 1, '2023-04-07 14:34:57.324', NULL), (0x99fe646b349947549c6d9d116e45217c, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CMN', 1, 1, '2023-04-07 14:34:57.598', NULL), (0x9ca92d11e6eb439fa62063a1a474d6ea, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NTL', 1, 1, '2023-04-07 14:34:57.614', NULL), (0x9da3b95126514e59bf75526c9e95f976, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-OR', 1, 1, '2023-04-07 14:34:57.730', NULL), (0x9dd9e44a4208484f8e2b01d824e7682a, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SGC', 1, 1, '2023-04-07 14:34:57.486', NULL), (0x9e1736f4ac8a4350bb3001cb3a938763, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-NC', 1, 1, '2023-04-07 14:34:57.723', NULL), (0x9e906c998eb24e9c8f3376362fd52166, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NYK', 1, 1, '2023-04-07 14:34:57.262', NULL), (0x9f587c17602544958bc11490115eaf91, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NAY', 1, 1, '2023-04-07 14:34:57.569', NULL), (0x9fd6a6bc6f8d43ca91f8653136b7a8dd, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-MIK', 1, 1, '2023-04-07 14:34:57.459', NULL), (0xa073cff15315463a8ed0fc8c3d3e1d6c, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-LBC', 1, 1, '2023-04-07 14:34:57.524', NULL), (0xa0ee35c1fbf94385bc66504eb9c508fa, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SWD', 1, 1, '2023-04-07 14:34:57.495', NULL), (0xa11516f3f6b2438ea2b76a110076b34d, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NBL', 1, 1, '2023-04-07 14:34:57.466', NULL), (0xa228880232764dd79ca0fc2c85487ade, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-RIC', 1, 1, '2023-04-07 14:34:57.331', NULL), (0xa3470a355ead4702aafd5a111d123604, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BGW', 1, 1, '2023-04-07 14:34:57.591', NULL), (0xa36a17c5c7574fe390a66a767dcaaa93, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-EAW', 1, 1, '2023-04-07 14:34:57.226', NULL), (0xa64eb3fb4d8945869a930553bcb07823, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-OK', 1, 1, '2023-04-07 14:34:57.728', NULL), (0xa697c425c68642c8b3f4b16d0dd572ed, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CWY', 1, 1, '2023-04-07 14:34:57.601', NULL), (0xa6dda0ad4c0d43c9acd37597b735b4d0, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-STT', 1, 1, '2023-04-07 14:34:57.491', NULL), (0xa6ea2439949940ee851482fb07e6ec15, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NGM', 1, 1, '2023-04-07 14:34:57.468', NULL), (0xa7b9be685bda4ac19fd994bc65a64f0a, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-DEN', 1, 1, '2023-04-07 14:34:57.602', NULL), (0xa84b0c87d6b64a4182f399c4c92ed564, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-AGB', 1, 1, '2023-04-07 14:34:57.538', NULL), (0xa977cfe2e41b451d96bf5c4facffb245, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WBK', 1, 1, '2023-04-07 14:34:57.503', NULL), (0xa9997137458045e2b1239f4cadcda3fc, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WNM', 1, 1, '2023-04-07 14:34:57.506', NULL), (0xaa24076218114c6abc940c8402cda3a0, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-EDU', 1, 1, '2023-04-07 14:34:57.547', NULL), (0xac474837555644e593e374ded2869ce3, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BIR', 1, 1, '2023-04-07 14:34:57.346', NULL), (0xb000a856bfc14afd8acfcede90c3c328, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-TFW', 1, 1, '2023-04-07 14:34:57.497', NULL), (0xb06176db4da34957a7da4d14bd944d0e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ELN', 1, 1, '2023-04-07 14:34:57.549', NULL), (0xb06df72f07b0471f9a352ea5c630b7b9, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NMD', 1, 1, '2023-04-07 14:34:57.529', NULL), (0xb07f976438444b54b461477f59d83d2b, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-DNC', 1, 1, '2023-04-07 14:34:57.358', NULL), (0xb16ba89480a3445d8c4e9cf52d06d773, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ZET', 1, 1, '2023-04-07 14:34:57.579', NULL), (0xb20c08592b9140058b8c1cae153e92c4, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WGN', 1, 1, '2023-04-07 14:34:57.407', NULL), (0xb245e276501a499e844ddc2f80f16e7b, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WOK', 1, 1, '2023-04-07 14:34:57.508', NULL), (0xb35226cf85114c2ba67f5e32ad9596f3, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SFT', 1, 1, '2023-04-07 14:34:57.389', NULL), (0xb48e06c1203048ac810c311e7bb1c720, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NLN', 1, 1, '2023-04-07 14:34:57.462', NULL), (0xb7324f369e014fafb782a4bcb2c7d3d7, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-KEN', 1, 1, '2023-04-07 14:34:57.252', NULL), (0xb78fcfa0570d4727b4086eb491615812, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-COV', 1, 1, '2023-04-07 14:34:57.356', NULL), (0xb987f200fef245b2a84c65315c96361c, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-LND', 1, 1, '2023-04-07 14:34:57.282', NULL), (0xbadfeafb3fbf4b6aab6ea92aae0a10de, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NIR', 1, 1, '2023-04-07 14:34:57.219', NULL), (0xbc3e9192626049499f1027eb720e1a86, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-RCC', 1, 1, '2023-04-07 14:34:57.479', NULL), (0xbcedb0998cde42c389b9c892acfee12d, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-IOW', 1, 1, '2023-04-07 14:34:57.446', NULL), (0xbd234d9374ea4d40a2c6791b98d8a6c2, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-RCH', 1, 1, '2023-04-07 14:34:57.378', NULL), (0xbd5f48f4fb0a4897874d480b21bfb12d, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-RP', 1, 1, '2023-04-07 14:34:57.196', NULL), (0xbdf98317d0934bd587ba41639cdd88dd, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ABC', 1, 1, '2023-04-07 14:34:57.515', NULL), (0xc000c50968e847cdaed7274008ccc4ae, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-RCT', 1, 1, '2023-04-07 14:34:57.621', NULL), (0xc0f0fc20fd624bf1bc54ab984212b46a, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-WY', 1, 1, '2023-04-07 14:34:57.752', NULL), (0xc199a6290c0f4bf9a00313a661a879e3, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BEN', 1, 1, '2023-04-07 14:34:57.290', NULL), (0xc1ba5ff97002456a8d0198951c16585d, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ENF', 1, 1, '2023-04-07 14:34:57.300', NULL), (0xc1c02db8bfa14171ac2d66912c360dea, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-AR', 1, 1, '2023-04-07 14:34:57.674', NULL), (0xc2227c3974de4173b14cf104453907a7, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-GLS', 1, 1, '2023-04-07 14:34:57.246', NULL), (0xc267272cf7034cce91e6deb0cc4c2d56, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-SN', 1, 1, '2023-04-07 14:34:57.201', NULL), (0xc29846169e144a7bb3b26361d35bdc13, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-DOR', 1, 1, '2023-04-07 14:34:57.241', NULL), (0xc337c49fb1894a2685e3cd0598094d21, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-LIV', 1, 1, '2023-04-07 14:34:57.369', NULL), (0xc346471379c94ef7b792eb09763063a9, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-HRY', 1, 1, '2023-04-07 14:34:57.307', NULL), (0xc3e93526b6954efb9f62bf36b42c5b93, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-ND', 1, 1, '2023-04-07 14:34:57.725', NULL), (0xc4a99e26be0747d19c238b14f6f227e0, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BNS', 1, 1, '2023-04-07 14:34:57.344', NULL), (0xc4d6ab7168fb45ceafd28a7918a2f189, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-LEC', 1, 1, '2023-04-07 14:34:57.256', NULL), (0xc4eb936d30f743aeafe13e79b5b3e30a, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-FMO', 1, 1, '2023-04-07 14:34:57.522', NULL), (0xc5d831eb8c7b464fbb75c153b6e69576, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SHR', 1, 1, '2023-04-07 14:34:57.482', NULL), (0xc6514c480d564654802b7a59a182a26e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-RDB', 1, 1, '2023-04-07 14:34:57.328', NULL), (0xc6688e1e062d4668bedcdaabc893a925, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SLK', 1, 1, '2023-04-07 14:34:57.585', NULL), (0xc8e7691bb299486aa1d97784d75e141c, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-HEF', 1, 1, '2023-04-07 14:34:57.444', NULL), (0xc9430760124242459ea933fd53ed1e5f, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-RI', 1, 1, '2023-04-07 14:34:57.733', NULL), (0xc98ca737f1324ad880bd9bb7b0160fd2, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-MON', 1, 1, '2023-04-07 14:34:57.611', NULL), (0xca21eb4d30024670b52451c640b628d3, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-DE', 1, 1, '2023-04-07 14:34:57.680', NULL), (0xca724d86b2524fb7a8791380ebc9fad4, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-NI', 1, 1, '2023-04-07 14:34:57.189', NULL), (0xca9533a6b8be4c5eb4e5eadf44bf626b, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-KS', 1, 1, '2023-04-07 14:34:57.693', NULL), (0xcaf2880d1d974367b9177eaa6d57d69b, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-VA', 1, 1, '2023-04-07 14:34:57.745', NULL), (0xcb0d0ca77ad244cdae8c35536e899c00, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CON', 1, 1, '2023-04-07 14:34:57.432', NULL), (0xcb3f31217ad54793a2e7c74e04a7ae7a, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-TH', 1, 1, '2023-04-07 14:34:57.209', NULL), (0xcd938a4421784857a58d8be3e755794d, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SOM', 1, 1, '2023-04-07 14:34:57.269', NULL), (0xcf2f1fe1dda948bca9e9a4ee4782acce, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NTT', 1, 1, '2023-04-07 14:34:57.266', NULL), (0xcfd86268e7254fdc879def542cb4cecb, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SHF', 1, 1, '2023-04-07 14:34:57.390', NULL), (0xd0dc6418ee2246e4bc2f6b1c1beebf68, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BNH', 1, 1, '2023-04-07 14:34:57.423', NULL), (0xd2ef9ddb2adb4ff0ab96e236cde1e78e, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-ST', 1, 1, '2023-04-07 14:34:57.204', NULL), (0xd391017ef61e4d3f84c81e0c21ab7164, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SWK', 1, 1, '2023-04-07 14:34:57.333', NULL), (0xd39950bd55db42b0b797505d0fd63175, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-STY', 1, 1, '2023-04-07 14:34:57.394', NULL), (0xd3ffcd9fde3d425391743b6e03938b62, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-WI', 1, 1, '2023-04-07 14:34:57.750', NULL), (0xd41f28c0cf794dbeac809672a63a2068, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WAR', 1, 1, '2023-04-07 14:34:57.276', NULL), (0xd4359a995fee48319625b7c90aec6c98, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-KWL', 1, 1, '2023-04-07 14:34:57.365', NULL), (0xd4a3c4f5f0f44f8e905eb6f239975cd3, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-FL', 1, 1, '2023-04-07 14:34:57.682', NULL), (0xd7216ab7d34440ac8c0010e23e6fbc86, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-SD', 1, 1, '2023-04-07 14:34:57.736', NULL), (0xd727b0d145b44931a207af6f956b1857, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-FLN', 1, 1, '2023-04-07 14:34:57.604', NULL), (0xd7a327d52c554e7586c2dd27e1c550f6, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-RUT', 1, 1, '2023-04-07 14:34:57.481', NULL), (0xdb0aa200218f474ea9767736b103f85d, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SLG', 1, 1, '2023-04-07 14:34:57.484', NULL), (0xdb304f310b5443018b682eadd5073f4e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-PKN', 1, 1, '2023-04-07 14:34:57.574', NULL), (0xdc9af7dbcc49494f8e6fe92f701f1395, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-DGY', 1, 1, '2023-04-07 14:34:57.541', NULL), (0xdf20d15563314a76b498c1cc11b807f0, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SAW', 1, 1, '2023-04-07 14:34:57.386', NULL), (0xe15b0e898dc9445e9e313991666776ce, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ERW', 1, 1, '2023-04-07 14:34:57.552', NULL), (0xe18baa7979bc4a7c9b2d557393c866eb, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ANN', 1, 1, '2023-04-07 14:34:57.512', NULL), (0xe3228eeb1c764d22a0351269978f56d0, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SAY', 1, 1, '2023-04-07 14:34:57.583', NULL), (0xe3cadea4e8b44875a04bafe831a25d3e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BMH', 1, 1, '2023-04-07 14:34:57.420', NULL), (0xe5612bae935949ea8c4f0d7b1ab3d0e9, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ABD', 1, 1, '2023-04-07 14:34:57.534', NULL), (0xe7470bd2256e4db89506ec18c2487190, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SHN', 1, 1, '2023-04-07 14:34:57.382', NULL), (0xe75b4d54e53d49c084fd35419bc22853, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-LAN', 1, 1, '2023-04-07 14:34:57.254', NULL), (0xe85351ac30dc40bc9b66b0d3c001c040, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-RDG', 1, 1, '2023-04-07 14:34:57.477', NULL), (0xe8ec4a7c935640499c3371877d685c69, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-CT', 1, 1, '2023-04-07 14:34:57.679', NULL), (0xea769ea15ce54fc7803988bb32bf7513, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-AGY', 1, 1, '2023-04-07 14:34:57.607', NULL), (0xeb34994d8e5a4a2f833571f97530c5c6, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-NSM', 1, 1, '2023-04-07 14:34:57.464', NULL), (0xef328a2c3f304e7c82104ab87252a8e7, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-MV', 1, 1, '2023-04-07 14:34:57.191', NULL), (0xf011670fbc554199ac3561b2eb4bcc26, 0x02b7e51eab1a4faf8dfb253958a7568f, 'DE-NW', 1, 1, '2023-04-07 14:34:57.194', NULL), (0xf102f5feeec646b88da106cca9596b7c, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-UT', 1, 1, '2023-04-07 14:34:57.741', NULL), (0xf2dc7d44b5ae411281e6b4a6817a1027, 0x00ab8758ea774e5b822cb6fefb88c25f, 'US-MS', 1, 1, '2023-04-07 14:34:57.707', NULL), (0xf366dcb1e2534a928b7b0bd41e2e4db0, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-HLD', 1, 1, '2023-04-07 14:34:57.562', NULL), (0xf3f05dfcf18345ea89563f8821e11930, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CLK', 1, 1, '2023-04-07 14:34:57.540', NULL), (0xf46bb16ee5ce4572b0ea7817d925977c, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-MDB', 1, 1, '2023-04-07 14:34:57.457', NULL), (0xf48ad1d695734d55917af1715ef98dd6, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WKF', 1, 1, '2023-04-07 14:34:57.403', NULL), (0xf4bee0bbff2e48f7b4bd92c89ee20885, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ISL', 1, 1, '2023-04-07 14:34:57.315', NULL), (0xf60264e82ca84fc1a059eaa78210241f, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-WFT', 1, 1, '2023-04-07 14:34:57.339', NULL), (0xf70cf952893140b9ad60ed156a3b51ee, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-SND', 1, 1, '2023-04-07 14:34:57.398', NULL), (0xf7b975f1a4d3418395d3c2de2a3d09d3, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-TOB', 1, 1, '2023-04-07 14:34:57.500', NULL), (0xf825049d2a3546ae8154185209eff45e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-BRC', 1, 1, '2023-04-07 14:34:57.421', NULL), (0xf96fb663d393411fa4b8b73f2a5930d6, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CRY', 1, 1, '2023-04-07 14:34:57.296', NULL), (0xfa5d39fcb7684325987053e5bb3b011c, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-CHW', 1, 1, '2023-04-07 14:34:57.430', NULL), (0xfadcfbe118194734885435fc4040e83c, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-HPL', 1, 1, '2023-04-07 14:34:57.442', NULL), (0xfcb0c659eab84821869d4259e0a68f53, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-DEV', 1, 1, '2023-04-07 14:34:57.239', NULL), (0xfd213e5297c741baab425a2f09dcd0c5, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-DRS', 1, 1, '2023-04-07 14:34:57.521', NULL), (0xfdd3d434476e4bf9965cc5e0536dce9e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-FIF', 1, 1, '2023-04-07 14:34:57.559', NULL), (0xfe2e76fe70b34585960a3e7648ba1e6e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-GAT', 1, 1, '2023-04-07 14:34:57.362', NULL), (0xff23f2198be3446f8d3677da2303fd01, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-ROT', 1, 1, '2023-04-07 14:34:57.380', NULL), (0xff86de501738410f8a80aa3255b9bc5e, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-TWH', 1, 1, '2023-04-07 14:34:57.337', NULL), (0xffaa041bf20948ef9dc8c68b31b08514, 0x088af52e087d419ab7fec6ab76cf0360, 'GB-IOS', 1, 1, '2023-04-07 14:34:57.447', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `country_state_translation` -- CREATE TABLE `country_state_translation` ( `country_state_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `country_state_translation` -- INSERT INTO `country_state_translation` (`country_state_id`, `language_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x01547432ed6a4e179361da4df1123963, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Colorado', NULL, '2023-04-07 14:36:34.855', NULL), (0x01547432ed6a4e179361da4df1123963, 0x74abf495620848a19755546e0f70dbac, 'Colorado', NULL, '2023-04-07 14:34:57.677', NULL), (0x01c74cac09f04c2e89a78f1a61f4c545, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Worcestershire', NULL, '2023-04-07 14:36:34.855', NULL), (0x01c74cac09f04c2e89a78f1a61f4c545, 0x74abf495620848a19755546e0f70dbac, 'Worcestershire', NULL, '2023-04-07 14:34:57.280', NULL), (0x03c22399fc6f4d0d95d246a89ac94564, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wirral', NULL, '2023-04-07 14:36:34.855', NULL), (0x03c22399fc6f4d0d95d246a89ac94564, 0x74abf495620848a19755546e0f70dbac, 'Wirral', NULL, '2023-04-07 14:34:57.409', NULL), (0x03e873ce8ff44ea2877329ad60817241, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cumbria', NULL, '2023-04-07 14:36:34.855', NULL), (0x03e873ce8ff44ea2877329ad60817241, 0x74abf495620848a19755546e0f70dbac, 'Cumbria', NULL, '2023-04-07 14:34:57.236', NULL), (0x0427f81b9d644e0a83fe5304624f980c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'District of Columbia', NULL, '2023-04-07 14:36:34.855', NULL), (0x0427f81b9d644e0a83fe5304624f980c, 0x74abf495620848a19755546e0f70dbac, 'District of Columbia', NULL, '2023-04-07 14:34:57.753', NULL), (0x042c304fece34eb884eb360bca35c523, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Stirling', NULL, '2023-04-07 14:36:34.855', NULL), (0x042c304fece34eb884eb360bca35c523, 0x74abf495620848a19755546e0f70dbac, 'Stirling', NULL, '2023-04-07 14:34:57.587', NULL), (0x047453e7af614c9985621832dba02fd1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hawaii', NULL, '2023-04-07 14:36:34.855', NULL), (0x047453e7af614c9985621832dba02fd1, 0x74abf495620848a19755546e0f70dbac, 'Hawaii', NULL, '2023-04-07 14:34:57.685', NULL), (0x049eb052f22c417bb16c14fc6a096943, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hammersmith and Fulham', NULL, '2023-04-07 14:36:34.855', NULL), (0x049eb052f22c417bb16c14fc6a096943, 0x74abf495620848a19755546e0f70dbac, 'Hammersmith and Fulham', NULL, '2023-04-07 14:34:57.305', NULL), (0x05157f87bc9741ed8530460a2d83faa9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oxfordshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x05157f87bc9741ed8530460a2d83faa9, 0x74abf495620848a19755546e0f70dbac, 'Oxfordshire', NULL, '2023-04-07 14:34:57.268', NULL), (0x05278383f37341c8a1b49661e9e2b862, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dudley', NULL, '2023-04-07 14:36:34.855', NULL), (0x05278383f37341c8a1b49661e9e2b862, 0x74abf495620848a19755546e0f70dbac, 'Dudley', NULL, '2023-04-07 14:34:57.360', NULL), (0x0848dc5fd8ef4091a6d4f1e22619a876, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cardiff', NULL, '2023-04-07 14:36:34.855', NULL), (0x0848dc5fd8ef4091a6d4f1e22619a876, 0x74abf495620848a19755546e0f70dbac, 'Cardiff', NULL, '2023-04-07 14:34:57.596', NULL), (0x09081d93a4184605bfcd74bf15b42f30, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Renfrewshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x09081d93a4184605bfcd74bf15b42f30, 0x74abf495620848a19755546e0f70dbac, 'Renfrewshire', NULL, '2023-04-07 14:34:57.576', NULL), (0x0d4c1fdc50b14680a7d374aceab0a483, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Moray', NULL, '2023-04-07 14:36:34.855', NULL), (0x0d4c1fdc50b14680a7d374aceab0a483, 0x74abf495620848a19755546e0f70dbac, 'Moray', NULL, '2023-04-07 14:34:57.567', NULL), (0x0db35f998598420fadc0987637081547, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Glasgow City', NULL, '2023-04-07 14:36:34.855', NULL), (0x0db35f998598420fadc0987637081547, 0x74abf495620848a19755546e0f70dbac, 'Glasgow City', NULL, '2023-04-07 14:34:57.560', NULL), (0x0e0b6bbc8a7540e8a9718f4af105bc7e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lewisham', NULL, '2023-04-07 14:36:34.855', NULL), (0x0e0b6bbc8a7540e8a9718f4af105bc7e, 0x74abf495620848a19755546e0f70dbac, 'Lewisham', NULL, '2023-04-07 14:34:57.322', NULL), (0x0fd01dbd4ac84750b5cdd1329771f915, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'East Ayrshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x0fd01dbd4ac84750b5cdd1329771f915, 0x74abf495620848a19755546e0f70dbac, 'East Ayrshire', NULL, '2023-04-07 14:34:57.546', NULL), (0x12b3170d77af4a519c76367b7c58f5be, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Darlington', NULL, '2023-04-07 14:36:34.855', NULL), (0x12b3170d77af4a519c76367b7c58f5be, 0x74abf495620848a19755546e0f70dbac, 'Darlington', NULL, '2023-04-07 14:34:57.434', NULL), (0x141e6bc2ae4940d28a0b6f843aa42da0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wandsworth', NULL, '2023-04-07 14:36:34.855', NULL), (0x141e6bc2ae4940d28a0b6f843aa42da0, 0x74abf495620848a19755546e0f70dbac, 'Wandsworth', NULL, '2023-04-07 14:34:57.340', NULL), (0x169bfc420dbb4f3ba680da02a5f11b74, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Schleswig-Holstein', NULL, '2023-04-07 14:34:57.206', NULL), (0x169bfc420dbb4f3ba680da02a5f11b74, 0x74abf495620848a19755546e0f70dbac, 'Schleswig-Holstein', NULL, '2023-04-07 14:34:57.206', NULL), (0x16c2566f2f834baa903b0edfd4aebd2e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kingston upon Hull', NULL, '2023-04-07 14:36:34.855', NULL), (0x16c2566f2f834baa903b0edfd4aebd2e, 0x74abf495620848a19755546e0f70dbac, 'Kingston upon Hull', NULL, '2023-04-07 14:34:57.450', NULL), (0x17106eebbe5a4167b3623b34daf294e3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mid and East Antrim', NULL, '2023-04-07 14:36:34.855', NULL), (0x17106eebbe5a4167b3623b34daf294e3, 0x74abf495620848a19755546e0f70dbac, 'Mid and East Antrim', NULL, '2023-04-07 14:34:57.525', NULL), (0x17ce3e00c4954b72b02e5eb77850bfd2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Norfolk', NULL, '2023-04-07 14:36:34.855', NULL), (0x17ce3e00c4954b72b02e5eb77850bfd2, 0x74abf495620848a19755546e0f70dbac, 'Norfolk', NULL, '2023-04-07 14:34:57.260', NULL), (0x186163d96a51412dbf194a00a2958eab, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Peterborough', NULL, '2023-04-07 14:36:34.855', NULL), (0x186163d96a51412dbf194a00a2958eab, 0x74abf495620848a19755546e0f70dbac, 'Peterborough', NULL, '2023-04-07 14:34:57.470', NULL), (0x18a5e3cf8bdf42c8bc5cc50d054adaf8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Westminster', NULL, '2023-04-07 14:36:34.855', NULL), (0x18a5e3cf8bdf42c8bc5cc50d054adaf8, 0x74abf495620848a19755546e0f70dbac, 'Westminster', NULL, '2023-04-07 14:34:57.342', NULL), (0x18cd2a12e1874a24be48bf8dc0aba3f5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cheshire East', NULL, '2023-04-07 14:36:34.855', NULL), (0x18cd2a12e1874a24be48bf8dc0aba3f5, 0x74abf495620848a19755546e0f70dbac, 'Cheshire East', NULL, '2023-04-07 14:34:57.428', NULL), (0x19e0ccdaf30f40d8a9069574c8a2ae15, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pennsylvania', NULL, '2023-04-07 14:36:34.855', NULL), (0x19e0ccdaf30f40d8a9069574c8a2ae15, 0x74abf495620848a19755546e0f70dbac, 'Pennsylvania', NULL, '2023-04-07 14:34:57.731', NULL), (0x1a2f21387d7047a58b710e6ba352febc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ealing', NULL, '2023-04-07 14:36:34.855', NULL), (0x1a2f21387d7047a58b710e6ba352febc, 0x74abf495620848a19755546e0f70dbac, 'Ealing', NULL, '2023-04-07 14:34:57.298', NULL), (0x1a41bef66568443f9f00ab66368ee836, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hampshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x1a41bef66568443f9f00ab66368ee836, 0x74abf495620848a19755546e0f70dbac, 'Hampshire', NULL, '2023-04-07 14:34:57.248', NULL), (0x1aaa80a081fa421fbc47f06fcdab007a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eilean Siar', NULL, '2023-04-07 14:36:34.855', NULL), (0x1aaa80a081fa421fbc47f06fcdab007a, 0x74abf495620848a19755546e0f70dbac, 'Eilean Siar', NULL, '2023-04-07 14:34:57.555', NULL), (0x1c8eb48dae974a8b93278815174d2bb5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Torfaen', NULL, '2023-04-07 14:36:34.855', NULL), (0x1c8eb48dae974a8b93278815174d2bb5, 0x74abf495620848a19755546e0f70dbac, 'Torfaen', NULL, '2023-04-07 14:34:57.624', NULL), (0x1ca8123cf5ce427987a25b49863bcfca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vale of Glamorgan, The', NULL, '2023-04-07 14:36:34.855', NULL), (0x1ca8123cf5ce427987a25b49863bcfca, 0x74abf495620848a19755546e0f70dbac, 'Vale of Glamorgan, The', NULL, '2023-04-07 14:34:57.626', NULL), (0x1e1ad8ec0ed1474c9a239d226c10834f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lambeth', NULL, '2023-04-07 14:36:34.855', NULL), (0x1e1ad8ec0ed1474c9a239d226c10834f, 0x74abf495620848a19755546e0f70dbac, 'Lambeth', NULL, '2023-04-07 14:34:57.321', NULL), (0x1f14ffef2e064b50b82596fe3932f8c5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Illinois', NULL, '2023-04-07 14:36:34.855', NULL), (0x1f14ffef2e064b50b82596fe3932f8c5, 0x74abf495620848a19755546e0f70dbac, 'Illinois', NULL, '2023-04-07 14:34:57.688', NULL), (0x214180766c454ab9a3a76dd7e783aa35, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Texas', NULL, '2023-04-07 14:36:34.855', NULL), (0x214180766c454ab9a3a76dd7e783aa35, 0x74abf495620848a19755546e0f70dbac, 'Texas', NULL, '2023-04-07 14:34:57.739', NULL), (0x216433ad9a5a40d381da54a682a2ea1f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Walsall', NULL, '2023-04-07 14:36:34.855', NULL), (0x216433ad9a5a40d381da54a682a2ea1f, 0x74abf495620848a19755546e0f70dbac, 'Walsall', NULL, '2023-04-07 14:34:57.405', NULL), (0x21afbf3533d3421e9076fade57a6e6e9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'New Jersey', NULL, '2023-04-07 14:36:34.855', NULL), (0x21afbf3533d3421e9076fade57a6e6e9, 0x74abf495620848a19755546e0f70dbac, 'New Jersey', NULL, '2023-04-07 14:34:57.717', NULL), (0x224db04343c440b48426de0142d02d56, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Essex', NULL, '2023-04-07 14:36:34.855', NULL), (0x224db04343c440b48426de0142d02d56, 0x74abf495620848a19755546e0f70dbac, 'Essex', NULL, '2023-04-07 14:34:57.245', NULL), (0x230a9bcdd54646feafecaadfb84455a3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hounslow', NULL, '2023-04-07 14:36:34.855', NULL), (0x230a9bcdd54646feafecaadfb84455a3, 0x74abf495620848a19755546e0f70dbac, 'Hounslow', NULL, '2023-04-07 14:34:57.314', NULL), (0x2487f6ccd51647dda4c6f476f31007d8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Camden', NULL, '2023-04-07 14:36:34.855', NULL), (0x2487f6ccd51647dda4c6f476f31007d8, 0x74abf495620848a19755546e0f70dbac, 'Camden', NULL, '2023-04-07 14:34:57.294', NULL), (0x25325eb2a7ab4cd7a52f47f49c2062de, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wiltshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x25325eb2a7ab4cd7a52f47f49c2062de, 0x74abf495620848a19755546e0f70dbac, 'Wiltshire', NULL, '2023-04-07 14:34:57.505', NULL), (0x257ce25ef77a4208a5036796883d7ca2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Newham', NULL, '2023-04-07 14:36:34.855', NULL), (0x257ce25ef77a4208a5036796883d7ca2, 0x74abf495620848a19755546e0f70dbac, 'Newham', NULL, '2023-04-07 14:34:57.326', NULL), (0x257f88419904483ba88fb40db404381f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Stoke-on-Trent', NULL, '2023-04-07 14:36:34.855', NULL), (0x257f88419904483ba88fb40db404381f, 0x74abf495620848a19755546e0f70dbac, 'Stoke-on-Trent', NULL, '2023-04-07 14:34:57.493', NULL), (0x288689391454492e81e5b9d3e2044ce3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kirklees', NULL, '2023-04-07 14:36:34.855', NULL), (0x288689391454492e81e5b9d3e2044ce3, 0x74abf495620848a19755546e0f70dbac, 'Kirklees', NULL, '2023-04-07 14:34:57.364', NULL), (0x2a8857bc572041f6b8ed2992b5eb6742, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Harrow', NULL, '2023-04-07 14:36:34.855', NULL), (0x2a8857bc572041f6b8ed2992b5eb6742, 0x74abf495620848a19755546e0f70dbac, 'Harrow', NULL, '2023-04-07 14:34:57.309', NULL), (0x2aada9b5aa77483c9b377fdd434f914b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Manchester', NULL, '2023-04-07 14:36:34.855', NULL), (0x2aada9b5aa77483c9b377fdd434f914b, 0x74abf495620848a19755546e0f70dbac, 'Manchester', NULL, '2023-04-07 14:34:57.371', NULL), (0x2bdff7ea44b340e58855a0678f59e99c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bexley', NULL, '2023-04-07 14:36:34.855', NULL), (0x2bdff7ea44b340e58855a0678f59e99c, 0x74abf495620848a19755546e0f70dbac, 'Bexley', NULL, '2023-04-07 14:34:57.289', NULL), (0x2d9e425dda9e4f828d3af4df9b603fc4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'West Lothian', NULL, '2023-04-07 14:36:34.855', NULL), (0x2d9e425dda9e4f828d3af4df9b603fc4, 0x74abf495620848a19755546e0f70dbac, 'West Lothian', NULL, '2023-04-07 14:34:57.590', NULL), (0x2da393728a6a484ab838c858af5b3de3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Suffolk', NULL, '2023-04-07 14:36:34.855', NULL), (0x2da393728a6a484ab838c858af5b3de3, 0x74abf495620848a19755546e0f70dbac, 'Suffolk', NULL, '2023-04-07 14:34:57.272', NULL), (0x2de56bc0ea8a4391aaa6ea13c43a4b13, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Staffordshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x2de56bc0ea8a4391aaa6ea13c43a4b13, 0x74abf495620848a19755546e0f70dbac, 'Staffordshire', NULL, '2023-04-07 14:34:57.271', NULL), (0x304cbe2c9795404fa57beba7fc493aa3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bath and North East Somerset', NULL, '2023-04-07 14:36:34.855', NULL), (0x304cbe2c9795404fa57beba7fc493aa3, 0x74abf495620848a19755546e0f70dbac, 'Bath and North East Somerset', NULL, '2023-04-07 14:34:57.412', NULL), (0x30ba9ca7fa4145b693ba8cbffd88ec67, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Salford', NULL, '2023-04-07 14:36:34.855', NULL), (0x30ba9ca7fa4145b693ba8cbffd88ec67, 0x74abf495620848a19755546e0f70dbac, 'Salford', NULL, '2023-04-07 14:34:57.385', NULL), (0x30df91998a7b4e198794bfbe55767567, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mid Ulster', NULL, '2023-04-07 14:36:34.855', NULL), (0x30df91998a7b4e198794bfbe55767567, 0x74abf495620848a19755546e0f70dbac, 'Mid Ulster', NULL, '2023-04-07 14:34:57.527', NULL), (0x31b5118d0bd04f77b3a8c561a705cafa, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Trafford', NULL, '2023-04-07 14:36:34.855', NULL), (0x31b5118d0bd04f77b3a8c561a705cafa, 0x74abf495620848a19755546e0f70dbac, 'Trafford', NULL, '2023-04-07 14:34:57.402', NULL), (0x322f364d782a4ab78599e43d90baacc0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ards and North Down', NULL, '2023-04-07 14:36:34.855', NULL), (0x322f364d782a4ab78599e43d90baacc0, 0x74abf495620848a19755546e0f70dbac, 'Ards and North Down', NULL, '2023-04-07 14:34:57.513', NULL), (0x33e5f6f4ca3042a1a70b037471ca279e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Southend-on-Sea', NULL, '2023-04-07 14:36:34.855', NULL), (0x33e5f6f4ca3042a1a70b037471ca279e, 0x74abf495620848a19755546e0f70dbac, 'Southend-on-Sea', NULL, '2023-04-07 14:34:57.490', NULL), (0x33eaff1dce4444b485af2c7aed523a21, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saarland', NULL, '2023-04-07 14:34:57.199', NULL), (0x33eaff1dce4444b485af2c7aed523a21, 0x74abf495620848a19755546e0f70dbac, 'Saarland', NULL, '2023-04-07 14:34:57.199', NULL), (0x347523f607ee415ab40b8e9c16aefc09, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Michigan', NULL, '2023-04-07 14:36:34.855', NULL), (0x347523f607ee415ab40b8e9c16aefc09, 0x74abf495620848a19755546e0f70dbac, 'Michigan', NULL, '2023-04-07 14:34:57.703', NULL), (0x34767fce799d4b8baeb71b7f0f9abe2d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bedford', NULL, '2023-04-07 14:36:34.855', NULL), (0x34767fce799d4b8baeb71b7f0f9abe2d, 0x74abf495620848a19755546e0f70dbac, 'Bedford', NULL, '2023-04-07 14:34:57.414', NULL), (0x348cdef4d84b464baff0a7d349b2c4f3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dundee City', NULL, '2023-04-07 14:36:34.855', NULL), (0x348cdef4d84b464baff0a7d349b2c4f3, 0x74abf495620848a19755546e0f70dbac, 'Dundee City', NULL, '2023-04-07 14:34:57.544', NULL), (0x34db0bec9db94cb38d302d5291d10b9e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hillingdon', NULL, '2023-04-07 14:36:34.855', NULL), (0x34db0bec9db94cb38d302d5291d10b9e, 0x74abf495620848a19755546e0f70dbac, 'Hillingdon', NULL, '2023-04-07 14:34:57.312', NULL), (0x3523cfb6d5b9432ea43af921c47f800a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ceredigion', NULL, '2023-04-07 14:36:34.855', NULL), (0x3523cfb6d5b9432ea43af921c47f800a, 0x74abf495620848a19755546e0f70dbac, 'Ceredigion', NULL, '2023-04-07 14:34:57.599', NULL), (0x380253e3752843a49fe6e355e6ba4bcc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pembrokeshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x380253e3752843a49fe6e355e6ba4bcc, 0x74abf495620848a19755546e0f70dbac, 'Pembrokeshire', NULL, '2023-04-07 14:34:57.618', NULL), (0x38649e0a91bd47bab1b3e88431acc9cf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Medway', NULL, '2023-04-07 14:36:34.855', NULL), (0x38649e0a91bd47bab1b3e88431acc9cf, 0x74abf495620848a19755546e0f70dbac, 'Medway', NULL, '2023-04-07 14:34:57.455', NULL), (0x388de30e5663447a8beab4540ce1a949, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wrexham', NULL, '2023-04-07 14:36:34.855', NULL), (0x388de30e5663447a8beab4540ce1a949, 0x74abf495620848a19755546e0f70dbac, 'Wrexham', NULL, '2023-04-07 14:34:57.627', NULL), (0x38d98335bb214487bc928a2509e1d7e6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Derby', NULL, '2023-04-07 14:36:34.855', NULL), (0x38d98335bb214487bc928a2509e1d7e6, 0x74abf495620848a19755546e0f70dbac, 'Derby', NULL, '2023-04-07 14:34:57.435', NULL), (0x39a6e81c8704490e8756bf7f15a82815, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Montana', NULL, '2023-04-07 14:36:34.855', NULL), (0x39a6e81c8704490e8756bf7f15a82815, 0x74abf495620848a19755546e0f70dbac, 'Montana', NULL, '2023-04-07 14:34:57.711', NULL), (0x3ab6468b4686451cab0c795ec54ab29a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bradford', NULL, '2023-04-07 14:36:34.855', NULL), (0x3ab6468b4686451cab0c795ec54ab29a, 0x74abf495620848a19755546e0f70dbac, 'Bradford', NULL, '2023-04-07 14:34:57.350', NULL), (0x3b8e507833fb4b2392172ef072502201, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Newport', NULL, '2023-04-07 14:36:34.855', NULL), (0x3b8e507833fb4b2392172ef072502201, 0x74abf495620848a19755546e0f70dbac, 'Newport', NULL, '2023-04-07 14:34:57.615', NULL), (0x3bcc0187e7884c759ceff403a08d701e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kentucky', NULL, '2023-04-07 14:36:34.855', NULL), (0x3bcc0187e7884c759ceff403a08d701e, 0x74abf495620848a19755546e0f70dbac, 'Kentucky', NULL, '2023-04-07 14:34:57.695', NULL), (0x3bdf8e4336a347098488cf31c36aa178, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Edinburgh, City of', NULL, '2023-04-07 14:36:34.855', NULL), (0x3bdf8e4336a347098488cf31c36aa178, 0x74abf495620848a19755546e0f70dbac, 'Edinburgh, City of', NULL, '2023-04-07 14:34:57.553', NULL), (0x3c623c540a9242119ad90ee445e16bd5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Surrey', NULL, '2023-04-07 14:36:34.855', NULL), (0x3c623c540a9242119ad90ee445e16bd5, 0x74abf495620848a19755546e0f70dbac, 'Surrey', NULL, '2023-04-07 14:34:57.274', NULL), (0x3d17fcf77f434564a6956b52d870507c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Alaska', NULL, '2023-04-07 14:36:34.855', NULL), (0x3d17fcf77f434564a6956b52d870507c, 0x74abf495620848a19755546e0f70dbac, 'Alaska', NULL, '2023-04-07 14:34:57.670', NULL), (0x3de0c5fb11924589b7504929e6016d17, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Orkney Islands', NULL, '2023-04-07 14:36:34.855', NULL), (0x3de0c5fb11924589b7504929e6016d17, 0x74abf495620848a19755546e0f70dbac, 'Orkney Islands', NULL, '2023-04-07 14:34:57.573', NULL), (0x3e29063228e54a49ae9679ba47877784, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ohio', NULL, '2023-04-07 14:36:34.855', NULL), (0x3e29063228e54a49ae9679ba47877784, 0x74abf495620848a19755546e0f70dbac, 'Ohio', NULL, '2023-04-07 14:34:57.726', NULL), (0x3f156fba60144e209eea93c0ad01dc47, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Iowa', NULL, '2023-04-07 14:36:34.855', NULL), (0x3f156fba60144e209eea93c0ad01dc47, 0x74abf495620848a19755546e0f70dbac, 'Iowa', NULL, '2023-04-07 14:34:57.691', NULL), (0x3f2ee10218904a66ab541ae706a5fa0e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Belfast', NULL, '2023-04-07 14:36:34.855', NULL), (0x3f2ee10218904a66ab541ae706a5fa0e, 0x74abf495620848a19755546e0f70dbac, 'Belfast', NULL, '2023-04-07 14:34:57.517', NULL), (0x3ffc2e5cf9e1426888587b50e6e335a1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Scottish Borders, The', NULL, '2023-04-07 14:36:34.855', NULL), (0x3ffc2e5cf9e1426888587b50e6e335a1, 0x74abf495620848a19755546e0f70dbac, 'Scottish Borders, The', NULL, '2023-04-07 14:34:57.578', NULL), (0x43ad0113c41d47b9a5cc745a1b6ee170, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Warrington', NULL, '2023-04-07 14:36:34.855', NULL), (0x43ad0113c41d47b9a5cc745a1b6ee170, 0x74abf495620848a19755546e0f70dbac, 'Warrington', NULL, '2023-04-07 14:34:57.502', NULL), (0x43c686fcd0f240dba2f6748e78df2e20, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Stockport', NULL, '2023-04-07 14:36:34.855', NULL), (0x43c686fcd0f240dba2f6748e78df2e20, 0x74abf495620848a19755546e0f70dbac, 'Stockport', NULL, '2023-04-07 14:34:57.397', NULL), (0x441778441d27440d817e1bf3662ef013, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hessen', NULL, '2023-04-07 14:34:57.186', NULL), (0x441778441d27440d817e1bf3662ef013, 0x74abf495620848a19755546e0f70dbac, 'Hesse', NULL, '2023-04-07 14:34:57.186', NULL), (0x4515a033f686421ba4b9c471b35a3c45, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Minnesota', NULL, '2023-04-07 14:36:34.855', NULL), (0x4515a033f686421ba4b9c471b35a3c45, 0x74abf495620848a19755546e0f70dbac, 'Minnesota', NULL, '2023-04-07 14:34:57.706', NULL), (0x4540945d1c2e48ee85f8a10bccb85ad4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Tyneside', NULL, '2023-04-07 14:36:34.855', NULL), (0x4540945d1c2e48ee85f8a10bccb85ad4, 0x74abf495620848a19755546e0f70dbac, 'North Tyneside', NULL, '2023-04-07 14:34:57.375', NULL), (0x45d5d08238794282a890ed6b0ae8efbc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bury', NULL, '2023-04-07 14:36:34.855', NULL), (0x45d5d08238794282a890ed6b0ae8efbc, 0x74abf495620848a19755546e0f70dbac, 'Bury', NULL, '2023-04-07 14:34:57.352', NULL), (0x4867b34d4dbf440d8b3c24c85a445e35, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Berlin', NULL, '2023-04-07 14:34:57.176', NULL), (0x4867b34d4dbf440d8b3c24c85a445e35, 0x74abf495620848a19755546e0f70dbac, 'Berlin', NULL, '2023-04-07 14:34:57.176', NULL), (0x48d5945be0a34a149e0ed3aed7fa8fd4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hackney', NULL, '2023-04-07 14:36:34.855', NULL), (0x48d5945be0a34a149e0ed3aed7fa8fd4, 0x74abf495620848a19755546e0f70dbac, 'Hackney', NULL, '2023-04-07 14:34:57.304', NULL), (0x49ebb2c28bf2434e99c29fa56cbf622b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kensington and Chelsea', NULL, '2023-04-07 14:36:34.855', NULL), (0x49ebb2c28bf2434e99c29fa56cbf622b, 0x74abf495620848a19755546e0f70dbac, 'Kensington and Chelsea', NULL, '2023-04-07 14:34:57.317', NULL), (0x49f83638821c4806a80b09a1cee023dd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'New Hampshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x49f83638821c4806a80b09a1cee023dd, 0x74abf495620848a19755546e0f70dbac, 'New Hampshire', NULL, '2023-04-07 14:34:57.716', NULL), (0x4a6783fdd62d4294861ef96f184e02af, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'West Sussex', NULL, '2023-04-07 14:36:34.855', NULL), (0x4a6783fdd62d4294861ef96f184e02af, 0x74abf495620848a19755546e0f70dbac, 'West Sussex', NULL, '2023-04-07 14:34:57.278', NULL), (0x4a6d68d16744408fbfbc123beeaee05a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Poole', NULL, '2023-04-07 14:36:34.855', NULL), (0x4a6d68d16744408fbfbc123beeaee05a, 0x74abf495620848a19755546e0f70dbac, 'Poole', NULL, '2023-04-07 14:34:57.473', NULL), (0x4b3474f4e010476887264ee2e818affa, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Northamptonshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x4b3474f4e010476887264ee2e818affa, 0x74abf495620848a19755546e0f70dbac, 'Northamptonshire', NULL, '2023-04-07 14:34:57.263', NULL), (0x4bcfa2092be944528c0bcc6385818f7a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hertfordshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x4bcfa2092be944528c0bcc6385818f7a, 0x74abf495620848a19755546e0f70dbac, 'Hertfordshire', NULL, '2023-04-07 14:34:57.250', NULL), (0x4dd7d46ad1cf4c6f905c580ccf43262b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Washington', NULL, '2023-04-07 14:36:34.855', NULL), (0x4dd7d46ad1cf4c6f905c580ccf43262b, 0x74abf495620848a19755546e0f70dbac, 'Washington', NULL, '2023-04-07 14:34:57.747', NULL), (0x4f00a86b403f44ae9bcae3afa0636070, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Maine', NULL, '2023-04-07 14:36:34.855', NULL), (0x4f00a86b403f44ae9bcae3afa0636070, 0x74abf495620848a19755546e0f70dbac, 'Maine', NULL, '2023-04-07 14:34:57.698', NULL), (0x518ecdabad8940c08c094ad61d74e21b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Southampton', NULL, '2023-04-07 14:36:34.855', NULL), (0x518ecdabad8940c08c094ad61d74e21b, 0x74abf495620848a19755546e0f70dbac, 'Southampton', NULL, '2023-04-07 14:34:57.488', NULL), (0x52b59f9245bc4a0186f53bc62963cc63, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bromley', NULL, '2023-04-07 14:36:34.855', NULL), (0x52b59f9245bc4a0186f53bc62963cc63, 0x74abf495620848a19755546e0f70dbac, 'Bromley', NULL, '2023-04-07 14:34:57.293', NULL), (0x54ab68fa2572426da96dc77b165fa5c2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Barking and Dagenham', NULL, '2023-04-07 14:36:34.855', NULL), (0x54ab68fa2572426da96dc77b165fa5c2, 0x74abf495620848a19755546e0f70dbac, 'Barking and Dagenham', NULL, '2023-04-07 14:34:57.284', NULL), (0x55d366b4226a42e783175c2aa1e725a2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Blackpool', NULL, '2023-04-07 14:36:34.855', NULL), (0x55d366b4226a42e783175c2aa1e725a2, 0x74abf495620848a19755546e0f70dbac, 'Blackpool', NULL, '2023-04-07 14:34:57.418', NULL), (0x56c5840989374756878999c0f4eef6f2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nevada', NULL, '2023-04-07 14:36:34.855', NULL), (0x56c5840989374756878999c0f4eef6f2, 0x74abf495620848a19755546e0f70dbac, 'Nevada', NULL, '2023-04-07 14:34:57.714', NULL), (0x56c816ac388048d3881e91023f504b19, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Havering', NULL, '2023-04-07 14:36:34.855', NULL), (0x56c816ac388048d3881e91023f504b19, 0x74abf495620848a19755546e0f70dbac, 'Havering', NULL, '2023-04-07 14:34:57.310', NULL), (0x5722980e181a42458036ad0ffe6c7282, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Durham County', NULL, '2023-04-07 14:36:34.855', NULL), (0x5722980e181a42458036ad0ffe6c7282, 0x74abf495620848a19755546e0f70dbac, 'Durham County', NULL, '2023-04-07 14:34:57.437', NULL), (0x57c25670859b442f82056880f6639726, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Powys', NULL, '2023-04-07 14:36:34.855', NULL), (0x57c25670859b442f82056880f6639726, 0x74abf495620848a19755546e0f70dbac, 'Powys', NULL, '2023-04-07 14:34:57.619', NULL), (0x59c06a9de5ae4012820158070381bdd2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North East Lincolnshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x59c06a9de5ae4012820158070381bdd2, 0x74abf495620848a19755546e0f70dbac, 'North East Lincolnshire', NULL, '2023-04-07 14:34:57.461', NULL), (0x59fda68870da43deb5cacbd005e4f443, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Great Britain', NULL, '2023-04-07 14:36:34.855', NULL), (0x59fda68870da43deb5cacbd005e4f443, 0x74abf495620848a19755546e0f70dbac, 'Great Britain', NULL, '2023-04-07 14:34:57.228', NULL), (0x5ad6cf70f1ac49c78951a9d5f6df55c0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Newcastle upon Tyne', NULL, '2023-04-07 14:36:34.855', NULL), (0x5ad6cf70f1ac49c78951a9d5f6df55c0, 0x74abf495620848a19755546e0f70dbac, 'Newcastle upon Tyne', NULL, '2023-04-07 14:34:57.373', NULL), (0x5b6ea3e1509641bfa93fea26946ebc4e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hamburg', NULL, '2023-04-07 14:34:57.184', NULL), (0x5b6ea3e1509641bfa93fea26946ebc4e, 0x74abf495620848a19755546e0f70dbac, 'Hamburg', NULL, '2023-04-07 14:34:57.184', NULL), (0x5c42231159ce4655929792b92845f79e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Central Bedfordshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x5c42231159ce4655929792b92845f79e, 0x74abf495620848a19755546e0f70dbac, 'Central Bedfordshire', NULL, '2023-04-07 14:34:57.426', NULL), (0x5c521cf96da94d48a627aea37fbe70a3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tameside', NULL, '2023-04-07 14:36:34.855', NULL), (0x5c521cf96da94d48a627aea37fbe70a3, 0x74abf495620848a19755546e0f70dbac, 'Tameside', NULL, '2023-04-07 14:34:57.400', NULL), (0x5f435d8022fe401e963e14fb9ecd01ce, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Lanarkshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x5f435d8022fe401e963e14fb9ecd01ce, 0x74abf495620848a19755546e0f70dbac, 'North Lanarkshire', NULL, '2023-04-07 14:34:57.570', NULL), (0x5f4f4e08446d48c2ac141f3ab9854b64, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bristol, City of', NULL, '2023-04-07 14:36:34.855', NULL), (0x5f4f4e08446d48c2ac141f3ab9854b64, 0x74abf495620848a19755546e0f70dbac, 'Bristol, City of', NULL, '2023-04-07 14:34:57.425', NULL), (0x600c97232f2b4e26b6f2f984e388634b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bayern', NULL, '2023-04-07 14:34:57.173', NULL), (0x600c97232f2b4e26b6f2f984e388634b, 0x74abf495620848a19755546e0f70dbac, 'Bavaria', NULL, '2023-04-07 14:34:57.173', NULL), (0x60d2cf9f23fb4dfba70969c07ba3ae98, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Idaho', NULL, '2023-04-07 14:36:34.855', NULL), (0x60d2cf9f23fb4dfba70969c07ba3ae98, 0x74abf495620848a19755546e0f70dbac, 'Idaho', NULL, '2023-04-07 14:34:57.686', NULL), (0x61197374834a448f93f151608abf00b5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'California', NULL, '2023-04-07 14:36:34.855', NULL), (0x61197374834a448f93f151608abf00b5, 0x74abf495620848a19755546e0f70dbac, 'California', NULL, '2023-04-07 14:34:57.675', NULL), (0x61e61f1b787347a98a72176aa447724a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Portsmouth', NULL, '2023-04-07 14:36:34.855', NULL), (0x61e61f1b787347a98a72176aa447724a, 0x74abf495620848a19755546e0f70dbac, 'Portsmouth', NULL, '2023-04-07 14:34:57.475', NULL), (0x624f26773e23424b9ef25ccffc362551, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Leicester', NULL, '2023-04-07 14:36:34.855', NULL), (0x624f26773e23424b9ef25ccffc362551, 0x74abf495620848a19755546e0f70dbac, 'Leicester', NULL, '2023-04-07 14:34:57.451', NULL), (0x63ad88be3d8443cd9624b65251aebee2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gwynedd', NULL, '2023-04-07 14:36:34.855', NULL), (0x63ad88be3d8443cd9624b65251aebee2, 0x74abf495620848a19755546e0f70dbac, 'Gwynedd', NULL, '2023-04-07 14:34:57.606', NULL), (0x63e5f5f39e0440c8bf7218f3975836b6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Blackburn with Darwen', NULL, '2023-04-07 14:36:34.855', NULL), (0x63e5f5f39e0440c8bf7218f3975836b6, 0x74abf495620848a19755546e0f70dbac, 'Blackburn with Darwen', NULL, '2023-04-07 14:34:57.415', NULL), (0x64dfdcd6d9de438c911eb529c52428bd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Plymouth', NULL, '2023-04-07 14:36:34.855', NULL), (0x64dfdcd6d9de438c911eb529c52428bd, 0x74abf495620848a19755546e0f70dbac, 'Plymouth', NULL, '2023-04-07 14:34:57.471', NULL), (0x66e5b72c60444402aab5b02488775fc0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'South Carolina', NULL, '2023-04-07 14:36:34.855', NULL), (0x66e5b72c60444402aab5b02488775fc0, 0x74abf495620848a19755546e0f70dbac, 'South Carolina', NULL, '2023-04-07 14:34:57.734', NULL), (0x66f902fa9ca44efb9ed9347f7b4252f2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'York', NULL, '2023-04-07 14:36:34.855', NULL), (0x66f902fa9ca44efb9ed9347f7b4252f2, 0x74abf495620848a19755546e0f70dbac, 'York', NULL, '2023-04-07 14:34:57.510', NULL), (0x69341896f47c47ef9b3c7c78e57b0b67, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lincolnshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x69341896f47c47ef9b3c7c78e57b0b67, 0x74abf495620848a19755546e0f70dbac, 'Lincolnshire', NULL, '2023-04-07 14:34:57.258', NULL), (0x69668b309b6748e0a51084c246c07756, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Alabama', NULL, '2023-04-07 14:36:34.855', NULL), (0x69668b309b6748e0a51084c246c07756, 0x74abf495620848a19755546e0f70dbac, 'Alabama', NULL, '2023-04-07 14:34:57.668', NULL), (0x69af35d56e404826ae7a63cc557aa3b7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Scotland', NULL, '2023-04-07 14:36:34.855', NULL), (0x69af35d56e404826ae7a63cc557aa3b7, 0x74abf495620848a19755546e0f70dbac, 'Scotland', NULL, '2023-04-07 14:34:57.220', NULL), (0x6bbd3e5786ee494a8fb3c180de745e40, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arizona', NULL, '2023-04-07 14:36:34.855', NULL), (0x6bbd3e5786ee494a8fb3c180de745e40, 0x74abf495620848a19755546e0f70dbac, 'Arizona', NULL, '2023-04-07 14:34:57.672', NULL), (0x6d5fad3bdbf7407e897dbf8417d8126d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'England', NULL, '2023-04-07 14:36:34.855', NULL), (0x6d5fad3bdbf7407e897dbf8417d8126d, 0x74abf495620848a19755546e0f70dbac, 'England', NULL, '2023-04-07 14:34:57.217', NULL), (0x6dc77ff6037943b5b67f8d63319aaf58, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Buckinghamshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x6dc77ff6037943b5b67f8d63319aaf58, 0x74abf495620848a19755546e0f70dbac, 'Buckinghamshire', NULL, '2023-04-07 14:34:57.232', NULL), (0x6ef458779d264daeb78d206e22d3129a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'West Virginia', NULL, '2023-04-07 14:36:34.855', NULL), (0x6ef458779d264daeb78d206e22d3129a, 0x74abf495620848a19755546e0f70dbac, 'West Virginia', NULL, '2023-04-07 14:34:57.749', NULL), (0x6f4a64869ac9496e9df5438483625467, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Baden-Württemberg', NULL, '2023-04-07 14:34:57.167', NULL), (0x6f4a64869ac9496e9df5438483625467, 0x74abf495620848a19755546e0f70dbac, 'Baden-Württemberg', NULL, '2023-04-07 14:34:57.167', NULL), (0x6f4f5d49004e44dd9193a90af2a500a4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Indiana', NULL, '2023-04-07 14:36:34.855', NULL), (0x6f4f5d49004e44dd9193a90af2a500a4, 0x74abf495620848a19755546e0f70dbac, 'Indiana', NULL, '2023-04-07 14:34:57.690', NULL), (0x7018028f379f4498b8647b2a2a47c7ac, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Solihull', NULL, '2023-04-07 14:36:34.855', NULL), (0x7018028f379f4498b8647b2a2a47c7ac, 0x74abf495620848a19755546e0f70dbac, 'Solihull', NULL, '2023-04-07 14:34:57.392', NULL), (0x719f6cd925d2495dabc88ed12a726bc2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'West Dunbartonshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x719f6cd925d2495dabc88ed12a726bc2, 0x74abf495620848a19755546e0f70dbac, 'West Dunbartonshire', NULL, '2023-04-07 14:34:57.588', NULL), (0x71f7feb8d79e48ad852faeb4807cc304, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Falkirk', NULL, '2023-04-07 14:36:34.855', NULL), (0x71f7feb8d79e48ad852faeb4807cc304, 0x74abf495620848a19755546e0f70dbac, 'Falkirk', NULL, '2023-04-07 14:34:57.557', NULL), (0x72bc92de5c8949e49b01b427c9cc8747, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cambridgeshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x72bc92de5c8949e49b01b427c9cc8747, 0x74abf495620848a19755546e0f70dbac, 'Cambridgeshire', NULL, '2023-04-07 14:34:57.234', NULL), (0x734f3b505ada4e019dfefd31ca28393f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Angus', NULL, '2023-04-07 14:36:34.855', NULL), (0x734f3b505ada4e019dfefd31ca28393f, 0x74abf495620848a19755546e0f70dbac, 'Angus', NULL, '2023-04-07 14:34:57.535', NULL), (0x74ab80bab7c04487899b809f64631fd9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wolverhampton', NULL, '2023-04-07 14:36:34.855', NULL), (0x74ab80bab7c04487899b809f64631fd9, 0x74abf495620848a19755546e0f70dbac, 'Wolverhampton', NULL, '2023-04-07 14:34:57.410', NULL), (0x75fd4becba4a461c9e062782f4d194e6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vermont', NULL, '2023-04-07 14:36:34.855', NULL), (0x75fd4becba4a461c9e062782f4d194e6, 0x74abf495620848a19755546e0f70dbac, 'Vermont', NULL, '2023-04-07 14:34:57.743', NULL), (0x7804564ac1894e3896c40b5bbee0f012, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Massachusetts', NULL, '2023-04-07 14:36:34.855', NULL), (0x7804564ac1894e3896c40b5bbee0f012, 0x74abf495620848a19755546e0f70dbac, 'Massachusetts', NULL, '2023-04-07 14:34:57.701', NULL), (0x7852f7a1b965443db4b92f2de91e0504, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Missouri', NULL, '2023-04-07 14:36:34.855', NULL), (0x7852f7a1b965443db4b92f2de91e0504, 0x74abf495620848a19755546e0f70dbac, 'Missouri', NULL, '2023-04-07 14:34:57.709', NULL), (0x78586173ca714c808aa3de86806fd9eb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Inverclyde', NULL, '2023-04-07 14:36:34.855', NULL), (0x78586173ca714c808aa3de86806fd9eb, 0x74abf495620848a19755546e0f70dbac, 'Inverclyde', NULL, '2023-04-07 14:34:57.563', NULL), (0x7a638c569bc941f0bd11256e7aa3a265, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wales', NULL, '2023-04-07 14:36:34.855', NULL), (0x7a638c569bc941f0bd11256e7aa3a265, 0x74abf495620848a19755546e0f70dbac, 'Wales', NULL, '2023-04-07 14:34:57.223', NULL), (0x7abe3210be7b4b9c8cda4c97a5c3d09a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bridgend', NULL, '2023-04-07 14:36:34.855', NULL), (0x7abe3210be7b4b9c8cda4c97a5c3d09a, 0x74abf495620848a19755546e0f70dbac, 'Bridgend', NULL, '2023-04-07 14:34:57.593', NULL), (0x7af93c0125914508be440be7edde4f14, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Aberdeen City', NULL, '2023-04-07 14:36:34.855', NULL), (0x7af93c0125914508be440be7edde4f14, 0x74abf495620848a19755546e0f70dbac, 'Aberdeen City', NULL, '2023-04-07 14:34:57.531', NULL), (0x7c442a8531384c9489bcba043aa15766, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'East Sussex', NULL, '2023-04-07 14:36:34.855', NULL), (0x7c442a8531384c9489bcba043aa15766, 0x74abf495620848a19755546e0f70dbac, 'East Sussex', NULL, '2023-04-07 14:34:57.243', NULL), (0x7cd587da0ad74e3da1b701f4853f94d6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Brandenburg', NULL, '2023-04-07 14:34:57.178', NULL), (0x7cd587da0ad74e3da1b701f4853f94d6, 0x74abf495620848a19755546e0f70dbac, 'Brandenburg', NULL, '2023-04-07 14:34:57.178', NULL), (0x7eddf3b0b25747f5a4b1a2c6b606366e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Maryland', NULL, '2023-04-07 14:36:34.855', NULL), (0x7eddf3b0b25747f5a4b1a2c6b606366e, 0x74abf495620848a19755546e0f70dbac, 'Maryland', NULL, '2023-04-07 14:34:57.700', NULL), (0x801541a1ee5840ceaeb68445ebd2350c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Derbyshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x801541a1ee5840ceaeb68445ebd2350c, 0x74abf495620848a19755546e0f70dbac, 'Derbyshire', NULL, '2023-04-07 14:34:57.238', NULL), (0x81199e51db004f43afe296e4fc90e9c8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bremen', NULL, '2023-04-07 14:34:57.181', NULL), (0x81199e51db004f43afe296e4fc90e9c8, 0x74abf495620848a19755546e0f70dbac, 'Bremen', NULL, '2023-04-07 14:34:57.181', NULL), (0x827fbaeb28fd4c5eb737f21ac773dd2d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tennessee', NULL, '2023-04-07 14:36:34.855', NULL), (0x827fbaeb28fd4c5eb737f21ac773dd2d, 0x74abf495620848a19755546e0f70dbac, 'Tennessee', NULL, '2023-04-07 14:34:57.738', NULL), (0x848785f20d404944a5dc3a40bed40e2a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Merthyr Tydfil', NULL, '2023-04-07 14:36:34.855', NULL), (0x848785f20d404944a5dc3a40bed40e2a, 0x74abf495620848a19755546e0f70dbac, 'Merthyr Tydfil', NULL, '2023-04-07 14:34:57.609', NULL), (0x84ffc538eee540e5b2d922b4ded32e5e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nebraska', NULL, '2023-04-07 14:36:34.855', NULL), (0x84ffc538eee540e5b2d922b4ded32e5e, 0x74abf495620848a19755546e0f70dbac, 'Nebraska', NULL, '2023-04-07 14:34:57.713', NULL), (0x853075c4782c4ab098c4545c5c0a2510, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Swansea', NULL, '2023-04-07 14:36:34.855', NULL), (0x853075c4782c4ab098c4545c5c0a2510, 0x74abf495620848a19755546e0f70dbac, 'Swansea', NULL, '2023-04-07 14:34:57.623', NULL), (0x8597cbf8e8c54b23a023e1aa6dff9edb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Caerphilly', NULL, '2023-04-07 14:36:34.855', NULL), (0x8597cbf8e8c54b23a023e1aa6dff9edb, 0x74abf495620848a19755546e0f70dbac, 'Caerphilly', NULL, '2023-04-07 14:34:57.594', NULL), (0x8681e4b7f5d3410a83665008d1ee29d5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oldham', NULL, '2023-04-07 14:36:34.855', NULL), (0x8681e4b7f5d3410a83665008d1ee29d5, 0x74abf495620848a19755546e0f70dbac, 'Oldham', NULL, '2023-04-07 14:34:57.377', NULL), (0x868806813c794a1caf54e549ba78ad61, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sutton', NULL, '2023-04-07 14:36:34.855', NULL), (0x868806813c794a1caf54e549ba78ad61, 0x74abf495620848a19755546e0f70dbac, 'Sutton', NULL, '2023-04-07 14:34:57.335', NULL), (0x8773aabf5d854ba5a004d67a740df5c0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Leeds', NULL, '2023-04-07 14:36:34.855', NULL), (0x8773aabf5d854ba5a004d67a740df5c0, 0x74abf495620848a19755546e0f70dbac, 'Leeds', NULL, '2023-04-07 14:34:57.368', NULL), (0x89ca558242dd4ba0ac0f545dfc62d33a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bolton', NULL, '2023-04-07 14:36:34.855', NULL), (0x89ca558242dd4ba0ac0f545dfc62d33a, 0x74abf495620848a19755546e0f70dbac, 'Bolton', NULL, '2023-04-07 14:34:57.348', NULL), (0x89e3cc9131fd46d7897aa29c04508ad4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Greenwich', NULL, '2023-04-07 14:36:34.855', NULL), (0x89e3cc9131fd46d7897aa29c04508ad4, 0x74abf495620848a19755546e0f70dbac, 'Greenwich', NULL, '2023-04-07 14:34:57.302', NULL), (0x8a99e4693ec849bea6ab4297ea60ddb8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'East Riding of Yorkshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x8a99e4693ec849bea6ab4297ea60ddb8, 0x74abf495620848a19755546e0f70dbac, 'East Riding of Yorkshire', NULL, '2023-04-07 14:34:57.438', NULL), (0x8bf872593ec64598b1843494890fcf75, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Calderdale', NULL, '2023-04-07 14:36:34.855', NULL), (0x8bf872593ec64598b1843494890fcf75, 0x74abf495620848a19755546e0f70dbac, 'Calderdale', NULL, '2023-04-07 14:34:57.354', NULL), (0x8c9ef9e7ecd14a4ba3f04645349d2f74, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Causeway Coast and Glens', NULL, '2023-04-07 14:36:34.855', NULL), (0x8c9ef9e7ecd14a4ba3f04645349d2f74, 0x74abf495620848a19755546e0f70dbac, 'Causeway Coast and Glens', NULL, '2023-04-07 14:34:57.519', NULL), (0x8d3787a61f5c4390926dbef748f93c27, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kingston upon Thames', NULL, '2023-04-07 14:36:34.855', NULL), (0x8d3787a61f5c4390926dbef748f93c27, 0x74abf495620848a19755546e0f70dbac, 'Kingston upon Thames', NULL, '2023-04-07 14:34:57.319', NULL), (0x8d8d585a331b47098e45e8f063e17a5e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'New York', NULL, '2023-04-07 14:36:34.855', NULL), (0x8d8d585a331b47098e45e8f063e17a5e, 0x74abf495620848a19755546e0f70dbac, 'New York', NULL, '2023-04-07 14:34:57.721', NULL), (0x8fb6875caadc4d09bebdd8e47b6c8c19, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Georgia', NULL, '2023-04-07 14:36:34.855', NULL), (0x8fb6875caadc4d09bebdd8e47b6c8c19, 0x74abf495620848a19755546e0f70dbac, 'Georgia', NULL, '2023-04-07 14:34:57.683', NULL), (0x90413d445bbd48ea8299045b66b95481, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Midlothian', NULL, '2023-04-07 14:36:34.855', NULL), (0x90413d445bbd48ea8299045b66b95481, 0x74abf495620848a19755546e0f70dbac, 'Midlothian', NULL, '2023-04-07 14:34:57.565', NULL), (0x90d05d72f6914d21bda17badde23f27d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Thurrock', NULL, '2023-04-07 14:36:34.855', NULL), (0x90d05d72f6914d21bda17badde23f27d, 0x74abf495620848a19755546e0f70dbac, 'Thurrock', NULL, '2023-04-07 14:34:57.498', NULL), (0x90feb02f87f54c6783d11208dfee8d94, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'New Mexico', NULL, '2023-04-07 14:36:34.855', NULL), (0x90feb02f87f54c6783d11208dfee8d94, 0x74abf495620848a19755546e0f70dbac, 'New Mexico', NULL, '2023-04-07 14:34:57.719', NULL), (0x9284175f0b9b43bcb2745bf8b88ada14, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Halton', NULL, '2023-04-07 14:36:34.855', NULL), (0x9284175f0b9b43bcb2745bf8b88ada14, 0x74abf495620848a19755546e0f70dbac, 'Halton', NULL, '2023-04-07 14:34:57.440', NULL), (0x947e74cee2734dd08146ca4e3abd22b5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Barnet', NULL, '2023-04-07 14:36:34.855', NULL), (0x947e74cee2734dd08146ca4e3abd22b5, 0x74abf495620848a19755546e0f70dbac, 'Barnet', NULL, '2023-04-07 14:34:57.287', NULL), (0x94b5bd5042524f0baa589fb91408b0ca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Luton', NULL, '2023-04-07 14:36:34.855', NULL), (0x94b5bd5042524f0baa589fb91408b0ca, 0x74abf495620848a19755546e0f70dbac, 'Luton', NULL, '2023-04-07 14:34:57.453', NULL), (0x95cc7581f4414512b387ecfaea55268b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'United Kingdom', NULL, '2023-04-07 14:36:34.855', NULL), (0x95cc7581f4414512b387ecfaea55268b, 0x74abf495620848a19755546e0f70dbac, 'United Kingdom', NULL, '2023-04-07 14:34:57.230', NULL), (0x998a810c00024ae0a2fe69e751840bd2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Louisiana', NULL, '2023-04-07 14:36:34.855', NULL), (0x998a810c00024ae0a2fe69e751840bd2, 0x74abf495620848a19755546e0f70dbac, 'Louisiana', NULL, '2023-04-07 14:34:57.697', NULL), (0x99e6fa7f6c8444e9bc7c9c9c1b31a5a5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Merton', NULL, '2023-04-07 14:36:34.855', NULL), (0x99e6fa7f6c8444e9bc7c9c9c1b31a5a5, 0x74abf495620848a19755546e0f70dbac, 'Merton', NULL, '2023-04-07 14:34:57.324', NULL), (0x99fe646b349947549c6d9d116e45217c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Carmarthenshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x99fe646b349947549c6d9d116e45217c, 0x74abf495620848a19755546e0f70dbac, 'Carmarthenshire', NULL, '2023-04-07 14:34:57.598', NULL), (0x9ca92d11e6eb439fa62063a1a474d6ea, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Neath Port Talbot', NULL, '2023-04-07 14:36:34.855', NULL), (0x9ca92d11e6eb439fa62063a1a474d6ea, 0x74abf495620848a19755546e0f70dbac, 'Neath Port Talbot', NULL, '2023-04-07 14:34:57.614', NULL), (0x9da3b95126514e59bf75526c9e95f976, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oregon', NULL, '2023-04-07 14:36:34.855', NULL), (0x9da3b95126514e59bf75526c9e95f976, 0x74abf495620848a19755546e0f70dbac, 'Oregon', NULL, '2023-04-07 14:34:57.730', NULL), (0x9dd9e44a4208484f8e2b01d824e7682a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'South Gloucestershire', NULL, '2023-04-07 14:36:34.855', NULL), (0x9dd9e44a4208484f8e2b01d824e7682a, 0x74abf495620848a19755546e0f70dbac, 'South Gloucestershire', NULL, '2023-04-07 14:34:57.486', NULL), (0x9e1736f4ac8a4350bb3001cb3a938763, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Carolina', NULL, '2023-04-07 14:36:34.855', NULL), (0x9e1736f4ac8a4350bb3001cb3a938763, 0x74abf495620848a19755546e0f70dbac, 'North Carolina', NULL, '2023-04-07 14:34:57.723', NULL), (0x9e906c998eb24e9c8f3376362fd52166, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Yorkshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x9e906c998eb24e9c8f3376362fd52166, 0x74abf495620848a19755546e0f70dbac, 'North Yorkshire', NULL, '2023-04-07 14:34:57.262', NULL), (0x9f587c17602544958bc11490115eaf91, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Ayrshire', NULL, '2023-04-07 14:36:34.855', NULL), (0x9f587c17602544958bc11490115eaf91, 0x74abf495620848a19755546e0f70dbac, 'North Ayrshire', NULL, '2023-04-07 14:34:57.569', NULL), (0x9fd6a6bc6f8d43ca91f8653136b7a8dd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Milton Keynes', NULL, '2023-04-07 14:36:34.855', NULL), (0x9fd6a6bc6f8d43ca91f8653136b7a8dd, 0x74abf495620848a19755546e0f70dbac, 'Milton Keynes', NULL, '2023-04-07 14:34:57.459', NULL), (0xa073cff15315463a8ed0fc8c3d3e1d6c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lisburn and Castlereagh', NULL, '2023-04-07 14:36:34.855', NULL), (0xa073cff15315463a8ed0fc8c3d3e1d6c, 0x74abf495620848a19755546e0f70dbac, 'Lisburn and Castlereagh', NULL, '2023-04-07 14:34:57.524', NULL), (0xa0ee35c1fbf94385bc66504eb9c508fa, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Swindon', NULL, '2023-04-07 14:36:34.855', NULL), (0xa0ee35c1fbf94385bc66504eb9c508fa, 0x74abf495620848a19755546e0f70dbac, 'Swindon', NULL, '2023-04-07 14:34:57.495', NULL), (0xa11516f3f6b2438ea2b76a110076b34d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Northumberland', NULL, '2023-04-07 14:36:34.855', NULL), (0xa11516f3f6b2438ea2b76a110076b34d, 0x74abf495620848a19755546e0f70dbac, 'Northumberland', NULL, '2023-04-07 14:34:57.466', NULL), (0xa228880232764dd79ca0fc2c85487ade, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Richmond upon Thames', NULL, '2023-04-07 14:36:34.855', NULL), (0xa228880232764dd79ca0fc2c85487ade, 0x74abf495620848a19755546e0f70dbac, 'Richmond upon Thames', NULL, '2023-04-07 14:34:57.331', NULL), (0xa3470a355ead4702aafd5a111d123604, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Blaenau Gwent', NULL, '2023-04-07 14:36:34.855', NULL), (0xa3470a355ead4702aafd5a111d123604, 0x74abf495620848a19755546e0f70dbac, 'Blaenau Gwent', NULL, '2023-04-07 14:34:57.591', NULL), (0xa36a17c5c7574fe390a66a767dcaaa93, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'England and Wales', NULL, '2023-04-07 14:36:34.855', NULL), (0xa36a17c5c7574fe390a66a767dcaaa93, 0x74abf495620848a19755546e0f70dbac, 'England and Wales', NULL, '2023-04-07 14:34:57.226', NULL), (0xa64eb3fb4d8945869a930553bcb07823, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oklahoma', NULL, '2023-04-07 14:36:34.855', NULL), (0xa64eb3fb4d8945869a930553bcb07823, 0x74abf495620848a19755546e0f70dbac, 'Oklahoma', NULL, '2023-04-07 14:34:57.728', NULL), (0xa697c425c68642c8b3f4b16d0dd572ed, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Conwy', NULL, '2023-04-07 14:36:34.855', NULL), (0xa697c425c68642c8b3f4b16d0dd572ed, 0x74abf495620848a19755546e0f70dbac, 'Conwy', NULL, '2023-04-07 14:34:57.601', NULL), (0xa6dda0ad4c0d43c9acd37597b735b4d0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Stockton-on-Tees', NULL, '2023-04-07 14:36:34.855', NULL), (0xa6dda0ad4c0d43c9acd37597b735b4d0, 0x74abf495620848a19755546e0f70dbac, 'Stockton-on-Tees', NULL, '2023-04-07 14:34:57.491', NULL), (0xa6ea2439949940ee851482fb07e6ec15, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nottingham', NULL, '2023-04-07 14:36:34.855', NULL), (0xa6ea2439949940ee851482fb07e6ec15, 0x74abf495620848a19755546e0f70dbac, 'Nottingham', NULL, '2023-04-07 14:34:57.468', NULL), (0xa7b9be685bda4ac19fd994bc65a64f0a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Denbighshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xa7b9be685bda4ac19fd994bc65a64f0a, 0x74abf495620848a19755546e0f70dbac, 'Denbighshire', NULL, '2023-04-07 14:34:57.602', NULL), (0xa84b0c87d6b64a4182f399c4c92ed564, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Argyll and Bute', NULL, '2023-04-07 14:36:34.855', NULL), (0xa84b0c87d6b64a4182f399c4c92ed564, 0x74abf495620848a19755546e0f70dbac, 'Argyll and Bute', NULL, '2023-04-07 14:34:57.538', NULL), (0xa977cfe2e41b451d96bf5c4facffb245, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'West Berkshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xa977cfe2e41b451d96bf5c4facffb245, 0x74abf495620848a19755546e0f70dbac, 'West Berkshire', NULL, '2023-04-07 14:34:57.503', NULL), (0xa9997137458045e2b1239f4cadcda3fc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Windsor and Maidenhead', NULL, '2023-04-07 14:36:34.855', NULL), (0xa9997137458045e2b1239f4cadcda3fc, 0x74abf495620848a19755546e0f70dbac, 'Windsor and Maidenhead', NULL, '2023-04-07 14:34:57.506', NULL), (0xaa24076218114c6abc940c8402cda3a0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'East Dunbartonshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xaa24076218114c6abc940c8402cda3a0, 0x74abf495620848a19755546e0f70dbac, 'East Dunbartonshire', NULL, '2023-04-07 14:34:57.547', NULL), (0xac474837555644e593e374ded2869ce3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Birmingham', NULL, '2023-04-07 14:36:34.855', NULL), (0xac474837555644e593e374ded2869ce3, 0x74abf495620848a19755546e0f70dbac, 'Birmingham', NULL, '2023-04-07 14:34:57.346', NULL), (0xb000a856bfc14afd8acfcede90c3c328, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Telford and Wrekin', NULL, '2023-04-07 14:36:34.855', NULL), (0xb000a856bfc14afd8acfcede90c3c328, 0x74abf495620848a19755546e0f70dbac, 'Telford and Wrekin', NULL, '2023-04-07 14:34:57.497', NULL), (0xb06176db4da34957a7da4d14bd944d0e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'East Lothian', NULL, '2023-04-07 14:36:34.855', NULL), (0xb06176db4da34957a7da4d14bd944d0e, 0x74abf495620848a19755546e0f70dbac, 'East Lothian', NULL, '2023-04-07 14:34:57.549', NULL), (0xb06df72f07b0471f9a352ea5c630b7b9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Newry, Mourne and Down', NULL, '2023-04-07 14:36:34.855', NULL), (0xb06df72f07b0471f9a352ea5c630b7b9, 0x74abf495620848a19755546e0f70dbac, 'Newry, Mourne and Down', NULL, '2023-04-07 14:34:57.529', NULL); INSERT INTO `country_state_translation` (`country_state_id`, `language_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xb07f976438444b54b461477f59d83d2b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Doncaster', NULL, '2023-04-07 14:36:34.855', NULL), (0xb07f976438444b54b461477f59d83d2b, 0x74abf495620848a19755546e0f70dbac, 'Doncaster', NULL, '2023-04-07 14:34:57.358', NULL), (0xb16ba89480a3445d8c4e9cf52d06d773, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shetland Islands', NULL, '2023-04-07 14:36:34.855', NULL), (0xb16ba89480a3445d8c4e9cf52d06d773, 0x74abf495620848a19755546e0f70dbac, 'Shetland Islands', NULL, '2023-04-07 14:34:57.579', NULL), (0xb20c08592b9140058b8c1cae153e92c4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wigan', NULL, '2023-04-07 14:36:34.855', NULL), (0xb20c08592b9140058b8c1cae153e92c4, 0x74abf495620848a19755546e0f70dbac, 'Wigan', NULL, '2023-04-07 14:34:57.407', NULL), (0xb245e276501a499e844ddc2f80f16e7b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wokingham', NULL, '2023-04-07 14:36:34.855', NULL), (0xb245e276501a499e844ddc2f80f16e7b, 0x74abf495620848a19755546e0f70dbac, 'Wokingham', NULL, '2023-04-07 14:34:57.508', NULL), (0xb35226cf85114c2ba67f5e32ad9596f3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sefton', NULL, '2023-04-07 14:36:34.855', NULL), (0xb35226cf85114c2ba67f5e32ad9596f3, 0x74abf495620848a19755546e0f70dbac, 'Sefton', NULL, '2023-04-07 14:34:57.389', NULL), (0xb48e06c1203048ac810c311e7bb1c720, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Lincolnshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xb48e06c1203048ac810c311e7bb1c720, 0x74abf495620848a19755546e0f70dbac, 'North Lincolnshire', NULL, '2023-04-07 14:34:57.462', NULL), (0xb7324f369e014fafb782a4bcb2c7d3d7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kent', NULL, '2023-04-07 14:36:34.855', NULL), (0xb7324f369e014fafb782a4bcb2c7d3d7, 0x74abf495620848a19755546e0f70dbac, 'Kent', NULL, '2023-04-07 14:34:57.252', NULL), (0xb78fcfa0570d4727b4086eb491615812, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Coventry', NULL, '2023-04-07 14:36:34.855', NULL), (0xb78fcfa0570d4727b4086eb491615812, 0x74abf495620848a19755546e0f70dbac, 'Coventry', NULL, '2023-04-07 14:34:57.356', NULL), (0xb987f200fef245b2a84c65315c96361c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'London, City of', NULL, '2023-04-07 14:36:34.855', NULL), (0xb987f200fef245b2a84c65315c96361c, 0x74abf495620848a19755546e0f70dbac, 'London, City of', NULL, '2023-04-07 14:34:57.282', NULL), (0xbadfeafb3fbf4b6aab6ea92aae0a10de, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Northern Ireland', NULL, '2023-04-07 14:36:34.855', NULL), (0xbadfeafb3fbf4b6aab6ea92aae0a10de, 0x74abf495620848a19755546e0f70dbac, 'Northern Ireland', NULL, '2023-04-07 14:34:57.219', NULL), (0xbc3e9192626049499f1027eb720e1a86, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Redcar and Cleveland', NULL, '2023-04-07 14:36:34.855', NULL), (0xbc3e9192626049499f1027eb720e1a86, 0x74abf495620848a19755546e0f70dbac, 'Redcar and Cleveland', NULL, '2023-04-07 14:34:57.479', NULL), (0xbcedb0998cde42c389b9c892acfee12d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Isle of Wight', NULL, '2023-04-07 14:36:34.855', NULL), (0xbcedb0998cde42c389b9c892acfee12d, 0x74abf495620848a19755546e0f70dbac, 'Isle of Wight', NULL, '2023-04-07 14:34:57.446', NULL), (0xbd234d9374ea4d40a2c6791b98d8a6c2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rochdale', NULL, '2023-04-07 14:36:34.855', NULL), (0xbd234d9374ea4d40a2c6791b98d8a6c2, 0x74abf495620848a19755546e0f70dbac, 'Rochdale', NULL, '2023-04-07 14:34:57.378', NULL), (0xbd5f48f4fb0a4897874d480b21bfb12d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rheinland-Pfalz', NULL, '2023-04-07 14:34:57.196', NULL), (0xbd5f48f4fb0a4897874d480b21bfb12d, 0x74abf495620848a19755546e0f70dbac, 'Rhineland-Palatinate', NULL, '2023-04-07 14:34:57.196', NULL), (0xbdf98317d0934bd587ba41639cdd88dd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Armagh, Banbridge and Craigavon', NULL, '2023-04-07 14:36:34.855', NULL), (0xbdf98317d0934bd587ba41639cdd88dd, 0x74abf495620848a19755546e0f70dbac, 'Armagh, Banbridge and Craigavon', NULL, '2023-04-07 14:34:57.515', NULL), (0xc000c50968e847cdaed7274008ccc4ae, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rhondda, Cynon, Taff', NULL, '2023-04-07 14:36:34.855', NULL), (0xc000c50968e847cdaed7274008ccc4ae, 0x74abf495620848a19755546e0f70dbac, 'Rhondda, Cynon, Taff', NULL, '2023-04-07 14:34:57.621', NULL), (0xc0f0fc20fd624bf1bc54ab984212b46a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wyoming', NULL, '2023-04-07 14:36:34.855', NULL), (0xc0f0fc20fd624bf1bc54ab984212b46a, 0x74abf495620848a19755546e0f70dbac, 'Wyoming', NULL, '2023-04-07 14:34:57.752', NULL), (0xc199a6290c0f4bf9a00313a661a879e3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Brent', NULL, '2023-04-07 14:36:34.855', NULL), (0xc199a6290c0f4bf9a00313a661a879e3, 0x74abf495620848a19755546e0f70dbac, 'Brent', NULL, '2023-04-07 14:34:57.290', NULL), (0xc1ba5ff97002456a8d0198951c16585d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Enfield', NULL, '2023-04-07 14:36:34.855', NULL), (0xc1ba5ff97002456a8d0198951c16585d, 0x74abf495620848a19755546e0f70dbac, 'Enfield', NULL, '2023-04-07 14:34:57.300', NULL), (0xc1c02db8bfa14171ac2d66912c360dea, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arkansas', NULL, '2023-04-07 14:36:34.855', NULL), (0xc1c02db8bfa14171ac2d66912c360dea, 0x74abf495620848a19755546e0f70dbac, 'Arkansas', NULL, '2023-04-07 14:34:57.674', NULL), (0xc2227c3974de4173b14cf104453907a7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gloucestershire', NULL, '2023-04-07 14:36:34.855', NULL), (0xc2227c3974de4173b14cf104453907a7, 0x74abf495620848a19755546e0f70dbac, 'Gloucestershire', NULL, '2023-04-07 14:34:57.246', NULL), (0xc267272cf7034cce91e6deb0cc4c2d56, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sachsen', NULL, '2023-04-07 14:34:57.201', NULL), (0xc267272cf7034cce91e6deb0cc4c2d56, 0x74abf495620848a19755546e0f70dbac, 'Saxony', NULL, '2023-04-07 14:34:57.201', NULL), (0xc29846169e144a7bb3b26361d35bdc13, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dorset', NULL, '2023-04-07 14:36:34.855', NULL), (0xc29846169e144a7bb3b26361d35bdc13, 0x74abf495620848a19755546e0f70dbac, 'Dorset', NULL, '2023-04-07 14:34:57.241', NULL), (0xc337c49fb1894a2685e3cd0598094d21, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Liverpool', NULL, '2023-04-07 14:36:34.855', NULL), (0xc337c49fb1894a2685e3cd0598094d21, 0x74abf495620848a19755546e0f70dbac, 'Liverpool', NULL, '2023-04-07 14:34:57.369', NULL), (0xc346471379c94ef7b792eb09763063a9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Haringey', NULL, '2023-04-07 14:36:34.855', NULL), (0xc346471379c94ef7b792eb09763063a9, 0x74abf495620848a19755546e0f70dbac, 'Haringey', NULL, '2023-04-07 14:34:57.307', NULL), (0xc3e93526b6954efb9f62bf36b42c5b93, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Dakota', NULL, '2023-04-07 14:36:34.855', NULL), (0xc3e93526b6954efb9f62bf36b42c5b93, 0x74abf495620848a19755546e0f70dbac, 'North Dakota', NULL, '2023-04-07 14:34:57.725', NULL), (0xc4a99e26be0747d19c238b14f6f227e0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Barnsley', NULL, '2023-04-07 14:36:34.855', NULL), (0xc4a99e26be0747d19c238b14f6f227e0, 0x74abf495620848a19755546e0f70dbac, 'Barnsley', NULL, '2023-04-07 14:34:57.344', NULL), (0xc4d6ab7168fb45ceafd28a7918a2f189, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Leicestershire', NULL, '2023-04-07 14:36:34.855', NULL), (0xc4d6ab7168fb45ceafd28a7918a2f189, 0x74abf495620848a19755546e0f70dbac, 'Leicestershire', NULL, '2023-04-07 14:34:57.256', NULL), (0xc4eb936d30f743aeafe13e79b5b3e30a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Fermanagh and Omagh', NULL, '2023-04-07 14:36:34.855', NULL), (0xc4eb936d30f743aeafe13e79b5b3e30a, 0x74abf495620848a19755546e0f70dbac, 'Fermanagh and Omagh', NULL, '2023-04-07 14:34:57.522', NULL), (0xc5d831eb8c7b464fbb75c153b6e69576, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shropshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xc5d831eb8c7b464fbb75c153b6e69576, 0x74abf495620848a19755546e0f70dbac, 'Shropshire', NULL, '2023-04-07 14:34:57.482', NULL), (0xc6514c480d564654802b7a59a182a26e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Redbridge', NULL, '2023-04-07 14:36:34.855', NULL), (0xc6514c480d564654802b7a59a182a26e, 0x74abf495620848a19755546e0f70dbac, 'Redbridge', NULL, '2023-04-07 14:34:57.328', NULL), (0xc6688e1e062d4668bedcdaabc893a925, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'South Lanarkshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xc6688e1e062d4668bedcdaabc893a925, 0x74abf495620848a19755546e0f70dbac, 'South Lanarkshire', NULL, '2023-04-07 14:34:57.585', NULL), (0xc8e7691bb299486aa1d97784d75e141c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Herefordshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xc8e7691bb299486aa1d97784d75e141c, 0x74abf495620848a19755546e0f70dbac, 'Herefordshire', NULL, '2023-04-07 14:34:57.444', NULL), (0xc9430760124242459ea933fd53ed1e5f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rhode Island', NULL, '2023-04-07 14:36:34.855', NULL), (0xc9430760124242459ea933fd53ed1e5f, 0x74abf495620848a19755546e0f70dbac, 'Rhode Island', NULL, '2023-04-07 14:34:57.733', NULL), (0xc98ca737f1324ad880bd9bb7b0160fd2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Monmouthshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xc98ca737f1324ad880bd9bb7b0160fd2, 0x74abf495620848a19755546e0f70dbac, 'Monmouthshire', NULL, '2023-04-07 14:34:57.611', NULL), (0xca21eb4d30024670b52451c640b628d3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Delaware', NULL, '2023-04-07 14:36:34.855', NULL), (0xca21eb4d30024670b52451c640b628d3, 0x74abf495620848a19755546e0f70dbac, 'Delaware', NULL, '2023-04-07 14:34:57.680', NULL), (0xca724d86b2524fb7a8791380ebc9fad4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niedersachsen', NULL, '2023-04-07 14:34:57.189', NULL), (0xca724d86b2524fb7a8791380ebc9fad4, 0x74abf495620848a19755546e0f70dbac, 'Lower Saxony', NULL, '2023-04-07 14:34:57.189', NULL), (0xca9533a6b8be4c5eb4e5eadf44bf626b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kansas', NULL, '2023-04-07 14:36:34.855', NULL), (0xca9533a6b8be4c5eb4e5eadf44bf626b, 0x74abf495620848a19755546e0f70dbac, 'Kansas', NULL, '2023-04-07 14:34:57.693', NULL), (0xcaf2880d1d974367b9177eaa6d57d69b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Virginia', NULL, '2023-04-07 14:36:34.855', NULL), (0xcaf2880d1d974367b9177eaa6d57d69b, 0x74abf495620848a19755546e0f70dbac, 'Virginia', NULL, '2023-04-07 14:34:57.745', NULL), (0xcb0d0ca77ad244cdae8c35536e899c00, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cornwall', NULL, '2023-04-07 14:36:34.855', NULL), (0xcb0d0ca77ad244cdae8c35536e899c00, 0x74abf495620848a19755546e0f70dbac, 'Cornwall', NULL, '2023-04-07 14:34:57.432', NULL), (0xcb3f31217ad54793a2e7c74e04a7ae7a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Thüringen', NULL, '2023-04-07 14:34:57.209', NULL), (0xcb3f31217ad54793a2e7c74e04a7ae7a, 0x74abf495620848a19755546e0f70dbac, 'Thuringia', NULL, '2023-04-07 14:34:57.209', NULL), (0xcd938a4421784857a58d8be3e755794d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Somerset', NULL, '2023-04-07 14:36:34.855', NULL), (0xcd938a4421784857a58d8be3e755794d, 0x74abf495620848a19755546e0f70dbac, 'Somerset', NULL, '2023-04-07 14:34:57.269', NULL), (0xcf2f1fe1dda948bca9e9a4ee4782acce, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nottinghamshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xcf2f1fe1dda948bca9e9a4ee4782acce, 0x74abf495620848a19755546e0f70dbac, 'Nottinghamshire', NULL, '2023-04-07 14:34:57.266', NULL), (0xcfd86268e7254fdc879def542cb4cecb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sheffield', NULL, '2023-04-07 14:36:34.855', NULL), (0xcfd86268e7254fdc879def542cb4cecb, 0x74abf495620848a19755546e0f70dbac, 'Sheffield', NULL, '2023-04-07 14:34:57.390', NULL), (0xd0dc6418ee2246e4bc2f6b1c1beebf68, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Brighton and Hove', NULL, '2023-04-07 14:36:34.855', NULL), (0xd0dc6418ee2246e4bc2f6b1c1beebf68, 0x74abf495620848a19755546e0f70dbac, 'Brighton and Hove', NULL, '2023-04-07 14:34:57.423', NULL), (0xd2ef9ddb2adb4ff0ab96e236cde1e78e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sachsen-Anhalt', NULL, '2023-04-07 14:34:57.204', NULL), (0xd2ef9ddb2adb4ff0ab96e236cde1e78e, 0x74abf495620848a19755546e0f70dbac, 'Saxony-Anhalt', NULL, '2023-04-07 14:34:57.204', NULL), (0xd391017ef61e4d3f84c81e0c21ab7164, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Southwark', NULL, '2023-04-07 14:36:34.855', NULL), (0xd391017ef61e4d3f84c81e0c21ab7164, 0x74abf495620848a19755546e0f70dbac, 'Southwark', NULL, '2023-04-07 14:34:57.333', NULL), (0xd39950bd55db42b0b797505d0fd63175, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'South Tyneside', NULL, '2023-04-07 14:36:34.855', NULL), (0xd39950bd55db42b0b797505d0fd63175, 0x74abf495620848a19755546e0f70dbac, 'South Tyneside', NULL, '2023-04-07 14:34:57.394', NULL), (0xd3ffcd9fde3d425391743b6e03938b62, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wisconsin', NULL, '2023-04-07 14:36:34.855', NULL), (0xd3ffcd9fde3d425391743b6e03938b62, 0x74abf495620848a19755546e0f70dbac, 'Wisconsin', NULL, '2023-04-07 14:34:57.750', NULL), (0xd41f28c0cf794dbeac809672a63a2068, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Warwickshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xd41f28c0cf794dbeac809672a63a2068, 0x74abf495620848a19755546e0f70dbac, 'Warwickshire', NULL, '2023-04-07 14:34:57.276', NULL), (0xd4359a995fee48319625b7c90aec6c98, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Knowsley', NULL, '2023-04-07 14:36:34.855', NULL), (0xd4359a995fee48319625b7c90aec6c98, 0x74abf495620848a19755546e0f70dbac, 'Knowsley', NULL, '2023-04-07 14:34:57.365', NULL), (0xd4a3c4f5f0f44f8e905eb6f239975cd3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Florida', NULL, '2023-04-07 14:36:34.855', NULL), (0xd4a3c4f5f0f44f8e905eb6f239975cd3, 0x74abf495620848a19755546e0f70dbac, 'Florida', NULL, '2023-04-07 14:34:57.682', NULL), (0xd7216ab7d34440ac8c0010e23e6fbc86, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'South Dakota', NULL, '2023-04-07 14:36:34.855', NULL), (0xd7216ab7d34440ac8c0010e23e6fbc86, 0x74abf495620848a19755546e0f70dbac, 'South Dakota', NULL, '2023-04-07 14:34:57.736', NULL), (0xd727b0d145b44931a207af6f956b1857, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Flintshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xd727b0d145b44931a207af6f956b1857, 0x74abf495620848a19755546e0f70dbac, 'Flintshire', NULL, '2023-04-07 14:34:57.604', NULL), (0xd7a327d52c554e7586c2dd27e1c550f6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rutland', NULL, '2023-04-07 14:36:34.855', NULL), (0xd7a327d52c554e7586c2dd27e1c550f6, 0x74abf495620848a19755546e0f70dbac, 'Rutland', NULL, '2023-04-07 14:34:57.481', NULL), (0xdb0aa200218f474ea9767736b103f85d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Slough', NULL, '2023-04-07 14:36:34.855', NULL), (0xdb0aa200218f474ea9767736b103f85d, 0x74abf495620848a19755546e0f70dbac, 'Slough', NULL, '2023-04-07 14:34:57.484', NULL), (0xdb304f310b5443018b682eadd5073f4e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Perth and Kinross', NULL, '2023-04-07 14:36:34.855', NULL), (0xdb304f310b5443018b682eadd5073f4e, 0x74abf495620848a19755546e0f70dbac, 'Perth and Kinross', NULL, '2023-04-07 14:34:57.574', NULL), (0xdc9af7dbcc49494f8e6fe92f701f1395, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dumfries and Galloway', NULL, '2023-04-07 14:36:34.855', NULL), (0xdc9af7dbcc49494f8e6fe92f701f1395, 0x74abf495620848a19755546e0f70dbac, 'Dumfries and Galloway', NULL, '2023-04-07 14:34:57.541', NULL), (0xdf20d15563314a76b498c1cc11b807f0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sandwell', NULL, '2023-04-07 14:36:34.855', NULL), (0xdf20d15563314a76b498c1cc11b807f0, 0x74abf495620848a19755546e0f70dbac, 'Sandwell', NULL, '2023-04-07 14:34:57.386', NULL), (0xe15b0e898dc9445e9e313991666776ce, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'East Renfrewshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xe15b0e898dc9445e9e313991666776ce, 0x74abf495620848a19755546e0f70dbac, 'East Renfrewshire', NULL, '2023-04-07 14:34:57.552', NULL), (0xe18baa7979bc4a7c9b2d557393c866eb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Antrim and Newtownabbey', NULL, '2023-04-07 14:36:34.855', NULL), (0xe18baa7979bc4a7c9b2d557393c866eb, 0x74abf495620848a19755546e0f70dbac, 'Antrim and Newtownabbey', NULL, '2023-04-07 14:34:57.512', NULL), (0xe3228eeb1c764d22a0351269978f56d0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'South Ayrshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xe3228eeb1c764d22a0351269978f56d0, 0x74abf495620848a19755546e0f70dbac, 'South Ayrshire', NULL, '2023-04-07 14:34:57.583', NULL), (0xe3cadea4e8b44875a04bafe831a25d3e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bournemouth', NULL, '2023-04-07 14:36:34.855', NULL), (0xe3cadea4e8b44875a04bafe831a25d3e, 0x74abf495620848a19755546e0f70dbac, 'Bournemouth', NULL, '2023-04-07 14:34:57.420', NULL), (0xe5612bae935949ea8c4f0d7b1ab3d0e9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Aberdeenshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xe5612bae935949ea8c4f0d7b1ab3d0e9, 0x74abf495620848a19755546e0f70dbac, 'Aberdeenshire', NULL, '2023-04-07 14:34:57.534', NULL), (0xe7470bd2256e4db89506ec18c2487190, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'St. Helens', NULL, '2023-04-07 14:36:34.855', NULL), (0xe7470bd2256e4db89506ec18c2487190, 0x74abf495620848a19755546e0f70dbac, 'St. Helens', NULL, '2023-04-07 14:34:57.382', NULL), (0xe75b4d54e53d49c084fd35419bc22853, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lancashire', NULL, '2023-04-07 14:36:34.855', NULL), (0xe75b4d54e53d49c084fd35419bc22853, 0x74abf495620848a19755546e0f70dbac, 'Lancashire', NULL, '2023-04-07 14:34:57.254', NULL), (0xe85351ac30dc40bc9b66b0d3c001c040, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Reading', NULL, '2023-04-07 14:36:34.855', NULL), (0xe85351ac30dc40bc9b66b0d3c001c040, 0x74abf495620848a19755546e0f70dbac, 'Reading', NULL, '2023-04-07 14:34:57.477', NULL), (0xe8ec4a7c935640499c3371877d685c69, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Connecticut', NULL, '2023-04-07 14:36:34.855', NULL), (0xe8ec4a7c935640499c3371877d685c69, 0x74abf495620848a19755546e0f70dbac, 'Connecticut', NULL, '2023-04-07 14:34:57.679', NULL), (0xea769ea15ce54fc7803988bb32bf7513, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Isle of Anglesey', NULL, '2023-04-07 14:36:34.855', NULL), (0xea769ea15ce54fc7803988bb32bf7513, 0x74abf495620848a19755546e0f70dbac, 'Isle of Anglesey', NULL, '2023-04-07 14:34:57.607', NULL), (0xeb34994d8e5a4a2f833571f97530c5c6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Somerset', NULL, '2023-04-07 14:36:34.855', NULL), (0xeb34994d8e5a4a2f833571f97530c5c6, 0x74abf495620848a19755546e0f70dbac, 'North Somerset', NULL, '2023-04-07 14:34:57.464', NULL), (0xef328a2c3f304e7c82104ab87252a8e7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mecklenburg-Vorpommern', NULL, '2023-04-07 14:34:57.191', NULL), (0xef328a2c3f304e7c82104ab87252a8e7, 0x74abf495620848a19755546e0f70dbac, 'Mecklenburg-Western Pomerania', NULL, '2023-04-07 14:34:57.191', NULL), (0xf011670fbc554199ac3561b2eb4bcc26, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nordrhein-Westfalen', NULL, '2023-04-07 14:34:57.194', NULL), (0xf011670fbc554199ac3561b2eb4bcc26, 0x74abf495620848a19755546e0f70dbac, 'North Rhine-Westphalia', NULL, '2023-04-07 14:34:57.194', NULL), (0xf102f5feeec646b88da106cca9596b7c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Utah', NULL, '2023-04-07 14:36:34.855', NULL), (0xf102f5feeec646b88da106cca9596b7c, 0x74abf495620848a19755546e0f70dbac, 'Utah', NULL, '2023-04-07 14:34:57.741', NULL), (0xf2dc7d44b5ae411281e6b4a6817a1027, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mississippi', NULL, '2023-04-07 14:36:34.855', NULL), (0xf2dc7d44b5ae411281e6b4a6817a1027, 0x74abf495620848a19755546e0f70dbac, 'Mississippi', NULL, '2023-04-07 14:34:57.707', NULL), (0xf366dcb1e2534a928b7b0bd41e2e4db0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Highland', NULL, '2023-04-07 14:36:34.855', NULL), (0xf366dcb1e2534a928b7b0bd41e2e4db0, 0x74abf495620848a19755546e0f70dbac, 'Highland', NULL, '2023-04-07 14:34:57.562', NULL), (0xf3f05dfcf18345ea89563f8821e11930, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Clackmannanshire', NULL, '2023-04-07 14:36:34.855', NULL), (0xf3f05dfcf18345ea89563f8821e11930, 0x74abf495620848a19755546e0f70dbac, 'Clackmannanshire', NULL, '2023-04-07 14:34:57.540', NULL), (0xf46bb16ee5ce4572b0ea7817d925977c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Middlesbrough', NULL, '2023-04-07 14:36:34.855', NULL), (0xf46bb16ee5ce4572b0ea7817d925977c, 0x74abf495620848a19755546e0f70dbac, 'Middlesbrough', NULL, '2023-04-07 14:34:57.457', NULL), (0xf48ad1d695734d55917af1715ef98dd6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wakefield', NULL, '2023-04-07 14:36:34.855', NULL), (0xf48ad1d695734d55917af1715ef98dd6, 0x74abf495620848a19755546e0f70dbac, 'Wakefield', NULL, '2023-04-07 14:34:57.403', NULL), (0xf4bee0bbff2e48f7b4bd92c89ee20885, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Islington', NULL, '2023-04-07 14:36:34.855', NULL), (0xf4bee0bbff2e48f7b4bd92c89ee20885, 0x74abf495620848a19755546e0f70dbac, 'Islington', NULL, '2023-04-07 14:34:57.315', NULL), (0xf60264e82ca84fc1a059eaa78210241f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Waltham Forest', NULL, '2023-04-07 14:36:34.855', NULL), (0xf60264e82ca84fc1a059eaa78210241f, 0x74abf495620848a19755546e0f70dbac, 'Waltham Forest', NULL, '2023-04-07 14:34:57.339', NULL), (0xf70cf952893140b9ad60ed156a3b51ee, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sunderland', NULL, '2023-04-07 14:36:34.855', NULL), (0xf70cf952893140b9ad60ed156a3b51ee, 0x74abf495620848a19755546e0f70dbac, 'Sunderland', NULL, '2023-04-07 14:34:57.398', NULL), (0xf7b975f1a4d3418395d3c2de2a3d09d3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Torbay', NULL, '2023-04-07 14:36:34.855', NULL), (0xf7b975f1a4d3418395d3c2de2a3d09d3, 0x74abf495620848a19755546e0f70dbac, 'Torbay', NULL, '2023-04-07 14:34:57.500', NULL), (0xf825049d2a3546ae8154185209eff45e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bracknell Forest', NULL, '2023-04-07 14:36:34.855', NULL), (0xf825049d2a3546ae8154185209eff45e, 0x74abf495620848a19755546e0f70dbac, 'Bracknell Forest', NULL, '2023-04-07 14:34:57.421', NULL), (0xf96fb663d393411fa4b8b73f2a5930d6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Croydon', NULL, '2023-04-07 14:36:34.855', NULL), (0xf96fb663d393411fa4b8b73f2a5930d6, 0x74abf495620848a19755546e0f70dbac, 'Croydon', NULL, '2023-04-07 14:34:57.296', NULL), (0xfa5d39fcb7684325987053e5bb3b011c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cheshire West and Chester', NULL, '2023-04-07 14:36:34.855', NULL), (0xfa5d39fcb7684325987053e5bb3b011c, 0x74abf495620848a19755546e0f70dbac, 'Cheshire West and Chester', NULL, '2023-04-07 14:34:57.430', NULL), (0xfadcfbe118194734885435fc4040e83c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hartlepool', NULL, '2023-04-07 14:36:34.855', NULL), (0xfadcfbe118194734885435fc4040e83c, 0x74abf495620848a19755546e0f70dbac, 'Hartlepool', NULL, '2023-04-07 14:34:57.442', NULL), (0xfcb0c659eab84821869d4259e0a68f53, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Devon', NULL, '2023-04-07 14:36:34.855', NULL), (0xfcb0c659eab84821869d4259e0a68f53, 0x74abf495620848a19755546e0f70dbac, 'Devon', NULL, '2023-04-07 14:34:57.239', NULL), (0xfd213e5297c741baab425a2f09dcd0c5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Derry and Strabane', NULL, '2023-04-07 14:36:34.855', NULL), (0xfd213e5297c741baab425a2f09dcd0c5, 0x74abf495620848a19755546e0f70dbac, 'Derry and Strabane', NULL, '2023-04-07 14:34:57.521', NULL), (0xfdd3d434476e4bf9965cc5e0536dce9e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Fife', NULL, '2023-04-07 14:36:34.855', NULL), (0xfdd3d434476e4bf9965cc5e0536dce9e, 0x74abf495620848a19755546e0f70dbac, 'Fife', NULL, '2023-04-07 14:34:57.559', NULL), (0xfe2e76fe70b34585960a3e7648ba1e6e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gateshead', NULL, '2023-04-07 14:36:34.855', NULL), (0xfe2e76fe70b34585960a3e7648ba1e6e, 0x74abf495620848a19755546e0f70dbac, 'Gateshead', NULL, '2023-04-07 14:34:57.362', NULL), (0xff23f2198be3446f8d3677da2303fd01, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rotherham', NULL, '2023-04-07 14:36:34.855', NULL), (0xff23f2198be3446f8d3677da2303fd01, 0x74abf495620848a19755546e0f70dbac, 'Rotherham', NULL, '2023-04-07 14:34:57.380', NULL), (0xff86de501738410f8a80aa3255b9bc5e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tower Hamlets', NULL, '2023-04-07 14:36:34.855', NULL), (0xff86de501738410f8a80aa3255b9bc5e, 0x74abf495620848a19755546e0f70dbac, 'Tower Hamlets', NULL, '2023-04-07 14:34:57.337', NULL), (0xffaa041bf20948ef9dc8c68b31b08514, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Isles of Scilly', NULL, '2023-04-07 14:36:34.855', NULL), (0xffaa041bf20948ef9dc8c68b31b08514, 0x74abf495620848a19755546e0f70dbac, 'Isles of Scilly', NULL, '2023-04-07 14:34:57.447', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `country_translation` -- CREATE TABLE `country_translation` ( `country_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address_format` json NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `country_translation` -- INSERT INTO `country_translation` (`country_id`, `language_id`, `name`, `address_format`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x002790e6a28f40c4969bda22921e644f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'China', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.009', NULL), (0x002790e6a28f40c4969bda22921e644f, 0x74abf495620848a19755546e0f70dbac, 'China', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.008', NULL), (0x0045e855b73b417cbdd43137fce35b32, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Türkei', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.767', NULL), (0x0045e855b73b417cbdd43137fce35b32, 0x74abf495620848a19755546e0f70dbac, 'Turkey', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.766', NULL), (0x00ab8758ea774e5b822cb6fefb88c25f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'USA', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.667', NULL), (0x00ab8758ea774e5b822cb6fefb88c25f, 0x74abf495620848a19755546e0f70dbac, 'USA', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.666', NULL), (0x02b7e51eab1a4faf8dfb253958a7568f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutschland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.164', NULL), (0x02b7e51eab1a4faf8dfb253958a7568f, 0x74abf495620848a19755546e0f70dbac, 'Germany', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.166', NULL), (0x051c6f4b9146408682b9ac04ef88866d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tonga', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.612', NULL), (0x051c6f4b9146408682b9ac04ef88866d, 0x74abf495620848a19755546e0f70dbac, 'Tonga', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.611', NULL), (0x080886325b9648f99781ea7d8ad6c424, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Honduras', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.191', NULL), (0x080886325b9648f99781ea7d8ad6c424, 0x74abf495620848a19755546e0f70dbac, 'Honduras', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.190', NULL), (0x088af52e087d419ab7fec6ab76cf0360, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vereinigtes Königreich', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.216', NULL), (0x088af52e087d419ab7fec6ab76cf0360, 0x74abf495620848a19755546e0f70dbac, 'United Kingdom', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.215', NULL), (0x0b03713a76ed4915ba2805176adabd16, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guam', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.156', NULL), (0x0b03713a76ed4915ba2805176adabd16, 0x74abf495620848a19755546e0f70dbac, 'Guam', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.155', NULL), (0x0bd93f3e6b8b40b38b5016caa0fd2fcb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Marshallinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.289', NULL), (0x0bd93f3e6b8b40b38b5016caa0fd2fcb, 0x74abf495620848a19755546e0f70dbac, 'Marshall Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.288', NULL), (0x0d0bef34a9df47ebbd4322f52d087b00, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niederlande', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.648', NULL), (0x0d0bef34a9df47ebbd4322f52d087b00, 0x74abf495620848a19755546e0f70dbac, 'Netherlands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.647', NULL), (0x0deab071d441440ab23af9577d4034a0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Argentinien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.849', NULL), (0x0deab071d441440ab23af9577d4034a0, 0x74abf495620848a19755546e0f70dbac, 'Argentina', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.847', NULL), (0x0e2cab5ad219494fa89b25c66c1a04a4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Amerikanisch-Samoa', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.825', NULL), (0x0e2cab5ad219494fa89b25c66c1a04a4, 0x74abf495620848a19755546e0f70dbac, 'American Samoa', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.824', NULL), (0x0e9c39d2d89743a3b392c00e7c1fcfbe, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bermuda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.893', NULL), (0x0e9c39d2d89743a3b392c00e7c1fcfbe, 0x74abf495620848a19755546e0f70dbac, 'Bermuda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.892', NULL), (0x0ecc623cd18b4e0a85015896e09505b8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kokosinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.017', NULL), (0x0ecc623cd18b4e0a85015896e09505b8, 0x74abf495620848a19755546e0f70dbac, 'Cocos (Keeling) Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.015', NULL), (0x0fbbf99775f44c16862281bb126a7feb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Union der Komoren', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.025', NULL), (0x0fbbf99775f44c16862281bb126a7feb, 0x74abf495620848a19755546e0f70dbac, 'Comoros', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.024', NULL), (0x123d6c35bba24757a0f959952a8d2e32, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Finnland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.789', NULL), (0x123d6c35bba24757a0f959952a8d2e32, 0x74abf495620848a19755546e0f70dbac, 'Finland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.789', NULL), (0x13c7ce13d54d4c0d8834f4a0fd43431e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Costa Rica', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.039', NULL), (0x13c7ce13d54d4c0d8834f4a0fd43431e, 0x74abf495620848a19755546e0f70dbac, 'Costa Rica', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.038', NULL), (0x1492d126b9a545aabcf774188753b9da, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Madagaskar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.269', NULL), (0x1492d126b9a545aabcf774188753b9da, 0x74abf495620848a19755546e0f70dbac, 'Madagascar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.268', NULL), (0x14a981bb4d6a466a8b130bec3c7cfe55, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gambia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.120', NULL), (0x14a981bb4d6a466a8b130bec3c7cfe55, 0x74abf495620848a19755546e0f70dbac, 'Gambia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.118', NULL), (0x15296f18450c4f3391ed7e88a8055a08, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Falklandinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.089', NULL), (0x15296f18450c4f3391ed7e88a8055a08, 0x74abf495620848a19755546e0f70dbac, 'Falkland Islands (Malvinas)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.088', NULL), (0x15f936e5692d4c8e89d62a32457a4c82, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Norfolkinsel', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.390', NULL), (0x15f936e5692d4c8e89d62a32457a4c82, 0x74abf495620848a19755546e0f70dbac, 'Norfolk Island', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.388', NULL), (0x16a13743f3594437be86bd4894243393, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tuvalu', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.631', NULL), (0x16a13743f3594437be86bd4894243393, 0x74abf495620848a19755546e0f70dbac, 'Tuvalu', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.630', NULL), (0x16f03f7891834b11a593553935852a62, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ukraine', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.638', NULL), (0x16f03f7891834b11a593553935852a62, 0x74abf495620848a19755546e0f70dbac, 'Ukraine', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.637', NULL), (0x1744f89af85c4889b8a7021cc698da86, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Syrien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.582', NULL), (0x1744f89af85c4889b8a7021cc698da86, 0x74abf495620848a19755546e0f70dbac, 'Syrian Arab Republic', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.581', NULL), (0x18de0a5db5804d7089640e9e286e34bb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Schweiz', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.660', NULL), (0x18de0a5db5804d7089640e9e286e34bb, 0x74abf495620848a19755546e0f70dbac, 'Switzerland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.659', NULL), (0x193e9bcd47f9470681a718fa997328e3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tschad', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.001', NULL), (0x193e9bcd47f9470681a718fa997328e3, 0x74abf495620848a19755546e0f70dbac, 'Chad', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.999', NULL), (0x1a511964bc224544af36a3f94f0e61e8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Botswana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.913', NULL), (0x1a511964bc224544af36a3f94f0e61e8, 0x74abf495620848a19755546e0f70dbac, 'Botswana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.912', NULL), (0x1bdbcbbc2eee4b0e890181bb9da7e221, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Aruba', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.857', NULL), (0x1bdbcbbc2eee4b0e890181bb9da7e221, 0x74abf495620848a19755546e0f70dbac, 'Aruba', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.856', NULL), (0x1bf9b3a6b79e4635afd79b76eb6d573f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mosambik', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.343', NULL), (0x1bf9b3a6b79e4635afd79b76eb6d573f, 0x74abf495620848a19755546e0f70dbac, 'Mozambique', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.342', NULL), (0x1ce54231cbc34a839dbc4eeca9417ac4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dschibuti', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.051', NULL), (0x1ce54231cbc34a839dbc4eeca9417ac4, 0x74abf495620848a19755546e0f70dbac, 'Djibouti', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.050', NULL), (0x1f19f3ed0d994c8f944ca01cfc8cbb0b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Grönland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.136', NULL), (0x1f19f3ed0d994c8f944ca01cfc8cbb0b, 0x74abf495620848a19755546e0f70dbac, 'Greenland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.135', NULL), (0x203abe4864424797bee775d3bfc49ea8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hong Kong', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.194', NULL), (0x203abe4864424797bee775d3bfc49ea8, 0x74abf495620848a19755546e0f70dbac, 'Hong Kong', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.193', NULL), (0x208cab3a400247ef954fa1c4e5d35d13, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kirgisistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.240', NULL), (0x208cab3a400247ef954fa1c4e5d35d13, 0x74abf495620848a19755546e0f70dbac, 'Kyrgyzstan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.239', NULL), (0x21b03d5527524a0992322de8fc8b1fc1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kap Verde', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.989', NULL), (0x21b03d5527524a0992322de8fc8b1fc1, 0x74abf495620848a19755546e0f70dbac, 'Cabo Verde', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.988', NULL), (0x21c96ab223aa407a947c1ea268b73e1b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'St. Kitts und Nevis', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.472', NULL), (0x21c96ab223aa407a947c1ea268b73e1b, 0x74abf495620848a19755546e0f70dbac, 'Saint Kitts and Nevis', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.471', NULL), (0x22b522c751354bc2b28c1088684bb3e4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Armenien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.853', NULL), (0x22b522c751354bc2b28c1088684bb3e4, 0x74abf495620848a19755546e0f70dbac, 'Armenia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.851', NULL), (0x23ccba12509843a7b6d13cd2dfd7b6fd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Slowenien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.801', NULL), (0x23ccba12509843a7b6d13cd2dfd7b6fd, 0x74abf495620848a19755546e0f70dbac, 'Slovenia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.799', NULL), (0x24d15a8aed1a4ac98e89a74f304beead, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Libanon', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.246', NULL), (0x24d15a8aed1a4ac98e89a74f304beead, 0x74abf495620848a19755546e0f70dbac, 'Lebanon', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.245', NULL), (0x26830a79303f42cb9694b370b7ed9837, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mazedonien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.264', NULL), (0x26830a79303f42cb9694b370b7ed9837, 0x74abf495620848a19755546e0f70dbac, 'Macedonia (the former Yugoslav Republic of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.263', NULL), (0x28f1715ec5c64805a607025ad3da60f2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mauretanien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.297', NULL), (0x28f1715ec5c64805a607025ad3da60f2, 0x74abf495620848a19755546e0f70dbac, 'Mauritania', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.296', NULL), (0x2997cfcf48be42469817a596fcfcda87, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Togo', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.605', NULL), (0x2997cfcf48be42469817a596fcfcda87, 0x74abf495620848a19755546e0f70dbac, 'Togo', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.604', NULL), (0x29b212f09dd544888ba1e3bbd46e5ec5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Aserbaidschan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.860', NULL), (0x29b212f09dd544888ba1e3bbd46e5ec5, 0x74abf495620848a19755546e0f70dbac, 'Azerbaijan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.859', NULL), (0x2adb476780e04d31929c0c8076858ec1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ägypten', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.068', NULL), (0x2adb476780e04d31929c0c8076858ec1, 0x74abf495620848a19755546e0f70dbac, 'Egypt', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.067', NULL), (0x2b2e3d648b9f47fc979634a66d1171e0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Australien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.782', NULL), (0x2b2e3d648b9f47fc979634a66d1171e0, 0x74abf495620848a19755546e0f70dbac, 'Australia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.781', NULL), (0x2bca2b5e034246f0867945c8babee502, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Liechtenstein', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.757', NULL), (0x2bca2b5e034246f0867945c8babee502, 0x74abf495620848a19755546e0f70dbac, 'Liechtenstein', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.756', NULL), (0x2c04984c0fb444b8a3caae55f0db9e2c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Neukaledonien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.363', NULL), (0x2c04984c0fb444b8a3caae55f0db9e2c, 0x74abf495620848a19755546e0f70dbac, 'New Caledonia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.362', NULL), (0x2d3a663501904be99e97d21582c417b6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gibraltar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.132', NULL), (0x2d3a663501904be99e97d21582c417b6, 0x74abf495620848a19755546e0f70dbac, 'Gibraltar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.131', NULL), (0x2e99fad1c0ec4fc095cb429cbb2d451c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.514', NULL), (0x2e99fad1c0ec4fc095cb429cbb2d451c, 0x74abf495620848a19755546e0f70dbac, 'Serbia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.513', NULL), (0x2f358c81639c4c5cb633074a54d48290, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sri Lanka', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.562', NULL), (0x2f358c81639c4c5cb633074a54d48290, 0x74abf495620848a19755546e0f70dbac, 'Sri Lanka', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.560', NULL), (0x2f8d1811784f496a91f7da1570fe943c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Usbekistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.646', NULL), (0x2f8d1811784f496a91f7da1570fe943c, 0x74abf495620848a19755546e0f70dbac, 'Uzbekistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.645', NULL), (0x30825cadef8b4ca8a98abd4411249832, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Japan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.638', NULL), (0x30825cadef8b4ca8a98abd4411249832, 0x74abf495620848a19755546e0f70dbac, 'Japan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.637', NULL), (0x31d3b5d81b9d47babff644beffb55e6a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tunesien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.619', NULL), (0x31d3b5d81b9d47babff644beffb55e6a, 0x74abf495620848a19755546e0f70dbac, 'Tunisia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.618', NULL), (0x333ab677ec71498bb3484d09ed55fd56, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Andorra', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.829', NULL), (0x333ab677ec71498bb3484d09ed55fd56, 0x74abf495620848a19755546e0f70dbac, 'Andorra', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.828', NULL), (0x343103cd1faa42ffb26ce5b05059f4d6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kongo (Dem. Rep.)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.032', NULL), (0x343103cd1faa42ffb26ce5b05059f4d6, 0x74abf495620848a19755546e0f70dbac, 'Congo (Democratic Republic of the)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.031', NULL), (0x379556c7cac542d9b828e0d3b7fd5a31, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ruanda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.459', NULL), (0x379556c7cac542d9b828e0d3b7fd5a31, 0x74abf495620848a19755546e0f70dbac, 'Rwanda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.458', NULL), (0x37c373c3b7b74b8eb80e25a07ff73f0c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Polen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.762', NULL), (0x37c373c3b7b74b8eb80e25a07ff73f0c, 0x74abf495620848a19755546e0f70dbac, 'Poland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.761', NULL), (0x385d2c2c5d7645cf961f350b6e122eea, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nauru', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.353', NULL), (0x385d2c2c5d7645cf961f350b6e122eea, 0x74abf495620848a19755546e0f70dbac, 'Nauru', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.351', NULL), (0x3a25eb03250b4b92830f091606bf9e0d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lettland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.788', NULL), (0x3a25eb03250b4b92830f091606bf9e0d, 0x74abf495620848a19755546e0f70dbac, 'Latvia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.787', NULL), (0x3b894ee77b604b75b633ad2940725949, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Paraguay', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.426', NULL), (0x3b894ee77b604b75b633ad2940725949, 0x74abf495620848a19755546e0f70dbac, 'Paraguay', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.425', NULL), (0x3c927d9f3b5046c69ed1b4e0d7851da5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Staat Vatikanstadt', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.187', NULL), (0x3c927d9f3b5046c69ed1b4e0d7851da5, 0x74abf495620848a19755546e0f70dbac, 'Vatican City', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.186', NULL), (0x3d582e455d17449db021d0460de66ba9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bolivien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.901', NULL), (0x3d582e455d17449db021d0460de66ba9, 0x74abf495620848a19755546e0f70dbac, 'Bolivia (Plurinational State of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.899', NULL), (0x3d96bc83527b4733ae827dd70b7252ad, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wallis und Futuna', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.662', NULL), (0x3d96bc83527b4733ae827dd70b7252ad, 0x74abf495620848a19755546e0f70dbac, 'Wallis and Futuna', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.661', NULL), (0x3f8db5c4f69f4d0d869e6588b3242597, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Antarktika', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.840', NULL), (0x3f8db5c4f69f4d0d869e6588b3242597, 0x74abf495620848a19755546e0f70dbac, 'Antarctica', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.839', NULL), (0x3f911785d4304c209afb6b9bd65cec5f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saint-Barthélemy', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.464', NULL), (0x3f911785d4304c209afb6b9bd65cec5f, 0x74abf495620848a19755546e0f70dbac, 'Saint Barthélemy', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.463', NULL), (0x40bcc5407ad0407e825c5984be3fe152, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Swasiland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.578', NULL), (0x40bcc5407ad0407e825c5984be3fe152, 0x74abf495620848a19755546e0f70dbac, 'Swaziland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.577', NULL), (0x40c62780dc48493da44889ea032fe2cc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mexiko', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.309', NULL), (0x40c62780dc48493da44889ea032fe2cc, 0x74abf495620848a19755546e0f70dbac, 'Mexico', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.307', NULL), (0x40eaa78357f74898823a16bd1707909e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Weißrussland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.881', NULL), (0x40eaa78357f74898823a16bd1707909e, 0x74abf495620848a19755546e0f70dbac, 'Belarus', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.879', NULL), (0x415f21d22e1b45beb0fa3f7fb9436b05, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Salomonen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.536', NULL), (0x415f21d22e1b45beb0fa3f7fb9436b05, 0x74abf495620848a19755546e0f70dbac, 'Solomon Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.535', NULL), (0x41b997376c1948669a8ef05aef2cb375, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Jamaika', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.217', NULL), (0x41b997376c1948669a8ef05aef2cb375, 0x74abf495620848a19755546e0f70dbac, 'Jamaica', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.216', NULL), (0x41e5ba6512b440ccbf7e64d523d5fef4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kleinere Inselbesitzungen der Vereinigten Staaten', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.930', NULL), (0x41e5ba6512b440ccbf7e64d523d5fef4, 0x74abf495620848a19755546e0f70dbac, 'United States Minor Outlying Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.928', NULL), (0x42049e302b92451a975fe66b416fff35, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Macao', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.261', NULL), (0x42049e302b92451a975fe66b416fff35, 0x74abf495620848a19755546e0f70dbac, 'Macao', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.259', NULL), (0x42a67a2ab9a54d4e9b8e5cca52bcc5d1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Panama', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.418', NULL), (0x42a67a2ab9a54d4e9b8e5cca52bcc5d1, 0x74abf495620848a19755546e0f70dbac, 'Panama', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.417', NULL), (0x46ecb64da1894ed49cfb3664945d0658, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tadschikistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.590', NULL), (0x46ecb64da1894ed49cfb3664945d0658, 0x74abf495620848a19755546e0f70dbac, 'Tajikistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.589', NULL), (0x473d39a34dfa4539bb5803d5941abe19, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mauritius', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.301', NULL), (0x473d39a34dfa4539bb5803d5941abe19, 0x74abf495620848a19755546e0f70dbac, 'Mauritius', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.300', NULL), (0x4777f9d0f35344b6938b52961574e91a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vanuatu', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.650', NULL), (0x4777f9d0f35344b6938b52961574e91a, 0x74abf495620848a19755546e0f70dbac, 'Vanuatu', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.648', NULL), (0x47a71e63431a4ddca17c5f57917b02d7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Jersey', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.220', NULL); INSERT INTO `country_translation` (`country_id`, `language_id`, `name`, `address_format`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x47a71e63431a4ddca17c5f57917b02d7, 0x74abf495620848a19755546e0f70dbac, 'Jersey', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.219', NULL), (0x482f271094964cdc9d598db63675fd75, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Monaco', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.320', NULL), (0x482f271094964cdc9d598db63675fd75, 0x74abf495620848a19755546e0f70dbac, 'Monaco', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.319', NULL), (0x4a0f88a910a149dcabf103aa78324ff3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Republik Kosovo', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.447', NULL), (0x4a0f88a910a149dcabf103aa78324ff3, 0x74abf495620848a19755546e0f70dbac, 'Republic of Kosovo', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.446', NULL), (0x4a95d4ffd29c474db244d7f47b2865df, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eritrea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.081', NULL), (0x4a95d4ffd29c474db244d7f47b2865df, 0x74abf495620848a19755546e0f70dbac, 'Eritrea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.080', NULL), (0x4b00ba031d6d49bda8b0e3a7e2fe876f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch Guyana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.101', NULL), (0x4b00ba031d6d49bda8b0e3a7e2fe876f, 0x74abf495620848a19755546e0f70dbac, 'French Guiana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.100', NULL), (0x4c7d44136deb4e2f8535c07d87955d99, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Weihnachtsinsel', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.013', NULL), (0x4c7d44136deb4e2f8535c07d87955d99, 0x74abf495620848a19755546e0f70dbac, 'Christmas Island', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.012', NULL), (0x4d0b86a8a47a4c9094790bb098021f9a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Brunei', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.969', NULL), (0x4d0b86a8a47a4c9094790bb098021f9a, 0x74abf495620848a19755546e0f70dbac, 'Brunei Darussalam', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.968', NULL), (0x4da9a35cf1fd4f768fdf000c96460d85, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Island', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.633', NULL), (0x4da9a35cf1fd4f768fdf000c96460d85, 0x74abf495620848a19755546e0f70dbac, 'Iceland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.632', NULL), (0x4df071bb13b546bbb4f387de35834007, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Israel', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.780', NULL), (0x4df071bb13b546bbb4f387de35834007, 0x74abf495620848a19755546e0f70dbac, 'Israel', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.779', NULL), (0x4ef32148adbe4345940c8087f295d4d6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saint-Pierre und Miquelon', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.486', NULL), (0x4ef32148adbe4345940c8087f295d4d6, 0x74abf495620848a19755546e0f70dbac, 'Saint Pierre and Miquelon', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.485', NULL), (0x5044dc2c7bd042c089dfca3503b95073, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kroatien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.784', NULL), (0x5044dc2c7bd042c089dfca3503b95073, 0x74abf495620848a19755546e0f70dbac, 'Croatia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.783', NULL), (0x507bf201e3044775b9025e2e0477806d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Luxemburg', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.642', NULL), (0x507bf201e3044775b9025e2e0477806d, 0x74abf495620848a19755546e0f70dbac, 'Luxembourg', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.641', NULL), (0x50d73c40ed104595b961fedc049cfeeb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pitcairn', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.436', NULL), (0x50d73c40ed104595b961fedc049cfeeb, 0x74abf495620848a19755546e0f70dbac, 'Pitcairn', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.435', NULL), (0x520c3630afac47fcb35d0d44553608e4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.663', NULL), (0x520c3630afac47fcb35d0d44553608e4, 0x74abf495620848a19755546e0f70dbac, 'Spain', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.662', NULL), (0x5288c19de5aa49cfb66a8243ec2d5d1f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Äthiopien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.085', NULL), (0x5288c19de5aa49cfb66a8243ec2d5d1f, 0x74abf495620848a19755546e0f70dbac, 'Ethiopia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.084', NULL), (0x53386ac2e7934bf783d7bc408e1cefe4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Elfenbeinküste', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.204', NULL), (0x53386ac2e7934bf783d7bc408e1cefe4, 0x74abf495620848a19755546e0f70dbac, 'Côte d\'Ivoire', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.203', NULL), (0x5371003b4d5b42afa9506d20c55c8e8d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malawi', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.273', NULL), (0x5371003b4d5b42afa9506d20c55c8e8d, 0x74abf495620848a19755546e0f70dbac, 'Malawi', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.271', NULL), (0x53de69de567541d1ace39f471b55c067, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Belize', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.885', NULL), (0x53de69de567541d1ace39f471b55c067, 0x74abf495620848a19755546e0f70dbac, 'Belize', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.884', NULL), (0x5641c49715b74fada7e29823c2e4aa3b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Irak', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.210', NULL), (0x5641c49715b74fada7e29823c2e4aa3b, 0x74abf495620848a19755546e0f70dbac, 'Iraq', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.210', NULL), (0x56c6c5a63f504eac988ff5a067924343, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Albanien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.817', NULL), (0x56c6c5a63f504eac988ff5a067924343, 0x74abf495620848a19755546e0f70dbac, 'Albania', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.816', NULL), (0x5703e365aef0494bb388e8983cc476b1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kongo', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.029', NULL), (0x5703e365aef0494bb388e8983cc476b1, 0x74abf495620848a19755546e0f70dbac, 'Congo', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.027', NULL), (0x5908fc3c78364059a6e62a382604d597, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Griechenland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.213', NULL), (0x5908fc3c78364059a6e62a382604d597, 0x74abf495620848a19755546e0f70dbac, 'Greece', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.212', NULL), (0x5a1683d13dbd4b9ca72de534ccb5840d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mongolei', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.324', NULL), (0x5a1683d13dbd4b9ca72de534ccb5840d, 0x74abf495620848a19755546e0f70dbac, 'Mongolia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.323', NULL), (0x5aa2a17e903b45c68c02327ffab935b6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mali', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.284', NULL), (0x5aa2a17e903b45c68c02327ffab935b6, 0x74abf495620848a19755546e0f70dbac, 'Mali', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.283', NULL), (0x5bf47015e7874f8d9b46d01468146399, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Frankreich', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.792', NULL), (0x5bf47015e7874f8d9b46d01468146399, 0x74abf495620848a19755546e0f70dbac, 'France', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.791', NULL), (0x5c9e99622fca4a508505b58919a42eca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nördliche Marianen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.399', NULL), (0x5c9e99622fca4a508505b58919a42eca, 0x74abf495620848a19755546e0f70dbac, 'Northern Mariana Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.397', NULL), (0x5e68db7b247c4aeab9b36f1b2f4f5486, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Brasilien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.777', NULL), (0x5e68db7b247c4aeab9b36f1b2f4f5486, 0x74abf495620848a19755546e0f70dbac, 'Brazil', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.776', NULL), (0x61080b95ac8641108aeaba89e0abb16f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Curaçao', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.047', NULL), (0x61080b95ac8641108aeaba89e0abb16f, 0x74abf495620848a19755546e0f70dbac, 'Curaçao', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.046', NULL), (0x6243af05a04d4387bd06ac7922f20039, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'El Salvador', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.072', NULL), (0x6243af05a04d4387bd06ac7922f20039, 0x74abf495620848a19755546e0f70dbac, 'El Salvador', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.071', NULL), (0x633740e51bc5429a9920cccf53d240b4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Svalbard und Jan Mayen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.574', NULL), (0x633740e51bc5429a9920cccf53d240b4, 0x74abf495620848a19755546e0f70dbac, 'Svalbard and Jan Mayen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.573', NULL), (0x63d8bf7a960a4854b5b6446b28fa0e40, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cookinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.036', NULL), (0x63d8bf7a960a4854b5b6446b28fa0e40, 0x74abf495620848a19755546e0f70dbac, 'Cook Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.035', NULL), (0x65b834f1f76a41e398e9239085402f8c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Indien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.198', NULL), (0x65b834f1f76a41e398e9239085402f8c, 0x74abf495620848a19755546e0f70dbac, 'India', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.197', NULL), (0x65c2e103ad8a4713ac76b3de413cc8e2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Samoa', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.494', NULL), (0x65c2e103ad8a4713ac76b3de413cc8e2, 0x74abf495620848a19755546e0f70dbac, 'Samoa', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.493', NULL), (0x65f86db9b9944fd18a511146adb5c91e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Montserrat', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.332', NULL), (0x65f86db9b9944fd18a511146adb5c91e, 0x74abf495620848a19755546e0f70dbac, 'Montserrat', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.331', NULL), (0x66d91a8868384250b269729aa70f837e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Namibia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.646', NULL), (0x66d91a8868384250b269729aa70f837e, 0x74abf495620848a19755546e0f70dbac, 'Namibia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.645', NULL), (0x699d1f68a1db4e979ca90adcc0113923, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Indonesien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.201', NULL), (0x699d1f68a1db4e979ca90adcc0113923, 0x74abf495620848a19755546e0f70dbac, 'Indonesia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.200', NULL), (0x6ad5377953774c49811e48dd7f384c20, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Népal', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.359', NULL), (0x6ad5377953774c49811e48dd7f384c20, 0x74abf495620848a19755546e0f70dbac, 'Nepal', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.358', NULL), (0x6be78b72e38f4aadb9e2a76f75ff3627, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Papua-Neuguinea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.422', NULL), (0x6be78b72e38f4aadb9e2a76f75ff3627, 0x74abf495620848a19755546e0f70dbac, 'Papua New Guinea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.421', NULL), (0x6c760bbf1e15447d86123765b393872f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kanada', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.640', NULL), (0x6c760bbf1e15447d86123765b393872f, 0x74abf495620848a19755546e0f70dbac, 'Canada', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.639', NULL), (0x6cb165e7c7654ad4bd67c9109129585a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saudi-Arabien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.505', NULL), (0x6cb165e7c7654ad4bd67c9109129585a, 0x74abf495620848a19755546e0f70dbac, 'Saudi Arabia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.504', NULL), (0x6cf42910854c45cb875e0520ebdb0a7e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Südgeorgien und die Südlichen Sandwichinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.549', NULL), (0x6cf42910854c45cb875e0520ebdb0a7e, 0x74abf495620848a19755546e0f70dbac, 'South Georgia and the South Sandwich Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.547', NULL), (0x6dec327ad0794f689a0acfbfba826c30, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Chile', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.005', NULL), (0x6dec327ad0794f689a0acfbfba826c30, 0x74abf495620848a19755546e0f70dbac, 'Chile', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.004', NULL), (0x702e449783a34df6b38d0c3ed5529807, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Philippinen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.433', NULL), (0x702e449783a34df6b38d0c3ed5529807, 0x74abf495620848a19755546e0f70dbac, 'Philippines', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.431', NULL), (0x70ca8e4139e241ca8627ef4a3a2d0e40, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Trinidad und Tobago', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.615', NULL), (0x70ca8e4139e241ca8627ef4a3a2d0e40, 0x74abf495620848a19755546e0f70dbac, 'Trinidad and Tobago', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.614', NULL), (0x716c3ccdced94a87ad15f0c780d2a3f3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Insel Man', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.214', NULL), (0x716c3ccdced94a87ad15f0c780d2a3f3, 0x74abf495620848a19755546e0f70dbac, 'Isle of Man', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.213', NULL), (0x718f8e314c844d0fa5433f498e70fea4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Äquatorial-Guinea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.077', NULL), (0x718f8e314c844d0fa5433f498e70fea4, 0x74abf495620848a19755546e0f70dbac, 'Equatorial Guinea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.075', NULL), (0x735bd436966c4804b3dbe05bfdd60220, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabische Emirate', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.760', NULL), (0x735bd436966c4804b3dbe05bfdd60220, 0x74abf495620848a19755546e0f70dbac, 'Arab Emirates', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.759', NULL), (0x7421968cad504af9a479054f360bc190, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch-Polynesien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.106', NULL), (0x7421968cad504af9a479054f360bc190, 0x74abf495620848a19755546e0f70dbac, 'French Polynesia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.104', NULL), (0x75fb237ea7654c09a9c664260f3c8fc7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Libyen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.257', NULL), (0x75fb237ea7654c09a9c664260f3c8fc7, 0x74abf495620848a19755546e0f70dbac, 'Libya', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.256', NULL), (0x76adc9ac50994f708a00e2101281e88b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nordkorea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.394', NULL), (0x76adc9ac50994f708a00e2101281e88b, 0x74abf495620848a19755546e0f70dbac, 'Korea (Democratic People\'s Republic of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.393', NULL), (0x76e7960ddb7d42179ea6604d1ced11e7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Turkmenistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.622', NULL), (0x76e7960ddb7d42179ea6604d1ced11e7, 0x74abf495620848a19755546e0f70dbac, 'Turkmenistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.621', NULL), (0x777e51e894934e9f84adebdcd5656269, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kamerun', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.985', NULL), (0x777e51e894934e9f84adebdcd5656269, 0x74abf495620848a19755546e0f70dbac, 'Cameroon', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.984', NULL), (0x78e35aea49f541989d2583e07de24b59, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Zypern', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.805', NULL), (0x78e35aea49f541989d2583e07de24b59, 0x74abf495620848a19755546e0f70dbac, 'Cyprus', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.804', NULL), (0x793e9388f542408dadd387a5b2f29f82, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Turks- und Caicosinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.626', NULL), (0x793e9388f542408dadd387a5b2f29f82, 0x74abf495620848a19755546e0f70dbac, 'Turks and Caicos Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.625', NULL), (0x7a28bfa881124229920dba0aa9bc9bb5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Italien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.635', NULL), (0x7a28bfa881124229920dba0aa9bc9bb5, 0x74abf495620848a19755546e0f70dbac, 'Italy', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.634', NULL), (0x7a9c1eeb0f264ba88bacb91724024a82, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guyana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.176', NULL), (0x7a9c1eeb0f264ba88bacb91724024a82, 0x74abf495620848a19755546e0f70dbac, 'Guyana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.174', NULL), (0x7b47f63ecd3649e7acc248d6b258e6e8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Fidschi', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.097', NULL), (0x7b47f63ecd3649e7acc248d6b258e6e8, 0x74abf495620848a19755546e0f70dbac, 'Fiji', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.096', NULL), (0x7cdc41ee20864431be6761e7b775809d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bulgarien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.777', NULL), (0x7cdc41ee20864431be6761e7b775809d, 0x74abf495620848a19755546e0f70dbac, 'Bulgaria', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.775', NULL), (0x7ff2c98339184a3cb767c1ccc6e47ace, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Myanmar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.348', NULL), (0x7ff2c98339184a3cb767c1ccc6e47ace, 0x74abf495620848a19755546e0f70dbac, 'Myanmar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.346', NULL), (0x806554c32cdb4914b80f6f9061817e08, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Simbabwe', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.676', NULL), (0x806554c32cdb4914b80f6f9061817e08, 0x74abf495620848a19755546e0f70dbac, 'Zimbabwe', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.675', NULL), (0x80d22ed2190d45569680904c31ad820f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lesotho', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.250', NULL), (0x80d22ed2190d45569680904c31ad820f, 0x74abf495620848a19755546e0f70dbac, 'Lesotho', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.249', NULL), (0x842d450c12be444c804417da9bef6a98, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niue', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.386', NULL), (0x842d450c12be444c804417da9bef6a98, 0x74abf495620848a19755546e0f70dbac, 'Niue', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.384', NULL), (0x84f4f522cdd748978e42cb71ee710a17, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Benin', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.889', NULL), (0x84f4f522cdd748978e42cb71ee710a17, 0x74abf495620848a19755546e0f70dbac, 'Benin', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.888', NULL), (0x85f307c51638405c963bcf5b5e676962, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Norwegen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.650', NULL), (0x85f307c51638405c963bcf5b5e676962, 0x74abf495620848a19755546e0f70dbac, 'Norway', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.649', NULL), (0x87ae40a99b4e42dfbdecde7cf9741c78, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französische Süd- und Antarktisgebiete', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.109', NULL), (0x87ae40a99b4e42dfbdecde7cf9741c78, 0x74abf495620848a19755546e0f70dbac, 'French Southern Territories', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.108', NULL), (0x899d0f2de18a4b5fb0b291f05af74798, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Thailand', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.598', NULL), (0x899d0f2de18a4b5fb0b291f05af74798, 0x74abf495620848a19755546e0f70dbac, 'Thailand', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.597', NULL), (0x89f50aba9df74093abe09567d1e92e63, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Peru', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.429', NULL), (0x89f50aba9df74093abe09567d1e92e63, 0x74abf495620848a19755546e0f70dbac, 'Peru', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.428', NULL), (0x8a3ac3362cdb4f4fabc21cda091a54e4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gabun', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.115', NULL), (0x8a3ac3362cdb4f4fabc21cda091a54e4, 0x74abf495620848a19755546e0f70dbac, 'Gabon', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.114', NULL), (0x8ab60eeb51e34643af144444629fdc21, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Venezuela', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.654', NULL), (0x8ab60eeb51e34643af144444629fdc21, 0x74abf495620848a19755546e0f70dbac, 'Venezuela (Bolivarian Republic of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.653', NULL), (0x8b2f35b6edfd48c7b9919d9395f3a27f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Estland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.781', NULL), (0x8b2f35b6edfd48c7b9919d9395f3a27f, 0x74abf495620848a19755546e0f70dbac, 'Estonia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.779', NULL), (0x8b382f05ef2246baa7a1450dd2f7d497, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bangladesch', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.873', NULL), (0x8b382f05ef2246baa7a1450dd2f7d497, 0x74abf495620848a19755546e0f70dbac, 'Bangladesh', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.871', NULL), (0x8bd1dc54d4574734b5aab38b36f7699f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Südkorea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.554', NULL), (0x8bd1dc54d4574734b5aab38b36f7699f, 0x74abf495620848a19755546e0f70dbac, 'Korea (Republic of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.553', NULL), (0x8d464fc9d85e40d69328b737d9268eaf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Uruguay', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.642', NULL), (0x8d464fc9d85e40d69328b737d9268eaf, 0x74abf495620848a19755546e0f70dbac, 'Uruguay', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.641', NULL), (0x8f6f1de01e524c20ab16558f570dc4a7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saint Martin', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.481', NULL), (0x8f6f1de01e524c20ab16558f570dc4a7, 0x74abf495620848a19755546e0f70dbac, 'Saint Martin (French part)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.479', NULL), (0x90134b212a12455599664243cc683708, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'São Tomé und Príncipe', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.501', NULL), (0x90134b212a12455599664243cc683708, 0x74abf495620848a19755546e0f70dbac, 'Sao Tome and Principe', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.501', NULL), (0x91a19292d7b34c85b875a39f3b8d68f2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kiribati', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.233', NULL), (0x91a19292d7b34c85b875a39f3b8d68f2, 0x74abf495620848a19755546e0f70dbac, 'Kiribati', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.232', NULL); INSERT INTO `country_translation` (`country_id`, `language_id`, `name`, `address_format`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x91a98bf0c65542b682548c79f36b9ead, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dominikanische Republik', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.060', NULL), (0x91a98bf0c65542b682548c79f36b9ead, 0x74abf495620848a19755546e0f70dbac, 'Dominican Republic', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.058', NULL), (0x91b29fc844484dc2af8cdc32014b708e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kenia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.230', NULL), (0x91b29fc844484dc2af8cdc32014b708e, 0x74abf495620848a19755546e0f70dbac, 'Kenya', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.229', NULL), (0x923e797546d54cf78dca181b410f93a6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Irland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.631', NULL), (0x923e797546d54cf78dca181b410f93a6, 0x74abf495620848a19755546e0f70dbac, 'Ireland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.630', NULL), (0x92d5a94bc2cc454dbd35e9882f5fc974, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Georgien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.124', NULL), (0x92d5a94bc2cc454dbd35e9882f5fc974, 0x74abf495620848a19755546e0f70dbac, 'Georgia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.123', NULL), (0x92dde6f5c7324a2eb70c3bd5327c831f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Seychellen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.518', NULL), (0x92dde6f5c7324a2eb70c3bd5327c831f, 0x74abf495620848a19755546e0f70dbac, 'Seychelles', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.516', NULL), (0x93bd8891449441f39349cb1c7fa39ddc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tansania', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.595', NULL), (0x93bd8891449441f39349cb1c7fa39ddc, 0x74abf495620848a19755546e0f70dbac, 'Tanzania, United Republic of', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.594', NULL), (0x9483a143076d48a9abcf6330b1ae159e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Britische Jungferninseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.961', NULL), (0x9483a143076d48a9abcf6330b1ae159e, 0x74abf495620848a19755546e0f70dbac, 'Virgin Islands (British)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.959', NULL), (0x95d993f429c64c7ebeaee00e037a90cf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Åland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.813', NULL), (0x95d993f429c64c7ebeaee00e037a90cf, 0x74abf495620848a19755546e0f70dbac, 'Åland Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.812', NULL), (0x96b6a2b958ab49fe8ab0338a9703f109, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Senegal', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.510', NULL), (0x96b6a2b958ab49fe8ab0338a9703f109, 0x74abf495620848a19755546e0f70dbac, 'Senegal', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.508', NULL), (0x96df67eeb7314b438b61762f74d1a570, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bosnien und Herzegowina', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.909', NULL), (0x96df67eeb7314b438b61762f74d1a570, 0x74abf495620848a19755546e0f70dbac, 'Bosnia and Herzegovina', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.908', NULL), (0x9700ed99d2464a0cb747bf117c9c9909, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dominica', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.055', NULL), (0x9700ed99d2464a0cb747bf117c9c9909, 0x74abf495620848a19755546e0f70dbac, 'Dominica', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.054', NULL), (0x970808c5a7c14e2b8edf5a361212056a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malediven', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.280', NULL), (0x970808c5a7c14e2b8edf5a361212056a, 0x74abf495620848a19755546e0f70dbac, 'Maldives', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.279', NULL), (0x989eb28c95bb4cf4a53965595e1b8c4e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kuwait', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.237', NULL), (0x989eb28c95bb4cf4a53965595e1b8c4e, 0x74abf495620848a19755546e0f70dbac, 'Kuwait', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.236', NULL), (0x997184c1aa1542428ab7f2b4547422e0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Afghanistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.810', NULL), (0x997184c1aa1542428ab7f2b4547422e0, 0x74abf495620848a19755546e0f70dbac, 'Afghanistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.808', NULL), (0x9bb5cfa4e19e4059b68d6b55beb2575b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bhutan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.897', NULL), (0x9bb5cfa4e19e4059b68d6b55beb2575b, 0x74abf495620848a19755546e0f70dbac, 'Bhutan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.895', NULL), (0x9c292d5dfa904e72848eec1230e74bd0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malaysia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.276', NULL), (0x9c292d5dfa904e72848eec1230e74bd0, 0x74abf495620848a19755546e0f70dbac, 'Malaysia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.275', NULL), (0x9c6cd8c0c78e4b868825c65959327ab4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Färöer-Inseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.094', NULL), (0x9c6cd8c0c78e4b868825c65959327ab4, 0x74abf495620848a19755546e0f70dbac, 'Faroe Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.092', NULL), (0x9d04c5b41b654a84926bdb66c8dc6f32, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'San Marino', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.498', NULL), (0x9d04c5b41b654a84926bdb66c8dc6f32, 0x74abf495620848a19755546e0f70dbac, 'San Marino', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.497', NULL), (0x9e13374ab0ea49c0976e774c279b00a9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Montenegro', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.328', NULL), (0x9e13374ab0ea49c0976e774c279b00a9, 0x74abf495620848a19755546e0f70dbac, 'Montenegro', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.327', NULL), (0x9ea3959a971a43769efd1bff99567208, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Litauen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.793', NULL), (0x9ea3959a971a43769efd1bff99567208, 0x74abf495620848a19755546e0f70dbac, 'Lithuania', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.792', NULL), (0x9ee398d4168042319184790ef5a21773, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Timor-Leste', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.602', NULL), (0x9ee398d4168042319184790ef5a21773, 0x74abf495620848a19755546e0f70dbac, 'Timor-Leste', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.601', NULL), (0xa46390a70e184b1ab690fb8ee832ec0a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ungarn', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.764', NULL), (0xa46390a70e184b1ab690fb8ee832ec0a, 0x74abf495620848a19755546e0f70dbac, 'Hungary', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.764', NULL), (0xa6dad700545441e0aa0e50b4bcda6937, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Barbados', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.877', NULL), (0xa6dad700545441e0aa0e50b4bcda6937, 0x74abf495620848a19755546e0f70dbac, 'Barbados', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.875', NULL), (0xa99a8cf9c4a14af09b019664930799ad, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Zentralafrikanische Republik', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.997', NULL), (0xa99a8cf9c4a14af09b019664930799ad, 0x74abf495620848a19755546e0f70dbac, 'Central African Republic', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.996', NULL), (0xaa2cb12c3b4349ac9e4ec62134d97776, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Puerto Rico', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.440', NULL), (0xaa2cb12c3b4349ac9e4ec62134d97776, 0x74abf495620848a19755546e0f70dbac, 'Puerto Rico', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.439', NULL), (0xaadba816a43a4290b056ab03386a523c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malta', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.797', NULL), (0xaadba816a43a4290b056ab03386a523c, 0x74abf495620848a19755546e0f70dbac, 'Malta', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.795', NULL), (0xad343b3c4b5a49869665636475a71090, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Anguilla', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.836', NULL), (0xad343b3c4b5a49869665636475a71090, 0x74abf495620848a19755546e0f70dbac, 'Anguilla', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.835', NULL), (0xad5cfe66931d445a959aa486f60f8183, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Marokko', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.338', NULL), (0xad5cfe66931d445a959aa486f60f8183, 0x74abf495620848a19755546e0f70dbac, 'Morocco', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.335', NULL), (0xad8c3a0796284d578c1f0caddf25f3f6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kasachstan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.227', NULL), (0xad8c3a0796284d578c1f0caddf25f3f6, 0x74abf495620848a19755546e0f70dbac, 'Kazakhstan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.226', NULL), (0xb00d277e3fd14759960054b130be03e2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pakistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.406', NULL), (0xb00d277e3fd14759960054b130be03e2, 0x74abf495620848a19755546e0f70dbac, 'Pakistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.405', NULL), (0xb011722bbca541d984c39caa07758f83, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Suriname', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.570', NULL), (0xb011722bbca541d984c39caa07758f83, 0x74abf495620848a19755546e0f70dbac, 'Suriname', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.569', NULL), (0xb037139f80e748a099e0a738ee3adbb5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sierra Leone', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.522', NULL), (0xb037139f80e748a099e0a738ee3adbb5, 0x74abf495620848a19755546e0f70dbac, 'Sierra Leone', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.521', NULL), (0xb0e665182648498f8ae67d2cf9fcd4c6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Jemen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.669', NULL), (0xb0e665182648498f8ae67d2cf9fcd4c6, 0x74abf495620848a19755546e0f70dbac, 'Yemen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.668', NULL), (0xb0f80bd221134fae81fda77434114f56, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tokelau', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.609', NULL), (0xb0f80bd221134fae81fda77434114f56, 0x74abf495620848a19755546e0f70dbac, 'Tokelau', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.608', NULL), (0xb21134a303d64a3384817e4eb503ed28, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sankt Helena', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.468', NULL), (0xb21134a303d64a3384817e4eb503ed28, 0x74abf495620848a19755546e0f70dbac, 'Saint Helena, Ascension and Tristan da Cunha', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.467', NULL), (0xb3adf48a5ba24df0af1e386805c03154, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Belgien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.785', NULL), (0xb3adf48a5ba24df0af1e386805c03154, 0x74abf495620848a19755546e0f70dbac, 'Belgium', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.783', NULL), (0xb447120fe6ba4718a47eb2ab1ddc754e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Jordanien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.224', NULL), (0xb447120fe6ba4718a47eb2ab1ddc754e, 0x74abf495620848a19755546e0f70dbac, 'Jordan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.223', NULL), (0xb7d559da611a4ed6a792abc2eb7f4b13, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sint Maarten (niederl. Teil)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.532', NULL), (0xb7d559da611a4ed6a792abc2eb7f4b13, 0x74abf495620848a19755546e0f70dbac, 'Sint Maarten (Dutch part)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.531', NULL), (0xb889b57afdfe467ca9fbd555f2ae5e04, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Singapur', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.529', NULL), (0xb889b57afdfe467ca9fbd555f2ae5e04, 0x74abf495620848a19755546e0f70dbac, 'Singapore', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.527', NULL), (0xb8a7ca8a219745bfa5f6c6da07bd97d3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bahrain', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.869', NULL), (0xb8a7ca8a219745bfa5f6c6da07bd97d3, 0x74abf495620848a19755546e0f70dbac, 'Bahrain', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.867', NULL), (0xb95c30f0844f48ae853a66712ec69e1b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sambia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.672', NULL), (0xb95c30f0844f48ae853a66712ec69e1b, 0x74abf495620848a19755546e0f70dbac, 'Zambia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.671', NULL), (0xbadd9fb88f9e41e68032aaa532754f98, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Slowakei', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.772', '2023-04-07 14:35:14.061'), (0xbadd9fb88f9e41e68032aaa532754f98, 0x74abf495620848a19755546e0f70dbac, 'Slovakia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.771', '2023-04-07 14:35:14.061'), (0xbb1c25514fe646b783017f99feba02d4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guatemala', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.160', NULL), (0xbb1c25514fe646b783017f99feba02d4, 0x74abf495620848a19755546e0f70dbac, 'Guatemala', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.159', NULL), (0xbebadb465db948699ef83017e803f3b0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Westsahara', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.666', NULL), (0xbebadb465db948699ef83017e803f3b0, 0x74abf495620848a19755546e0f70dbac, 'Western Sahara', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.665', NULL), (0xbf5c92dfc0ad44fe8193fe16efa1c0cb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Somalia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.540', NULL), (0xbf5c92dfc0ad44fe8193fe16efa1c0cb, 0x74abf495620848a19755546e0f70dbac, 'Somalia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.539', NULL), (0xbf7badba0c034132862d67237df99d64, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kolumbien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.021', NULL), (0xbf7badba0c034132862d67237df99d64, 0x74abf495620848a19755546e0f70dbac, 'Colombia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.020', NULL), (0xc2585c337ad74f6d81366c6fa48b9168, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rumänien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.774', NULL), (0xc2585c337ad74f6d81366c6fa48b9168, 0x74abf495620848a19755546e0f70dbac, 'Romania', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.774', NULL), (0xc4762ed13154478e9d8289086a464dd2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Portugal', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.655', NULL), (0xc4762ed13154478e9d8289086a464dd2, 0x74abf495620848a19755546e0f70dbac, 'Portugal', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.654', NULL), (0xc8b40d530f684b838f0acf07cb855d3e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Liberia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.254', NULL), (0xc8b40d530f684b838f0acf07cb855d3e, 0x74abf495620848a19755546e0f70dbac, 'Liberia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.253', NULL), (0xcabea35e68c04470ae89e4b15589c8ba, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sudan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.567', NULL), (0xcabea35e68c04470ae89e4b15589c8ba, 0x74abf495620848a19755546e0f70dbac, 'Sudan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.565', NULL), (0xccffb928360044348646840ee707d358, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kambodscha', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.981', NULL), (0xccffb928360044348646840ee707d358, 0x74abf495620848a19755546e0f70dbac, 'Cambodia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.980', NULL), (0xce53b8d4d52b4467af2d0e3f61328158, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bouvetinsel', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.919', NULL), (0xce53b8d4d52b4467af2d0e3f61328158, 0x74abf495620848a19755546e0f70dbac, 'Bouvet Island', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.918', NULL), (0xce8feb418ab94c669651f7784b0e39db, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niger', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.377', NULL), (0xce8feb418ab94c669651f7784b0e39db, 0x74abf495620848a19755546e0f70dbac, 'Niger', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.375', NULL), (0xcf69c082a32a4ff390954b89932f5b43, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Réunion', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.451', NULL), (0xcf69c082a32a4ff390954b89932f5b43, 0x74abf495620848a19755546e0f70dbac, 'Réunion', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.450', NULL), (0xd02f7fd23a1746468fa95d2b404e3f72, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kaimaninseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.993', NULL), (0xd02f7fd23a1746468fa95d2b404e3f72, 0x74abf495620848a19755546e0f70dbac, 'Cayman Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.992', NULL), (0xd0b50f82422d4a86ba550e7cb95958fd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saint Vincent und die Grenadinen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.490', NULL), (0xd0b50f82422d4a86ba550e7cb95958fd, 0x74abf495620848a19755546e0f70dbac, 'Saint Vincent and the Grenadines', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.489', NULL), (0xd1332e39d7fe40f0977d9a506867ed54, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vietnam', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.658', NULL), (0xd1332e39d7fe40f0977d9a506867ed54, 0x74abf495620848a19755546e0f70dbac, 'Viet Nam', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.657', NULL), (0xd16fdf014a2e48c1afbbaa8261dad1f8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Amerikanische Jungferninseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.965', NULL), (0xd16fdf014a2e48c1afbbaa8261dad1f8, 0x74abf495620848a19755546e0f70dbac, 'Virgin Islands (U.S.)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.963', NULL), (0xd22e5263aba74ce5b708961640baa236, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dänemark', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.787', NULL), (0xd22e5263aba74ce5b708961640baa236, 0x74abf495620848a19755546e0f70dbac, 'Denmark', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.786', NULL), (0xd327196db9b64cacb59195d6bc8839a7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mikronesien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.313', NULL), (0xd327196db9b64cacb59195d6bc8839a7, 0x74abf495620848a19755546e0f70dbac, 'Micronesia (Federated States of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.312', NULL), (0xd362d0f801ee4bcda822578818be5372, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bahamas', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.864', NULL), (0xd362d0f801ee4bcda822578818be5372, 0x74abf495620848a19755546e0f70dbac, 'Bahamas', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.863', NULL), (0xd4a990741ce446afb8406852bceb691e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Katar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.443', NULL), (0xd4a990741ce446afb8406852bceb691e, 0x74abf495620848a19755546e0f70dbac, 'Qatar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.442', NULL), (0xd581da285afb4bfb8563066846dd4810, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Britisches Territorium im Indischen Ozean', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.925', NULL), (0xd581da285afb4bfb8563066846dd4810, 0x74abf495620848a19755546e0f70dbac, 'British Indian Ocean Territory', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.923', NULL), (0xd64196212a7742148fb04419afd8e1bc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Antigua und Barbuda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.844', NULL), (0xd64196212a7742148fb04419afd8e1bc, 0x74abf495620848a19755546e0f70dbac, 'Antigua and Barbuda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.843', NULL), (0xd6d0dd2b467a420eaa1e3f4a07d5a5b8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guernsey', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.163', NULL), (0xd6d0dd2b467a420eaa1e3f4a07d5a5b8, 0x74abf495620848a19755546e0f70dbac, 'Guernsey', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.162', NULL), (0xd8c7f4536a9545cabc5c354e78fd7ee6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Uganda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.634', NULL), (0xd8c7f4536a9545cabc5c354e78fd7ee6, 0x74abf495620848a19755546e0f70dbac, 'Uganda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.633', NULL), (0xd976afb03b4d4f9dadfa9d1741a5aabc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Palästina', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.414', NULL), (0xd976afb03b4d4f9dadfa9d1741a5aabc, 0x74abf495620848a19755546e0f70dbac, 'Palestine, State of', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.413', NULL), (0xdb5f20f47de94a0e822fc96475b257cc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Moldawie', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.317', NULL), (0xdb5f20f47de94a0e822fc96475b257cc, 0x74abf495620848a19755546e0f70dbac, 'Moldova (Republic of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.315', NULL), (0xdc483c9c989f4e05819a4c15b8d4aa7b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nigeria', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.381', NULL), (0xdc483c9c989f4e05819a4c15b8d4aa7b, 0x74abf495620848a19755546e0f70dbac, 'Nigeria', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.380', NULL), (0xdcb30ed0fc9b490da94a4267755654ef, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ghana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.128', NULL), (0xdcb30ed0fc9b490da94a4267755654ef, 0x74abf495620848a19755546e0f70dbac, 'Ghana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.127', NULL), (0xddcba4ab50304611900630fb40816a4f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Burundi', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.977', NULL), (0xddcba4ab50304611900630fb40816a4f, 0x74abf495620848a19755546e0f70dbac, 'Burundi', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.976', NULL), (0xde36f3bb83c2450f87deed8bce311dcc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Grenada', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.141', NULL), (0xde36f3bb83c2450f87deed8bce311dcc, 0x74abf495620848a19755546e0f70dbac, 'Grenada', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.139', NULL), (0xe150fce538d34f4abe35f1d4226576cd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Angola', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.832', NULL), (0xe150fce538d34f4abe35f1d4226576cd, 0x74abf495620848a19755546e0f70dbac, 'Angola', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.831', NULL), (0xe2cf7ff5eb0f40d5ba67418265984b2e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saint Lucia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.477', NULL), (0xe2cf7ff5eb0f40d5ba67418265984b2e, 0x74abf495620848a19755546e0f70dbac, 'Saint Lucia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.475', NULL), (0xe383967c37994a559fd67621c5c78599, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kuba', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.042', NULL), (0xe383967c37994a559fd67621c5c78599, 0x74abf495620848a19755546e0f70dbac, 'Cuba', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.042', NULL), (0xe3f33e6fbbcf4322a769262918776379, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Martinique', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.293', NULL); INSERT INTO `country_translation` (`country_id`, `language_id`, `name`, `address_format`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xe3f33e6fbbcf4322a769262918776379, 0x74abf495620848a19755546e0f70dbac, 'Martinique', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.292', NULL), (0xe610638fc9a44dfe9b16c4e50f45e2de, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Heard und die McDonaldinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.184', NULL), (0xe610638fc9a44dfe9b16c4e50f45e2de, 0x74abf495620848a19755546e0f70dbac, 'Heard Island and McDonald Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.183', NULL), (0xe6c7d9326a1c49c5b7e98fa32630b303, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oman', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.403', NULL), (0xe6c7d9326a1c49c5b7e98fa32630b303, 0x74abf495620848a19755546e0f70dbac, 'Oman', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.402', NULL), (0xe9bc0fda3be541409adfbec9c21ee3bd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Taiwan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.586', NULL), (0xe9bc0fda3be541409adfbec9c21ee3bd, 0x74abf495620848a19755546e0f70dbac, 'Taiwan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.585', NULL), (0xe9fcdfc8758440399a3fc90d9befaad8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guinea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.168', NULL), (0xe9fcdfc8758440399a3fc90d9befaad8, 0x74abf495620848a19755546e0f70dbac, 'Guinea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.166', NULL), (0xeafecf65658b422eb7eec4480097ba5d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nicaragua', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.372', NULL), (0xeafecf65658b422eb7eec4480097ba5d, 0x74abf495620848a19755546e0f70dbac, 'Nicaragua', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.370', NULL), (0xeba1a4e07b224cf8af2e760be0d40c7c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Russland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.454', NULL), (0xeba1a4e07b224cf8af2e760be0d40c7c, 0x74abf495620848a19755546e0f70dbac, 'Russian Federation', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.453', NULL), (0xec9d7e4c709d4b61bbe4e55af3d3aa65, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Neuseeland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.367', NULL), (0xec9d7e4c709d4b61bbe4e55af3d3aa65, 0x74abf495620848a19755546e0f70dbac, 'New Zealand', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.366', NULL), (0xed53e3e3b0944c85ad17ae88c1b6fcbf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Südsudan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.558', NULL), (0xed53e3e3b0944c85ad17ae88c1b6fcbf, 0x74abf495620848a19755546e0f70dbac, 'South Sudan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.557', NULL), (0xee495dd314eb47818433dcbbe7c41246, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mayotte', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.305', NULL), (0xee495dd314eb47818433dcbbe7c41246, 0x74abf495620848a19755546e0f70dbac, 'Mayotte', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.304', NULL), (0xeefa510036714e86bb39cfcc5f2c8e73, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Österreich', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.653', NULL), (0xeefa510036714e86bb39cfcc5f2c8e73, 0x74abf495620848a19755546e0f70dbac, 'Austria', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.652', NULL), (0xf0cc5e7a46e6472a98895b10dc45c4e5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Laos', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.243', NULL), (0xf0cc5e7a46e6472a98895b10dc45c4e5, 0x74abf495620848a19755546e0f70dbac, 'Lao People\'s Democratic Republic', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.242', NULL), (0xf1482ceb86b046b3a7094e7239e7b5f5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Republik Südafrika', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.545', NULL), (0xf1482ceb86b046b3a7094e7239e7b5f5, 0x74abf495620848a19755546e0f70dbac, 'South Africa', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.543', NULL), (0xf1a311fd7c2b4d43b343fbc162e4b961, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guadeloupe', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.145', NULL), (0xf1a311fd7c2b4d43b343fbc162e4b961, 0x74abf495620848a19755546e0f70dbac, 'Guadeloupe', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.144', NULL), (0xf1f02a19ab704422aa2cb56eb7e4b20e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Burkina Faso', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.974', NULL), (0xf1f02a19ab704422aa2cb56eb7e4b20e, 0x74abf495620848a19755546e0f70dbac, 'Burkina Faso', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.972', NULL), (0xf2274174824d41e2b4fa50eacf1f4648, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ecuador', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.064', NULL), (0xf2274174824d41e2b4fa50eacf1f4648, 0x74abf495620848a19755546e0f70dbac, 'Ecuador', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.062', NULL), (0xf3bdb007d7154d9cbb49a4d75cf15fd6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Schweden', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.658', NULL), (0xf3bdb007d7154d9cbb49a4d75cf15fd6, 0x74abf495620848a19755546e0f70dbac, 'Sweden', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.657', NULL), (0xf4602cf1934a40c988dbbb2346dd2531, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Algerien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.821', NULL), (0xf4602cf1934a40c988dbbb2346dd2531, 0x74abf495620848a19755546e0f70dbac, 'Algeria', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.820', NULL), (0xf6634772416c4e7696cd306bfdbc7c87, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guinea-Bissau', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.172', NULL), (0xf6634772416c4e7696cd306bfdbc7c87, 0x74abf495620848a19755546e0f70dbac, 'Guinea-Bissau', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.171', NULL), (0xf88748cc36ec451b832dad7222fa918b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Palau', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.410', NULL), (0xf88748cc36ec451b832dad7222fa918b, 0x74abf495620848a19755546e0f70dbac, 'Palau', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.409', NULL), (0xf935a285c24b4f90a18cccefef2bf1f0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Iran', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.207', NULL), (0xf935a285c24b4f90a18cccefef2bf1f0, 0x74abf495620848a19755546e0f70dbac, 'Iran (Islamic Republic of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.207', NULL), (0xfb5f69d0e09b4c74ab5c96e46a91949c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Haiti', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.181', NULL), (0xfb5f69d0e09b4c74ab5c96e46a91949c, 0x74abf495620848a19755546e0f70dbac, 'Haiti', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:09.179', NULL), (0xfbb004c32b9e4e52aa334c4d319da661, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bonaire, Sint Eustatius und Saba', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.905', NULL), (0xfbb004c32b9e4e52aa334c4d319da661, 0x74abf495620848a19755546e0f70dbac, 'Bonaire, Sint Eustatius and Saba', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:35:08.904', NULL), (0xfe3bf4c335194f1b8512173bbf255197, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tschechische Republik', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.770', NULL), (0xfe3bf4c335194f1b8512173bbf255197, 0x74abf495620848a19755546e0f70dbac, 'Czech Republic', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-04-07 14:34:57.769', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `currency` -- CREATE TABLE `currency` ( `id` binary(16) NOT NULL, `iso_code` char(3) COLLATE utf8mb4_unicode_ci NOT NULL, `factor` double NOT NULL, `symbol` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `position` int NOT NULL DEFAULT '1', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `item_rounding` json DEFAULT NULL, `total_rounding` json DEFAULT NULL, `tax_free_from` double DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `currency` -- INSERT INTO `currency` (`id`, `iso_code`, `factor`, `symbol`, `position`, `created_at`, `updated_at`, `item_rounding`, `total_rounding`, `tax_free_from`) VALUES (0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 'EUR', 1, '€', 1, '2023-04-07 14:34:57.793', NULL, '{\"decimals\": \"2\", \"interval\": 0.01, \"roundForNet\": true}', '{\"decimals\": \"2\", \"interval\": 0.01, \"roundForNet\": true}', 0); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `currency_country_rounding` -- CREATE TABLE `currency_country_rounding` ( `id` binary(16) NOT NULL, `currency_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `item_rounding` json NOT NULL, `total_rounding` json NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `currency_translation` -- CREATE TABLE `currency_translation` ( `currency_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `short_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `currency_translation` -- INSERT INTO `currency_translation` (`currency_id`, `language_id`, `short_name`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'EUR', 'Euro', NULL, '2023-04-07 14:34:57.798', NULL), (0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x74abf495620848a19755546e0f70dbac, 'EUR', 'Euro', NULL, '2023-04-07 14:34:57.795', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer` -- CREATE TABLE `customer` ( `id` binary(16) NOT NULL, `auto_increment` bigint UNSIGNED NOT NULL, `customer_group_id` binary(16) NOT NULL, `requested_customer_group_id` binary(16) DEFAULT NULL, `default_payment_method_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `last_payment_method_id` binary(16) DEFAULT NULL, `default_billing_address_id` binary(16) NOT NULL, `default_shipping_address_id` binary(16) NOT NULL, `customer_number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `salutation_id` binary(16) DEFAULT NULL, `first_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `last_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `company` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `password` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `legacy_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `legacy_encoder` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `vat_ids` json DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `double_opt_in_registration` tinyint(1) NOT NULL DEFAULT '0', `double_opt_in_email_sent_date` datetime(3) DEFAULT NULL, `double_opt_in_confirm_date` datetime(3) DEFAULT NULL, `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `guest` tinyint(1) NOT NULL DEFAULT '0', `first_login` datetime(3) DEFAULT NULL, `last_login` datetime(3) DEFAULT NULL, `newsletter_sales_channel_ids` json DEFAULT NULL, `newsletter` tinyint(1) NOT NULL DEFAULT '0', `birthday` date DEFAULT NULL, `last_order_date` datetime(3) DEFAULT NULL, `order_count` int NOT NULL DEFAULT '0', `order_total_amount` double DEFAULT '0', `custom_fields` json DEFAULT NULL, `affiliate_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `campaign_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `remote_address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tag_ids` json DEFAULT NULL, `bound_sales_channel_id` binary(16) DEFAULT NULL, `created_by_id` binary(16) DEFAULT NULL, `updated_by_id` binary(16) DEFAULT NULL ) ; -- -- Tablo döküm verisi `customer` -- INSERT INTO `customer` (`id`, `auto_increment`, `customer_group_id`, `requested_customer_group_id`, `default_payment_method_id`, `sales_channel_id`, `language_id`, `last_payment_method_id`, `default_billing_address_id`, `default_shipping_address_id`, `customer_number`, `salutation_id`, `first_name`, `last_name`, `company`, `password`, `legacy_password`, `legacy_encoder`, `email`, `title`, `vat_ids`, `active`, `double_opt_in_registration`, `double_opt_in_email_sent_date`, `double_opt_in_confirm_date`, `hash`, `guest`, `first_login`, `last_login`, `newsletter_sales_channel_ids`, `newsletter`, `birthday`, `last_order_date`, `order_count`, `order_total_amount`, `custom_fields`, `affiliate_code`, `campaign_code`, `created_at`, `updated_at`, `remote_address`, `tag_ids`, `bound_sales_channel_id`, `created_by_id`, `updated_by_id`) VALUES (0x6c97534c2c0747f39e8751e43cb2b013, 1, 0xcfbd5018d38d41d8adca10d94fc8bdd6, NULL, 0x0b9652fcbd3249bea856f335a44c59ff, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, 0xd8f0dff7ef3947979a83c42f6509f22c, 0xd8f0dff7ef3947979a83c42f6509f22c, 'SWDEMO10000', 0x5756580c64014cd885d45ab8938b3acb, 'Max', 'Mustermann', NULL, '$2y$10$qYoCQe2r3h/tiGIqwsq7YuuKBGCEmgtM/U4v182xtKDrFv5vSNFJO', NULL, NULL, 'test@example.com', NULL, NULL, 1, 0, NULL, NULL, NULL, 0, NULL, '2019-06-12 07:13:39.641', NULL, 0, '1996-06-06', NULL, 0, 0, NULL, NULL, NULL, '2023-04-07 11:37:11.779', NULL, NULL, NULL, NULL, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, NULL), (0xdffc461fca4a46cf9743efdb34fa9df7, 2, 0xcfbd5018d38d41d8adca10d94fc8bdd6, NULL, 0x4e7e88d548d14942b3b5dfcea1810247, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, 0x318c087798394490a8d59fd291be90b5, 0x1ef4ac5be8424bbc9b44b4180d4baf27, '10000', 0x9f4a1860a2c24440a309e376dd4b80a3, 'uygar', 'sarıoğlu', NULL, '$2y$10$yTMecJk0nGZxjP/Vaffsdu1yH8.DNHkqvPybP/MuEcq/vQVzvl5cK', NULL, NULL, 'uygarsarioglu@gmail.com', NULL, NULL, 1, 0, NULL, NULL, NULL, 0, '2023-05-07 15:49:45.098', NULL, NULL, 0, NULL, NULL, 0, 0, NULL, NULL, NULL, '2023-05-07 15:49:45.197', '2023-05-07 15:49:45.515', '172.69.251.0', NULL, NULL, NULL, NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_address` -- CREATE TABLE `customer_address` ( `id` binary(16) NOT NULL, `customer_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `country_state_id` binary(16) DEFAULT NULL, `company` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `department` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `salutation_id` binary(16) DEFAULT NULL, `title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `first_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `last_name` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `street` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `zipcode` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `vat_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone_number` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `additional_address_line1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `additional_address_line2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `customer_address` -- INSERT INTO `customer_address` (`id`, `customer_id`, `country_id`, `country_state_id`, `company`, `department`, `salutation_id`, `title`, `first_name`, `last_name`, `street`, `zipcode`, `city`, `vat_id`, `phone_number`, `additional_address_line1`, `additional_address_line2`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x1ef4ac5be8424bbc9b44b4180d4baf27, 0xdffc461fca4a46cf9743efdb34fa9df7, 0x02b7e51eab1a4faf8dfb253958a7568f, NULL, NULL, NULL, 0x5756580c64014cd885d45ab8938b3acb, NULL, 'Uygar', 'Sarıoğlu', '75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi', '33200', '75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi', NULL, NULL, NULL, NULL, NULL, '2023-05-07 15:49:45.196', NULL), (0x318c087798394490a8d59fd291be90b5, 0xdffc461fca4a46cf9743efdb34fa9df7, 0x02b7e51eab1a4faf8dfb253958a7568f, 0x4867b34d4dbf440d8b3c24c85a445e35, NULL, NULL, 0x9f4a1860a2c24440a309e376dd4b80a3, NULL, 'uygar', 'sarıoğlu', '75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi', '33200', '75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi', NULL, NULL, NULL, NULL, NULL, '2023-05-07 15:49:45.196', NULL), (0xd8f0dff7ef3947979a83c42f6509f22c, 0x6c97534c2c0747f39e8751e43cb2b013, 0x002790e6a28f40c4969bda22921e644f, NULL, NULL, NULL, 0x5756580c64014cd885d45ab8938b3acb, NULL, 'Max', 'Mustermann', 'Musterstraße 1', '12345', 'Musterstadt', NULL, NULL, NULL, NULL, NULL, '2023-04-07 11:37:11.778', NULL); -- -- Tetikleyiciler `customer_address` -- DELIMITER $$ CREATE TRIGGER `customer_address_vat_id_insert` AFTER INSERT ON `customer_address` FOR EACH ROW BEGIN IF NEW.vat_id IS NOT NULL THEN UPDATE customer SET vat_ids = JSON_ARRAY(NEW.vat_id) WHERE customer.default_billing_address_id = NEW.id AND (JSON_CONTAINS(vat_ids, '"$NEW.vat_id"') = 0 OR vat_ids IS NULL); END IF; END $$ DELIMITER ; DELIMITER $$ CREATE TRIGGER `customer_address_vat_id_update` AFTER UPDATE ON `customer_address` FOR EACH ROW BEGIN IF (OLD.vat_id IS NOT NULL AND NEW.vat_id IS NULL) THEN UPDATE customer SET vat_ids = JSON_REMOVE(vat_ids, JSON_UNQUOTE(JSON_SEARCH(vat_ids, 'one', OLD.vat_id))) WHERE customer.default_billing_address_id = NEW.id AND JSON_SEARCH(vat_ids, 'one', OLD.vat_id) IS NOT NULL; ELSEIF (OLD.vat_id IS NULL AND NEW.vat_id IS NOT NULL) OR (OLD.vat_id <> NEW.vat_id) THEN UPDATE customer SET vat_ids = JSON_ARRAY(NEW.vat_id) WHERE customer.default_billing_address_id = NEW.id AND (JSON_CONTAINS(vat_ids, '"$NEW.vat_id"') = 0 OR vat_ids IS NULL); END IF; END $$ DELIMITER ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_group` -- CREATE TABLE `customer_group` ( `id` binary(16) NOT NULL, `display_gross` tinyint(1) NOT NULL DEFAULT '1', `registration_active` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `customer_group` -- INSERT INTO `customer_group` (`id`, `display_gross`, `registration_active`, `created_at`, `updated_at`) VALUES (0xcfbd5018d38d41d8adca10d94fc8bdd6, 1, 0, '2023-04-07 14:34:57.804', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_group_registration_sales_channels` -- CREATE TABLE `customer_group_registration_sales_channels` ( `customer_group_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_group_translation` -- CREATE TABLE `customer_group_translation` ( `customer_group_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `registration_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `registration_introduction` longtext COLLATE utf8mb4_unicode_ci, `registration_only_company_registration` tinyint(1) DEFAULT NULL, `registration_seo_meta_description` longtext COLLATE utf8mb4_unicode_ci, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `customer_group_translation` -- INSERT INTO `customer_group_translation` (`customer_group_id`, `language_id`, `name`, `custom_fields`, `registration_title`, `registration_introduction`, `registration_only_company_registration`, `registration_seo_meta_description`, `created_at`, `updated_at`) VALUES (0xcfbd5018d38d41d8adca10d94fc8bdd6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard-Kundengruppe', NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:34:57.808', NULL), (0xcfbd5018d38d41d8adca10d94fc8bdd6, 0x74abf495620848a19755546e0f70dbac, 'Standard customer group', NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:34:57.806', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_recovery` -- CREATE TABLE `customer_recovery` ( `id` binary(16) NOT NULL, `customer_id` binary(16) NOT NULL, `hash` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_tag` -- CREATE TABLE `customer_tag` ( `customer_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_wishlist` -- CREATE TABLE `customer_wishlist` ( `id` binary(16) NOT NULL, `customer_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_wishlist_product` -- CREATE TABLE `customer_wishlist_product` ( `id` binary(16) NOT NULL, `customer_wishlist_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `custom_entity` -- CREATE TABLE `custom_entity` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `fields` json NOT NULL, `app_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `custom_field` -- CREATE TABLE `custom_field` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `config` json DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `set_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `allow_customer_write` tinyint NOT NULL DEFAULT '0' ) ; -- -- Tablo döküm verisi `custom_field` -- INSERT INTO `custom_field` (`id`, `name`, `type`, `config`, `active`, `set_id`, `created_at`, `updated_at`, `allow_customer_write`) VALUES (0x4f1f36c575e1a2ddf88ac8fe74eda572, 'wawision_shopimporter_syncstate', 'int', '{\"label\": {\"de-DE\": \"Xentral SyncState\", \"en-GB\": \"Xentral SyncState\"}, \"numberType\": \"int\"}', 0, 0x75a02ea52d439a634efc752a92e67837, '2023-04-07 11:55:46.351', NULL, 0); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `custom_field_set` -- CREATE TABLE `custom_field_set` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `config` json DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `app_id` binary(16) DEFAULT NULL, `position` int NOT NULL DEFAULT '1', `global` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `custom_field_set` -- INSERT INTO `custom_field_set` (`id`, `name`, `config`, `active`, `app_id`, `position`, `global`, `created_at`, `updated_at`) VALUES (0x75a02ea52d439a634efc752a92e67837, 'wawision_shopimporter', '{\"label\": {\"de-DE\": \"Xentral\", \"en-GB\": \"Xentral\"}, \"translated\": true}', 0, NULL, 1, 0, '2023-04-07 11:55:46.332', '2023-04-07 12:23:17.804'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `custom_field_set_relation` -- CREATE TABLE `custom_field_set_relation` ( `id` binary(16) NOT NULL, `set_id` binary(16) NOT NULL, `entity_name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `custom_field_set_relation` -- INSERT INTO `custom_field_set_relation` (`id`, `set_id`, `entity_name`, `created_at`, `updated_at`) VALUES (0x05f3a6c80425499f94ce41c6fafe61c5, 0x75a02ea52d439a634efc752a92e67837, 'category', '2023-04-07 12:23:17.799', NULL), (0x102fb4ea9d7d4763b732329ef6bb3469, 0x75a02ea52d439a634efc752a92e67837, 'delivery_time', '2023-04-07 12:23:17.802', NULL), (0x137c4486b0ab48379ed48e00bf0d5ed9, 0x75a02ea52d439a634efc752a92e67837, 'landing_page', '2023-04-07 12:23:17.801', NULL), (0x188a666ccdd3479cbede9fc4fff904d1, 0x75a02ea52d439a634efc752a92e67837, 'salutation', '2023-04-07 12:23:17.803', NULL), (0x2607e3babaaa494daacdb01c137c1e87, 0x75a02ea52d439a634efc752a92e67837, 'currency', '2023-04-07 12:23:17.802', NULL), (0x3413a2b6a2e7433e8de5f3ba05b24180, 0x75a02ea52d439a634efc752a92e67837, 'media', '2023-04-07 12:23:17.800', NULL), (0x351cec5bd0174e3bb754a36c3b49ec75, 0x75a02ea52d439a634efc752a92e67837, 'customer', '2023-04-07 12:23:17.800', NULL), (0x41aa4747795a45ab97e3ca056dd9e677, 0x75a02ea52d439a634efc752a92e67837, 'product_stream', '2023-04-07 12:23:17.801', NULL), (0x4a92d89fa7934ebf915a9bf59f9943c7, 0x75a02ea52d439a634efc752a92e67837, 'order', '2023-04-07 12:23:17.800', NULL), (0x531b844468d5409eb9d063caa69a7dbd, 0x75a02ea52d439a634efc752a92e67837, 'property_group', '2023-04-07 12:23:17.801', NULL), (0x5a2fff3d55284301858316b50388f178, 0x75a02ea52d439a634efc752a92e67837, 'promotion', '2023-04-07 12:23:17.801', NULL), (0x5f00ea4db5d04261a3c9129db9b06184, 0x75a02ea52d439a634efc752a92e67837, 'shipping_method', '2023-04-07 12:23:17.803', NULL), (0x715225e66e494721a37f6c686378e3d0, 0x75a02ea52d439a634efc752a92e67837, 'pickware_erp_warehouse', '2023-04-07 12:23:17.803', NULL), (0x76c5f6386e4049038cd4030ca21a6378, 0x75a02ea52d439a634efc752a92e67837, 'sales_channel', '2023-04-07 12:23:17.800', NULL), (0x7b8c9855f66048f7bc5e941fb6975dfa, 0x75a02ea52d439a634efc752a92e67837, 'customer_group', '2023-04-07 12:23:17.802', NULL), (0x800b2cdec2174eec8a330298ef018ab4, 0x75a02ea52d439a634efc752a92e67837, 'product_manufacturer', '2023-04-07 12:23:17.800', NULL), (0x81d87a0d2b624bd48b612be0271ec607, 0x75a02ea52d439a634efc752a92e67837, 'country', '2023-04-07 12:23:17.801', NULL), (0x8d6e76c6cfff4750a1dd7929346c19fd, 0x75a02ea52d439a634efc752a92e67837, 'product', '2023-04-07 12:23:17.799', NULL), (0xa17aecf5d8b7497da01bb1491d09b073, 0x75a02ea52d439a634efc752a92e67837, 'document_base_config', '2023-04-07 12:23:17.802', NULL), (0xa460276a3eb04a3eb1158ad6cd9061b9, 0x75a02ea52d439a634efc752a92e67837, 'tax', '2023-04-07 12:23:17.803', NULL), (0xb674af6576c346c2a14f858b57ae57b1, 0x75a02ea52d439a634efc752a92e67837, 'event_action', '2023-04-07 12:23:17.801', NULL), (0xcb8495e7ac544a6ea1798d2855633f6b, 0x75a02ea52d439a634efc752a92e67837, 'pickware_erp_supplier', '2023-04-07 12:23:17.803', NULL), (0xd173e2c909234ad3b1da7ee967eabff5, 0x75a02ea52d439a634efc752a92e67837, 'product_review', '2023-04-07 12:23:17.801', NULL), (0xd1771d310c764dd2af03fe5fc7ff1b45, 0x75a02ea52d439a634efc752a92e67837, 'payment_method', '2023-04-07 12:23:17.803', NULL), (0xd36ce996ea65402ca199a071220cc611, 0x75a02ea52d439a634efc752a92e67837, 'language', '2023-04-07 12:23:17.802', NULL), (0xd76881c47f5a493db799fc0db911cf0a, 0x75a02ea52d439a634efc752a92e67837, 'number_range', '2023-04-07 12:23:17.802', NULL), (0xdabbf7e1e22b4387b09f74c3715e5404, 0x75a02ea52d439a634efc752a92e67837, 'rule', '2023-04-07 12:23:17.803', NULL), (0xfcb0e8fa9e85430597bb4216afeeee19, 0x75a02ea52d439a634efc752a92e67837, 'customer_address', '2023-04-07 12:23:17.800', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `dead_message` -- CREATE TABLE `dead_message` ( `id` binary(16) NOT NULL, `original_message_class` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `serialized_original_message` longblob NOT NULL, `handler_class` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `encrypted` tinyint(1) NOT NULL DEFAULT '0', `error_count` int NOT NULL, `next_execution_time` datetime(3) NOT NULL, `exception` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `exception_message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `exception_file` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `exception_line` int NOT NULL, `scheduled_task_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `delivery_time` -- CREATE TABLE `delivery_time` ( `id` binary(16) NOT NULL, `min` int NOT NULL, `max` int NOT NULL, `unit` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `delivery_time` -- INSERT INTO `delivery_time` (`id`, `min`, `max`, `unit`, `created_at`, `updated_at`) VALUES (0x23ffae0d0dad40789472e9931a6211d2, 1, 3, 'day', '2023-04-07 14:34:57.000', NULL), (0x2eca478de0564bfbbda8032aa4a19800, 2, 5, 'day', '2023-04-07 14:34:57.000', NULL), (0xd39e30b72bd248ad971dee79628ead66, 3, 4, 'week', '2023-04-07 14:34:57.000', NULL), (0xd9c3f27b953246648bb0dfa76f38b9f0, 1, 2, 'week', '2023-04-07 14:34:57.000', NULL), (0xf42b8ed7ca9645eaafa7f7e77ad54986, 0, 0, 'hour', '2023-04-07 14:35:31.391', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `delivery_time_translation` -- CREATE TABLE `delivery_time_translation` ( `delivery_time_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `delivery_time_translation` -- INSERT INTO `delivery_time_translation` (`delivery_time_id`, `language_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x23ffae0d0dad40789472e9931a6211d2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '1-3 Tage', NULL, '2023-04-07 14:34:57.000', NULL), (0x23ffae0d0dad40789472e9931a6211d2, 0x74abf495620848a19755546e0f70dbac, '1-3 days', NULL, '2023-04-07 14:34:57.000', NULL), (0x2eca478de0564bfbbda8032aa4a19800, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2-5 Tage', NULL, '2023-04-07 14:34:57.000', NULL), (0x2eca478de0564bfbbda8032aa4a19800, 0x74abf495620848a19755546e0f70dbac, '2-5 days', NULL, '2023-04-07 14:34:57.000', NULL), (0xd39e30b72bd248ad971dee79628ead66, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '3-4 Wochen', NULL, '2023-04-07 14:34:57.000', NULL), (0xd39e30b72bd248ad971dee79628ead66, 0x74abf495620848a19755546e0f70dbac, '3-4 weeks', NULL, '2023-04-07 14:34:57.000', NULL), (0xd9c3f27b953246648bb0dfa76f38b9f0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '1-2 Wochen', NULL, '2023-04-07 14:34:57.000', NULL), (0xd9c3f27b953246648bb0dfa76f38b9f0, 0x74abf495620848a19755546e0f70dbac, '1-2 weeks', NULL, '2023-04-07 14:34:57.000', NULL), (0xf42b8ed7ca9645eaafa7f7e77ad54986, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sofort verfügbar', NULL, '2023-04-07 14:35:31.396', NULL), (0xf42b8ed7ca9645eaafa7f7e77ad54986, 0x74abf495620848a19755546e0f70dbac, 'Instant download', NULL, '2023-04-07 14:35:31.395', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `document` -- CREATE TABLE `document` ( `id` binary(16) NOT NULL, `document_type_id` binary(16) NOT NULL, `referenced_document_id` binary(16) DEFAULT NULL, `file_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `config` json DEFAULT NULL, `sent` tinyint(1) NOT NULL DEFAULT '0', `static` tinyint(1) NOT NULL DEFAULT '0', `deep_link_code` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `document_media_file_id` binary(16) DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `document_base_config` -- CREATE TABLE `document_base_config` ( `id` binary(16) NOT NULL, `name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `filename_prefix` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '', `filename_suffix` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '', `document_number` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '', `global` tinyint(1) DEFAULT '0', `document_type_id` binary(16) NOT NULL, `logo_id` binary(16) DEFAULT NULL, `config` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `document_base_config` -- INSERT INTO `document_base_config` (`id`, `name`, `filename_prefix`, `filename_suffix`, `document_number`, `global`, `document_type_id`, `logo_id`, `config`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x314bf84573df4eb2a6ca0923af0d63d4, 'delivery_note', 'delivery_note_', '', '', 1, 0x9f4d16c11e0b45a39a1167666c96fb7b, NULL, '{\"vatId\": \"\", \"bankBic\": \"\", \"bankIban\": \"\", \"bankName\": \"\", \"pageSize\": \"a4\", \"taxNumber\": \"\", \"taxOffice\": \"\", \"companyName\": \"Example Company\", \"itemsPerPage\": 10, \"displayFooter\": true, \"displayHeader\": true, \"displayPrices\": false, \"companyAddress\": \"\", \"pageOrientation\": \"portrait\", \"displayLineItems\": true, \"displayPageCount\": true, \"executiveDirector\": \"\", \"placeOfFulfillment\": \"\", \"placeOfJurisdiction\": \"\", \"displayCompanyAddress\": true, \"diplayLineItemPosition\": true}', NULL, '2023-04-07 14:34:58.052', NULL), (0x48ad6d15d47a49c284705eba7561e3aa, 'invoice', 'invoice_', '', '', 1, 0xffc7da9b68ad40d988757c6fd87dd7b2, NULL, '{\"vatId\": \"\", \"bankBic\": \"\", \"bankIban\": \"\", \"bankName\": \"\", \"pageSize\": \"a4\", \"taxNumber\": \"\", \"taxOffice\": \"\", \"companyName\": \"Example Company\", \"itemsPerPage\": 10, \"displayFooter\": true, \"displayHeader\": true, \"displayPrices\": true, \"companyAddress\": \"\", \"pageOrientation\": \"portrait\", \"displayLineItems\": true, \"displayPageCount\": true, \"deliveryCountries\": [\"02b7e51eab1a4faf8dfb253958a7568f\", \"088af52e087d419ab7fec6ab76cf0360\", \"0d0bef34a9df47ebbd4322f52d087b00\", \"123d6c35bba24757a0f959952a8d2e32\", \"23ccba12509843a7b6d13cd2dfd7b6fd\", \"37c373c3b7b74b8eb80e25a07ff73f0c\", \"3a25eb03250b4b92830f091606bf9e0d\", \"5044dc2c7bd042c089dfca3503b95073\", \"507bf201e3044775b9025e2e0477806d\", \"520c3630afac47fcb35d0d44553608e4\", \"5908fc3c78364059a6e62a382604d597\", \"5bf47015e7874f8d9b46d01468146399\", \"78e35aea49f541989d2583e07de24b59\", \"7a28bfa881124229920dba0aa9bc9bb5\", \"7cdc41ee20864431be6761e7b775809d\", \"8b2f35b6edfd48c7b9919d9395f3a27f\", \"923e797546d54cf78dca181b410f93a6\", \"9ea3959a971a43769efd1bff99567208\", \"a46390a70e184b1ab690fb8ee832ec0a\", \"aadba816a43a4290b056ab03386a523c\", \"b3adf48a5ba24df0af1e386805c03154\", \"badd9fb88f9e41e68032aaa532754f98\", \"c2585c337ad74f6d81366c6fa48b9168\", \"c4762ed13154478e9d8289086a464dd2\", \"d22e5263aba74ce5b708961640baa236\", \"eefa510036714e86bb39cfcc5f2c8e73\", \"f3bdb007d7154d9cbb49a4d75cf15fd6\", \"fe3bf4c335194f1b8512173bbf255197\"], \"executiveDirector\": \"\", \"placeOfFulfillment\": \"\", \"placeOfJurisdiction\": \"\", \"displayCompanyAddress\": true, \"diplayLineItemPosition\": true}', NULL, '2023-04-07 14:34:58.051', NULL), (0x59d6f03850cd4a0a8237b3e1e30c0a29, 'pickware_erp_picklist', 'picklist_', '', '', 1, 0xc9e41ff4907a4a4f90a82d16aed73a9d, NULL, '{\"vatId\": \"\", \"bankBic\": \"\", \"bankIban\": \"\", \"bankName\": \"\", \"pageSize\": \"a4\", \"taxNumber\": \"\", \"taxOffice\": \"\", \"companyName\": \"Example Company\", \"itemsPerPage\": 10, \"displayFooter\": true, \"displayHeader\": true, \"displayPrices\": false, \"companyAddress\": \"\", \"pageOrientation\": \"portrait\", \"displayLineItems\": false, \"displayPageCount\": true, \"deliveryCountries\": [\"02b7e51eab1a4faf8dfb253958a7568f\", \"088af52e087d419ab7fec6ab76cf0360\", \"0d0bef34a9df47ebbd4322f52d087b00\", \"123d6c35bba24757a0f959952a8d2e32\", \"23ccba12509843a7b6d13cd2dfd7b6fd\", \"37c373c3b7b74b8eb80e25a07ff73f0c\", \"3a25eb03250b4b92830f091606bf9e0d\", \"5044dc2c7bd042c089dfca3503b95073\", \"507bf201e3044775b9025e2e0477806d\", \"520c3630afac47fcb35d0d44553608e4\", \"5908fc3c78364059a6e62a382604d597\", \"5bf47015e7874f8d9b46d01468146399\", \"78e35aea49f541989d2583e07de24b59\", \"7a28bfa881124229920dba0aa9bc9bb5\", \"7cdc41ee20864431be6761e7b775809d\", \"8b2f35b6edfd48c7b9919d9395f3a27f\", \"923e797546d54cf78dca181b410f93a6\", \"9ea3959a971a43769efd1bff99567208\", \"a46390a70e184b1ab690fb8ee832ec0a\", \"aadba816a43a4290b056ab03386a523c\", \"b3adf48a5ba24df0af1e386805c03154\", \"badd9fb88f9e41e68032aaa532754f98\", \"c2585c337ad74f6d81366c6fa48b9168\", \"c4762ed13154478e9d8289086a464dd2\", \"d22e5263aba74ce5b708961640baa236\", \"eefa510036714e86bb39cfcc5f2c8e73\", \"f3bdb007d7154d9cbb49a4d75cf15fd6\", \"fe3bf4c335194f1b8512173bbf255197\"], \"executiveDirector\": \"\", \"placeOfFulfillment\": \"\", \"placeOfJurisdiction\": \"\", \"displayCompanyAddress\": true, \"diplayLineItemPosition\": true, \"displayLineItemPosition\": false}', NULL, '2023-04-07 11:55:18.907', NULL), (0x6409530ffddd493ca383b9017f29ad14, 'credit_note', 'credit_note_', '', '', 1, 0x061e03e9fb4947af9ba01d06e721c063, NULL, '{\"vatId\": \"\", \"bankBic\": \"\", \"bankIban\": \"\", \"bankName\": \"\", \"pageSize\": \"a4\", \"taxNumber\": \"\", \"taxOffice\": \"\", \"companyName\": \"Example Company\", \"itemsPerPage\": 10, \"displayFooter\": true, \"displayHeader\": true, \"displayPrices\": true, \"companyAddress\": \"\", \"pageOrientation\": \"portrait\", \"displayLineItems\": true, \"displayPageCount\": true, \"executiveDirector\": \"\", \"placeOfFulfillment\": \"\", \"placeOfJurisdiction\": \"\", \"displayCompanyAddress\": true, \"diplayLineItemPosition\": true}', NULL, '2023-04-07 14:34:58.053', NULL), (0x79098baecdf2470eb59e15dd298f638b, 'pickware_erp_invoice_correction', 'invoice_correction_', '', '', 1, 0x99ff0c35c81c47648e0ae168099649f9, NULL, '{\"vatId\": \"\", \"bankBic\": \"\", \"bankIban\": \"\", \"bankName\": \"\", \"pageSize\": \"a4\", \"taxNumber\": \"\", \"taxOffice\": \"\", \"companyName\": \"Example Company\", \"itemsPerPage\": 10, \"displayFooter\": true, \"displayHeader\": true, \"displayPrices\": true, \"companyAddress\": \"\", \"pageOrientation\": \"portrait\", \"displayLineItems\": true, \"displayPageCount\": true, \"deliveryCountries\": [\"02b7e51eab1a4faf8dfb253958a7568f\", \"088af52e087d419ab7fec6ab76cf0360\", \"0d0bef34a9df47ebbd4322f52d087b00\", \"123d6c35bba24757a0f959952a8d2e32\", \"23ccba12509843a7b6d13cd2dfd7b6fd\", \"37c373c3b7b74b8eb80e25a07ff73f0c\", \"3a25eb03250b4b92830f091606bf9e0d\", \"5044dc2c7bd042c089dfca3503b95073\", \"507bf201e3044775b9025e2e0477806d\", \"520c3630afac47fcb35d0d44553608e4\", \"5908fc3c78364059a6e62a382604d597\", \"5bf47015e7874f8d9b46d01468146399\", \"78e35aea49f541989d2583e07de24b59\", \"7a28bfa881124229920dba0aa9bc9bb5\", \"7cdc41ee20864431be6761e7b775809d\", \"8b2f35b6edfd48c7b9919d9395f3a27f\", \"923e797546d54cf78dca181b410f93a6\", \"9ea3959a971a43769efd1bff99567208\", \"a46390a70e184b1ab690fb8ee832ec0a\", \"aadba816a43a4290b056ab03386a523c\", \"b3adf48a5ba24df0af1e386805c03154\", \"badd9fb88f9e41e68032aaa532754f98\", \"c2585c337ad74f6d81366c6fa48b9168\", \"c4762ed13154478e9d8289086a464dd2\", \"d22e5263aba74ce5b708961640baa236\", \"eefa510036714e86bb39cfcc5f2c8e73\", \"f3bdb007d7154d9cbb49a4d75cf15fd6\", \"fe3bf4c335194f1b8512173bbf255197\"], \"executiveDirector\": \"\", \"placeOfFulfillment\": \"\", \"placeOfJurisdiction\": \"\", \"displayCompanyAddress\": true, \"diplayLineItemPosition\": true}', NULL, '2023-04-07 11:55:18.923', NULL), (0xa6c473f1c51d4b64ae86b1e4dba4b627, 'storno', 'storno_', '', '', 1, 0x48caab09bd0c4fed8b3988778a8a36ee, NULL, '{\"vatId\": \"\", \"bankBic\": \"\", \"bankIban\": \"\", \"bankName\": \"\", \"pageSize\": \"a4\", \"taxNumber\": \"\", \"taxOffice\": \"\", \"companyName\": \"Example Company\", \"itemsPerPage\": 10, \"displayFooter\": true, \"displayHeader\": true, \"displayPrices\": true, \"companyAddress\": \"\", \"pageOrientation\": \"portrait\", \"displayLineItems\": true, \"displayPageCount\": true, \"executiveDirector\": \"\", \"placeOfFulfillment\": \"\", \"placeOfJurisdiction\": \"\", \"displayCompanyAddress\": true, \"diplayLineItemPosition\": true, \"referencedDocumentType\": \"invoice\"}', NULL, '2023-04-07 14:34:58.047', NULL), (0xe3e66b8b87784ce4a320d1332d44888d, 'pickware_erp_supplier_order', 'supplier_order_', '', '', 1, 0x06a37b9014a7407cb8ae697e4f867259, NULL, '{\"vatId\": \"\", \"bankBic\": \"\", \"bankIban\": \"\", \"bankName\": \"\", \"pageSize\": \"a4\", \"taxNumber\": \"\", \"taxOffice\": \"\", \"companyName\": \"Example Company\", \"itemsPerPage\": 10, \"displayFooter\": true, \"displayHeader\": true, \"displayPrices\": true, \"companyAddress\": \"\", \"pageOrientation\": \"portrait\", \"displayLineItems\": true, \"displayPageCount\": true, \"deliveryCountries\": [\"02b7e51eab1a4faf8dfb253958a7568f\", \"088af52e087d419ab7fec6ab76cf0360\", \"0d0bef34a9df47ebbd4322f52d087b00\", \"123d6c35bba24757a0f959952a8d2e32\", \"23ccba12509843a7b6d13cd2dfd7b6fd\", \"37c373c3b7b74b8eb80e25a07ff73f0c\", \"3a25eb03250b4b92830f091606bf9e0d\", \"5044dc2c7bd042c089dfca3503b95073\", \"507bf201e3044775b9025e2e0477806d\", \"520c3630afac47fcb35d0d44553608e4\", \"5908fc3c78364059a6e62a382604d597\", \"5bf47015e7874f8d9b46d01468146399\", \"78e35aea49f541989d2583e07de24b59\", \"7a28bfa881124229920dba0aa9bc9bb5\", \"7cdc41ee20864431be6761e7b775809d\", \"8b2f35b6edfd48c7b9919d9395f3a27f\", \"923e797546d54cf78dca181b410f93a6\", \"9ea3959a971a43769efd1bff99567208\", \"a46390a70e184b1ab690fb8ee832ec0a\", \"aadba816a43a4290b056ab03386a523c\", \"b3adf48a5ba24df0af1e386805c03154\", \"badd9fb88f9e41e68032aaa532754f98\", \"c2585c337ad74f6d81366c6fa48b9168\", \"c4762ed13154478e9d8289086a464dd2\", \"d22e5263aba74ce5b708961640baa236\", \"eefa510036714e86bb39cfcc5f2c8e73\", \"f3bdb007d7154d9cbb49a4d75cf15fd6\", \"fe3bf4c335194f1b8512173bbf255197\"], \"executiveDirector\": \"\", \"placeOfFulfillment\": \"\", \"placeOfJurisdiction\": \"\", \"displayCompanyAddress\": true, \"diplayLineItemPosition\": true}', NULL, '2023-04-07 11:55:18.935', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `document_base_config_sales_channel` -- CREATE TABLE `document_base_config_sales_channel` ( `id` binary(16) NOT NULL, `document_base_config_id` binary(16) NOT NULL, `document_type_id` binary(16) NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `document_base_config_sales_channel` -- INSERT INTO `document_base_config_sales_channel` (`id`, `document_base_config_id`, `document_type_id`, `sales_channel_id`, `created_at`, `updated_at`) VALUES (0x56c63e535f5549d09c51a8b0342f19b6, 0x48ad6d15d47a49c284705eba7561e3aa, 0xffc7da9b68ad40d988757c6fd87dd7b2, NULL, '2023-04-07 14:34:58.057', NULL), (0x7e1b2754a1e944d1be3f4bf0e7e00ed4, 0x6409530ffddd493ca383b9017f29ad14, 0x061e03e9fb4947af9ba01d06e721c063, NULL, '2023-04-07 14:34:58.059', NULL), (0x938f0af1f8854ebca967b3b3d169fc10, 0xa6c473f1c51d4b64ae86b1e4dba4b627, 0x48caab09bd0c4fed8b3988778a8a36ee, NULL, '2023-04-07 14:34:58.054', NULL), (0x9bd0c0b931da44a18c263d4fac9955e5, 0x314bf84573df4eb2a6ca0923af0d63d4, 0x9f4d16c11e0b45a39a1167666c96fb7b, NULL, '2023-04-07 14:34:58.058', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `document_type` -- CREATE TABLE `document_type` ( `id` binary(16) NOT NULL, `technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `document_type` -- INSERT INTO `document_type` (`id`, `technical_name`, `created_at`, `updated_at`) VALUES (0x061e03e9fb4947af9ba01d06e721c063, 'credit_note', '2023-04-07 14:34:57.142', NULL), (0x06a37b9014a7407cb8ae697e4f867259, 'pickware_erp_supplier_order', '2023-04-07 11:55:18.930', '2023-05-07 15:58:43.484'), (0x48caab09bd0c4fed8b3988778a8a36ee, 'storno', '2023-04-07 14:34:58.043', NULL), (0x99ff0c35c81c47648e0ae168099649f9, 'pickware_erp_invoice_correction', '2023-04-07 11:55:18.912', '2023-05-07 15:58:43.474'), (0x9f4d16c11e0b45a39a1167666c96fb7b, 'delivery_note', '2023-04-07 14:34:57.140', NULL), (0xc9e41ff4907a4a4f90a82d16aed73a9d, 'pickware_erp_picklist', '2023-04-07 11:55:18.900', '2023-05-07 15:58:43.460'), (0xffc7da9b68ad40d988757c6fd87dd7b2, 'invoice', '2023-04-07 14:34:57.137', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `document_type_translation` -- CREATE TABLE `document_type_translation` ( `document_type_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `document_type_translation` -- INSERT INTO `document_type_translation` (`document_type_id`, `language_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x061e03e9fb4947af9ba01d06e721c063, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gutschrift', NULL, '2023-04-07 14:34:57.148', NULL), (0x061e03e9fb4947af9ba01d06e721c063, 0x74abf495620848a19755546e0f70dbac, 'Credit note', NULL, '2023-04-07 14:34:57.149', NULL), (0x06a37b9014a7407cb8ae697e4f867259, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lieferantenbestellung', NULL, '2023-04-07 11:55:18.931', '2023-05-07 15:58:43.484'), (0x06a37b9014a7407cb8ae697e4f867259, 0x74abf495620848a19755546e0f70dbac, 'Supplier order', NULL, '2023-04-07 11:55:18.931', '2023-05-07 15:58:43.484'), (0x48caab09bd0c4fed8b3988778a8a36ee, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Stornorechnung', NULL, '2023-04-07 14:34:58.045', NULL), (0x48caab09bd0c4fed8b3988778a8a36ee, 0x74abf495620848a19755546e0f70dbac, 'Storno bill', NULL, '2023-04-07 14:34:58.046', NULL), (0x99ff0c35c81c47648e0ae168099649f9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rechnungskorrektur', NULL, '2023-04-07 11:55:18.912', '2023-05-07 15:58:43.475'), (0x99ff0c35c81c47648e0ae168099649f9, 0x74abf495620848a19755546e0f70dbac, 'Invoice correction', NULL, '2023-04-07 11:55:18.913', '2023-05-07 15:58:43.475'), (0x9f4d16c11e0b45a39a1167666c96fb7b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lieferschein', NULL, '2023-04-07 14:34:57.146', NULL), (0x9f4d16c11e0b45a39a1167666c96fb7b, 0x74abf495620848a19755546e0f70dbac, 'Delivery note', NULL, '2023-04-07 14:34:57.147', NULL), (0xc9e41ff4907a4a4f90a82d16aed73a9d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pickliste', NULL, '2023-04-07 11:55:18.900', '2023-05-07 15:58:43.460'), (0xc9e41ff4907a4a4f90a82d16aed73a9d, 0x74abf495620848a19755546e0f70dbac, 'Picklist', NULL, '2023-04-07 11:55:18.901', '2023-05-07 15:58:43.461'), (0xffc7da9b68ad40d988757c6fd87dd7b2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rechnung', NULL, '2023-04-07 14:34:57.143', NULL), (0xffc7da9b68ad40d988757c6fd87dd7b2, 0x74abf495620848a19755546e0f70dbac, 'Invoice', NULL, '2023-04-07 14:34:57.145', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `elasticsearch_index_task` -- CREATE TABLE `elasticsearch_index_task` ( `id` binary(16) NOT NULL, `index` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `alias` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `entity` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `doc_count` int NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `enqueue` -- CREATE TABLE `enqueue` ( `id` char(36) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL COMMENT '(DC2Type:guid)', `published_at` bigint NOT NULL, `body` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci, `headers` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci, `properties` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci, `redelivered` tinyint(1) DEFAULT NULL, `queue` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL, `priority` smallint DEFAULT NULL, `delayed_until` bigint DEFAULT NULL, `time_to_live` bigint DEFAULT NULL, `delivery_id` char(36) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL COMMENT '(DC2Type:guid)', `redeliver_after` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `event_action` -- CREATE TABLE `event_action` ( `id` binary(16) NOT NULL, `title` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `event_name` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `action_name` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `config` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `migrated_flow_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `event_action` -- INSERT INTO `event_action` (`id`, `title`, `event_name`, `action_name`, `config`, `custom_fields`, `active`, `migrated_flow_id`, `created_at`, `updated_at`) VALUES (0x046a633513704da2a823437837747e5a, NULL, 'checkout.customer.register', 'action.mail.send', '{\"mail_template_type_id\": \"049583228d434038aae1955de6e31282\"}', NULL, 1, NULL, '2023-04-07 14:34:58.119', NULL), (0x1577533a937f4f34bd87d322f697ecc4, NULL, 'state_enter.order_delivery.state.shipped_partially', 'action.mail.send', '{\"mail_template_id\": \"ba100f01a22d479c834a7939cec01362\", \"mail_template_type_id\": \"cc42e307dbbd4ac29c571c18b5004b7e\"}', NULL, 0, 0x952731d6755a44c8b81f7ba3ced86b4b, '2023-04-07 14:35:14.159', NULL), (0x1ae3e3367f3b46ffbf495e59199bc342, NULL, 'state_enter.order.state.completed', 'action.mail.send', '{\"mail_template_id\": \"fa43f2d5e1654343b6c0e33f25aaaf06\", \"mail_template_type_id\": \"b6324ba067014dc0bd279539456b562a\"}', NULL, 0, 0x29607c4582c742918c1cdf56d7458fe4, '2023-04-07 14:35:14.169', NULL), (0x1b5e700956894a56907009c4a1fd7b6b, NULL, 'contact_form.send', 'action.mail.send', '{\"mail_template_type_id\": \"e60511cea1504910ad60e9cad7bb3926\"}', NULL, 1, NULL, '2023-04-07 14:35:00.582', NULL), (0x1ddc5accf469435fb1736b42ac4d04eb, NULL, 'state_enter.order_delivery.state.returned_partially', 'action.mail.send', '{\"mail_template_id\": \"a83eac4984574424bd8ba13363c5c426\", \"mail_template_type_id\": \"898794e9b32e495690b5dd7a19f1e287\"}', NULL, 0, 0xf22349a62346470f9449648eb67315e4, '2023-04-07 14:35:14.173', NULL), (0x1f27ac240cba46078f6de5485bf9a288, NULL, 'state_enter.order_transaction.state.reminded', 'action.mail.send', '{\"mail_template_id\": \"b1f3025b895b4b2aa36513ada4664d55\", \"mail_template_type_id\": \"5497519cc92a4c4b803009c9f47ab8f5\"}', NULL, 0, 0x521d9cff793640e6948b983d050a20bc, '2023-04-07 14:35:14.163', NULL), (0x1fe1fc24f9a14c85af87f66d4f3de256, NULL, 'user.recovery.request', 'action.mail.send', '{\"mail_template_id\": \"f03d76dbb04f4d43a6fae52f56cc674a\", \"mail_template_type_id\": \"c942eb998fac44a487132faec8d45e33\"}', NULL, 0, 0x491a85abe8af44608766ce6c1a6a5d97, '2023-04-07 14:35:14.146', NULL), (0x2caeb13d99d54e12a21f741396477e3d, NULL, 'user.recovery.request', 'action.mail.send', '{\"mail_template_type_id\": \"5f3e7f18c6b040598e1663446cadadf0\"}', NULL, 1, NULL, '2023-04-07 14:34:59.730', NULL), (0x303c71f969414843bd410d10fc59b8ad, NULL, 'newsletter.register', 'action.mail.send', '{\"mail_template_id\": \"0d047dcd412845d9895ea7975875d6f1\", \"mail_template_type_id\": \"369aa15069174ec29f5258468a32339d\"}', NULL, 0, 0x8420973ba36a4cec97a4ba467a3843c5, '2023-04-07 14:35:14.149', NULL), (0x3d5b2ec95e564e7b9d16170ff67e2331, NULL, 'checkout.customer.double_opt_in_registration', 'action.mail.send', '{\"mail_template_type_id\": \"84c3a463103645fbbcb993f6a7241c5e\"}', NULL, 1, NULL, '2023-04-07 14:35:03.356', NULL), (0x471a6e681b9e4f1d986bdb2854998592, NULL, 'checkout.customer.double_opt_in_guest_order', 'action.mail.send', '{\"mail_template_type_id\": \"43e246a0cd9e45759cf80d77668f6c28\"}', NULL, 1, NULL, '2023-04-07 14:35:03.512', NULL), (0x4ea7316733f2479ca874d2e6f1ad2e07, NULL, 'newsletter.register', 'action.mail.send', '{\"mail_template_type_id\": \"7511012393284e5a8889ccb8cc7def4e\"}', NULL, 1, NULL, '2023-04-07 14:34:58.121', NULL), (0x4f8483e85b944257aa309af0c4bc777f, NULL, 'customer.group.registration.declined', 'action.mail.send', '{\"mail_template_id\": \"9de605bf68d54202b88a71dc430b58e7\", \"mail_template_type_id\": \"d384dd4bd819420badb0ae15f1a22bc7\"}', NULL, 0, 0x1deac51bb2ff4f41b81f40bf60084972, '2023-04-07 14:35:14.151', NULL), (0x5b40ae9bbc8e4fc5aed27386b19e31ee, NULL, 'state_enter.order_delivery.state.returned', 'action.mail.send', '{\"mail_template_id\": \"60152c4e27934d048f84766e16fac3ae\", \"mail_template_type_id\": \"1fa1208b22e24df2a1ce4a5e9f60c724\"}', NULL, 0, 0xc3f583208ff74deca594efa799c874e2, '2023-04-07 14:35:14.166', NULL), (0x5c0ab28bdfa144e8b345497ee6ceefb0, NULL, 'state_enter.order.state.in_progress', 'action.mail.send', '{\"mail_template_id\": \"c5dfbef973734ae6adeb5b81ce87d768\", \"mail_template_type_id\": \"7e62b8f5528e4f338185926c076f2f79\"}', NULL, 0, 0x99f0bb66418a419f8428b04d51c6d0f8, '2023-04-07 14:35:14.162', NULL), (0x60373a1581374f44beb5385ab0584762, NULL, 'checkout.customer.register', 'action.mail.send', '{\"mail_template_id\": \"dc04769b788f41fca7a4dabcb32d32a7\", \"mail_template_type_id\": \"39237c2d98604340a2b710f530de17e0\"}', NULL, 0, 0x5259268dd5ad4b3f87ca7a2f39db592c, '2023-04-07 14:35:14.143', NULL), (0x6cfe1605a49a4431b390c45c2d7a1a86, NULL, 'newsletter.confirm', 'action.mail.send', '{\"mail_template_type_id\": \"cee8ef336928403b9e471720463a64b7\"}', NULL, 1, NULL, '2023-04-07 14:34:58.123', NULL), (0x6fa9272ae58c46c190109355583f2174, NULL, 'state_enter.order_transaction.state.refunded_partially', 'action.mail.send', '{\"mail_template_id\": \"3a35cd509a5146689b6c1c609b7c6e3b\", \"mail_template_type_id\": \"6776c6300ca34b3aa8d25a4c995eb895\"}', NULL, 0, 0xce3e752f5d664b929d1fbd3ab2c5647f, '2023-04-07 14:35:14.165', NULL), (0x70781dab8f504a5d868810ea6ba1b0ad, NULL, 'checkout.order.placed', 'action.mail.send', '{\"mail_template_id\": \"a7409fbd0f024725b224f0fd3bfed08f\", \"mail_template_type_id\": \"a3ecb04a859b46c3a915fa8314e5e699\"}', NULL, 0, 0x39d1de8224a641219914954d45d8073c, '2023-04-07 14:35:14.152', NULL), (0x7bf14eb26a864f369a5438c5f81866a3, NULL, 'checkout.customer.double_opt_in_registration', 'action.mail.send', '{\"mail_template_id\": \"640017d0d0fa430faee87054f14198f9\", \"mail_template_type_id\": \"9960ea30a99c4d4594368303b156ab56\"}', NULL, 0, 0x914e7909e93c47a18f209c011c490b46, '2023-04-07 14:35:14.147', NULL), (0x7e2ea19ecfde43e4892b412d0e154554, NULL, 'customer.group.registration.accepted', 'action.mail.send', '{\"mail_template_id\": \"a57b08f01f024b1b8a3a7ef119827f26\", \"mail_template_type_id\": \"f509ddaf5e724e21b4e266ceda136bb0\"}', NULL, 0, 0xb60fe948d67c4261b95ea52be09c7de4, '2023-04-07 14:35:14.153', NULL), (0x7f86654057494a1b83ffa33de9bb42be, NULL, 'customer.group.registration.declined', 'action.mail.send', '{\"mail_template_type_id\": \"0ff0f1dafbdf42ee9953feb65d07f196\"}', NULL, 1, NULL, '2023-04-07 14:35:13.545', NULL), (0x804f560f3a314425a480fa82c596529f, NULL, 'state_enter.order_transaction.state.paid', 'action.mail.send', '{\"mail_template_id\": \"f28bc31c237a4eeba82bf96b639df70a\", \"mail_template_type_id\": \"6066968c2b5d4f7a94442b7a0b117d1a\"}', NULL, 0, 0x21ee67f8dc3b4cde921c513b40ab47c7, '2023-04-07 14:35:14.174', NULL), (0x8c2125f30cc040a89ad064f18de923cc, NULL, 'state_enter.order_transaction.state.cancelled', 'action.mail.send', '{\"mail_template_id\": \"387051d21e2f4e4f9ea3665f198abf0c\", \"mail_template_type_id\": \"5e4af0f5415f4b188885e638228db2c0\"}', NULL, 0, 0x6e62380af8dc43c3a60dade7b70324bc, '2023-04-07 14:35:14.161', NULL), (0x8f64d707ed0442c08689c20e5bf8593a, NULL, 'checkout.order.placed', 'action.mail.send', '{\"mail_template_type_id\": \"b428de16b6c74e6f95226aed152caa77\"}', NULL, 1, NULL, '2023-04-07 14:34:58.099', NULL), (0x9ea2112bbe184ed2862d8eca2b5efb23, NULL, 'newsletter.confirm', 'action.mail.send', '{\"mail_template_id\": \"ee7d3eae061a4fa684634f8bdf4901ef\", \"mail_template_type_id\": \"373dc397bd354e1eaa4824e526dce836\"}', NULL, 0, 0xa0533cf9e6754322b9951da52911a8a3, '2023-04-07 14:35:14.150', NULL), (0xa6ff8415e7c546fd8a0f5cc3b361fb3a, NULL, 'customer.group.registration.accepted', 'action.mail.send', '{\"mail_template_type_id\": \"8bd4f01031314b788afcafa87009ef56\"}', NULL, 1, NULL, '2023-04-07 14:35:13.538', NULL), (0xb4d1937a03454951b1c88eee6f34f11e, NULL, 'customer.recovery.request', 'action.mail.send', '{\"mail_template_type_id\": \"47f572cc6d5d4348a819c67e241a2c96\"}', NULL, 1, NULL, '2023-04-07 14:35:02.409', NULL), (0xb84fb37a5ac440e48c1b5d68a7eb2ef6, NULL, 'customer.recovery.request', 'action.mail.send', '{\"mail_template_id\": \"005d27151dbf42498f17e235ae5c7458\", \"mail_template_type_id\": \"d2e1e5ddc7a843e7b0fc0cfc73a172f0\"}', NULL, 0, 0xd5ec84dbbdfd4f598fb22899b5fc6e4d, '2023-04-07 14:35:14.154', NULL), (0xc18999c3b3c8403d85c792d9e3feedd2, NULL, 'state_enter.order_delivery.state.shipped', 'action.mail.send', '{\"mail_template_id\": \"b721b2cc78124083a0ac2a6f26807b06\", \"mail_template_type_id\": \"5e50302c93df4115a57c888f2805bfad\"}', NULL, 0, 0x8a203aa1673743ec829896696c9b3336, '2023-04-07 14:35:14.164', NULL), (0xc1cd988a618f485990701ef05487e208, NULL, 'state_enter.order_delivery.state.cancelled', 'action.mail.send', '{\"mail_template_id\": \"40b25ddf9eef4feab0035076e7d04c23\", \"mail_template_type_id\": \"c72f010bae184f2a8542ee2a616cb3cb\"}', NULL, 0, 0x0e238d69893c4d4a9a9672875c61c8fc, '2023-04-07 14:35:14.171', NULL), (0xc2d7554249054e43974df8e24b48f766, NULL, 'state_enter.order_transaction.state.paid_partially', 'action.mail.send', '{\"mail_template_id\": \"06cda71b0707408e93d4b95b7dd21d39\", \"mail_template_type_id\": \"b65f958c15a94db594703b67411bcf92\"}', NULL, 0, 0xa9cb7fd457f543bab666b40248b8fda7, '2023-04-07 14:35:14.172', NULL), (0xc63ee3a2b7c94b7d89875140c8f71df5, NULL, 'state_enter.order.state.cancelled', 'action.mail.send', '{\"mail_template_id\": \"223c6c329cb741a9ac71719b8a46fda4\", \"mail_template_type_id\": \"ffbfb948e48d429386acbff084695c30\"}', NULL, 0, 0xfa863c88655f4c31b4ae41e5433bf8ce, '2023-04-07 14:35:14.168', NULL), (0xd09d24d1d6bd43838354fb268c75c3e6, NULL, 'state_enter.order_transaction.state.open', 'action.mail.send', '{\"mail_template_id\": \"aa90fa64d4fd4f7f855f6c33701456df\", \"mail_template_type_id\": \"d18277fa5a8c4879acc4a5cf07903bfd\"}', NULL, 0, 0x6b662e46b99e40c08d54200f5cc25a85, '2023-04-07 14:35:14.170', NULL), (0xd3dae3b701a54d8ba695d3cd7803ccd7, NULL, 'contact_form.send', 'action.mail.send', '{\"mail_template_id\": \"909dcaa07e114abb95c99286e4b29298\", \"mail_template_type_id\": \"960bc3a97f624beba67814b33d07203e\"}', NULL, 0, 0xe3cc8cc6dc1d4f6c8c58a0dad452dc1b, '2023-04-07 14:35:14.145', NULL), (0xe9c3439f56fb4f3490983b1eda742459, NULL, 'checkout.customer.double_opt_in_guest_order', 'action.mail.send', '{\"mail_template_id\": \"812dc422c6914cf69610cd5883df09d2\", \"mail_template_type_id\": \"0f35b5ab06f841a78be4cdfd5a2c1372\"}', NULL, 0, 0x9fd153d8d53749d1943672319f5f360d, '2023-04-07 14:35:14.148', NULL), (0xed1170c3ac084516abc4d2d0a1ad429e, NULL, 'state_enter.order_transaction.state.refunded', 'action.mail.send', '{\"mail_template_id\": \"5a0a7bede27248b78fe1fe6995ee829e\", \"mail_template_type_id\": \"37a45113448f4c4baaca84d003785254\"}', NULL, 0, 0x0add3b486bd743e1869d684730116463, '2023-04-07 14:35:14.167', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `event_action_rule` -- CREATE TABLE `event_action_rule` ( `event_action_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `event_action_sales_channel` -- CREATE TABLE `event_action_sales_channel` ( `event_action_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `flow` -- CREATE TABLE `flow` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `event_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `priority` int NOT NULL DEFAULT '1', `payload` longblob, `invalid` tinyint(1) NOT NULL DEFAULT '0', `active` tinyint(1) NOT NULL DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `flow` -- INSERT INTO `flow` (`id`, `name`, `description`, `event_name`, `priority`, `payload`, `invalid`, `active`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0add3b486bd743e1869d684730116463, 'Payment enters status refunded', NULL, 'state_enter.order_transaction.state.refunded', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223061646433623438366264373433653138363964363834373330313136343633223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223061646433623438366264373433653138363964363834373330313136343633223b733a31303a2273657175656e63654964223b733a33323a226238303931396430356338303431323139666635303535363362623164626239223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223561306137626564653237323438623738666531666536393935656538323965223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223337613435313133343438663463346261616361383464303033373835323534223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226238303931396430356338303431323139666635303535363362623164626239223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x0e238d69893c4d4a9a9672875c61c8fc, 'Shipment enters status cancelled', NULL, 'state_enter.order_delivery.state.cancelled', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223065323338643639383933633464346139613936373238373563363163386663223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223065323338643639383933633464346139613936373238373563363163386663223b733a31303a2273657175656e63654964223b733a33323a223262363933666431656463383466313939623333333137366537373261643439223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223430623235646466396565663466656162303033353037366537643034633233223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226337326630313062616531383466326138353432656532613631366362336362223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223262363933666431656463383466313939623333333137366537373261643439223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x1deac51bb2ff4f41b81f40bf60084972, 'Customer group registration request declined', NULL, 'customer.group.registration.declined', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223164656163353162623266663466343162383166343062663630303834393732223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223164656163353162623266663466343162383166343062663630303834393732223b733a31303a2273657175656e63654964223b733a33323a223366396261336361373630333435346538643264636166316562616165396562223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223964653630356266363864353432303262383861373164633433306235386537223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226433383464643462643831393432306261646230616531356631613232626337223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223366396261336361373630333435346538643264636166316562616165396562223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x21ee67f8dc3b4cde921c513b40ab47c7, 'Payment enters status paid', NULL, 'state_enter.order_transaction.state.paid', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223231656536376638646333623463646539323163353133623430616234376337223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223231656536376638646333623463646539323163353133623430616234376337223b733a31303a2273657175656e63654964223b733a33323a226337353863616130616338333433653239623037363566653062323561663234223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226632386263333163323337613465656261383262663936623633396466373061223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223630363639363863326235643466376139343434326237613062313137643161223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226337353863616130616338333433653239623037363566653062323561663234223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x29607c4582c742918c1cdf56d7458fe4, 'Order enters status completed', NULL, 'state_enter.order.state.completed', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223239363037633435383263373432393138633163646635366437343538666534223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223239363037633435383263373432393138633163646635366437343538666534223b733a31303a2273657175656e63654964223b733a33323a226166643831356665626462343432666362313230353232396237336335663130223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226661343366326435653136353433343362366330653333663235616161663036223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226236333234626130363730313464633062643237393533393435366235363261223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226166643831356665626462343432666362313230353232396237336335663130223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x35fc0da4ffa2470cb3308f5dfc13b06a, 'Pickware ERP Transition order to \"Done\" after shipping', 'Ist dieser Flow aktiviert, wird die Bestellung autom. auf \"Abgeschlossen\" gesetzt wenn die Bestellung versandt wurde.', 'state_enter.order_delivery.state.shipped', 1, NULL, 0, 0, NULL, '2023-05-07 15:58:43.442', NULL), (0x39d1de8224a641219914954d45d8073c, 'Order placed', NULL, 'checkout.order.placed', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223339643164653832323461363431323139393134393534643435643830373363223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223339643164653832323461363431323139393134393534643435643830373363223b733a31303a2273657175656e63654964223b733a33323a223934363433663763623931663462656338356634646663623236666637333232223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226137343039666264306630323437323562323234663066643362666564303866223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226133656362303461383539623436633361393135666138333134653565363939223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223934363433663763623931663462656338356634646663623236666637333232223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x491a85abe8af44608766ce6c1a6a5d97, 'User recovery request sent', NULL, 'user.recovery.request', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223439316138356162653861663434363038373636636536633161366135643937223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223439316138356162653861663434363038373636636536633161366135643937223b733a31303a2273657175656e63654964223b733a33323a223235323138623334386563663437316462303139393438656631303063363766223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226630336437366462623034663464343361366661653532663536636336373461223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226339343265623939386661633434613438373133326661656338643435653333223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223235323138623334386563663437316462303139393438656631303063363766223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x521d9cff793640e6948b983d050a20bc, 'Payment enters status reminder sent', NULL, 'state_enter.order_transaction.state.reminded', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223532316439636666373933363430653639343862393833643035306132306263223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223532316439636666373933363430653639343862393833643035306132306263223b733a31303a2273657175656e63654964223b733a33323a223562623935653338363530633466356438623937623065663564313062626266223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226231663330323562383935623462326161333635313361646134363634643535223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223534393735313963633932613463346238303330303963396634376162386635223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223562623935653338363530633466356438623937623065663564313062626266223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x5259268dd5ad4b3f87ca7a2f39db592c, 'Customer account registered', NULL, 'checkout.customer.register', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223532353932363864643561643462336638376361376132663339646235393263223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223532353932363864643561643462336638376361376132663339646235393263223b733a31303a2273657175656e63654964223b733a33323a226632323066306337333862333438313061366235303263353664666438393338223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226463303437363962373838663431666361376134646162636233326433326137223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223339323337633264393836303433343061326237313066353330646531376530223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226632323066306337333862333438313061366235303263353664666438393338223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x66db2eddb43b4cc7becd3efc41b96024, 'Deliver ordered product downloads', NULL, 'state_enter.order_transaction.state.paid', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223636646232656464623433623463633762656364336566633431623936303234223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a35363a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c496653657175656e6365223a363a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223636646232656464623433623463633762656364336566633431623936303234223b733a31303a2273657175656e63654964223b733a33323a223564636231306536616435363435663138303061383038616537323463333061223b733a363a2272756c654964223b733a33323a223636653362613065623538373461383238393039353636623832363932393435223b733a393a2266616c736543617365223b4e3b733a383a227472756543617365223b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223636646232656464623433623463633762656364336566633431623936303234223b733a31303a2273657175656e63654964223b733a33323a223731313536356439343337393436633162343839313766303038346131383265223b733a363a22616374696f6e223b733a32383a22616374696f6e2e6772616e742e646f776e6c6f61642e616363657373223b733a363a22636f6e666967223b613a313a7b733a353a2276616c7565223b623a313b7d733a31303a226e657874416374696f6e223b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223636646232656464623433623463633762656364336566633431623936303234223b733a31303a2273657175656e63654964223b733a33323a223638653030613336376630663465633461323062303864333265393935363761223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226664663665613237363061613430356662363161343631633664313261663433223b733a31353a22646f63756d656e7454797065496473223b613a303a7b7d7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d7d733a373a22002a00666c6174223b613a323a7b733a33323a223731313536356439343337393436633162343839313766303038346131383265223b723a31313b733a33323a223564636231306536616435363435663138303061383038616537323463333061223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:32.089', NULL), (0x6b662e46b99e40c08d54200f5cc25a85, 'Payment enters status open', NULL, 'state_enter.order_transaction.state.open', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223662363632653436623939653430633038643534323030663563633235613835223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223662363632653436623939653430633038643534323030663563633235613835223b733a31303a2273657175656e63654964223b733a33323a223464663530363463393537643431653962656565653438636533323831333963223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226161393066613634643466643466376638353566366333333730313435366466223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226431383237376661356138633438373961636334613563663037393033626664223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223464663530363463393537643431653962656565653438636533323831333963223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x6e62380af8dc43c3a60dade7b70324bc, 'Payment enters status cancelled', NULL, 'state_enter.order_transaction.state.cancelled', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223665363233383061663864633433633361363064616465376237303332346263223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223665363233383061663864633433633361363064616465376237303332346263223b733a31303a2273657175656e63654964223b733a33323a226264366232343233333430363466333262663161393666346666613134353831223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223338373035316432316532663465346639656133363635663139386162663063223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223565346166306635343135663462313838383835653633383232386462326330223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226264366232343233333430363466333262663161393666346666613134353831223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x8420973ba36a4cec97a4ba467a3843c5, 'Newsletter sign-up registered', NULL, 'newsletter.register', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223834323039373362613336613463656339376134626134363761333834336335223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223834323039373362613336613463656339376134626134363761333834336335223b733a31303a2273657175656e63654964223b733a33323a226163356266353338313065313464353161316630303031356137666638306335223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223064303437646364343132383435643938393565613739373538373564366631223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223336396161313530363931373465633239663532353834363861333233333964223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226163356266353338313065313464353161316630303031356137666638306335223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x8a203aa1673743ec829896696c9b3336, 'Shipment enters status shipped', NULL, 'state_enter.order_delivery.state.shipped', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223861323033616131363733373433656338323938393636393663396233333336223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223861323033616131363733373433656338323938393636393663396233333336223b733a31303a2273657175656e63654964223b733a33323a223165656630323233303133303434373038343430336335373938313330633639223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226237323162326363373831323430383361306163326136663236383037623036223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223565353033303263393364663431313561353763383838663238303562666164223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223165656630323233303133303434373038343430336335373938313330633639223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x914e7909e93c47a18f209c011c490b46, 'Customer account registered with double opt-in', NULL, 'checkout.customer.double_opt_in_registration', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223931346537393039653933633437613138663230396330313163343930623436223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223931346537393039653933633437613138663230396330313163343930623436223b733a31303a2273657175656e63654964223b733a33323a223534653331646237356639653432396262613731316364383633316137653039223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223634303031376430643066613433306661656538373035346631343139386639223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223939363065613330613939633464343539343336383330336231353661623536223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223534653331646237356639653432396262613731316364383633316137653039223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x952731d6755a44c8b81f7ba3ced86b4b, 'Shipment enters status partially shipped', NULL, 'state_enter.order_delivery.state.shipped_partially', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223935323733316436373535613434633862383166376261336365643836623462223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223935323733316436373535613434633862383166376261336365643836623462223b733a31303a2273657175656e63654964223b733a33323a223566386265643737636639663439353338323361353361396131363536376434223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226261313030663031613232643437396338333461373933396365633031333632223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226363343265333037646262643461633239633537316331386235303034623765223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223566386265643737636639663439353338323361353361396131363536376434223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x99f0bb66418a419f8428b04d51c6d0f8, 'Order enters status in progress', NULL, 'state_enter.order.state.in_progress', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223939663062623636343138613431396638343238623034643531633664306638223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223939663062623636343138613431396638343238623034643531633664306638223b733a31303a2273657175656e63654964223b733a33323a226234366135363433376265613439633562323564326230313234346633353561223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226335646662656639373337333461653661646562356238316365383764373638223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223765363262386635353238653466333338313835393236633037366632663739223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226234366135363433376265613439633562323564326230313234346633353561223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0x9fd153d8d53749d1943672319f5f360d, 'Guest account registered with double opt-in', NULL, 'checkout.customer.double_opt_in_guest_order', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223966643135336438643533373439643139343336373233313966356633363064223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223966643135336438643533373439643139343336373233313966356633363064223b733a31303a2273657175656e63654964223b733a33323a223839636631633066633161393431346262333561653839653130313033623334223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223831326463343232633639313463663639363130636435383833646630396432223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223066333562356162303666383431613738626534636466643561326331333732223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223839636631633066633161393431346262333561653839653130313033623334223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0xa0533cf9e6754322b9951da52911a8a3, 'Newsletter sign-up confirmed', NULL, 'newsletter.confirm', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226130353333636639653637353433323262393935316461353239313161386133223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226130353333636639653637353433323262393935316461353239313161386133223b733a31303a2273657175656e63654964223b733a33323a223538623332343530366534643435376639316332666166656365653064366261223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226565376433656165303631613466613638343633346638626466343930316566223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223337336463333937626433353465316561613438323465353236646365383336223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223538623332343530366534643435376639316332666166656365653064366261223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0xa9cb7fd457f543bab666b40248b8fda7, 'Payment enters status partially paid', NULL, 'state_enter.order_transaction.state.paid_partially', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226139636237666434353766353433626162363636623430323438623866646137223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226139636237666434353766353433626162363636623430323438623866646137223b733a31303a2273657175656e63654964223b733a33323a223635646166343336376631313464363339376532343834373564333564643361223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223036636461373162303730373430386539336434623935623764643231643339223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226236356639353863313561393464623539343730336236373431316263663932223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223635646166343336376631313464363339376532343834373564333564643361223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0xb60fe948d67c4261b95ea52be09c7de4, 'Customer group registration request accepted', NULL, 'customer.group.registration.accepted', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226236306665393438643637633432363162393565613532626530396337646534223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226236306665393438643637633432363162393565613532626530396337646534223b733a31303a2273657175656e63654964223b733a33323a226164653834373336623238393437666139633863326130646536636234366661223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226135376230386630316630323462316238613361376566313139383237663236223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226635303964646166356537323465323162346532363663656461313336626230223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226164653834373336623238393437666139633863326130646536636234366661223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0xc3f583208ff74deca594efa799c874e2, 'Shipment enters status returned', NULL, 'state_enter.order_delivery.state.returned', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226333663538333230386666373464656361353934656661373939633837346532223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226333663538333230386666373464656361353934656661373939633837346532223b733a31303a2273657175656e63654964223b733a33323a223666366366646665663465643463343138346361346261303330303237626137223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223630313532633465323739333464303438663834373636653136666163336165223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223166613132303862323265323464663261316365346135653966363063373234223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223666366366646665663465643463343138346361346261303330303237626137223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0xce3e752f5d664b929d1fbd3ab2c5647f, 'Payment enters status partially refunded', NULL, 'state_enter.order_transaction.state.refunded_partially', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226365336537353266356436363462393239643166626433616232633536343766223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226365336537353266356436363462393239643166626433616232633536343766223b733a31303a2273657175656e63654964223b733a33323a223765623434343439366234623433383539373639363564303137663162633830223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223361333563643530396135313436363839623663316336303962376336653362223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223637373663363330306361333462336161386432356134633939356562383935223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223765623434343439366234623433383539373639363564303137663162633830223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0xd5ec84dbbdfd4f598fb22899b5fc6e4d, 'Customer requests new password', NULL, 'customer.recovery.request', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226435656338346462626466643466353938666232323839396235666336653464223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226435656338346462626466643466353938666232323839396235666336653464223b733a31303a2273657175656e63654964223b733a33323a223639643834623037616461623464396361343162313037376331396530643239223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223030356432373135316462663432343938663137653233356165356337343538223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226432653165356464633761383433653762306663306366633733613137326630223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223639643834623037616461623464396361343162313037376331396530643239223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0xdfff3fc4aa0b4502bcf5ab1a506e1d49, 'Pickware ERP Reorder Mail', 'Ist dieser Flow aktiviert, wird täglich eine E-Mail verschickt, in der alle Produkte gelistet sind, deren aktueller Bestand kleiner oder gleich dem festgelegten Mindestbestand ist. Die Uhrzeit zum Versand dieser E-Mail kann in den Einstellungen der Erweiterung \"Pickware ERP Starter\" festgelegt werden.', 'pickware_erp.reorder.reorder_mail', 1, NULL, 0, 0, NULL, '2023-04-07 11:55:18.880', NULL), (0xe3cc8cc6dc1d4f6c8c58a0dad452dc1b, 'Contact form sent', NULL, 'contact_form.send', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226533636338636336646331643466366338633538613064616434353264633162223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226533636338636336646331643466366338633538613064616434353264633162223b733a31303a2273657175656e63654964223b733a33323a223338363333656532633335653431613739376661323331653131356563346434223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223930396463616130376531313461626239356339393238366534623239323938223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223936306263336139376636323462656261363738313462333364303732303365223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223338363333656532633335653431613739376661323331653131356563346434223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0xf22349a62346470f9449648eb67315e4, 'Shipment enters status partially returned', NULL, 'state_enter.order_delivery.state.returned_partially', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226632323334396136323334363437306639343439363438656236373331356534223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226632323334396136323334363437306639343439363438656236373331356534223b733a31303a2273657175656e63654964223b733a33323a226335623333346535663334373436366238363039343131643562373064613362223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226138336561633439383435373434323462643862613133333633633563343236223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223839383739346539623332653439353639306235646437613139663165323837223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226335623333346535663334373436366238363039343131643562373064613362223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL), (0xfa863c88655f4c31b4ae41e5433bf8ce, 'Order enters status cancelled', NULL, 'state_enter.order.state.cancelled', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226661383633633838363535663463333162346165343165353433336266386365223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226661383633633838363535663463333162346165343165353433336266386365223b733a31303a2273657175656e63654964223b733a33323a226637353465343465366163663434643539313162343732303339383366386262223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223232336336633332396362373431613961633731373139623861343666646134223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226666626662393438653438643432393338366163626666303834363935633330223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226637353465343465366163663434643539313162343732303339383366386262223b723a353b7d7d, 0, 1, NULL, '2023-04-07 14:35:27.119', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `flow_sequence` -- CREATE TABLE `flow_sequence` ( `id` binary(16) NOT NULL, `flow_id` binary(16) NOT NULL, `app_flow_action_id` binary(16) DEFAULT NULL, `parent_id` binary(16) DEFAULT NULL, `rule_id` binary(16) DEFAULT NULL, `action_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `config` json DEFAULT NULL, `position` int NOT NULL DEFAULT '1', `display_group` int NOT NULL DEFAULT '1', `true_case` tinyint(1) NOT NULL DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `flow_sequence` -- INSERT INTO `flow_sequence` (`id`, `flow_id`, `app_flow_action_id`, `parent_id`, `rule_id`, `action_name`, `config`, `position`, `display_group`, `true_case`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x1eef02230130447084403c5798130c69, 0x8a203aa1673743ec829896696c9b3336, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"b721b2cc78124083a0ac2a6f26807b06\", \"mailTemplateTypeId\": \"5e50302c93df4115a57c888f2805bfad\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x25218b348ecf471db019948ef100c67f, 0x491a85abe8af44608766ce6c1a6a5d97, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"f03d76dbb04f4d43a6fae52f56cc674a\", \"mailTemplateTypeId\": \"c942eb998fac44a487132faec8d45e33\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x2b693fd1edc84f199b333176e772ad49, 0x0e238d69893c4d4a9a9672875c61c8fc, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"40b25ddf9eef4feab0035076e7d04c23\", \"mailTemplateTypeId\": \"c72f010bae184f2a8542ee2a616cb3cb\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x38633ee2c35e41a797fa231e115ec4d4, 0xe3cc8cc6dc1d4f6c8c58a0dad452dc1b, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"909dcaa07e114abb95c99286e4b29298\", \"mailTemplateTypeId\": \"960bc3a97f624beba67814b33d07203e\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x3f9ba3ca7603454e8d2dcaf1ebaae9eb, 0x1deac51bb2ff4f41b81f40bf60084972, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"9de605bf68d54202b88a71dc430b58e7\", \"mailTemplateTypeId\": \"d384dd4bd819420badb0ae15f1a22bc7\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x4504d44a23ec441da9e8b2a092674f24, 0xdfff3fc4aa0b4502bcf5ab1a506e1d49, NULL, NULL, NULL, 'action.mail.send', '{\"mailTemplateId\": \"164d0cf2421f42c2ba906585d67a732d\", \"mailTemplateTypeId\": \"665707111c0d4c5c9b4bde071546bd8a\"}', 1, 1, 0, NULL, '2023-04-07 11:55:18.880', NULL), (0x4df5064c957d41e9beeee48ce328139c, 0x6b662e46b99e40c08d54200f5cc25a85, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"aa90fa64d4fd4f7f855f6c33701456df\", \"mailTemplateTypeId\": \"d18277fa5a8c4879acc4a5cf07903bfd\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x54e31db75f9e429bba711cd8631a7e09, 0x914e7909e93c47a18f209c011c490b46, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"640017d0d0fa430faee87054f14198f9\", \"mailTemplateTypeId\": \"9960ea30a99c4d4594368303b156ab56\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x58b324506e4d457f91c2fafecee0d6ba, 0xa0533cf9e6754322b9951da52911a8a3, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"ee7d3eae061a4fa684634f8bdf4901ef\", \"mailTemplateTypeId\": \"373dc397bd354e1eaa4824e526dce836\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x5bb95e38650c4f5d8b97b0ef5d10bbbf, 0x521d9cff793640e6948b983d050a20bc, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"b1f3025b895b4b2aa36513ada4664d55\", \"mailTemplateTypeId\": \"5497519cc92a4c4b803009c9f47ab8f5\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x5dcb10e6ad5645f1800a808ae724c30a, 0x66db2eddb43b4cc7becd3efc41b96024, NULL, NULL, 0x66e3ba0eb5874a828909566b82692945, NULL, '[]', 1, 1, 0, NULL, '2023-04-07 14:35:32.090', NULL), (0x5f8bed77cf9f4953823a53a9a16567d4, 0x952731d6755a44c8b81f7ba3ced86b4b, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"ba100f01a22d479c834a7939cec01362\", \"mailTemplateTypeId\": \"cc42e307dbbd4ac29c571c18b5004b7e\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x65daf4367f114d6397e248475d35dd3a, 0xa9cb7fd457f543bab666b40248b8fda7, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"06cda71b0707408e93d4b95b7dd21d39\", \"mailTemplateTypeId\": \"b65f958c15a94db594703b67411bcf92\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x68e00a367f0f4ec4a20b08d32e99567a, 0x66db2eddb43b4cc7becd3efc41b96024, NULL, 0x5dcb10e6ad5645f1800a808ae724c30a, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"fdf6ea2760aa405fb61a461c6d12af43\", \"documentTypeIds\": []}', 2, 1, 1, NULL, '2023-04-07 14:35:32.093', NULL), (0x69d84b07adab4d9ca41b1077c19e0d29, 0xd5ec84dbbdfd4f598fb22899b5fc6e4d, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"005d27151dbf42498f17e235ae5c7458\", \"mailTemplateTypeId\": \"d2e1e5ddc7a843e7b0fc0cfc73a172f0\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x6f6cfdfef4ed4c4184ca4ba030027ba7, 0xc3f583208ff74deca594efa799c874e2, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"60152c4e27934d048f84766e16fac3ae\", \"mailTemplateTypeId\": \"1fa1208b22e24df2a1ce4a5e9f60c724\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x711565d9437946c1b48917f0084a182e, 0x66db2eddb43b4cc7becd3efc41b96024, NULL, 0x5dcb10e6ad5645f1800a808ae724c30a, NULL, 'action.grant.download.access', '{\"value\": true}', 1, 1, 1, NULL, '2023-04-07 14:35:32.091', NULL), (0x7eb444496b4b4385976965d017f1bc80, 0xce3e752f5d664b929d1fbd3ab2c5647f, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"3a35cd509a5146689b6c1c609b7c6e3b\", \"mailTemplateTypeId\": \"6776c6300ca34b3aa8d25a4c995eb895\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x89cf1c0fc1a9414bb35ae89e10103b34, 0x9fd153d8d53749d1943672319f5f360d, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"812dc422c6914cf69610cd5883df09d2\", \"mailTemplateTypeId\": \"0f35b5ab06f841a78be4cdfd5a2c1372\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0x94643f7cb91f4bec85f4dfcb26ff7322, 0x39d1de8224a641219914954d45d8073c, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"a7409fbd0f024725b224f0fd3bfed08f\", \"mailTemplateTypeId\": \"a3ecb04a859b46c3a915fa8314e5e699\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0xac5bf53810e14d51a1f00015a7ff80c5, 0x8420973ba36a4cec97a4ba467a3843c5, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"0d047dcd412845d9895ea7975875d6f1\", \"mailTemplateTypeId\": \"369aa15069174ec29f5258468a32339d\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0xade84736b28947fa9c8c2a0de6cb46fa, 0xb60fe948d67c4261b95ea52be09c7de4, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"a57b08f01f024b1b8a3a7ef119827f26\", \"mailTemplateTypeId\": \"f509ddaf5e724e21b4e266ceda136bb0\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0xafd815febdb442fcb1205229b73c5f10, 0x29607c4582c742918c1cdf56d7458fe4, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"fa43f2d5e1654343b6c0e33f25aaaf06\", \"mailTemplateTypeId\": \"b6324ba067014dc0bd279539456b562a\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0xb46a56437bea49c5b25d2b01244f355a, 0x99f0bb66418a419f8428b04d51c6d0f8, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"c5dfbef973734ae6adeb5b81ce87d768\", \"mailTemplateTypeId\": \"7e62b8f5528e4f338185926c076f2f79\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0xb80919d05c8041219ff505563bb1dbb9, 0x0add3b486bd743e1869d684730116463, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"5a0a7bede27248b78fe1fe6995ee829e\", \"mailTemplateTypeId\": \"37a45113448f4c4baaca84d003785254\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0xbd6b242334064f32bf1a96f4ffa14581, 0x6e62380af8dc43c3a60dade7b70324bc, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"387051d21e2f4e4f9ea3665f198abf0c\", \"mailTemplateTypeId\": \"5e4af0f5415f4b188885e638228db2c0\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0xc5b334e5f347466b8609411d5b70da3b, 0xf22349a62346470f9449648eb67315e4, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"a83eac4984574424bd8ba13363c5c426\", \"mailTemplateTypeId\": \"898794e9b32e495690b5dd7a19f1e287\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0xc758caa0ac8343e29b0765fe0b25af24, 0x21ee67f8dc3b4cde921c513b40ab47c7, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"f28bc31c237a4eeba82bf96b639df70a\", \"mailTemplateTypeId\": \"6066968c2b5d4f7a94442b7a0b117d1a\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0xf220f0c738b34810a6b502c56dfd8938, 0x5259268dd5ad4b3f87ca7a2f39db592c, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"dc04769b788f41fca7a4dabcb32d32a7\", \"mailTemplateTypeId\": \"39237c2d98604340a2b710f530de17e0\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0xf754e44e6acf44d5911b47203983f8bb, 0xfa863c88655f4c31b4ae41e5433bf8ce, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"223c6c329cb741a9ac71719b8a46fda4\", \"mailTemplateTypeId\": \"ffbfb948e48d429386acbff084695c30\"}', 1, 1, 0, NULL, '2023-04-07 14:35:27.119', NULL), (0xfb4f899646ed403e92e3497f02a3e3a8, 0x35fc0da4ffa2470cb3308f5dfc13b06a, NULL, NULL, NULL, 'action.set.order.state', '{\"order\": \"completed\", \"order_delivery\": \"\", \"force_transition\": false, \"order_transaction\": \"\"}', 1, 1, 0, NULL, '2023-05-07 15:58:43.442', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `flow_template` -- CREATE TABLE `flow_template` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `config` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `flow_template` -- INSERT INTO `flow_template` (`id`, `name`, `config`, `created_at`, `updated_at`) VALUES (0x019127ab0bf84718806bd78612e4ca78, 'Payment enters status paid', '{\"eventName\": \"state_enter.order_transaction.state.paid\", \"sequences\": [{\"id\": \"32bfe871ba624c57818d9c1412ab01ef\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"f28bc31c237a4eeba82bf96b639df70a\", \"mailTemplateTypeId\": \"f6485d68640b453685bc1aa029eff9aa\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x0b007d4687ad41118ace0f8ae01213ee, 'Contact form sent', '{\"eventName\": \"contact_form.send\", \"sequences\": [{\"id\": \"ee413f96f93447008b40903d9d4a698d\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"909dcaa07e114abb95c99286e4b29298\", \"mailTemplateTypeId\": \"e60511cea1504910ad60e9cad7bb3926\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x1474a7377d1c44259e437a88833f1a3b, 'Customer account registered', '{\"eventName\": \"checkout.customer.register\", \"sequences\": [{\"id\": \"b1204559bbaf45a98975ef254933a113\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"dc04769b788f41fca7a4dabcb32d32a7\", \"mailTemplateTypeId\": \"049583228d434038aae1955de6e31282\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x1e6a69f9d45c488285a3546dbb55e180, 'Deliver ordered product downloads', '{\"eventName\": \"state_enter.order_transaction.state.paid\", \"sequences\": [{\"id\": \"c73ccf2b39f94f03b0d89d8597901322\", \"config\": [], \"ruleId\": \"66e3ba0eb5874a828909566b82692945\", \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": null, \"displayGroup\": 1}, {\"id\": \"1a2fdc70ece745f596342eee519d078d\", \"config\": {\"value\": true}, \"ruleId\": null, \"parentId\": \"c73ccf2b39f94f03b0d89d8597901322\", \"position\": 1, \"trueCase\": 1, \"actionName\": \"action.grant.download.access\", \"displayGroup\": 1}, {\"id\": \"4a56744c438145609c041faecf5c0a3d\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"fdf6ea2760aa405fb61a461c6d12af43\", \"documentTypeIds\": [], \"mailTemplateTypeId\": \"1e06c69b9ad042d7be0db88b48a38cd8\"}, \"ruleId\": null, \"parentId\": \"c73ccf2b39f94f03b0d89d8597901322\", \"position\": 2, \"trueCase\": 1, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.096', NULL), (0x22b40ac199444699a2e5e33543b8f4c6, 'Newsletter sign-up registered', '{\"eventName\": \"newsletter.register\", \"sequences\": [{\"id\": \"525f74c477a04a1e97f59ba971a26154\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"ee7d3eae061a4fa684634f8bdf4901ef\", \"mailTemplateTypeId\": \"cee8ef336928403b9e471720463a64b7\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x230c9951aefb45f5bfdbd95138493355, 'Customer group registration request accepted', '{\"eventName\": \"customer.group.registration.accepted\", \"sequences\": [{\"id\": \"a08375eff8fb440eab28131533b50ae2\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"a57b08f01f024b1b8a3a7ef119827f26\", \"mailTemplateTypeId\": \"8bd4f01031314b788afcafa87009ef56\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x3336381f617043d2900a32d1373b427c, 'Shipment enters status shipped', '{\"eventName\": \"state_enter.order_delivery.state.shipped\", \"sequences\": [{\"id\": \"eeff9385228a4d439cffcefb54decea0\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"b721b2cc78124083a0ac2a6f26807b06\", \"mailTemplateTypeId\": \"5b81bad2fa0b4c4e989e4ecbb4297dd9\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x3b2c9108c24142d88e5cca95913f4ede, 'Shipment enters status returned', '{\"eventName\": \"state_enter.order_delivery.state.returned\", \"sequences\": [{\"id\": \"3b22c210091a4f33868f0766c2498b45\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"60152c4e27934d048f84766e16fac3ae\", \"mailTemplateTypeId\": \"800327dc9ef440438dfc5e81b0f181e8\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x4ae3c4c7e46943e3983272e341af33a8, 'Shipment enters status cancelled', '{\"eventName\": \"state_enter.order_delivery.state.cancelled\", \"sequences\": [{\"id\": \"cb1525246a1043708fec50c9ca135623\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"40b25ddf9eef4feab0035076e7d04c23\", \"mailTemplateTypeId\": \"d403602f106d452a844cba5fb4f50929\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x56673f58e1814cd0b63f8ba36e59333d, 'User recovery request sent', '{\"eventName\": \"user.recovery.request\", \"sequences\": [{\"id\": \"8df057d80f9a4f73b044c0230e51d813\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"f03d76dbb04f4d43a6fae52f56cc674a\", \"mailTemplateTypeId\": \"5f3e7f18c6b040598e1663446cadadf0\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x608c8481aae74578a02f19d9b3018920, 'Order placed', '{\"eventName\": \"checkout.order.placed\", \"sequences\": [{\"id\": \"f08387e6753847ae9668b5db6bda5972\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"a7409fbd0f024725b224f0fd3bfed08f\", \"mailTemplateTypeId\": \"b428de16b6c74e6f95226aed152caa77\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x68c36cb51c9544e8989aa6f128c85778, 'Customer requests new password', '{\"eventName\": \"customer.recovery.request\", \"sequences\": [{\"id\": \"738db07e047348ba88565b84c92dbbe9\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"005d27151dbf42498f17e235ae5c7458\", \"mailTemplateTypeId\": \"47f572cc6d5d4348a819c67e241a2c96\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x68fa8a0d0b1d4c33b6f032e06a09a4e7, 'Order enters status cancelled', '{\"eventName\": \"state_enter.order.state.cancelled\", \"sequences\": [{\"id\": \"664eb5fd263348f0a3d0f75a002f5fe6\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"223c6c329cb741a9ac71719b8a46fda4\", \"mailTemplateTypeId\": \"bf6fd80bdc6e4da6961ee96533736d2d\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x7fee5002440b4980ab539eca6e3bd169, 'Shipment enters status partially returned', '{\"eventName\": \"state_enter.order_delivery.state.returned_partially\", \"sequences\": [{\"id\": \"8daa825049c7441486b436c9fe1a0721\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"a83eac4984574424bd8ba13363c5c426\", \"mailTemplateTypeId\": \"f5c7e15e2e3544b5a17ce6b8e67d1ada\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x8d5dcf09bb1c4cd38263ec067cc87fae, 'Payment enters status refunded', '{\"eventName\": \"state_enter.order_transaction.state.refunded\", \"sequences\": [{\"id\": \"54463a38ebf94f58843155b3d7fa5a85\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"5a0a7bede27248b78fe1fe6995ee829e\", \"mailTemplateTypeId\": \"a90ce0a0df8f42b5ab86cc2e9692e1e0\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x8dc5ce25f284465fa0b4dbb826346230, 'Order enters status in progress', '{\"eventName\": \"state_enter.order.state.in_progress\", \"sequences\": [{\"id\": \"372df23835e24c1a81fb1926d079323a\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"c5dfbef973734ae6adeb5b81ce87d768\", \"mailTemplateTypeId\": \"2e57fb3b1c424bdc854865cc29215b7a\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0x982162a2f5b341ea946ad589fe4c16df, 'Customer group registration request declined', '{\"eventName\": \"customer.group.registration.declined\", \"sequences\": [{\"id\": \"f8b7e18eb9e549f39990d454c56a58b0\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"9de605bf68d54202b88a71dc430b58e7\", \"mailTemplateTypeId\": \"0ff0f1dafbdf42ee9953feb65d07f196\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0xa21120dd0ee242f08ef5391e30867c2a, 'Customer account registered with double opt-in', '{\"eventName\": \"checkout.customer.double_opt_in_registration\", \"sequences\": [{\"id\": \"fe30f8caace34c00a746a5240e14434c\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"640017d0d0fa430faee87054f14198f9\", \"mailTemplateTypeId\": \"84c3a463103645fbbcb993f6a7241c5e\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0xa25363cdc23c488a9a3ff2aae8fa8dae, 'Guest account registered with double opt-in', '{\"eventName\": \"checkout.customer.double_opt_in_guest_order\", \"sequences\": [{\"id\": \"dc45618a26c4479fb0767eec7eb19992\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"812dc422c6914cf69610cd5883df09d2\", \"mailTemplateTypeId\": \"43e246a0cd9e45759cf80d77668f6c28\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0xa8d722af51184655a06fd5e41ad85d80, 'Payment enters status reminder sent', '{\"eventName\": \"state_enter.order_transaction.state.reminded\", \"sequences\": [{\"id\": \"bcf3ecf927d94f7d962c798841ebf32c\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"b1f3025b895b4b2aa36513ada4664d55\", \"mailTemplateTypeId\": \"543bf2def53c4763ac4721605e379ce8\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0xb2107824c9d54320bf6612cf29a73571, 'Payment enters status partially refunded', '{\"eventName\": \"state_enter.order_transaction.state.refunded_partially\", \"sequences\": [{\"id\": \"5ca5e48711684dcd8af8919f687982d0\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"3a35cd509a5146689b6c1c609b7c6e3b\", \"mailTemplateTypeId\": \"6a79c32b24194817bef947ca255d34c2\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0xc8b2544acc44447380a6c389bcec4521, 'Shipment enters status partially shipped', '{\"eventName\": \"state_enter.order_delivery.state.shipped_partially\", \"sequences\": [{\"id\": \"6c21dffcd5fa42fc8bcb22240e2a59d9\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"ba100f01a22d479c834a7939cec01362\", \"mailTemplateTypeId\": \"29fc430b8c7644a1a8036706664a7850\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0xcb6243e118c9455ca183f28662d150c2, 'Payment enters status partially paid', '{\"eventName\": \"state_enter.order_transaction.state.paid_partially\", \"sequences\": [{\"id\": \"274be0ec2458487e8aea1e1879e5cbbd\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"06cda71b0707408e93d4b95b7dd21d39\", \"mailTemplateTypeId\": \"d50dce5d82314d6f864a246660f2ac35\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0xd890e08849a64afca212b70a5d37855d, 'Order enters status completed', '{\"eventName\": \"state_enter.order.state.completed\", \"sequences\": [{\"id\": \"01717110c66d4d7ea5157737d9b22cdb\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"fa43f2d5e1654343b6c0e33f25aaaf06\", \"mailTemplateTypeId\": \"c0481638a2f84bbc9881227914d072cb\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0xf308f2018b4249f4938e7a263c5d711d, 'Payment enters status cancelled', '{\"eventName\": \"state_enter.order_transaction.state.cancelled\", \"sequences\": [{\"id\": \"d723a3bc7d78413da9f7e9bc7acbd6f7\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"387051d21e2f4e4f9ea3665f198abf0c\", \"mailTemplateTypeId\": \"2bae72f695f84119af025556caa33107\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0xfea0d2ad66d640ed9c4c91643f908ae7, 'Newsletter sign-up confirmed', '{\"eventName\": \"newsletter.confirm\", \"sequences\": [{\"id\": \"d5362fa35e0f45049c9c3bf86c1cbe3c\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"ee7d3eae061a4fa684634f8bdf4901ef\", \"mailTemplateTypeId\": \"cee8ef336928403b9e471720463a64b7\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL), (0xfef742ac643040318a9016f7e714877f, 'Payment enters status open', '{\"eventName\": \"state_enter.order_transaction.state.open\", \"sequences\": [{\"id\": \"ea6aef73805f448ba6ba458a82084c6d\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"aa90fa64d4fd4f7f855f6c33701456df\", \"mailTemplateTypeId\": \"c8b2724becbf45bf8eabe377b26d995f\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-04-07 14:35:32.072', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `import_export_file` -- CREATE TABLE `import_export_file` ( `id` binary(16) NOT NULL, `original_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `expire_date` datetime(3) NOT NULL, `size` int DEFAULT NULL, `updated_at` datetime(3) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `access_token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `import_export_log` -- CREATE TABLE `import_export_log` ( `id` binary(16) NOT NULL, `activity` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `state` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `records` int NOT NULL, `username` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `profile_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` binary(16) DEFAULT NULL, `profile_id` binary(16) DEFAULT NULL, `file_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `config` json DEFAULT NULL, `result` json DEFAULT NULL, `invalid_records_log_id` binary(16) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `import_export_profile` -- CREATE TABLE `import_export_profile` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `system_default` tinyint UNSIGNED NOT NULL DEFAULT '0', `source_entity` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `file_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `delimiter` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `enclosure` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'import-export', `mapping` longtext COLLATE utf8mb4_unicode_ci, `update_by` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `config` json DEFAULT NULL ) ; -- -- Tablo döküm verisi `import_export_profile` -- INSERT INTO `import_export_profile` (`id`, `name`, `system_default`, `source_entity`, `file_type`, `delimiter`, `enclosure`, `type`, `mapping`, `update_by`, `created_at`, `updated_at`, `config`) VALUES (0x1cdd234089bd46f38df4f7f1146d39a0, 'Default cross-selling', 1, 'product_cross_selling', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"translations.DEFAULT.name\",\"mappedKey\":\"name\",\"position\":1},{\"key\":\"productId\",\"mappedKey\":\"product_id\",\"position\":2},{\"key\":\"active\",\"mappedKey\":\"active\",\"position\":3},{\"key\":\"position\",\"mappedKey\":\"position\",\"position\":4},{\"key\":\"limit\",\"mappedKey\":\"limit\",\"position\":5},{\"key\":\"type\",\"mappedKey\":\"type\",\"position\":6},{\"key\":\"sortBy\",\"mappedKey\":\"sort_by\",\"position\":7},{\"key\":\"sortDirection\",\"mappedKey\":\"sort_direction\",\"position\":8},{\"key\":\"assignedProducts\",\"mappedKey\":\"assigned_products\",\"position\":9}]', NULL, '2023-04-07 14:35:26.310', NULL, NULL), (0x24ac029128284173b2431e90d7126b22, 'Default product', 1, 'product', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"parentId\",\"mappedKey\":\"parent_id\",\"position\":1},{\"key\":\"productNumber\",\"mappedKey\":\"product_number\",\"position\":2},{\"key\":\"active\",\"mappedKey\":\"active\",\"position\":3},{\"key\":\"stock\",\"mappedKey\":\"stock\",\"position\":4},{\"key\":\"translations.DEFAULT.name\",\"mappedKey\":\"name\",\"position\":5},{\"key\":\"translations.DEFAULT.description\",\"mappedKey\":\"description\",\"position\":6},{\"key\":\"price.DEFAULT.net\",\"mappedKey\":\"price_net\",\"position\":7},{\"key\":\"price.DEFAULT.gross\",\"mappedKey\":\"price_gross\",\"position\":8},{\"key\":\"purchasePrices.DEFAULT.net\",\"mappedKey\":\"purchase_prices_net\",\"position\":9},{\"key\":\"purchasePrices.DEFAULT.gross\",\"mappedKey\":\"purchase_prices_gross\",\"position\":10},{\"key\":\"tax.id\",\"mappedKey\":\"tax_id\",\"position\":11},{\"key\":\"tax.taxRate\",\"mappedKey\":\"tax_rate\",\"position\":12},{\"key\":\"tax.name\",\"mappedKey\":\"tax_name\",\"position\":13},{\"key\":\"cover.media.id\",\"mappedKey\":\"cover_media_id\",\"position\":14},{\"key\":\"cover.media.url\",\"mappedKey\":\"cover_media_url\",\"position\":15},{\"key\":\"cover.media.translations.DEFAULT.title\",\"mappedKey\":\"cover_media_title\",\"position\":16},{\"key\":\"cover.media.translations.DEFAULT.alt\",\"mappedKey\":\"cover_media_alt\",\"position\":17},{\"key\":\"manufacturer.id\",\"mappedKey\":\"manufacturer_id\",\"position\":18},{\"key\":\"manufacturer.translations.DEFAULT.name\",\"mappedKey\":\"manufacturer_name\",\"position\":19},{\"key\":\"categories\",\"mappedKey\":\"categories\",\"position\":20},{\"key\":\"visibilities.all\",\"mappedKey\":\"sales_channel\",\"position\":21},{\"key\":\"properties\",\"mappedKey\":\"propertyIds\",\"position\":22},{\"key\":\"options\",\"mappedKey\":\"optionIds\",\"position\":23}]', NULL, '2023-04-07 14:35:07.265', NULL, NULL), (0x314f3d00f30a4117ace9aa638742f411, 'Default variant configuration settings', 1, 'product_configurator_setting', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"productId\",\"mappedKey\":\"product_id\",\"position\":1},{\"key\":\"optionId\",\"mappedKey\":\"option_id\",\"position\":2},{\"key\":\"position\",\"mappedKey\":\"position\",\"position\":3},{\"key\":\"media.id\",\"mappedKey\":\"media_id\",\"position\":4},{\"key\":\"media.url\",\"mappedKey\":\"media_url\",\"position\":5},{\"key\":\"media.mediaFolderId\",\"mappedKey\":\"media_folder_id\",\"position\":6},{\"key\":\"media.mediaType\",\"mappedKey\":\"media_type\",\"position\":7},{\"key\":\"media.translations.DEFAULT.title\",\"mappedKey\":\"media_title\",\"position\":8},{\"key\":\"media.translations.DEFAULT.alt\",\"mappedKey\":\"media_alt\",\"position\":9},{\"key\":\"price.DEFAULT.net\",\"mappedKey\":\"price_net\",\"position\":10},{\"key\":\"price.DEFAULT.gross\",\"mappedKey\":\"price_gross\",\"position\":11}]', NULL, '2023-04-07 14:35:07.726', NULL, NULL), (0x35f160448f34437aa48d65e352761a42, 'Default category', 1, 'category', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"parentId\",\"mappedKey\":\"parent_id\",\"position\":1},{\"key\":\"active\",\"mappedKey\":\"active\",\"position\":2},{\"key\":\"type\",\"mappedKey\":\"type\",\"position\":3},{\"key\":\"visible\",\"mappedKey\":\"visible\",\"position\":4},{\"key\":\"translations.DEFAULT.name\",\"mappedKey\":\"name\",\"position\":5},{\"key\":\"translations.DEFAULT.externalLink\",\"mappedKey\":\"external_link\",\"position\":6},{\"key\":\"translations.DEFAULT.description\",\"mappedKey\":\"description\",\"position\":7},{\"key\":\"translations.DEFAULT.metaTitle\",\"mappedKey\":\"meta_title\",\"position\":8},{\"key\":\"translations.DEFAULT.metaDescription\",\"mappedKey\":\"meta_description\",\"position\":9},{\"key\":\"media.id\",\"mappedKey\":\"media_id\",\"position\":10},{\"key\":\"media.url\",\"mappedKey\":\"media_url\",\"position\":11},{\"key\":\"media.mediaFolderId\",\"mappedKey\":\"media_folder_id\",\"position\":12},{\"key\":\"media.mediaType\",\"mappedKey\":\"media_type\",\"position\":13},{\"key\":\"media.translations.DEFAULT.title\",\"mappedKey\":\"media_title\",\"position\":14},{\"key\":\"media.translations.DEFAULT.alt\",\"mappedKey\":\"media_alt\",\"position\":15},{\"key\":\"cmsPageId\",\"mappedKey\":\"cms_page_id\",\"position\":16}]', NULL, '2023-04-07 14:35:07.262', NULL, NULL), (0x3f1866cdd0fb46c8bd73a62f528f3b60, 'Default newsletter recipient', 1, 'newsletter_recipient', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"email\",\"mappedKey\":\"email\",\"position\":1},{\"key\":\"title\",\"mappedKey\":\"title\",\"position\":2},{\"key\":\"salutation.salutationKey\",\"mappedKey\":\"salutation\",\"position\":3},{\"key\":\"firstName\",\"mappedKey\":\"first_name\",\"position\":4},{\"key\":\"lastName\",\"mappedKey\":\"last_name\",\"position\":5},{\"key\":\"zipCode\",\"mappedKey\":\"zip_code\",\"position\":6},{\"key\":\"city\",\"mappedKey\":\"city\",\"position\":7},{\"key\":\"street\",\"mappedKey\":\"street\",\"position\":8},{\"key\":\"status\",\"mappedKey\":\"status\",\"position\":9},{\"key\":\"hash\",\"mappedKey\":\"hash\",\"position\":10},{\"key\":\"salesChannel.id\",\"mappedKey\":\"sales_channel_id\",\"position\":11}]', NULL, '2023-04-07 14:35:07.724', NULL, NULL), (0x3fd4553a6ff14ec7ba19b6b6129781d1, 'Default customer', 1, 'customer', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"salutation.salutationKey\",\"mappedKey\":\"salutation\",\"position\":1},{\"key\":\"customerNumber\",\"mappedKey\":\"customer_number\",\"position\":2},{\"key\":\"firstName\",\"mappedKey\":\"first_name\",\"position\":3},{\"key\":\"lastName\",\"mappedKey\":\"last_name\",\"position\":4},{\"key\":\"email\",\"mappedKey\":\"email\",\"position\":5},{\"key\":\"active\",\"mappedKey\":\"active\",\"position\":6},{\"key\":\"guest\",\"mappedKey\":\"guest\",\"position\":7},{\"key\":\"group.translations.DEFAULT.name\",\"mappedKey\":\"customer_group\",\"position\":8},{\"key\":\"language.locale.code\",\"mappedKey\":\"language\",\"position\":9},{\"key\":\"salesChannel.translations.DEFAULT.name\",\"mappedKey\":\"sales_channel\",\"position\":10},{\"key\":\"defaultPaymentMethod.translations.DEFAULT.name\",\"mappedKey\":\"payment_method\",\"position\":11},{\"key\":\"defaultBillingAddress.id\",\"mappedKey\":\"billing_id\",\"position\":12},{\"key\":\"defaultBillingAddress.salutation.salutationKey\",\"mappedKey\":\"billing_salutation\",\"position\":13},{\"key\":\"defaultBillingAddress.title\",\"mappedKey\":\"billing_title\",\"position\":14},{\"key\":\"defaultBillingAddress.firstName\",\"mappedKey\":\"billing_first_name\",\"position\":15},{\"key\":\"defaultBillingAddress.lastName\",\"mappedKey\":\"billing_last_name\",\"position\":16},{\"key\":\"defaultBillingAddress.company\",\"mappedKey\":\"billing_company\",\"position\":17},{\"key\":\"defaultBillingAddress.street\",\"mappedKey\":\"billing_street\",\"position\":18},{\"key\":\"defaultBillingAddress.zipcode\",\"mappedKey\":\"billing_zipcode\",\"position\":19},{\"key\":\"defaultBillingAddress.city\",\"mappedKey\":\"billing_city\",\"position\":20},{\"key\":\"defaultBillingAddress.country.iso\",\"mappedKey\":\"billing_country\",\"position\":21},{\"key\":\"defaultBillingAddress.phoneNumber\",\"mappedKey\":\"billing_phone_number\",\"position\":22},{\"key\":\"defaultShippingAddress.id\",\"mappedKey\":\"shipping_id\",\"position\":23},{\"key\":\"defaultShippingAddress.salutation.salutationKey\",\"mappedKey\":\"shipping_salutation\",\"position\":24},{\"key\":\"defaultShippingAddress.title\",\"mappedKey\":\"shipping_title\",\"position\":25},{\"key\":\"defaultShippingAddress.firstName\",\"mappedKey\":\"shipping_first_name\",\"position\":26},{\"key\":\"defaultShippingAddress.lastName\",\"mappedKey\":\"shipping_last_name\",\"position\":27},{\"key\":\"defaultShippingAddress.company\",\"mappedKey\":\"shipping_company\",\"position\":28},{\"key\":\"defaultShippingAddress.street\",\"mappedKey\":\"shipping_street\",\"position\":29},{\"key\":\"defaultShippingAddress.zipcode\",\"mappedKey\":\"shipping_zipcode\",\"position\":30},{\"key\":\"defaultShippingAddress.city\",\"mappedKey\":\"shipping_city\",\"position\":31},{\"key\":\"defaultShippingAddress.country.iso\",\"mappedKey\":\"shipping_country\",\"position\":32},{\"key\":\"defaultShippingAddress.phoneNumber\",\"mappedKey\":\"shipping_phone_number\",\"position\":33}]', NULL, '2023-04-07 14:35:26.419', NULL, NULL), (0x573c94f290d14179a9a738d133bb9dca, 'Default media', 1, 'media', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"mediaFolderId\",\"mappedKey\":\"folder_id\",\"position\":1},{\"key\":\"url\",\"mappedKey\":\"url\",\"position\":2},{\"key\":\"private\",\"mappedKey\":\"private\",\"position\":3},{\"key\":\"mediaType\",\"mappedKey\":\"type\",\"position\":4},{\"key\":\"translations.DEFAULT.title\",\"mappedKey\":\"title\",\"position\":5},{\"key\":\"translations.DEFAULT.alt\",\"mappedKey\":\"alt\",\"position\":6}]', NULL, '2023-04-07 14:35:07.263', NULL, NULL), (0x5990ec887d564b8eb99cd70d3fb66bbb, 'Default orders', 1, 'order', 'text/csv', ';', '\"', 'export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"orderNumber\",\"mappedKey\":\"order_number\",\"position\":1},{\"key\":\"salesChannelId\",\"mappedKey\":\"sales_channel_id\",\"position\":2},{\"key\":\"orderCustomer.firstName\",\"mappedKey\":\"customer_firstname\",\"position\":3},{\"key\":\"orderCustomer.lastName\",\"mappedKey\":\"customer_lastname\",\"position\":4},{\"key\":\"orderCustomer.email\",\"mappedKey\":\"customer_email\",\"position\":5},{\"key\":\"billingAddress.street\",\"mappedKey\":\"billing_address_street\",\"position\":6},{\"key\":\"billingAddress.zipcode\",\"mappedKey\":\"billing_address_zipcode\",\"position\":7},{\"key\":\"billingAddress.city\",\"mappedKey\":\"billing_address_city\",\"position\":8},{\"key\":\"billingAddress.company\",\"mappedKey\":\"billing_address_company\",\"position\":9},{\"key\":\"billingAddress.department\",\"mappedKey\":\"billing_address_department\",\"position\":10},{\"key\":\"billingAddress.countryId\",\"mappedKey\":\"billing_address_country_id\",\"position\":11},{\"key\":\"billingAddress.countryStateId\",\"mappedKey\":\"billing_address_country_state_id\",\"position\":12},{\"key\":\"deliveries.shippingOrderAddress.street\",\"mappedKey\":\"shipping_address_street\",\"position\":13},{\"key\":\"deliveries.shippingOrderAddress.zipcode\",\"mappedKey\":\"shipping_address_zipcode\",\"position\":14},{\"key\":\"deliveries.shippingOrderAddress.city\",\"mappedKey\":\"shipping_address_city\",\"position\":15},{\"key\":\"deliveries.shippingOrderAddress.company\",\"mappedKey\":\"shipping_address_company\",\"position\":16},{\"key\":\"deliveries.shippingOrderAddress.department\",\"mappedKey\":\"shipping_address_department\",\"position\":17},{\"key\":\"deliveries.shippingOrderAddress.countryId\",\"mappedKey\":\"shipping_address_country_id\",\"position\":18},{\"key\":\"deliveries.shippingOrderAddress.countryStateId\",\"mappedKey\":\"shipping_address_country_state_id\",\"position\":19},{\"key\":\"amountTotal\",\"mappedKey\":\"amount_total\",\"position\":20},{\"key\":\"stateId\",\"mappedKey\":\"order_state_id\",\"position\":21},{\"key\":\"lineItems\",\"mappedKey\":\"line_items\",\"position\":22},{\"key\":\"orderDateTime\",\"mappedKey\":\"order_date_time\",\"position\":23}]', NULL, '2023-04-07 14:35:26.622', NULL, NULL), (0x81297e6ec5504e618a4eecd094db905c, 'Default promotion discounts', 1, 'promotion_discount', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"promotionId\",\"mappedKey\":\"promotion_id\",\"position\":1},{\"key\":\"scope\",\"mappedKey\":\"scope\",\"position\":2},{\"key\":\"type\",\"mappedKey\":\"type\",\"position\":3},{\"key\":\"value\",\"mappedKey\":\"value\",\"position\":4},{\"key\":\"considerAdvancedRules\",\"mappedKey\":\"consider_advanced_rules\",\"position\":5},{\"key\":\"maxValue\",\"mappedKey\":\"max_value\",\"position\":6},{\"key\":\"sorterKey\",\"mappedKey\":\"sorter_key\",\"position\":7,\"useDefaultValue\":true,\"defaultValue\":\"PRICE_ASC\"},{\"key\":\"applierKey\",\"mappedKey\":\"applier_key\",\"position\":8,\"useDefaultValue\":true,\"defaultValue\":\"ALL\"},{\"key\":\"usageKey\",\"mappedKey\":\"usage_key\",\"position\":9,\"useDefaultValue\":true,\"defaultValue\":\"ALL\"},{\"key\":\"pickerKey\",\"mappedKey\":\"picker_key\",\"position\":10},{\"key\":\"discountRules\",\"mappedKey\":\"discount_rules\",\"position\":11}]', NULL, '2023-04-07 14:35:27.669', NULL, NULL), (0xcf32058a86934ba39b3127b92b79e98d, 'Default promotion codes', 1, 'promotion_individual_code', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"promotionId\",\"mappedKey\":\"promotion_id\",\"position\":1},{\"key\":\"code\",\"mappedKey\":\"code\",\"position\":2}]', NULL, '2023-04-07 14:35:26.584', NULL, NULL), (0xdaee6605af704878b9e32930cdae7b13, 'Default properties', 1, 'property_group_option', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"colorHexCode\",\"mappedKey\":\"color_hex_code\",\"position\":1},{\"key\":\"translations.DEFAULT.name\",\"mappedKey\":\"name\",\"position\":2},{\"key\":\"translations.DEFAULT.position\",\"mappedKey\":\"position\",\"position\":3},{\"key\":\"group.id\",\"mappedKey\":\"group_id\",\"position\":4},{\"key\":\"group.displayType\",\"mappedKey\":\"group_display_type\",\"position\":5},{\"key\":\"group.sortingType\",\"mappedKey\":\"group_sorting_type\",\"position\":6},{\"key\":\"group.translations.DEFAULT.name\",\"mappedKey\":\"group_name\",\"position\":7},{\"key\":\"group.translations.DEFAULT.description\",\"mappedKey\":\"group_description\",\"position\":8},{\"key\":\"group.translations.DEFAULT.position\",\"mappedKey\":\"group_position\",\"position\":9},{\"key\":\"media.id\",\"mappedKey\":\"media_id\",\"position\":10},{\"key\":\"media.url\",\"mappedKey\":\"media_url\",\"position\":11},{\"key\":\"media.mediaFolderId\",\"mappedKey\":\"media_folder_id\",\"position\":12},{\"key\":\"media.mediaType\",\"mappedKey\":\"media_type\",\"position\":13},{\"key\":\"media.translations.DEFAULT.title\",\"mappedKey\":\"media_title\",\"position\":14},{\"key\":\"media.translations.DEFAULT.alt\",\"mappedKey\":\"media_alt\",\"position\":15}]', NULL, '2023-04-07 14:35:07.727', NULL, NULL), (0xf5fbfc4d6e8c4a5e847a215986ecb5ce, 'Default advanced prices', 1, 'product_price', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"productId\",\"mappedKey\":\"product_id\",\"position\":1},{\"key\":\"ruleId\",\"mappedKey\":\"rule_id\",\"position\":2},{\"key\":\"price.DEFAULT.net\",\"mappedKey\":\"price_net\",\"position\":3},{\"key\":\"price.DEFAULT.gross\",\"mappedKey\":\"price_gross\",\"position\":4},{\"key\":\"quantityStart\",\"mappedKey\":\"quantity_start\",\"position\":5},{\"key\":\"quantityEnd\",\"mappedKey\":\"quantity_end\",\"position\":6}]', NULL, '2023-04-07 14:35:27.651', NULL, NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `import_export_profile_translation` -- CREATE TABLE `import_export_profile_translation` ( `import_export_profile_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `label` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `import_export_profile_translation` -- INSERT INTO `import_export_profile_translation` (`import_export_profile_id`, `language_id`, `label`, `created_at`, `updated_at`) VALUES (0x1cdd234089bd46f38df4f7f1146d39a0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Cross-Selling', '2023-04-07 14:35:26.316', NULL), (0x1cdd234089bd46f38df4f7f1146d39a0, 0x74abf495620848a19755546e0f70dbac, 'Default cross-selling', '2023-04-07 14:35:26.315', NULL), (0x24ac029128284173b2431e90d7126b22, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Produkt', '2023-04-07 14:35:07.265', NULL), (0x24ac029128284173b2431e90d7126b22, 0x74abf495620848a19755546e0f70dbac, 'Default product', '2023-04-07 14:35:08.000', NULL), (0x314f3d00f30a4117ace9aa638742f411, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Variantenkonfiguration', '2023-04-07 14:35:07.726', NULL), (0x314f3d00f30a4117ace9aa638742f411, 0x74abf495620848a19755546e0f70dbac, 'Default variant configuration settings', '2023-04-07 14:35:08.000', NULL), (0x35f160448f34437aa48d65e352761a42, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Kategorie', '2023-04-07 14:35:07.262', NULL), (0x35f160448f34437aa48d65e352761a42, 0x74abf495620848a19755546e0f70dbac, 'Default category', '2023-04-07 14:35:08.000', NULL), (0x3f1866cdd0fb46c8bd73a62f528f3b60, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Newsletter-Empfänger', '2023-04-07 14:35:07.724', NULL), (0x3f1866cdd0fb46c8bd73a62f528f3b60, 0x74abf495620848a19755546e0f70dbac, 'Default newsletter recipient', '2023-04-07 14:35:08.000', NULL), (0x3fd4553a6ff14ec7ba19b6b6129781d1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Kunde', '2023-04-07 14:35:26.429', NULL), (0x3fd4553a6ff14ec7ba19b6b6129781d1, 0x74abf495620848a19755546e0f70dbac, 'Default customer', '2023-04-07 14:35:26.428', NULL), (0x573c94f290d14179a9a738d133bb9dca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Medien', '2023-04-07 14:35:07.263', NULL), (0x573c94f290d14179a9a738d133bb9dca, 0x74abf495620848a19755546e0f70dbac, 'Default media', '2023-04-07 14:35:08.000', NULL), (0x5990ec887d564b8eb99cd70d3fb66bbb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Bestellungen', '2023-04-07 14:35:26.626', NULL), (0x5990ec887d564b8eb99cd70d3fb66bbb, 0x74abf495620848a19755546e0f70dbac, 'Default orders', '2023-04-07 14:35:26.625', NULL), (0x81297e6ec5504e618a4eecd094db905c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Aktionsrabatte', '2023-04-07 14:35:27.674', NULL), (0x81297e6ec5504e618a4eecd094db905c, 0x74abf495620848a19755546e0f70dbac, 'Default promotion discounts', '2023-04-07 14:35:27.673', NULL), (0xcf32058a86934ba39b3127b92b79e98d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Aktionscodes', '2023-04-07 14:35:26.591', NULL), (0xcf32058a86934ba39b3127b92b79e98d, 0x74abf495620848a19755546e0f70dbac, 'Default promotion codes', '2023-04-07 14:35:26.590', NULL), (0xdaee6605af704878b9e32930cdae7b13, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Eigenschaften', '2023-04-07 14:35:07.727', NULL), (0xdaee6605af704878b9e32930cdae7b13, 0x74abf495620848a19755546e0f70dbac, 'Default properties', '2023-04-07 14:35:08.000', NULL), (0xf5fbfc4d6e8c4a5e847a215986ecb5ce, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Erweiterte Preise', '2023-04-07 14:35:27.658', NULL), (0xf5fbfc4d6e8c4a5e847a215986ecb5ce, 0x74abf495620848a19755546e0f70dbac, 'Default advanced prices', '2023-04-07 14:35:27.657', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `increment` -- CREATE TABLE `increment` ( `pool` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `cluster` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `count` bigint UNSIGNED NOT NULL DEFAULT '1', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `increment` -- INSERT INTO `increment` (`pool`, `cluster`, `key`, `count`, `created_at`, `updated_at`) VALUES ('message_queue', 'message_queue_stats', 'Pickware\\PickwareErpStarter\\Reorder\\ScheduledTask\\ReorderNotificationTask', 0, '2023-04-07 11:55:34.696', '2023-05-07 15:04:18.649'), ('message_queue', 'message_queue_stats', 'Pickware\\PickwareErpStarter\\Stock\\ProductSalesUpdateTask', 0, '2023-04-07 11:55:34.684', '2023-05-07 19:10:27.025'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask', 0, '2023-04-07 11:39:32.400', '2023-05-07 15:04:18.566'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexingMessage', 0, '2023-04-07 11:39:28.863', '2023-04-07 11:39:30.188'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexingMessage', 0, '2023-05-07 15:24:45.240', '2023-05-07 15:24:45.385'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexingMessage', 0, '2023-04-07 11:37:27.246', '2023-05-07 15:58:49.397'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask', 0, '2023-04-07 11:39:32.366', '2023-05-07 15:04:18.404'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexingMessage', 0, '2023-04-07 11:39:28.838', '2023-04-07 11:39:29.953'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage', 0, '2023-04-07 12:02:32.322', '2023-05-07 15:17:56.388'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage', 0, '2023-04-07 11:37:09.962', '2023-05-07 15:53:36.526'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask', 0, '2023-04-07 11:39:32.416', '2023-05-07 15:04:18.632'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask', 0, '2023-04-07 11:39:32.395', '2023-05-07 15:04:18.530'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask', 0, '2023-04-07 11:39:32.405', '2023-04-07 11:39:33.301'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexingMessage', 0, '2023-04-07 11:37:13.273', '2023-04-07 11:48:11.909'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask', 0, '2023-04-07 11:39:32.373', '2023-05-07 19:40:13.999'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask', 0, '2023-04-07 11:39:32.355', '2023-05-07 15:04:18.364'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexingMessage', 0, '2023-04-07 11:39:28.813', '2023-04-07 11:39:29.044'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask', 0, '2023-04-07 11:39:32.386', '2023-05-07 15:04:18.493'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage', 0, '2023-04-07 11:39:33.226', '2023-05-07 15:04:18.687'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask', 0, '2023-04-07 11:39:32.378', '2023-05-07 15:04:18.445'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask', 0, '2023-04-07 11:39:32.348', '2023-05-07 15:04:18.347'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage', 0, '2023-04-07 11:55:35.202', '2023-05-07 15:58:49.374'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage', 0, '2023-04-07 11:37:07.269', '2023-05-07 15:58:49.403'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask', 0, '2023-04-07 11:39:32.412', '2023-05-07 15:04:18.615'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask', 0, '2023-04-07 11:39:32.361', '2023-05-07 15:04:18.382'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask', 0, '2023-04-07 11:39:32.382', '2023-05-07 19:40:14.036'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask', 0, '2023-04-07 11:39:32.391', '2023-05-07 15:04:18.513'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexingMessage', 0, '2023-04-07 11:39:28.852', '2023-04-07 11:39:29.968'), ('message_queue', 'message_queue_stats', 'Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTask', 0, '2023-04-07 11:54:34.691', '2023-05-07 15:04:18.601'), ('message_queue', 'message_queue_stats', 'Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTask', 0, '2023-04-07 11:54:34.668', '2023-05-07 15:03:36.980'), ('message_queue', 'message_queue_stats', 'Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask', 0, '2023-04-07 11:54:34.684', '2023-05-07 19:10:27.317'), ('message_queue', 'message_queue_stats', 'Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask', 0, '2023-04-07 11:54:34.679', '2023-05-07 19:40:14.101'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'category@sw.category.index', 10, '2023-05-07 15:07:34.759', '2023-05-07 19:10:58.742'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'cms@sw.cms.index', 13, '2023-04-07 11:46:05.111', '2023-05-07 16:00:20.123'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'customers@sw.customer.index', 4, '2023-04-07 11:46:27.312', '2023-05-07 15:51:36.044'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'dashboard@sw.dashboard.index', 6, '2023-04-07 11:51:12.675', '2023-05-07 15:50:47.369'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'first-run-wizard@sw.first.run.wizard.index', 18, '2023-04-07 11:36:47.404', '2023-04-07 12:13:55.979'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'ImportExport@sw.import.export.index', 1, '2023-05-07 15:27:53.879', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'integration@sw.integration.index', 5, '2023-04-07 11:40:31.424', '2023-04-07 13:37:48.929'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'mail-template@sw.mail.template.index', 1, '2023-04-07 11:57:42.751', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'manufacturer@sw.manufacturer.index', 1, '2023-04-07 12:17:18.853', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'media@sw.media.index', 2, '2023-04-07 12:11:21.989', '2023-05-07 15:17:15.180'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'newsletter-recipient@sw.newsletter.recipient.index', 1, '2023-05-07 15:18:42.824', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'order@sw.order.index', 3, '2023-04-07 12:27:21.398', '2023-05-07 15:50:53.800'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'product@sw.product.create', 7, '2023-04-07 12:17:03.166', '2023-05-07 15:46:09.939'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'product@sw.product.index', 16, '2023-04-07 11:47:21.035', '2023-05-07 15:47:19.360'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'profile@sw.profile.index', 1, '2023-04-07 11:51:20.738', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'promotion-v2@sw.promotion.v2.create', 1, '2023-05-07 15:18:48.580', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'promotion-v2@sw.promotion.v2.index', 1, '2023-05-07 15:18:46.721', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'property@sw.property.index', 1, '2023-04-07 11:51:05.701', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'pw-erp-demand-planning@pw.erp.demand.planning.index', 1, '2023-05-07 15:29:44.610', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'pw-erp-import-export@pw.erp.import.export.index', 1, '2023-04-07 12:12:50.308', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'pw-erp-supplier@pw.erp.supplier.create', 1, '2023-05-07 15:35:25.004', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'pw-erp-supplier@pw.erp.supplier.index', 1, '2023-05-07 15:35:23.174', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'Reviews@sw.review.index', 1, '2023-05-07 15:07:32.349', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'settings-basic-information@sw.settings.basic.information.index', 2, '2023-04-07 11:52:30.590', '2023-05-07 15:31:34.761'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'settings-country@sw.settings.country.index', 1, '2023-04-07 11:57:26.100', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'settings-custom-field@sw.settings.custom.field.index', 4, '2023-04-07 11:53:21.555', '2023-05-07 19:10:50.826'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'settings-document@sw.settings.document.index', 1, '2023-04-07 11:57:20.548', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'settings-language@sw.settings.language.create', 1, '2023-04-07 11:49:53.536', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'settings-language@sw.settings.language.index', 9, '2023-04-07 11:49:51.421', '2023-04-07 13:38:13.726'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'settings-listing@sw.settings.listing.index', 1, '2023-05-07 15:31:49.731', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'settings-product-feature-sets@sw.settings.product.feature.sets.index', 9, '2023-04-07 11:52:03.612', '2023-05-07 15:32:27.666'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'settings-salutation@sw.settings.salutation.index', 1, '2023-05-07 15:32:07.216', NULL), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'settings-shopware-updates@sw.settings.shopware.updates.index', 2, '2023-04-07 11:40:23.659', '2023-04-07 12:21:34.528'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'settings-store@sw.settings.store.index', 2, '2023-04-07 11:53:39.575', '2023-04-07 13:37:42.676'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'settings@sw.settings.index', 69, '2023-04-07 11:40:07.518', '2023-05-07 19:10:23.324'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'sw-settings-storefront@sw.settings.storefront.index', 10, '2023-04-07 11:40:40.121', '2023-05-07 15:05:16.695'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'undefined@sw.theme.manager.index', 12, '2023-04-07 11:41:41.381', '2023-05-07 15:54:16.033'), ('user_activity', '2c9ea2c19ccf4140ae2e91b26f7eecdd', 'users-permissions@sw.users.permissions.index', 1, '2023-04-07 11:40:14.428', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `integration` -- CREATE TABLE `integration` ( `id` binary(16) NOT NULL, `write_access` tinyint(1) NOT NULL DEFAULT '0', `access_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `secret_access_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `admin` tinyint(1) NOT NULL DEFAULT '1', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `last_usage_at` datetime(3) DEFAULT NULL, `deleted_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `integration_role` -- CREATE TABLE `integration_role` ( `integration_id` binary(16) NOT NULL, `acl_role_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `landing_page` -- CREATE TABLE `landing_page` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `cms_page_id` binary(16) DEFAULT NULL, `cms_page_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `landing_page_sales_channel` -- CREATE TABLE `landing_page_sales_channel` ( `landing_page_id` binary(16) NOT NULL, `landing_page_version_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `landing_page_tag` -- CREATE TABLE `landing_page_tag` ( `landing_page_id` binary(16) NOT NULL, `landing_page_version_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `landing_page_translation` -- CREATE TABLE `landing_page_translation` ( `landing_page_id` binary(16) NOT NULL, `landing_page_version_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `slot_config` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `language` -- CREATE TABLE `language` ( `id` binary(16) NOT NULL, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `parent_id` binary(16) DEFAULT NULL, `locale_id` binary(16) NOT NULL, `translation_code_id` binary(16) DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `language` -- INSERT INTO `language` (`id`, `name`, `parent_id`, `locale_id`, `translation_code_id`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', NULL, 0xc40c1b04ac324d69b1193adfec7f3ee8, 0xc40c1b04ac324d69b1193adfec7f3ee8, NULL, '2023-04-07 14:34:57.033', NULL), (0x74abf495620848a19755546e0f70dbac, 'English', NULL, 0xacf4aacf2cf246db93d84cc9ea915e14, 0xacf4aacf2cf246db93d84cc9ea915e14, NULL, '2023-04-07 14:34:57.032', NULL), (0xefd2736087a74fe5a6be884cd91e3a71, 'Turkish', NULL, 0x7b346a005d514e919d087e11f62f4601, 0x7b346a005d514e919d087e11f62f4601, NULL, '2023-04-07 11:50:15.816', '2023-04-07 11:50:35.681'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `locale` -- CREATE TABLE `locale` ( `id` binary(16) NOT NULL, `code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `locale` -- INSERT INTO `locale` (`id`, `code`, `created_at`, `updated_at`) VALUES (0x01888ec605d2467eb23e7b2984d35526, 'ar-BH', '2023-04-07 14:34:57.043', NULL), (0x032bedbb672346c89a36845db0232ae2, 'ar-SD', '2023-04-07 14:34:57.044', NULL), (0x04c03979b704472a85f4503ea9535c2f, 'en-IN', '2023-04-07 14:34:57.047', NULL), (0x0566c3afbed845c8a5a8ce6a57e609b0, 'ak-GH', '2023-04-07 14:34:57.042', NULL), (0x056acb93f91f4da9925a8e7b3859474c, 'nso-ZA', '2023-04-07 14:34:57.057', NULL), (0x06df333442a34446bdbebe1dd6c3c39d, 'ar-AE', '2023-04-07 14:34:57.042', NULL), (0x0721a33ffe7c458faf99a6f96a60deeb, 'es-ES', '2023-04-07 14:34:57.049', NULL), (0x08c1991c1f1245f7abdefb104d15bfdb, 'ar-QA', '2023-04-07 14:34:57.043', NULL), (0x09a61e5748f740f7a6e4d526189307cf, 'sw-TZ', '2023-04-07 14:34:57.061', NULL), (0x0c8e742db1e6454d85f5548274c80ebd, 'sr-ME', '2023-04-07 14:34:57.060', NULL), (0x0ca7e058a341435592a1bf4e0501524c, 'ar-SY', '2023-04-07 14:34:57.044', NULL), (0x0cd1f1d696b7448a9ea7b93c227db45b, 'ti-ER', '2023-04-07 14:34:57.061', NULL), (0x0efef2dd19a34f79bb62661516d907a8, 'lo-LA', '2023-04-07 14:34:57.056', NULL), (0x0f4ac64933d240439bdc72d1cded34f2, 'wal-ET', '2023-04-07 14:34:57.063', NULL), (0x10a18df5afeb4430a774c10b70cd5d8a, 'tig-ER', '2023-04-07 14:34:57.062', NULL), (0x115ef75c9a6748a28357f97bfbd47e06, 'nb-NO', '2023-04-07 14:34:57.057', NULL), (0x11b85c1e491e4211bcac2ea058ec9cdf, 'ts-ZA', '2023-04-07 14:34:57.062', NULL), (0x120de1141d1c428db949f2d0cd047861, 'de-LI', '2023-04-07 14:34:57.046', NULL), (0x1244b2173ce7466ca679eaa9408f4881, 'ha-SD', '2023-04-07 14:34:57.052', NULL), (0x12ad0c914ae1446db0b3857d2c06fcda, 'sa-IN', '2023-04-07 14:34:57.059', NULL), (0x13403486853f4fe297b4407633ccd495, 'ar-SA', '2023-04-07 14:34:57.043', NULL), (0x1348fa6b697247df942558854203dc68, 'ml-IN', '2023-04-07 14:34:57.056', NULL), (0x14cd0623566a440eac29f28de214973d, 'en-NZ', '2023-04-07 14:34:57.047', NULL), (0x162526349c5045b19b6d10d4142e3787, 'ko-KR', '2023-04-07 14:34:57.054', NULL), (0x163393798683454fa9a3ca5e81ddad8f, 'es-AR', '2023-04-07 14:34:57.048', NULL), (0x191fa2adae1142d79b0375200ca943f1, 'ar-LB', '2023-04-07 14:34:57.043', NULL), (0x1cf13a5e1ee94511b611ea6828e302b6, 'nn-NO', '2023-04-07 14:34:57.057', NULL), (0x1dd97dca641c4c9ea38a395ff67ce8bc, 'vi-VN', '2023-04-07 14:34:57.063', NULL), (0x20a407842bbd45adb41a4c329565cace, 'it-IT', '2023-04-07 14:34:57.054', NULL), (0x21c2bfb682a34094b3f1f30385f27d03, 'ca-ES', '2023-04-07 14:34:57.045', NULL), (0x239bb82bbe1c4f61a7b424996a5ab793, 'el-GR', '2023-04-07 14:34:57.046', NULL), (0x244b2e49ca204b53b29e26f4786fdb9f, 'nr-ZA', '2023-04-07 14:34:57.057', NULL), (0x2654f2906a71460999b58e420d42b867, 'kpe-LR', '2023-04-07 14:34:57.055', NULL), (0x271050e3c853489997e51770422914ae, 'uz-UZ', '2023-04-07 14:34:57.062', NULL), (0x285cbc7a9cd14db5b896846d511d987b, 'ln-CD', '2023-04-07 14:34:57.055', NULL), (0x2886481297f54eab98190ffa986bf2f1, 'ky-KG', '2023-04-07 14:34:57.055', NULL), (0x29060ed40df04de2882c7cad46e0d8cd, 'hr-HR', '2023-04-07 14:34:57.053', NULL), (0x2939904a10714adfaeb18effe3ddf8bb, 'gsw-CH', '2023-04-07 14:34:57.052', NULL), (0x29f4ed2f7af341248f433d2ffea32fb8, 'ne-NP', '2023-04-07 14:34:57.057', NULL), (0x2a51f713d1134be0b17f70fc9939ce02, 'st-LS', '2023-04-07 14:34:57.060', NULL), (0x2a8f9348c1144e34892a266447490c15, 'en-MP', '2023-04-07 14:34:57.047', NULL), (0x2ac36dd798b44c829c5853aacbed2b65, 'en-PH', '2023-04-07 14:34:57.048', NULL), (0x2cac041e89de495e96284abe89a28b01, 'es-CR', '2023-04-07 14:34:57.049', NULL), (0x2cb8357c16b449b280e1acd863c6729d, 'it-CH', '2023-04-07 14:34:57.053', NULL), (0x2db0b035b12e41a199ce7fe21481f8e7, 'de-LU', '2023-04-07 14:34:57.046', NULL), (0x2e0c79ba67cb44f1a58e2ba54f9661b4, 'he-IL', '2023-04-07 14:34:57.053', NULL), (0x2e68947cd26147c88306e17eee5dcafe, 'ps-AF', '2023-04-07 14:34:57.058', NULL), (0x2e88a22169d54352aee6b1cbe446cc55, 'th-TH', '2023-04-07 14:34:57.061', NULL), (0x2f3c22bdb25d46d2b3e80c6100d9fa8f, 'nl-NL', '2023-04-07 14:34:57.057', NULL), (0x31ee1ae3f8324fbdb23f4da0636acff8, 'bg-BG', '2023-04-07 14:34:57.044', NULL), (0x32c94a8d84a44eee964e0444af9ebb96, 'am-ET', '2023-04-07 14:34:57.042', NULL), (0x33cc3d229a6d42838e9fa066eaee8c98, 'ha-NG', '2023-04-07 14:34:57.052', NULL), (0x3409778d49d34fc0a219cdd7566c569d, 'ar-YE', '2023-04-07 14:34:57.044', NULL), (0x3511bc0d92c440b089978ed38c8bfd0d, 'de-CH', '2023-04-07 14:34:57.045', NULL), (0x353393322f6d4bc49b3ce42faab7b9c5, 'en-US', '2023-04-07 14:34:57.048', NULL), (0x358ee68c4ecd48b9ac5aef5834fd324f, 'fa-IR', '2023-04-07 14:34:57.050', NULL), (0x363d82226f3e455db04e2c65b567e8d8, 'om-ET', '2023-04-07 14:34:57.058', NULL), (0x368b77cf2ebc40cd869f2d9ed3f5d77b, 'aa-ER', '2023-04-07 14:34:57.042', NULL), (0x376bd4402b264e3b8d74d6427f88ea30, 'pl-PL', '2023-04-07 14:34:57.058', NULL), (0x3853c3c540d84a6ead21832554e191a2, 'en-AS', '2023-04-07 14:34:57.046', NULL), (0x3889341f0a9c469cb31c561c1c1f7335, 'ta-IN', '2023-04-07 14:34:57.061', NULL), (0x38a3611e7b8e45bbb92448d9373b2bd9, 'oc-FR', '2023-04-07 14:34:57.057', NULL), (0x3a6a2c1f03d84f1faed3471373115949, 'se-NO', '2023-04-07 14:34:57.059', NULL), (0x3b472753e17748d485bbeabcd9a4662d, 'km-KH', '2023-04-07 14:34:57.054', NULL), (0x3b9e367aa2b147e0b3c90397b5d72f9c, 'hu-HU', '2023-04-07 14:34:57.053', NULL), (0x3c94d939bfb9461d97263cc9acae85f1, 'ms-MY', '2023-04-07 14:34:57.056', NULL), (0x3ecc1036439643bbbb1241674c5232e3, 'es-DO', '2023-04-07 14:34:57.049', NULL), (0x3fb35a88a37a49b39cfa9983a098e3c7, 'bo-IN', '2023-04-07 14:34:57.045', NULL), (0x401da95deff747e78b27e2654a4d4d48, 'ti-ET', '2023-04-07 14:34:57.061', NULL), (0x40b06ddb9e87483a9bad43b772088882, 'es-HN', '2023-04-07 14:34:57.049', NULL), (0x40f40ef20b0549bc8d3fe83c94a284ad, 'en-BW', '2023-04-07 14:34:57.046', NULL), (0x41783dbd9fed455e965eb0ed044aa896, 'ms-BN', '2023-04-07 14:34:57.056', NULL), (0x4204cedf4e7746f2a7f389000fbc3ab0, 'es-MX', '2023-04-07 14:34:57.049', NULL), (0x42a08abb652f425d86e88774c5ec8574, 'es-CO', '2023-04-07 14:34:57.049', NULL), (0x45a5688271134b68acbb1d620d108e3d, 'zh-SG', '2023-04-07 14:34:57.063', NULL), (0x4724b614d1834d808c41479fae59cac8, 'ii-CN', '2023-04-07 14:34:57.053', NULL), (0x47abb8df34964850b8c4854ba1ac9ca4, 'sid-ET', '2023-04-07 14:34:57.059', NULL), (0x4a5c2f0cbdaa415c916f05b532d1cc53, 'wo-SN', '2023-04-07 14:34:57.063', NULL), (0x4ba74d6d77384cf8bd6fc7bb043f6dc7, 'ar-KW', '2023-04-07 14:34:57.043', NULL), (0x4ccccba574a64b4fab68ad86ab070262, 'dv-MV', '2023-04-07 14:34:57.046', NULL), (0x4cff10430e104a0a8f05f0f8524e87ba, 'uz-AF', '2023-04-07 14:34:57.062', NULL), (0x4e619d9062fb4b68a72f0fa84603fd23, 'fil-PH', '2023-04-07 14:34:57.051', NULL), (0x50845bd7f7014481b0423d5dab657cb9, 'az-AZ', '2023-04-07 14:34:57.044', NULL), (0x5087753e9e0e4485b5c305a2b8aa5d35, 'en-IE', '2023-04-07 14:34:57.047', NULL), (0x51994b303fdb4301aff9bc5dec17102a, 'es-UY', '2023-04-07 14:34:57.050', NULL), (0x525fad497d9944219e95dd11f82d1eec, 'lv-LV', '2023-04-07 14:34:57.056', NULL), (0x53d16e0015d74481bf373071d8ab708d, 'fi-FI', '2023-04-07 14:34:57.051', NULL), (0x541b4a5d0cd04b37a6360b369b91fbeb, 'nl-BE', '2023-04-07 14:34:57.057', NULL), (0x55179f23a5b34e70b0ced06f41333dd5, 'en-MT', '2023-04-07 14:34:57.047', NULL), (0x57b4639b0e514cffb7c8a409b1d8d9dd, 'byn-ER', '2023-04-07 14:34:57.045', NULL), (0x598bb116e3aa4f90b0054425d88e0fd0, 'en-UM', '2023-04-07 14:34:57.048', NULL), (0x59f9b8b01c2d49358416214aa933f3d9, 'ee-TG', '2023-04-07 14:34:57.046', NULL), (0x5b19510b755d4caea04df0d946777900, 'en-BE', '2023-04-07 14:34:57.046', NULL), (0x5bae8eb9de424362a971ecaa27676837, 'af-NA', '2023-04-07 14:34:57.042', NULL), (0x5bbb8ab3231e4b3bbb63671a261aad9a, 'nds-DE', '2023-04-07 14:34:57.057', NULL), (0x5cfce0a61f4d4440902b9900d1a6ebe1, 'bs-BA', '2023-04-07 14:34:57.045', NULL), (0x636290bbf8d94dff88f4a41c15a3972e, 'cs-CZ', '2023-04-07 14:34:57.045', NULL), (0x64856e583ccc4d5f9b3892dec6b670db, 'mn-MN', '2023-04-07 14:34:57.056', NULL), (0x665d091087cf49aba159be8433c43c38, 'gez-ET', '2023-04-07 14:34:57.052', NULL), (0x67392609105746dd8c6d5c8ccac22d95, 'en-CA', '2023-04-07 14:34:57.047', NULL), (0x685f1d1cc8e6470cb0f1e1289f4c3d70, 'en-ZW', '2023-04-07 14:34:57.048', NULL), (0x68eaac3efdab4d20b9c2db962c1513e6, 'ug-CN', '2023-04-07 14:34:57.062', NULL), (0x695aa4781ad84eccba430f426409455f, 'fo-FO', '2023-04-07 14:34:57.051', NULL), (0x6af572738c2945438462de60a34f9bdb, 'gu-IN', '2023-04-07 14:34:57.052', NULL), (0x6c166b526afe44a49021b4e9fce0b885, 'fr-MC', '2023-04-07 14:34:57.051', NULL), (0x6e1b04c8b67b41daa09140a8a766b673, 'sk-SK', '2023-04-07 14:34:57.059', NULL), (0x6e3c20b1d5fe4a08985967a9696792da, 'ku-TR', '2023-04-07 14:34:57.055', NULL), (0x6e50bdc3e0064c8b81fafcab3059d1af, 'st-ZA', '2023-04-07 14:34:57.061', NULL), (0x6ea9a6d7ac0d4000a1b80b73299708a5, 'sr-BA', '2023-04-07 14:34:57.060', NULL), (0x6ed0b037e197451e9d5e9dd0524af650, 'pa-IN', '2023-04-07 14:34:57.058', NULL), (0x6f7866ac9b7c439bac675a1db7a8fbb2, 'es-PE', '2023-04-07 14:34:57.050', NULL), (0x6fabb4934de34c46a7b6964e84eb0257, 'ig-NG', '2023-04-07 14:34:57.053', NULL), (0x7069bd9fd0c844928b2a62dbbe337a0a, 'kl-GL', '2023-04-07 14:34:57.054', NULL), (0x72c596aa23f947068eb095d7ed251fe3, 'ar-DZ', '2023-04-07 14:34:57.043', NULL), (0x72e6cf5a9b604d66807a1e6c4915619d, 'my-MM', '2023-04-07 14:34:57.057', NULL), (0x7363145e83f64c89a42dbd634358c100, 'gez-ER', '2023-04-07 14:34:57.052', NULL), (0x75608e74957c49ed9b24a459892d5394, 'mr-IN', '2023-04-07 14:34:57.056', NULL), (0x77d227c537194df1b490d766ffe113f0, 'gv-GB', '2023-04-07 14:34:57.052', NULL), (0x7827c731595b4836ac1ec7263e8e608b, 'es-SV', '2023-04-07 14:34:57.050', NULL), (0x78376db9df1f4b04bf108f45044f060f, 'en-HK', '2023-04-07 14:34:57.047', NULL), (0x7a24708c08944bc4b2f75e8496ecaf23, 'sv-FI', '2023-04-07 14:34:57.061', NULL), (0x7a9531ce2cbc466c9be0fc0522f0580b, 'fa-AF', '2023-04-07 14:34:57.050', NULL), (0x7ad6c323248743ad91baed299128d0d1, 'id-ID', '2023-04-07 14:34:57.053', NULL), (0x7af3572b5d6d477bbc5cbb0d721013d0, 'ar-EG', '2023-04-07 14:34:57.043', NULL), (0x7b346a005d514e919d087e11f62f4601, 'tr-TR', '2023-04-07 14:34:57.062', NULL), (0x7b63cf89729b4d08a6249ad0eeeea95b, 've-ZA', '2023-04-07 14:34:57.063', NULL), (0x7b846c0008f64d4585419c00c28ef586, 'en-PK', '2023-04-07 14:34:57.048', NULL), (0x7c156ad9968244ce86f3ef30ee0aeb3c, 'kaj-NG', '2023-04-07 14:34:57.054', NULL), (0x7cd0bcf6b3b340f1b727c9ead4844972, 'fr-BE', '2023-04-07 14:34:57.051', NULL), (0x7e05545e5393426baed91ce15b7e49a2, 'zh-MO', '2023-04-07 14:34:57.063', NULL), (0x7e08fbc12f924da5ba51767461ee8704, 'en-JM', '2023-04-07 14:34:57.047', NULL), (0x827972a8b8744b0c8c5c9017a8e67206, 'kk-KZ', '2023-04-07 14:34:57.054', NULL), (0x834ed7b3244248ee8330d5caa021b40a, 'fr-LU', '2023-04-07 14:34:57.051', NULL), (0x84aac150e8bc4d98869cc664427c4f53, 'dz-BT', '2023-04-07 14:34:57.046', NULL), (0x8861b886db3d4f70a6251fb6871b5218, 'ar-TN', '2023-04-07 14:34:57.044', NULL), (0x895b65d1dc4d4492bc81202c698eb013, 'aa-DJ', '2023-04-07 14:34:57.042', NULL), (0x89a2d6f639b84840acc44a156af355b7, 'haw-US', '2023-04-07 14:34:57.053', NULL), (0x8a84206c209a43fe98036b97afa4fa64, 'mn-CN', '2023-04-07 14:34:57.056', NULL), (0x8c7dfddcfa494e669ea84d7f7035f522, 'en-VI', '2023-04-07 14:34:57.048', NULL), (0x8cbe927796ee44548a7e7c6d9cc1037d, 'sh-CS', '2023-04-07 14:34:57.059', NULL), (0x8cdcea9229954de995215bb513394015, 'en-AU', '2023-04-07 14:34:57.046', NULL), (0x8d69e7a403394b9eb3c49287b7e5c1cf, 'fr-CH', '2023-04-07 14:34:57.051', NULL), (0x8f1217f48e1b4df7a8630c1cca7c8207, 'rw-RW', '2023-04-07 14:34:57.059', NULL), (0x8fe01a50e199430381697fd223c078ca, 'uk-UA', '2023-04-07 14:34:57.062', NULL), (0x90b56f8295f74bc0b74dbbab06d102bc, 'hy-AM', '2023-04-07 14:34:57.053', NULL), (0x913ded646dd64fe9bba38921d9e35a8a, 'en-TT', '2023-04-07 14:34:57.048', NULL), (0x92ae487b17d64c918f54a7fe89d64f2d, 'cch-NG', '2023-04-07 14:34:57.045', NULL), (0x9417dfb7354a4c5eba102849669d6946, 'ne-IN', '2023-04-07 14:34:57.057', NULL), (0x9449b6ec0b504e7199109a6de6e31686, 'so-ET', '2023-04-07 14:34:57.060', NULL), (0x944e03a89188495ca147a20d2d50a4fb, 'tg-TJ', '2023-04-07 14:34:57.061', NULL), (0x9507665e27ad41b6babac01ac06929a7, 'es-PY', '2023-04-07 14:34:57.050', NULL), (0x95cef9de1ac44f1f8839da158ddf6f9b, 'mk-MK', '2023-04-07 14:34:57.056', NULL), (0x96e4bc0dcf044c40a44e94046facc5df, 'sl-SI', '2023-04-07 14:34:57.059', NULL), (0x97445024d7e74a43bddef7dcf3ee317d, 'ln-CG', '2023-04-07 14:34:57.055', NULL), (0x981313a6b14f4d66811ad9f8b62ce34a, 'so-SO', '2023-04-07 14:34:57.060', NULL), (0x98adc2afb91a49c692085a55ea6e49ec, 'ga-IE', '2023-04-07 14:34:57.052', NULL), (0x9a2a19ff60884960b99ef9eb034e0beb, 'as-IN', '2023-04-07 14:34:57.044', NULL), (0x9b50c447001f4aa3ba4184221d4303f5, 'si-LK', '2023-04-07 14:34:57.059', NULL), (0x9cb225db454d48069f6e6c9344a18b90, 'sr-CS', '2023-04-07 14:34:57.060', NULL), (0x9d1a43f46a574b43b3919726bffe0ce9, 'sr-RS', '2023-04-07 14:34:57.060', NULL), (0x9d2bf936b3174a1f9289fd07570e63e0, 'gaa-GH', '2023-04-07 14:34:57.052', NULL), (0x9e9db0f3dc8145348747b5ca589e0528, 'fur-IT', '2023-04-07 14:34:57.051', NULL), (0x9fe8de2ad47044b0aad1c75bec2ce4fb, 'yo-NG', '2023-04-07 14:34:57.063', NULL), (0xa10d6b25b10f4220b7199387216218c4, 'eu-ES', '2023-04-07 14:34:57.050', NULL), (0xa15598057ad7402792422d40ffa20074, 'aa-ET', '2023-04-07 14:34:57.042', NULL), (0xa3c57ed823314ff584b926d3e3c7c927, 'af-ZA', '2023-04-07 14:34:57.042', NULL), (0xa6cc672ecc00401aa414f0a840232aa0, 'en-NA', '2023-04-07 14:34:57.047', NULL), (0xa6d4633947c34cadb6d85883814d6e2d, 'zh-HK', '2023-04-07 14:34:57.063', NULL), (0xa894d238945d4c0d82ae5f4595ed6247, 'es-PR', '2023-04-07 14:34:57.050', NULL), (0xa972e9f9b2a14533a556aa9d188101a4, 'ee-GH', '2023-04-07 14:34:57.046', NULL), (0xabd4438336f041228adb9d70a862120f, 'sw-KE', '2023-04-07 14:34:57.061', NULL), (0xacd4a22742554dcc962a0c5de353b70f, 'ha-GH', '2023-04-07 14:34:57.052', NULL), (0xacf4aacf2cf246db93d84cc9ea915e14, 'en-GB', '2023-04-07 14:34:57.030', NULL), (0xad30ea298e7c4778824082cbddfb79fe, 'xh-ZA', '2023-04-07 14:34:57.063', NULL), (0xad8febe53237411090f1eacc527f1d70, 'es-PA', '2023-04-07 14:34:57.050', NULL), (0xaf3f0f2cc40d4b6baaeb9114a85f104f, 'el-CY', '2023-04-07 14:34:57.046', NULL), (0xb20f169bae5c4fbc98af9e08b2822d35, 'sq-AL', '2023-04-07 14:34:57.060', NULL), (0xb3b46aba37664805b676c9af7124a991, 'fr-CA', '2023-04-07 14:34:57.051', NULL), (0xb506ce1ee08a42f99cae24d794ea23e0, 'gl-ES', '2023-04-07 14:34:57.052', NULL), (0xb8219e82dee945969e23089ce62b0c10, 'pa-PK', '2023-04-07 14:34:57.058', NULL), (0xbceb1d909a604678bb5738a7853f4cc8, 'ha-NE', '2023-04-07 14:34:57.052', NULL), (0xbf17099e0a5548dfa1e9506fe68b67b7, 'en-MH', '2023-04-07 14:34:57.047', NULL), (0xbffa8f3d11d345bea3364cc8c4677e8f, 'es-US', '2023-04-07 14:34:57.050', NULL), (0xc049666115a943ba96d9ff51d419ed9e, 'ur-PK', '2023-04-07 14:34:57.062', NULL), (0xc0f6c4cd0b9e4d86b8bb64f8c37e6483, 'tt-RU', '2023-04-07 14:34:57.062', NULL), (0xc23bb21727534b6ba2b7ec4b719882da, 'zh-CN', '2023-04-07 14:34:57.063', NULL), (0xc2765ebdf14d4c9bb15909a0a12bbb0f, 'sh-BA', '2023-04-07 14:34:57.059', NULL), (0xc3f5522099904b0abef81bc338cace04, 'bn-BD', '2023-04-07 14:34:57.044', NULL), (0xc40c1b04ac324d69b1193adfec7f3ee8, 'de-DE', '2023-04-07 14:34:57.032', NULL), (0xc4c6e09698e24bcdb3f9b6a360f4db24, 'pt-PT', '2023-04-07 14:34:57.058', NULL), (0xc4ff545c4cbb4bdab84e42afc4b53e56, 'te-IN', '2023-04-07 14:34:57.061', NULL), (0xc7528de4c09b4e0ca9219934afd8cf8c, 'om-KE', '2023-04-07 14:34:57.058', NULL), (0xc88c803fb75745d2bb85ee6afe5cad5b, 'ja-JP', '2023-04-07 14:34:57.054', NULL), (0xc8cb115622184f7299f8bd37f64333f9, 'so-DJ', '2023-04-07 14:34:57.059', NULL), (0xc8ea49946e294a50984a923862a614ff, 'zh-TW', '2023-04-07 14:34:57.063', NULL), (0xc93488bfdd7d47f68bfa9042c20ecc52, 'es-BO', '2023-04-07 14:34:57.048', NULL), (0xcde75f32fea348a5b83796db3491989a, 'se-FI', '2023-04-07 14:34:57.059', NULL), (0xce253f97f9d1474ca9f729606f4751b1, 'ar-JO', '2023-04-07 14:34:57.043', NULL), (0xd0314d4083dd4d029c751faaa51a644e, 'hi-IN', '2023-04-07 14:34:57.053', NULL), (0xd1154c67604940d59687fb640e313e76, 'kok-IN', '2023-04-07 14:34:57.055', NULL), (0xd25e8de054754a53975d199b9ad54600, 'ru-RU', '2023-04-07 14:34:57.058', NULL), (0xd3ae823181f8441194b6ea06809c2591, 'ss-SZ', '2023-04-07 14:34:57.060', NULL), (0xd4220f67c59a41e0a3d8949bdde95380, 'ku-IR', '2023-04-07 14:34:57.055', NULL), (0xd425d49fab4d4aff8ab95563d6924e2f, 'es-CL', '2023-04-07 14:34:57.048', NULL), (0xd445aa7078e544418030b84af4f4122a, 'es-EC', '2023-04-07 14:34:57.049', NULL), (0xd5001a1cbad6411299881630cace3252, 'ru-UA', '2023-04-07 14:34:57.059', NULL), (0xd6bcbdbd910d46a7b75c59eff901d2d2, 'ro-RO', '2023-04-07 14:34:57.058', NULL), (0xda3c46c8d9214a448b78143b8f410c49, 'bn-IN', '2023-04-07 14:34:57.044', NULL), (0xdaecb51cc0584c98bfe4ae2c42e7354e, 'fr-FR', '2023-04-07 14:34:57.051', NULL), (0xdbdafd6a9c3c4d90bd1dfc3b7291967f, 'pt-BR', '2023-04-07 14:34:57.058', NULL), (0xdddaab76d8d8450291ed289350c5b5c0, 'mt-MT', '2023-04-07 14:34:57.056', NULL), (0xde960945a2124669aab1603778162231, 'kam-KE', '2023-04-07 14:34:57.054', NULL), (0xdf4829c5dcd24e8c9c1127bde50863b8, 'ur-IN', '2023-04-07 14:34:57.062', NULL), (0xdf8c6ba3836d4be6a2a289c7851c75a9, 'kw-GB', '2023-04-07 14:34:57.055', NULL), (0xe08f8f8e66cc40e083ab1a3f6f452aee, 'es-NI', '2023-04-07 14:34:57.049', NULL), (0xe2bd2d10973d4b41a460cd66446314c2, 'so-KE', '2023-04-07 14:34:57.060', NULL), (0xe2d4ea548acf4d8fa92cb83bc1284efa, 'ro-MD', '2023-04-07 14:34:57.058', NULL), (0xe3d4b57fe32047e9bc3d28b220766472, 'en-SG', '2023-04-07 14:34:57.048', NULL), (0xe55ce62cf0d449c5b9cba360b9cf5520, 'ny-MW', '2023-04-07 14:34:57.057', NULL), (0xe5b67e20ba4a492bbdf6b44e72159b92, 'es-GT', '2023-04-07 14:34:57.049', NULL), (0xe65f692e9b80496f96bb02a49c55e760, 'sv-SE', '2023-04-07 14:34:57.061', NULL), (0xe6dd42d538254482ac234b5ff0e6f6b8, 'kpe-GN', '2023-04-07 14:34:57.055', NULL), (0xe7fe4e99028845c3aa0ca472dca1a128, 'is-IS', '2023-04-07 14:34:57.053', NULL), (0xe80a093fa9214008b6a15a65a3bcb53a, 'kcg-NG', '2023-04-07 14:34:57.054', NULL), (0xe9284c797ae14cb3b76daceee1b9e132, 'cy-GB', '2023-04-07 14:34:57.045', NULL), (0xeb2ee6839ecc4fa0af9dbd49ce7e5b47, 'en-BZ', '2023-04-07 14:34:57.047', NULL), (0xeb6555b2c19a4b4895e994e5e663576a, 'ar-IQ', '2023-04-07 14:34:57.043', NULL), (0xebb50b21920e48c0a44091f0aa7846da, 'tn-ZA', '2023-04-07 14:34:57.062', NULL), (0xec1d22de814540209c99106b9edfc211, 'bo-CN', '2023-04-07 14:34:57.044', NULL), (0xec9816d6f5b042fcb3eb3baf58ac6146, 'fr-SN', '2023-04-07 14:34:57.051', NULL), (0xee69ca70010b4ca399301fc4f8a2998f, 'ar-OM', '2023-04-07 14:34:57.043', NULL), (0xee7eb2bfddd2451fa78f00a07e12c645, 'lt-LT', '2023-04-07 14:34:57.056', NULL), (0xef205138655f4211a2e87c4636601685, 'ku-SY', '2023-04-07 14:34:57.055', NULL), (0xf0391db14bea488e829ee9a08766a5c5, 'kn-IN', '2023-04-07 14:34:57.054', NULL), (0xf0f9eda891cc4969b7318451d0f31b9d, 'ar-MA', '2023-04-07 14:34:57.043', NULL), (0xf140102ff7024ec4a08b736acadce835, 'or-IN', '2023-04-07 14:34:57.058', NULL), (0xf1679c524c134eacbe69229ac2f80237, 'ar-LY', '2023-04-07 14:34:57.043', NULL), (0xf1a19caaf84d43359900fda4eb924e2e, 'et-EE', '2023-04-07 14:34:57.050', NULL), (0xf2ad5dfd4ceb4e5cac8493c939a4ea22, 'da-DK', '2023-04-07 14:34:57.045', NULL), (0xf4822c2595fe47929b9191fb1f43a413, 'kfo-CI', '2023-04-07 14:34:57.054', NULL), (0xf4f402452fb84f8c8cbfc97c42cb5c2e, 'de-AT', '2023-04-07 14:34:57.045', NULL), (0xf5c07db4ce7e4a189025f059c5d87603, 'de-BE', '2023-04-07 14:34:57.045', NULL), (0xf5e0895dfa7e40e6a4bb5cb3c976ecb5, 'en-GU', '2023-04-07 14:34:57.047', NULL), (0xf7a43eb497b140d3a87d8ebaa25ab172, 'en-ZA', '2023-04-07 14:34:57.048', NULL), (0xf7d2848050d54004bedcd50487e25297, 'ka-GE', '2023-04-07 14:34:57.054', NULL), (0xf8e26dcb586e46f0b1ad705f68802a74, 'ss-ZA', '2023-04-07 14:34:57.060', NULL), (0xfb5de0d6f2394dbdb4adfe7e52d2379a, 'ku-IQ', '2023-04-07 14:34:57.055', NULL), (0xfbb2c8d8f15940e6ac46482cc755104d, 'es-VE', '2023-04-07 14:34:57.050', NULL), (0xfc606b43430742acb97afc7eeee6b34d, 'syr-SY', '2023-04-07 14:34:57.061', NULL), (0xfdcc3023539448b8b6f6c583db73aa10, 'be-BY', '2023-04-07 14:34:57.044', NULL), (0xfef0a18350a8498ab51c4c2961c52303, 'to-TO', '2023-04-07 14:34:57.062', NULL), (0xff1de770ad5c40f697d436aa405e550f, 'zu-ZA', '2023-04-07 14:34:57.063', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `locale_translation` -- CREATE TABLE `locale_translation` ( `locale_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `territory` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `locale_translation` -- INSERT INTO `locale_translation` (`locale_id`, `language_id`, `name`, `territory`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x01888ec605d2467eb23e7b2984d35526, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Bahrain', NULL, '2023-04-07 14:34:57.043', NULL), (0x01888ec605d2467eb23e7b2984d35526, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Bahrain', NULL, '2023-04-07 14:34:57.043', NULL), (0x032bedbb672346c89a36845db0232ae2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Sudan', NULL, '2023-04-07 14:34:57.044', NULL), (0x032bedbb672346c89a36845db0232ae2, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Sudan', NULL, '2023-04-07 14:34:57.044', NULL), (0x04c03979b704472a85f4503ea9535c2f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Indien', NULL, '2023-04-07 14:34:57.047', NULL), (0x04c03979b704472a85f4503ea9535c2f, 0x74abf495620848a19755546e0f70dbac, 'English', 'India', NULL, '2023-04-07 14:34:57.047', NULL), (0x0566c3afbed845c8a5a8ce6a57e609b0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Akan', 'Ghana', NULL, '2023-04-07 14:34:57.042', NULL), (0x0566c3afbed845c8a5a8ce6a57e609b0, 0x74abf495620848a19755546e0f70dbac, 'Akan', 'Ghana', NULL, '2023-04-07 14:34:57.042', NULL), (0x056acb93f91f4da9925a8e7b3859474c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nord-Sotho-Sprache', 'Südafrika', NULL, '2023-04-07 14:34:57.057', NULL), (0x056acb93f91f4da9925a8e7b3859474c, 0x74abf495620848a19755546e0f70dbac, 'Northern Sotho language', 'South Africa', NULL, '2023-04-07 14:34:57.057', NULL), (0x06df333442a34446bdbebe1dd6c3c39d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Vereinigte Arabische Emirate', NULL, '2023-04-07 14:34:57.043', NULL), (0x06df333442a34446bdbebe1dd6c3c39d, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'United Arab Emirates', NULL, '2023-04-07 14:34:57.043', NULL), (0x0721a33ffe7c458faf99a6f96a60deeb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Spanien', NULL, '2023-04-07 14:34:57.049', NULL), (0x0721a33ffe7c458faf99a6f96a60deeb, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Spain', NULL, '2023-04-07 14:34:57.049', NULL), (0x08c1991c1f1245f7abdefb104d15bfdb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Katar', NULL, '2023-04-07 14:34:57.043', NULL), (0x08c1991c1f1245f7abdefb104d15bfdb, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Qatar', NULL, '2023-04-07 14:34:57.043', NULL), (0x09a61e5748f740f7a6e4d526189307cf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Suaheli', 'Tansania', NULL, '2023-04-07 14:34:57.061', NULL), (0x09a61e5748f740f7a6e4d526189307cf, 0x74abf495620848a19755546e0f70dbac, 'Swahili', 'Tanzania', NULL, '2023-04-07 14:34:57.061', NULL), (0x0c8e742db1e6454d85f5548274c80ebd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbisch', 'Montenegro', NULL, '2023-04-07 14:34:57.060', NULL), (0x0c8e742db1e6454d85f5548274c80ebd, 0x74abf495620848a19755546e0f70dbac, 'Serbian', 'Montenegro', NULL, '2023-04-07 14:34:57.060', NULL), (0x0ca7e058a341435592a1bf4e0501524c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Syrien', NULL, '2023-04-07 14:34:57.044', NULL), (0x0ca7e058a341435592a1bf4e0501524c, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Syria', NULL, '2023-04-07 14:34:57.044', NULL), (0x0cd1f1d696b7448a9ea7b93c227db45b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tigrinja', 'Eritrea', NULL, '2023-04-07 14:34:57.061', NULL), (0x0cd1f1d696b7448a9ea7b93c227db45b, 0x74abf495620848a19755546e0f70dbac, 'Tigrinya', 'Eritrea', NULL, '2023-04-07 14:34:57.061', NULL), (0x0efef2dd19a34f79bb62661516d907a8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Laotisch', 'Laos', NULL, '2023-04-07 14:34:57.056', NULL), (0x0efef2dd19a34f79bb62661516d907a8, 0x74abf495620848a19755546e0f70dbac, 'Lao', 'Laos', NULL, '2023-04-07 14:34:57.056', NULL), (0x0f4ac64933d240439bdc72d1cded34f2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Walamo-Sprache', 'Äthiopien', NULL, '2023-04-07 14:34:57.063', NULL), (0x0f4ac64933d240439bdc72d1cded34f2, 0x74abf495620848a19755546e0f70dbac, 'Walamo Language', 'Ethiopia', NULL, '2023-04-07 14:34:57.063', NULL), (0x10a18df5afeb4430a774c10b70cd5d8a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tigre', 'Eritrea', NULL, '2023-04-07 14:34:57.062', NULL), (0x10a18df5afeb4430a774c10b70cd5d8a, 0x74abf495620848a19755546e0f70dbac, 'Tigre', 'Eritrea', NULL, '2023-04-07 14:34:57.062', NULL), (0x115ef75c9a6748a28357f97bfbd47e06, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Norwegisch Bokmål', 'Norwegen', NULL, '2023-04-07 14:34:57.057', NULL), (0x115ef75c9a6748a28357f97bfbd47e06, 0x74abf495620848a19755546e0f70dbac, 'Norwegian Bokmål', 'Norway', NULL, '2023-04-07 14:34:57.057', NULL), (0x11b85c1e491e4211bcac2ea058ec9cdf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tsonga', 'Südafrika', NULL, '2023-04-07 14:34:57.062', NULL), (0x11b85c1e491e4211bcac2ea058ec9cdf, 0x74abf495620848a19755546e0f70dbac, 'Tsonga', 'South Africa', NULL, '2023-04-07 14:34:57.062', NULL), (0x120de1141d1c428db949f2d0cd047861, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', 'Liechtenstein', NULL, '2023-04-07 14:34:57.046', NULL), (0x120de1141d1c428db949f2d0cd047861, 0x74abf495620848a19755546e0f70dbac, 'German', 'Liechtenstein', NULL, '2023-04-07 14:34:57.046', NULL), (0x1244b2173ce7466ca679eaa9408f4881, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hausa', 'Sudan', NULL, '2023-04-07 14:34:57.053', NULL), (0x1244b2173ce7466ca679eaa9408f4881, 0x74abf495620848a19755546e0f70dbac, 'Hausa', 'Sudan', NULL, '2023-04-07 14:34:57.053', NULL), (0x12ad0c914ae1446db0b3857d2c06fcda, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sanskrit', 'Indien', NULL, '2023-04-07 14:34:57.059', NULL), (0x12ad0c914ae1446db0b3857d2c06fcda, 0x74abf495620848a19755546e0f70dbac, 'Sanskrit', 'India', NULL, '2023-04-07 14:34:57.059', NULL), (0x13403486853f4fe297b4407633ccd495, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Saudi-Arabien', NULL, '2023-04-07 14:34:57.044', NULL), (0x13403486853f4fe297b4407633ccd495, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Saudi Arabia', NULL, '2023-04-07 14:34:57.044', NULL), (0x1348fa6b697247df942558854203dc68, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malayalam', 'Indien', NULL, '2023-04-07 14:34:57.056', NULL), (0x1348fa6b697247df942558854203dc68, 0x74abf495620848a19755546e0f70dbac, 'Malayalam', 'India', NULL, '2023-04-07 14:34:57.056', NULL), (0x14cd0623566a440eac29f28de214973d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Neuseeland', NULL, '2023-04-07 14:34:57.048', NULL), (0x14cd0623566a440eac29f28de214973d, 0x74abf495620848a19755546e0f70dbac, 'English', 'New Zealand', NULL, '2023-04-07 14:34:57.047', NULL), (0x162526349c5045b19b6d10d4142e3787, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Koreanisch', 'Republik Korea', NULL, '2023-04-07 14:34:57.054', NULL), (0x162526349c5045b19b6d10d4142e3787, 0x74abf495620848a19755546e0f70dbac, 'Korean', 'Republic of Korea', NULL, '2023-04-07 14:34:57.054', NULL), (0x163393798683454fa9a3ca5e81ddad8f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Argentinien', NULL, '2023-04-07 14:34:57.048', NULL), (0x163393798683454fa9a3ca5e81ddad8f, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Argentina', NULL, '2023-04-07 14:34:57.048', NULL), (0x191fa2adae1142d79b0375200ca943f1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Libanon', NULL, '2023-04-07 14:34:57.043', NULL), (0x191fa2adae1142d79b0375200ca943f1, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Lebanon', NULL, '2023-04-07 14:34:57.043', NULL), (0x1cf13a5e1ee94511b611ea6828e302b6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Norwegisch Nynorsk', 'Norwegen', NULL, '2023-04-07 14:34:57.057', NULL), (0x1cf13a5e1ee94511b611ea6828e302b6, 0x74abf495620848a19755546e0f70dbac, 'Norwegian Nynorsk', 'Norway', NULL, '2023-04-07 14:34:57.057', NULL), (0x1dd97dca641c4c9ea38a395ff67ce8bc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vietnamesisch', 'Vietnam', NULL, '2023-04-07 14:34:57.063', NULL), (0x1dd97dca641c4c9ea38a395ff67ce8bc, 0x74abf495620848a19755546e0f70dbac, 'Vietnamese', 'Vietnam', NULL, '2023-04-07 14:34:57.063', NULL), (0x20a407842bbd45adb41a4c329565cace, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Italienisch', 'Italien', NULL, '2023-04-07 14:34:57.054', NULL), (0x20a407842bbd45adb41a4c329565cace, 0x74abf495620848a19755546e0f70dbac, 'Italian', 'Italy', NULL, '2023-04-07 14:34:57.054', NULL), (0x21c2bfb682a34094b3f1f30385f27d03, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Katalanisch', 'Spanien', NULL, '2023-04-07 14:34:57.045', NULL), (0x21c2bfb682a34094b3f1f30385f27d03, 0x74abf495620848a19755546e0f70dbac, 'Catalan', 'Spain', NULL, '2023-04-07 14:34:57.045', NULL), (0x239bb82bbe1c4f61a7b424996a5ab793, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Griechisch', 'Griechenland', NULL, '2023-04-07 14:34:57.046', NULL), (0x239bb82bbe1c4f61a7b424996a5ab793, 0x74abf495620848a19755546e0f70dbac, 'Greek', 'Greece', NULL, '2023-04-07 14:34:57.046', NULL), (0x244b2e49ca204b53b29e26f4786fdb9f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Süd-Ndebele-Sprache', 'Südafrika', NULL, '2023-04-07 14:34:57.057', NULL), (0x244b2e49ca204b53b29e26f4786fdb9f, 0x74abf495620848a19755546e0f70dbac, 'Southern Ndebele', 'South Africa', NULL, '2023-04-07 14:34:57.057', NULL), (0x2654f2906a71460999b58e420d42b867, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kpelle-Sprache', 'Liberia', NULL, '2023-04-07 14:34:57.055', NULL), (0x2654f2906a71460999b58e420d42b867, 0x74abf495620848a19755546e0f70dbac, 'Kpelle', 'Liberia', NULL, '2023-04-07 14:34:57.055', NULL), (0x271050e3c853489997e51770422914ae, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Usbekisch', 'Usbekistan', NULL, '2023-04-07 14:34:57.063', NULL), (0x271050e3c853489997e51770422914ae, 0x74abf495620848a19755546e0f70dbac, 'Uzbek', 'Uzbekistan', NULL, '2023-04-07 14:34:57.062', NULL), (0x285cbc7a9cd14db5b896846d511d987b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lingala', 'Demokratische Republik Kongo', NULL, '2023-04-07 14:34:57.055', NULL), (0x285cbc7a9cd14db5b896846d511d987b, 0x74abf495620848a19755546e0f70dbac, 'Lingala', 'Democratic Republic of the Congo', NULL, '2023-04-07 14:34:57.055', NULL), (0x2886481297f54eab98190ffa986bf2f1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kirgisisch', 'Kirgisistan', NULL, '2023-04-07 14:34:57.055', NULL), (0x2886481297f54eab98190ffa986bf2f1, 0x74abf495620848a19755546e0f70dbac, 'Kirghiz', 'Kyrgyzstan', NULL, '2023-04-07 14:34:57.055', NULL), (0x29060ed40df04de2882c7cad46e0d8cd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kroatisch', 'Kroatien', NULL, '2023-04-07 14:34:57.053', NULL), (0x29060ed40df04de2882c7cad46e0d8cd, 0x74abf495620848a19755546e0f70dbac, 'Croatian', 'Croatia', NULL, '2023-04-07 14:34:57.053', NULL), (0x2939904a10714adfaeb18effe3ddf8bb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Schweizerdeutsch', 'Schweiz', NULL, '2023-04-07 14:34:57.052', NULL), (0x2939904a10714adfaeb18effe3ddf8bb, 0x74abf495620848a19755546e0f70dbac, 'Swiss German', 'Switzerland', NULL, '2023-04-07 14:34:57.052', NULL), (0x29f4ed2f7af341248f433d2ffea32fb8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nepalesisch', 'Nepal', NULL, '2023-04-07 14:34:57.057', NULL), (0x29f4ed2f7af341248f433d2ffea32fb8, 0x74abf495620848a19755546e0f70dbac, 'Nepalese', 'Nepal', NULL, '2023-04-07 14:34:57.057', NULL), (0x2a51f713d1134be0b17f70fc9939ce02, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Süd-Sotho-Sprache', 'Lesotho', NULL, '2023-04-07 14:34:57.060', NULL), (0x2a51f713d1134be0b17f70fc9939ce02, 0x74abf495620848a19755546e0f70dbac, 'Southern Sotho Language', 'Lesotho', NULL, '2023-04-07 14:34:57.060', NULL), (0x2a8f9348c1144e34892a266447490c15, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Nördliche Marianen', NULL, '2023-04-07 14:34:57.047', NULL), (0x2a8f9348c1144e34892a266447490c15, 0x74abf495620848a19755546e0f70dbac, 'English', 'Northern Mariana Islands', NULL, '2023-04-07 14:34:57.047', NULL), (0x2ac36dd798b44c829c5853aacbed2b65, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Philippinen', NULL, '2023-04-07 14:34:57.048', NULL), (0x2ac36dd798b44c829c5853aacbed2b65, 0x74abf495620848a19755546e0f70dbac, 'English', 'Philippines', NULL, '2023-04-07 14:34:57.048', NULL), (0x2cac041e89de495e96284abe89a28b01, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Costa Rica', NULL, '2023-04-07 14:34:57.049', NULL), (0x2cac041e89de495e96284abe89a28b01, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Costa Rica', NULL, '2023-04-07 14:34:57.049', NULL), (0x2cb8357c16b449b280e1acd863c6729d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Italienisch', 'Schweiz', NULL, '2023-04-07 14:34:57.053', NULL), (0x2cb8357c16b449b280e1acd863c6729d, 0x74abf495620848a19755546e0f70dbac, 'Italian', 'Switzerland', NULL, '2023-04-07 14:34:57.053', NULL), (0x2db0b035b12e41a199ce7fe21481f8e7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', 'Luxemburg', NULL, '2023-04-07 14:34:57.046', NULL), (0x2db0b035b12e41a199ce7fe21481f8e7, 0x74abf495620848a19755546e0f70dbac, 'German', 'Luxemburg', NULL, '2023-04-07 14:34:57.046', NULL), (0x2e0c79ba67cb44f1a58e2ba54f9661b4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hebräisch', 'Israel', NULL, '2023-04-07 14:34:57.053', NULL), (0x2e0c79ba67cb44f1a58e2ba54f9661b4, 0x74abf495620848a19755546e0f70dbac, 'Hebrew', 'Israel', NULL, '2023-04-07 14:34:57.053', NULL), (0x2e68947cd26147c88306e17eee5dcafe, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Paschtu', 'Afghanistan', NULL, '2023-04-07 14:34:57.058', NULL), (0x2e68947cd26147c88306e17eee5dcafe, 0x74abf495620848a19755546e0f70dbac, 'Pashto', 'Afghanistan', NULL, '2023-04-07 14:34:57.058', NULL), (0x2e88a22169d54352aee6b1cbe446cc55, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Thailändisch', 'Thailand', NULL, '2023-04-07 14:34:57.061', NULL), (0x2e88a22169d54352aee6b1cbe446cc55, 0x74abf495620848a19755546e0f70dbac, 'Thai', 'Thailand', NULL, '2023-04-07 14:34:57.061', NULL), (0x2f3c22bdb25d46d2b3e80c6100d9fa8f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niederländisch', 'Niederlande', NULL, '2023-04-07 14:34:57.057', NULL), (0x2f3c22bdb25d46d2b3e80c6100d9fa8f, 0x74abf495620848a19755546e0f70dbac, 'Dutch', 'Netherlands', NULL, '2023-04-07 14:34:57.057', NULL), (0x31ee1ae3f8324fbdb23f4da0636acff8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bulgarisch', 'Bulgarien', NULL, '2023-04-07 14:34:57.044', NULL), (0x31ee1ae3f8324fbdb23f4da0636acff8, 0x74abf495620848a19755546e0f70dbac, 'Bulgarian', 'Bulgaria', NULL, '2023-04-07 14:34:57.044', NULL), (0x32c94a8d84a44eee964e0444af9ebb96, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Amharisch', 'Äthiopien', NULL, '2023-04-07 14:34:57.042', NULL), (0x32c94a8d84a44eee964e0444af9ebb96, 0x74abf495620848a19755546e0f70dbac, 'Amharic', 'Ethiopia', NULL, '2023-04-07 14:34:57.042', NULL), (0x33cc3d229a6d42838e9fa066eaee8c98, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hausa', 'Nigeria', NULL, '2023-04-07 14:34:57.052', NULL), (0x33cc3d229a6d42838e9fa066eaee8c98, 0x74abf495620848a19755546e0f70dbac, 'Hausa', 'Nigeria', NULL, '2023-04-07 14:34:57.052', NULL), (0x3409778d49d34fc0a219cdd7566c569d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Jemen', NULL, '2023-04-07 14:34:57.044', NULL), (0x3409778d49d34fc0a219cdd7566c569d, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Yemen', NULL, '2023-04-07 14:34:57.044', NULL), (0x3511bc0d92c440b089978ed38c8bfd0d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', 'Schweiz', NULL, '2023-04-07 14:34:57.045', NULL), (0x3511bc0d92c440b089978ed38c8bfd0d, 0x74abf495620848a19755546e0f70dbac, 'German', 'Switzerland', NULL, '2023-04-07 14:34:57.045', NULL), (0x353393322f6d4bc49b3ce42faab7b9c5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Vereinigte Staaten', NULL, '2023-04-07 14:34:57.048', NULL), (0x353393322f6d4bc49b3ce42faab7b9c5, 0x74abf495620848a19755546e0f70dbac, 'English', 'United States', NULL, '2023-04-07 14:34:57.048', NULL), (0x358ee68c4ecd48b9ac5aef5834fd324f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Persisch', 'Iran', NULL, '2023-04-07 14:34:57.051', NULL), (0x358ee68c4ecd48b9ac5aef5834fd324f, 0x74abf495620848a19755546e0f70dbac, 'Persian', 'Iran', NULL, '2023-04-07 14:34:57.050', NULL), (0x363d82226f3e455db04e2c65b567e8d8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oromo', 'Äthiopien', NULL, '2023-04-07 14:34:57.058', NULL), (0x363d82226f3e455db04e2c65b567e8d8, 0x74abf495620848a19755546e0f70dbac, 'Oromo', 'Ethiopia', NULL, '2023-04-07 14:34:57.058', NULL), (0x368b77cf2ebc40cd869f2d9ed3f5d77b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Afar', 'Eritrea', NULL, '2023-04-07 14:34:57.042', NULL), (0x368b77cf2ebc40cd869f2d9ed3f5d77b, 0x74abf495620848a19755546e0f70dbac, 'Afar', 'Eritrea', NULL, '2023-04-07 14:34:57.042', NULL), (0x376bd4402b264e3b8d74d6427f88ea30, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Polnisch', 'Polen', NULL, '2023-04-07 14:34:57.058', NULL), (0x376bd4402b264e3b8d74d6427f88ea30, 0x74abf495620848a19755546e0f70dbac, 'Polish', 'Poland', NULL, '2023-04-07 14:34:57.058', NULL), (0x3853c3c540d84a6ead21832554e191a2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Amerikanisch-Samoa', NULL, '2023-04-07 14:34:57.046', NULL), (0x3853c3c540d84a6ead21832554e191a2, 0x74abf495620848a19755546e0f70dbac, 'English', 'American Samoa', NULL, '2023-04-07 14:34:57.046', NULL), (0x3889341f0a9c469cb31c561c1c1f7335, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tamilisch', 'Indien', NULL, '2023-04-07 14:34:57.061', NULL), (0x3889341f0a9c469cb31c561c1c1f7335, 0x74abf495620848a19755546e0f70dbac, 'Tamil', 'India', NULL, '2023-04-07 14:34:57.061', NULL), (0x38a3611e7b8e45bbb92448d9373b2bd9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Okzitanisch', 'Frankreich', NULL, '2023-04-07 14:34:57.058', NULL), (0x38a3611e7b8e45bbb92448d9373b2bd9, 0x74abf495620848a19755546e0f70dbac, 'Occitan', 'France', NULL, '2023-04-07 14:34:57.058', NULL), (0x3a6a2c1f03d84f1faed3471373115949, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nord-Samisch', 'Norwegen', NULL, '2023-04-07 14:34:57.059', NULL), (0x3a6a2c1f03d84f1faed3471373115949, 0x74abf495620848a19755546e0f70dbac, 'Northen Samian', 'Norway', NULL, '2023-04-07 14:34:57.059', NULL), (0x3b472753e17748d485bbeabcd9a4662d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kambodschanisch', 'Kambodscha', NULL, '2023-04-07 14:34:57.054', NULL), (0x3b472753e17748d485bbeabcd9a4662d, 0x74abf495620848a19755546e0f70dbac, 'Cambodian', 'Cambodia', NULL, '2023-04-07 14:34:57.054', NULL), (0x3b9e367aa2b147e0b3c90397b5d72f9c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ungarisch', 'Ungarn', NULL, '2023-04-07 14:34:57.053', NULL), (0x3b9e367aa2b147e0b3c90397b5d72f9c, 0x74abf495620848a19755546e0f70dbac, 'Hungarian', 'Hungary', NULL, '2023-04-07 14:34:57.053', NULL), (0x3c94d939bfb9461d97263cc9acae85f1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malaiisch', 'Malaysia', NULL, '2023-04-07 14:34:57.056', NULL), (0x3c94d939bfb9461d97263cc9acae85f1, 0x74abf495620848a19755546e0f70dbac, 'Malay', 'Malaysia', NULL, '2023-04-07 14:34:57.056', NULL), (0x3ecc1036439643bbbb1241674c5232e3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Dominikanische Republik', NULL, '2023-04-07 14:34:57.049', NULL), (0x3ecc1036439643bbbb1241674c5232e3, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Dominican Republic', NULL, '2023-04-07 14:34:57.049', NULL), (0x3fb35a88a37a49b39cfa9983a098e3c7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tibetisch', 'Indien', NULL, '2023-04-07 14:34:57.045', NULL), (0x3fb35a88a37a49b39cfa9983a098e3c7, 0x74abf495620848a19755546e0f70dbac, 'Tibetan', 'India', NULL, '2023-04-07 14:34:57.045', NULL), (0x401da95deff747e78b27e2654a4d4d48, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tigrinja', 'Äthiopien', NULL, '2023-04-07 14:34:57.062', NULL), (0x401da95deff747e78b27e2654a4d4d48, 0x74abf495620848a19755546e0f70dbac, 'Tigrinya', 'Ethiopia', NULL, '2023-04-07 14:34:57.061', NULL), (0x40b06ddb9e87483a9bad43b772088882, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Honduras', NULL, '2023-04-07 14:34:57.049', NULL), (0x40b06ddb9e87483a9bad43b772088882, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Honduras', NULL, '2023-04-07 14:34:57.049', NULL), (0x40f40ef20b0549bc8d3fe83c94a284ad, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Botsuana', NULL, '2023-04-07 14:34:57.046', NULL), (0x40f40ef20b0549bc8d3fe83c94a284ad, 0x74abf495620848a19755546e0f70dbac, 'English', 'Botswana', NULL, '2023-04-07 14:34:57.046', NULL), (0x41783dbd9fed455e965eb0ed044aa896, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malaiisch', 'Brunei Darussalam', NULL, '2023-04-07 14:34:57.056', NULL), (0x41783dbd9fed455e965eb0ed044aa896, 0x74abf495620848a19755546e0f70dbac, 'Malay', 'Brunei Darussalam', NULL, '2023-04-07 14:34:57.056', NULL), (0x4204cedf4e7746f2a7f389000fbc3ab0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Mexiko', NULL, '2023-04-07 14:34:57.049', NULL), (0x4204cedf4e7746f2a7f389000fbc3ab0, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Mexico', NULL, '2023-04-07 14:34:57.049', NULL), (0x42a08abb652f425d86e88774c5ec8574, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Kolumbien', NULL, '2023-04-07 14:34:57.049', NULL), (0x42a08abb652f425d86e88774c5ec8574, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Colombia', NULL, '2023-04-07 14:34:57.049', NULL), (0x45a5688271134b68acbb1d620d108e3d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Chinesisch', 'Singapur', NULL, '2023-04-07 14:34:57.063', NULL), (0x45a5688271134b68acbb1d620d108e3d, 0x74abf495620848a19755546e0f70dbac, 'Chinese', 'Singapur', NULL, '2023-04-07 14:34:57.063', NULL), (0x4724b614d1834d808c41479fae59cac8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sichuan Yi', 'China', NULL, '2023-04-07 14:34:57.053', NULL), (0x4724b614d1834d808c41479fae59cac8, 0x74abf495620848a19755546e0f70dbac, 'Sichuan Yi', 'China', NULL, '2023-04-07 14:34:57.053', NULL), (0x47abb8df34964850b8c4854ba1ac9ca4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sidamo', 'Äthiopien', NULL, '2023-04-07 14:34:57.059', NULL), (0x47abb8df34964850b8c4854ba1ac9ca4, 0x74abf495620848a19755546e0f70dbac, 'Sidamo', 'Ethiopia', NULL, '2023-04-07 14:34:57.059', NULL), (0x4a5c2f0cbdaa415c916f05b532d1cc53, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wolof', 'Senegal', NULL, '2023-04-07 14:34:57.063', NULL), (0x4a5c2f0cbdaa415c916f05b532d1cc53, 0x74abf495620848a19755546e0f70dbac, 'Wolof', 'Senegal', NULL, '2023-04-07 14:34:57.063', NULL), (0x4ba74d6d77384cf8bd6fc7bb043f6dc7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Kuwait', NULL, '2023-04-07 14:34:57.043', NULL), (0x4ba74d6d77384cf8bd6fc7bb043f6dc7, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Kuwait', NULL, '2023-04-07 14:34:57.043', NULL), (0x4ccccba574a64b4fab68ad86ab070262, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Maledivisch', 'Malediven', NULL, '2023-04-07 14:34:57.046', NULL), (0x4ccccba574a64b4fab68ad86ab070262, 0x74abf495620848a19755546e0f70dbac, 'Maldivian', 'Maldive Islands', NULL, '2023-04-07 14:34:57.046', NULL), (0x4cff10430e104a0a8f05f0f8524e87ba, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Usbekisch', 'Afghanistan', NULL, '2023-04-07 14:34:57.062', NULL), (0x4cff10430e104a0a8f05f0f8524e87ba, 0x74abf495620848a19755546e0f70dbac, 'Uzbek', 'Afghanistan', NULL, '2023-04-07 14:34:57.062', NULL), (0x4e619d9062fb4b68a72f0fa84603fd23, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Filipino', 'Philippinen', NULL, '2023-04-07 14:34:57.051', NULL), (0x4e619d9062fb4b68a72f0fa84603fd23, 0x74abf495620848a19755546e0f70dbac, 'Filipino', 'Philippines', NULL, '2023-04-07 14:34:57.051', NULL), (0x50845bd7f7014481b0423d5dab657cb9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Aserbaidschanisch', 'Aserbaidschan', NULL, '2023-04-07 14:34:57.044', NULL), (0x50845bd7f7014481b0423d5dab657cb9, 0x74abf495620848a19755546e0f70dbac, 'Azerbaijani', 'Azerbaijan', NULL, '2023-04-07 14:34:57.044', NULL), (0x5087753e9e0e4485b5c305a2b8aa5d35, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Irland', NULL, '2023-04-07 14:34:57.047', NULL), (0x5087753e9e0e4485b5c305a2b8aa5d35, 0x74abf495620848a19755546e0f70dbac, 'English', 'Ireland', NULL, '2023-04-07 14:34:57.047', NULL), (0x51994b303fdb4301aff9bc5dec17102a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Uruguay', NULL, '2023-04-07 14:34:57.050', NULL), (0x51994b303fdb4301aff9bc5dec17102a, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Uruguay', NULL, '2023-04-07 14:34:57.050', NULL), (0x525fad497d9944219e95dd11f82d1eec, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lettisch', 'Lettland', NULL, '2023-04-07 14:34:57.056', NULL), (0x525fad497d9944219e95dd11f82d1eec, 0x74abf495620848a19755546e0f70dbac, 'Latvian', 'Latvia', NULL, '2023-04-07 14:34:57.056', NULL), (0x53d16e0015d74481bf373071d8ab708d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Finnisch', 'Finnland', NULL, '2023-04-07 14:34:57.051', NULL), (0x53d16e0015d74481bf373071d8ab708d, 0x74abf495620848a19755546e0f70dbac, 'Finnish', 'Finland', NULL, '2023-04-07 14:34:57.051', NULL), (0x541b4a5d0cd04b37a6360b369b91fbeb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niederländisch', 'Belgien', NULL, '2023-04-07 14:34:57.057', NULL), (0x541b4a5d0cd04b37a6360b369b91fbeb, 0x74abf495620848a19755546e0f70dbac, 'Dutch', 'Belgium', NULL, '2023-04-07 14:34:57.057', NULL), (0x55179f23a5b34e70b0ced06f41333dd5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Malta', NULL, '2023-04-07 14:34:57.047', NULL), (0x55179f23a5b34e70b0ced06f41333dd5, 0x74abf495620848a19755546e0f70dbac, 'English', 'Malta', NULL, '2023-04-07 14:34:57.047', NULL), (0x57b4639b0e514cffb7c8a409b1d8d9dd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Blin', 'Eritrea', NULL, '2023-04-07 14:34:57.045', NULL), (0x57b4639b0e514cffb7c8a409b1d8d9dd, 0x74abf495620848a19755546e0f70dbac, 'Blin', 'Eritrea', NULL, '2023-04-07 14:34:57.045', NULL), (0x598bb116e3aa4f90b0054425d88e0fd0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Amerikanisch-Ozeanien', NULL, '2023-04-07 14:34:57.048', NULL), (0x598bb116e3aa4f90b0054425d88e0fd0, 0x74abf495620848a19755546e0f70dbac, 'English', 'U.S. Minor Outlying Islands', NULL, '2023-04-07 14:34:57.048', NULL), (0x59f9b8b01c2d49358416214aa933f3d9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ewe-Sprache', 'Togo', NULL, '2023-04-07 14:34:57.046', NULL), (0x59f9b8b01c2d49358416214aa933f3d9, 0x74abf495620848a19755546e0f70dbac, 'Ewe', 'Togo', NULL, '2023-04-07 14:34:57.046', NULL), (0x5b19510b755d4caea04df0d946777900, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Belgien', NULL, '2023-04-07 14:34:57.046', NULL), (0x5b19510b755d4caea04df0d946777900, 0x74abf495620848a19755546e0f70dbac, 'English', 'Belgium', NULL, '2023-04-07 14:34:57.046', NULL), (0x5bae8eb9de424362a971ecaa27676837, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Afrikaans', 'Namibia', NULL, '2023-04-07 14:34:57.042', NULL), (0x5bae8eb9de424362a971ecaa27676837, 0x74abf495620848a19755546e0f70dbac, 'Afrikaans', 'Namibia', NULL, '2023-04-07 14:34:57.042', NULL), (0x5bbb8ab3231e4b3bbb63671a261aad9a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niederdeutsch', 'Deutschland', NULL, '2023-04-07 14:34:57.057', NULL), (0x5bbb8ab3231e4b3bbb63671a261aad9a, 0x74abf495620848a19755546e0f70dbac, 'Low German', 'Germany', NULL, '2023-04-07 14:34:57.057', NULL), (0x5cfce0a61f4d4440902b9900d1a6ebe1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bosnisch', 'Bosnien und Herzegowina', NULL, '2023-04-07 14:34:57.045', NULL), (0x5cfce0a61f4d4440902b9900d1a6ebe1, 0x74abf495620848a19755546e0f70dbac, 'Bosnian', 'Bosnia and Herzegovina', NULL, '2023-04-07 14:34:57.045', NULL), (0x636290bbf8d94dff88f4a41c15a3972e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tschechisch', 'Tschechische Republik', NULL, '2023-04-07 14:34:57.045', NULL), (0x636290bbf8d94dff88f4a41c15a3972e, 0x74abf495620848a19755546e0f70dbac, 'Czech', 'Czech Republic', NULL, '2023-04-07 14:34:57.045', NULL), (0x64856e583ccc4d5f9b3892dec6b670db, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mongolisch', 'Mongolei', NULL, '2023-04-07 14:34:57.056', NULL), (0x64856e583ccc4d5f9b3892dec6b670db, 0x74abf495620848a19755546e0f70dbac, 'Mongol', 'Mongolia', NULL, '2023-04-07 14:34:57.056', NULL), (0x665d091087cf49aba159be8433c43c38, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Geez', 'Äthiopien', NULL, '2023-04-07 14:34:57.052', NULL), (0x665d091087cf49aba159be8433c43c38, 0x74abf495620848a19755546e0f70dbac, 'Geez', 'Ethiopia', NULL, '2023-04-07 14:34:57.052', NULL), (0x67392609105746dd8c6d5c8ccac22d95, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Kanada', NULL, '2023-04-07 14:34:57.047', NULL), (0x67392609105746dd8c6d5c8ccac22d95, 0x74abf495620848a19755546e0f70dbac, 'English', 'Canada', NULL, '2023-04-07 14:34:57.047', NULL), (0x685f1d1cc8e6470cb0f1e1289f4c3d70, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Simbabwe', NULL, '2023-04-07 14:34:57.048', NULL), (0x685f1d1cc8e6470cb0f1e1289f4c3d70, 0x74abf495620848a19755546e0f70dbac, 'English', 'Zimbabwe', NULL, '2023-04-07 14:34:57.048', NULL), (0x68eaac3efdab4d20b9c2db962c1513e6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Uigurisch', 'China', NULL, '2023-04-07 14:34:57.062', NULL), (0x68eaac3efdab4d20b9c2db962c1513e6, 0x74abf495620848a19755546e0f70dbac, 'Uighur', 'China', NULL, '2023-04-07 14:34:57.062', NULL), (0x695aa4781ad84eccba430f426409455f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Färöisch', 'Färöer', NULL, '2023-04-07 14:34:57.051', NULL), (0x695aa4781ad84eccba430f426409455f, 0x74abf495620848a19755546e0f70dbac, 'Faeroese', 'Faeroe Islands', NULL, '2023-04-07 14:34:57.051', NULL), (0x6af572738c2945438462de60a34f9bdb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gujarati', 'Indien', NULL, '2023-04-07 14:34:57.052', NULL), (0x6af572738c2945438462de60a34f9bdb, 0x74abf495620848a19755546e0f70dbac, 'Gujarati', 'India', NULL, '2023-04-07 14:34:57.052', NULL), (0x6c166b526afe44a49021b4e9fce0b885, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Monaco', NULL, '2023-04-07 14:34:57.051', NULL), (0x6c166b526afe44a49021b4e9fce0b885, 0x74abf495620848a19755546e0f70dbac, 'French', 'Monaco', NULL, '2023-04-07 14:34:57.051', NULL), (0x6e1b04c8b67b41daa09140a8a766b673, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Slowakisch', 'Slowakei', NULL, '2023-04-07 14:34:57.059', NULL), (0x6e1b04c8b67b41daa09140a8a766b673, 0x74abf495620848a19755546e0f70dbac, 'Slovak', 'Slovakia', NULL, '2023-04-07 14:34:57.059', NULL), (0x6e3c20b1d5fe4a08985967a9696792da, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kurdisch', 'Türkei', NULL, '2023-04-07 14:34:57.055', NULL), (0x6e3c20b1d5fe4a08985967a9696792da, 0x74abf495620848a19755546e0f70dbac, 'Kurdish', 'Turkey', NULL, '2023-04-07 14:34:57.055', NULL), (0x6e50bdc3e0064c8b81fafcab3059d1af, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Süd-Sotho-Sprache', 'Südafrika', NULL, '2023-04-07 14:34:57.061', NULL), (0x6e50bdc3e0064c8b81fafcab3059d1af, 0x74abf495620848a19755546e0f70dbac, 'Southern Sotho Language', 'South Africa', NULL, '2023-04-07 14:34:57.061', NULL), (0x6ea9a6d7ac0d4000a1b80b73299708a5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbisch', 'Bosnien und Herzegowina', NULL, '2023-04-07 14:34:57.060', NULL), (0x6ea9a6d7ac0d4000a1b80b73299708a5, 0x74abf495620848a19755546e0f70dbac, 'Serbian', 'Bosnia and Herzegovina', NULL, '2023-04-07 14:34:57.060', NULL), (0x6ed0b037e197451e9d5e9dd0524af650, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pandschabisch', 'Indien', NULL, '2023-04-07 14:34:57.058', NULL), (0x6ed0b037e197451e9d5e9dd0524af650, 0x74abf495620848a19755546e0f70dbac, 'Punjabi', 'India', NULL, '2023-04-07 14:34:57.058', NULL), (0x6f7866ac9b7c439bac675a1db7a8fbb2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Peru', NULL, '2023-04-07 14:34:57.050', NULL), (0x6f7866ac9b7c439bac675a1db7a8fbb2, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Peru', NULL, '2023-04-07 14:34:57.050', NULL), (0x6fabb4934de34c46a7b6964e84eb0257, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Igbo-Sprache', 'Nigeria', NULL, '2023-04-07 14:34:57.053', NULL), (0x6fabb4934de34c46a7b6964e84eb0257, 0x74abf495620848a19755546e0f70dbac, 'Igbo', 'Nigeria', NULL, '2023-04-07 14:34:57.053', NULL), (0x7069bd9fd0c844928b2a62dbbe337a0a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Grönländisch', 'Grönland', NULL, '2023-04-07 14:34:57.054', NULL), (0x7069bd9fd0c844928b2a62dbbe337a0a, 0x74abf495620848a19755546e0f70dbac, 'Greenlandic', 'Greenland', NULL, '2023-04-07 14:34:57.054', NULL), (0x72c596aa23f947068eb095d7ed251fe3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Algerien', NULL, '2023-04-07 14:34:57.043', NULL), (0x72c596aa23f947068eb095d7ed251fe3, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Algeria', NULL, '2023-04-07 14:34:57.043', NULL), (0x72e6cf5a9b604d66807a1e6c4915619d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Birmanisch', 'Myanmar', NULL, '2023-04-07 14:34:57.057', NULL), (0x72e6cf5a9b604d66807a1e6c4915619d, 0x74abf495620848a19755546e0f70dbac, 'Burmese', 'Myanmar', NULL, '2023-04-07 14:34:57.057', NULL), (0x7363145e83f64c89a42dbd634358c100, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Geez', 'Eritrea', NULL, '2023-04-07 14:34:57.052', NULL), (0x7363145e83f64c89a42dbd634358c100, 0x74abf495620848a19755546e0f70dbac, 'Geez', 'Eritrea', NULL, '2023-04-07 14:34:57.052', NULL), (0x75608e74957c49ed9b24a459892d5394, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Marathi', 'Indien', NULL, '2023-04-07 14:34:57.056', NULL), (0x75608e74957c49ed9b24a459892d5394, 0x74abf495620848a19755546e0f70dbac, 'Marathi', 'India', NULL, '2023-04-07 14:34:57.056', NULL), (0x77d227c537194df1b490d766ffe113f0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Manx', 'Vereinigtes Königreich', NULL, '2023-04-07 14:34:57.052', NULL), (0x77d227c537194df1b490d766ffe113f0, 0x74abf495620848a19755546e0f70dbac, 'Manx', 'United Kingdom', NULL, '2023-04-07 14:34:57.052', NULL), (0x7827c731595b4836ac1ec7263e8e608b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'El Salvador', NULL, '2023-04-07 14:34:57.050', NULL), (0x7827c731595b4836ac1ec7263e8e608b, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'El Salvador', NULL, '2023-04-07 14:34:57.050', NULL), (0x78376db9df1f4b04bf108f45044f060f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Sonderverwaltungszone Hongkong', NULL, '2023-04-07 14:34:57.047', NULL), (0x78376db9df1f4b04bf108f45044f060f, 0x74abf495620848a19755546e0f70dbac, 'English', 'Hong Kong', NULL, '2023-04-07 14:34:57.047', NULL), (0x7a24708c08944bc4b2f75e8496ecaf23, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Schwedisch', 'Finnland', NULL, '2023-04-07 14:34:57.061', NULL), (0x7a24708c08944bc4b2f75e8496ecaf23, 0x74abf495620848a19755546e0f70dbac, 'Swedish', 'Finland', NULL, '2023-04-07 14:34:57.061', NULL), (0x7a9531ce2cbc466c9be0fc0522f0580b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Persisch', 'Afghanistan', NULL, '2023-04-07 14:34:57.050', NULL), (0x7a9531ce2cbc466c9be0fc0522f0580b, 0x74abf495620848a19755546e0f70dbac, 'Persian', 'Afghanistan', NULL, '2023-04-07 14:34:57.050', NULL), (0x7ad6c323248743ad91baed299128d0d1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Indonesisch', 'Indonesien', NULL, '2023-04-07 14:34:57.053', NULL), (0x7ad6c323248743ad91baed299128d0d1, 0x74abf495620848a19755546e0f70dbac, 'Indonesian', 'Indonesia', NULL, '2023-04-07 14:34:57.053', NULL), (0x7af3572b5d6d477bbc5cbb0d721013d0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Ägypten', NULL, '2023-04-07 14:34:57.043', NULL), (0x7af3572b5d6d477bbc5cbb0d721013d0, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Egypt', NULL, '2023-04-07 14:34:57.043', NULL), (0x7b346a005d514e919d087e11f62f4601, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Türkisch', 'Türkei', NULL, '2023-04-07 14:34:57.062', NULL), (0x7b346a005d514e919d087e11f62f4601, 0x74abf495620848a19755546e0f70dbac, 'Turkish', 'Turkey', NULL, '2023-04-07 14:34:57.062', NULL), (0x7b63cf89729b4d08a6249ad0eeeea95b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Venda-Sprache', 'Südafrika', NULL, '2023-04-07 14:34:57.063', NULL), (0x7b63cf89729b4d08a6249ad0eeeea95b, 0x74abf495620848a19755546e0f70dbac, 'Venda Language', 'South Africa', NULL, '2023-04-07 14:34:57.063', NULL), (0x7b846c0008f64d4585419c00c28ef586, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Pakistan', NULL, '2023-04-07 14:34:57.048', NULL), (0x7b846c0008f64d4585419c00c28ef586, 0x74abf495620848a19755546e0f70dbac, 'English', 'Pakistan', NULL, '2023-04-07 14:34:57.048', NULL), (0x7c156ad9968244ce86f3ef30ee0aeb3c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Jju', 'Nigeria', NULL, '2023-04-07 14:34:57.054', NULL), (0x7c156ad9968244ce86f3ef30ee0aeb3c, 0x74abf495620848a19755546e0f70dbac, 'Jju', 'Nigeria', NULL, '2023-04-07 14:34:57.054', NULL), (0x7cd0bcf6b3b340f1b727c9ead4844972, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Belgien', NULL, '2023-04-07 14:34:57.051', NULL), (0x7cd0bcf6b3b340f1b727c9ead4844972, 0x74abf495620848a19755546e0f70dbac, 'French', 'Belgium', NULL, '2023-04-07 14:34:57.051', NULL), (0x7e05545e5393426baed91ce15b7e49a2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Chinesisch', 'Sonderverwaltungszone Macao', NULL, '2023-04-07 14:34:57.063', NULL), (0x7e05545e5393426baed91ce15b7e49a2, 0x74abf495620848a19755546e0f70dbac, 'Chinese', 'Macao', NULL, '2023-04-07 14:34:57.063', NULL), (0x7e08fbc12f924da5ba51767461ee8704, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Jamaika', NULL, '2023-04-07 14:34:57.047', NULL), (0x7e08fbc12f924da5ba51767461ee8704, 0x74abf495620848a19755546e0f70dbac, 'English', 'Jamaica', NULL, '2023-04-07 14:34:57.047', NULL), (0x827972a8b8744b0c8c5c9017a8e67206, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kasachisch', 'Kasachstan', NULL, '2023-04-07 14:34:57.054', NULL), (0x827972a8b8744b0c8c5c9017a8e67206, 0x74abf495620848a19755546e0f70dbac, 'Kazakh', 'Kazakhstan', NULL, '2023-04-07 14:34:57.054', NULL), (0x834ed7b3244248ee8330d5caa021b40a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Luxemburg', NULL, '2023-04-07 14:34:57.051', NULL), (0x834ed7b3244248ee8330d5caa021b40a, 0x74abf495620848a19755546e0f70dbac, 'French', 'Luxembourg', NULL, '2023-04-07 14:34:57.051', NULL), (0x84aac150e8bc4d98869cc664427c4f53, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bhutanisch', 'Bhutan', NULL, '2023-04-07 14:34:57.046', NULL), (0x84aac150e8bc4d98869cc664427c4f53, 0x74abf495620848a19755546e0f70dbac, 'Bhutanese', 'Bhutan', NULL, '2023-04-07 14:34:57.046', NULL), (0x8861b886db3d4f70a6251fb6871b5218, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Tunesien', NULL, '2023-04-07 14:34:57.044', NULL), (0x8861b886db3d4f70a6251fb6871b5218, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Tunisia', NULL, '2023-04-07 14:34:57.044', NULL), (0x895b65d1dc4d4492bc81202c698eb013, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Afar', 'Dschibuti', NULL, '2023-04-07 14:34:57.042', NULL), (0x895b65d1dc4d4492bc81202c698eb013, 0x74abf495620848a19755546e0f70dbac, 'Afar', 'Djibouti', NULL, '2023-04-07 14:34:57.042', NULL), (0x89a2d6f639b84840acc44a156af355b7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hawaiisch', 'Vereinigte Staaten', NULL, '2023-04-07 14:34:57.053', NULL), (0x89a2d6f639b84840acc44a156af355b7, 0x74abf495620848a19755546e0f70dbac, 'Hawaiian', 'United States', NULL, '2023-04-07 14:34:57.053', NULL), (0x8a84206c209a43fe98036b97afa4fa64, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mongolisch', 'China', NULL, '2023-04-07 14:34:57.056', NULL), (0x8a84206c209a43fe98036b97afa4fa64, 0x74abf495620848a19755546e0f70dbac, 'Mongol', 'China', NULL, '2023-04-07 14:34:57.056', NULL), (0x8c7dfddcfa494e669ea84d7f7035f522, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Amerikanische Jungferninseln', NULL, '2023-04-07 14:34:57.048', NULL), (0x8c7dfddcfa494e669ea84d7f7035f522, 0x74abf495620848a19755546e0f70dbac, 'English', 'American Virgin Islands', NULL, '2023-04-07 14:34:57.048', NULL), (0x8cbe927796ee44548a7e7c6d9cc1037d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbo-Kroatisch', 'Serbien und Montenegro', NULL, '2023-04-07 14:34:57.059', NULL), (0x8cbe927796ee44548a7e7c6d9cc1037d, 0x74abf495620848a19755546e0f70dbac, 'Serbo-Croat', 'Serbia and Montenegro', NULL, '2023-04-07 14:34:57.059', NULL), (0x8cdcea9229954de995215bb513394015, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Australien', NULL, '2023-04-07 14:34:57.046', NULL), (0x8cdcea9229954de995215bb513394015, 0x74abf495620848a19755546e0f70dbac, 'English', 'Australia', NULL, '2023-04-07 14:34:57.046', NULL), (0x8d69e7a403394b9eb3c49287b7e5c1cf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Schweiz', NULL, '2023-04-07 14:34:57.051', NULL), (0x8d69e7a403394b9eb3c49287b7e5c1cf, 0x74abf495620848a19755546e0f70dbac, 'French', 'Switzerland', NULL, '2023-04-07 14:34:57.051', NULL), (0x8f1217f48e1b4df7a8630c1cca7c8207, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ruandisch', 'Ruanda', NULL, '2023-04-07 14:34:57.059', NULL), (0x8f1217f48e1b4df7a8630c1cca7c8207, 0x74abf495620848a19755546e0f70dbac, 'Rwandan', 'Rwanda', NULL, '2023-04-07 14:34:57.059', NULL), (0x8fe01a50e199430381697fd223c078ca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ukrainisch', 'Ukraine', NULL, '2023-04-07 14:34:57.062', NULL), (0x8fe01a50e199430381697fd223c078ca, 0x74abf495620848a19755546e0f70dbac, 'Ukrainian', 'Ukraine', NULL, '2023-04-07 14:34:57.062', NULL), (0x90b56f8295f74bc0b74dbbab06d102bc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Armenisch', 'Armenien', NULL, '2023-04-07 14:34:57.053', NULL), (0x90b56f8295f74bc0b74dbbab06d102bc, 0x74abf495620848a19755546e0f70dbac, 'Armenian', 'Armenia', NULL, '2023-04-07 14:34:57.053', NULL), (0x913ded646dd64fe9bba38921d9e35a8a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Trinidad und Tobago', NULL, '2023-04-07 14:34:57.048', NULL), (0x913ded646dd64fe9bba38921d9e35a8a, 0x74abf495620848a19755546e0f70dbac, 'English', 'Trinidad and Tobago', NULL, '2023-04-07 14:34:57.048', NULL), (0x92ae487b17d64c918f54a7fe89d64f2d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Atsam', 'Nigeria', NULL, '2023-04-07 14:34:57.045', NULL), (0x92ae487b17d64c918f54a7fe89d64f2d, 0x74abf495620848a19755546e0f70dbac, 'Atsam', 'Nigeria', NULL, '2023-04-07 14:34:57.045', NULL), (0x9417dfb7354a4c5eba102849669d6946, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nepalesisch', 'Indien', NULL, '2023-04-07 14:34:57.057', NULL), (0x9417dfb7354a4c5eba102849669d6946, 0x74abf495620848a19755546e0f70dbac, 'Nepalese', 'India', NULL, '2023-04-07 14:34:57.057', NULL), (0x9449b6ec0b504e7199109a6de6e31686, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Somali', 'Äthiopien', NULL, '2023-04-07 14:34:57.060', NULL), (0x9449b6ec0b504e7199109a6de6e31686, 0x74abf495620848a19755546e0f70dbac, 'Somali', 'Ethiopia', NULL, '2023-04-07 14:34:57.060', NULL), (0x944e03a89188495ca147a20d2d50a4fb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tadschikisch', 'Tadschikistan', NULL, '2023-04-07 14:34:57.061', NULL), (0x944e03a89188495ca147a20d2d50a4fb, 0x74abf495620848a19755546e0f70dbac, 'Tadjik', 'Tajikistan', NULL, '2023-04-07 14:34:57.061', NULL), (0x9507665e27ad41b6babac01ac06929a7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Paraguay', NULL, '2023-04-07 14:34:57.050', NULL), (0x9507665e27ad41b6babac01ac06929a7, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Paraguay', NULL, '2023-04-07 14:34:57.050', NULL), (0x95cef9de1ac44f1f8839da158ddf6f9b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mazedonisch', 'Mazedonien', NULL, '2023-04-07 14:34:57.056', NULL), (0x95cef9de1ac44f1f8839da158ddf6f9b, 0x74abf495620848a19755546e0f70dbac, 'Macedonian', 'Macedonia', NULL, '2023-04-07 14:34:57.056', NULL), (0x96e4bc0dcf044c40a44e94046facc5df, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Slowenisch', 'Slowenien', NULL, '2023-04-07 14:34:57.059', NULL), (0x96e4bc0dcf044c40a44e94046facc5df, 0x74abf495620848a19755546e0f70dbac, 'Slovene', 'Slovenia', NULL, '2023-04-07 14:34:57.059', NULL), (0x97445024d7e74a43bddef7dcf3ee317d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lingala', 'Kongo', NULL, '2023-04-07 14:34:57.055', NULL), (0x97445024d7e74a43bddef7dcf3ee317d, 0x74abf495620848a19755546e0f70dbac, 'Lingala', 'Congo', NULL, '2023-04-07 14:34:57.055', NULL), (0x981313a6b14f4d66811ad9f8b62ce34a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Somali', 'Somalia', NULL, '2023-04-07 14:34:57.060', NULL), (0x981313a6b14f4d66811ad9f8b62ce34a, 0x74abf495620848a19755546e0f70dbac, 'Somali', 'Somalia', NULL, '2023-04-07 14:34:57.060', NULL), (0x98adc2afb91a49c692085a55ea6e49ec, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Irisch', 'Irland', NULL, '2023-04-07 14:34:57.052', NULL), (0x98adc2afb91a49c692085a55ea6e49ec, 0x74abf495620848a19755546e0f70dbac, 'Irish', 'Ireland', NULL, '2023-04-07 14:34:57.052', NULL), (0x9a2a19ff60884960b99ef9eb034e0beb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Assamesisch', 'Indien', NULL, '2023-04-07 14:34:57.044', NULL), (0x9a2a19ff60884960b99ef9eb034e0beb, 0x74abf495620848a19755546e0f70dbac, 'Assamese', 'India', NULL, '2023-04-07 14:34:57.044', NULL), (0x9b50c447001f4aa3ba4184221d4303f5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Singhalesisch', 'Sri Lanka', NULL, '2023-04-07 14:34:57.059', NULL), (0x9b50c447001f4aa3ba4184221d4303f5, 0x74abf495620848a19755546e0f70dbac, 'Singhalese', 'Sri Lanka', NULL, '2023-04-07 14:34:57.059', NULL), (0x9cb225db454d48069f6e6c9344a18b90, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbisch', 'Serbien und Montenegro', NULL, '2023-04-07 14:34:57.060', NULL), (0x9cb225db454d48069f6e6c9344a18b90, 0x74abf495620848a19755546e0f70dbac, 'Serbian', 'Serbia and Montenegro', NULL, '2023-04-07 14:34:57.060', NULL), (0x9d1a43f46a574b43b3919726bffe0ce9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbisch', 'Serbien', NULL, '2023-04-07 14:34:57.060', NULL), (0x9d1a43f46a574b43b3919726bffe0ce9, 0x74abf495620848a19755546e0f70dbac, 'Serbian', 'Serbia', NULL, '2023-04-07 14:34:57.060', NULL), (0x9d2bf936b3174a1f9289fd07570e63e0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ga-Sprache', 'Ghana', NULL, '2023-04-07 14:34:57.052', NULL), (0x9d2bf936b3174a1f9289fd07570e63e0, 0x74abf495620848a19755546e0f70dbac, 'Ga', 'Ghana', NULL, '2023-04-07 14:34:57.052', NULL), (0x9e9db0f3dc8145348747b5ca589e0528, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Friulisch', 'Italien', NULL, '2023-04-07 14:34:57.052', NULL), (0x9e9db0f3dc8145348747b5ca589e0528, 0x74abf495620848a19755546e0f70dbac, 'Friulian', 'Italy', NULL, '2023-04-07 14:34:57.051', NULL), (0x9fe8de2ad47044b0aad1c75bec2ce4fb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Yoruba', 'Nigeria', NULL, '2023-04-07 14:34:57.063', NULL), (0x9fe8de2ad47044b0aad1c75bec2ce4fb, 0x74abf495620848a19755546e0f70dbac, 'Yoruba', 'Nigeria', NULL, '2023-04-07 14:34:57.063', NULL), (0xa10d6b25b10f4220b7199387216218c4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Baskisch', 'Spanien', NULL, '2023-04-07 14:34:57.050', NULL), (0xa10d6b25b10f4220b7199387216218c4, 0x74abf495620848a19755546e0f70dbac, 'Basque', 'Spain', NULL, '2023-04-07 14:34:57.050', NULL), (0xa15598057ad7402792422d40ffa20074, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Afar', 'Äthiopien', NULL, '2023-04-07 14:34:57.042', NULL), (0xa15598057ad7402792422d40ffa20074, 0x74abf495620848a19755546e0f70dbac, 'Afar', 'Ethiopia', NULL, '2023-04-07 14:34:57.042', NULL), (0xa3c57ed823314ff584b926d3e3c7c927, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Afrikaans', 'Südafrika', NULL, '2023-04-07 14:34:57.042', NULL), (0xa3c57ed823314ff584b926d3e3c7c927, 0x74abf495620848a19755546e0f70dbac, 'Afrikaans', 'South Africa', NULL, '2023-04-07 14:34:57.042', NULL), (0xa6cc672ecc00401aa414f0a840232aa0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Namibia', NULL, '2023-04-07 14:34:57.047', NULL), (0xa6cc672ecc00401aa414f0a840232aa0, 0x74abf495620848a19755546e0f70dbac, 'English', 'Namibia', NULL, '2023-04-07 14:34:57.047', NULL), (0xa6d4633947c34cadb6d85883814d6e2d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Chinesisch', 'Sonderverwaltungszone Hongkong', NULL, '2023-04-07 14:34:57.063', NULL), (0xa6d4633947c34cadb6d85883814d6e2d, 0x74abf495620848a19755546e0f70dbac, 'Chinese', 'Hong Kong', NULL, '2023-04-07 14:34:57.063', NULL), (0xa894d238945d4c0d82ae5f4595ed6247, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Puerto Rico', NULL, '2023-04-07 14:34:57.050', NULL), (0xa894d238945d4c0d82ae5f4595ed6247, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Puerto Rico', NULL, '2023-04-07 14:34:57.050', NULL), (0xa972e9f9b2a14533a556aa9d188101a4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ewe-Sprache', 'Ghana', NULL, '2023-04-07 14:34:57.046', NULL), (0xa972e9f9b2a14533a556aa9d188101a4, 0x74abf495620848a19755546e0f70dbac, 'Ewe', 'Ghana', NULL, '2023-04-07 14:34:57.046', NULL), (0xabd4438336f041228adb9d70a862120f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Suaheli', 'Kenia', NULL, '2023-04-07 14:34:57.061', NULL), (0xabd4438336f041228adb9d70a862120f, 0x74abf495620848a19755546e0f70dbac, 'Swahili', 'Kenya', NULL, '2023-04-07 14:34:57.061', NULL), (0xacd4a22742554dcc962a0c5de353b70f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hausa', 'Ghana', NULL, '2023-04-07 14:34:57.052', NULL), (0xacd4a22742554dcc962a0c5de353b70f, 0x74abf495620848a19755546e0f70dbac, 'Hausa', 'Ghana', NULL, '2023-04-07 14:34:57.052', NULL), (0xacf4aacf2cf246db93d84cc9ea915e14, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Vereinigtes Königreich', NULL, '2023-04-07 14:34:57.037', NULL), (0xacf4aacf2cf246db93d84cc9ea915e14, 0x74abf495620848a19755546e0f70dbac, 'English', 'United Kingdom', NULL, '2023-04-07 14:34:57.034', NULL), (0xad30ea298e7c4778824082cbddfb79fe, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Xhosa', 'Südafrika', NULL, '2023-04-07 14:34:57.063', NULL), (0xad30ea298e7c4778824082cbddfb79fe, 0x74abf495620848a19755546e0f70dbac, 'Xhosa', 'South Africa', NULL, '2023-04-07 14:34:57.063', NULL), (0xad8febe53237411090f1eacc527f1d70, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Panama', NULL, '2023-04-07 14:34:57.050', NULL), (0xad8febe53237411090f1eacc527f1d70, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Panama', NULL, '2023-04-07 14:34:57.050', NULL), (0xaf3f0f2cc40d4b6baaeb9114a85f104f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Griechisch', 'Zypern', NULL, '2023-04-07 14:34:57.046', NULL), (0xaf3f0f2cc40d4b6baaeb9114a85f104f, 0x74abf495620848a19755546e0f70dbac, 'Greek', 'Cyprus', NULL, '2023-04-07 14:34:57.046', NULL), (0xb20f169bae5c4fbc98af9e08b2822d35, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Albanisch', 'Albanien', NULL, '2023-04-07 14:34:57.060', NULL), (0xb20f169bae5c4fbc98af9e08b2822d35, 0x74abf495620848a19755546e0f70dbac, 'Albanian', 'Albania', NULL, '2023-04-07 14:34:57.060', NULL), (0xb3b46aba37664805b676c9af7124a991, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Kanada', NULL, '2023-04-07 14:34:57.051', NULL), (0xb3b46aba37664805b676c9af7124a991, 0x74abf495620848a19755546e0f70dbac, 'French', 'Canada', NULL, '2023-04-07 14:34:57.051', NULL), (0xb506ce1ee08a42f99cae24d794ea23e0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Galizisch', 'Spanien', NULL, '2023-04-07 14:34:57.052', NULL), (0xb506ce1ee08a42f99cae24d794ea23e0, 0x74abf495620848a19755546e0f70dbac, 'Galician', 'Spain', NULL, '2023-04-07 14:34:57.052', NULL), (0xb8219e82dee945969e23089ce62b0c10, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pandschabisch', 'Pakistan', NULL, '2023-04-07 14:34:57.058', NULL), (0xb8219e82dee945969e23089ce62b0c10, 0x74abf495620848a19755546e0f70dbac, 'Punjabi', 'Pakistan', NULL, '2023-04-07 14:34:57.058', NULL), (0xbceb1d909a604678bb5738a7853f4cc8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hausa', 'Niger', NULL, '2023-04-07 14:34:57.052', NULL), (0xbceb1d909a604678bb5738a7853f4cc8, 0x74abf495620848a19755546e0f70dbac, 'Hausa', 'Niger', NULL, '2023-04-07 14:34:57.052', NULL), (0xbf17099e0a5548dfa1e9506fe68b67b7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Marshallinseln', NULL, '2023-04-07 14:34:57.047', NULL), (0xbf17099e0a5548dfa1e9506fe68b67b7, 0x74abf495620848a19755546e0f70dbac, 'English', 'Marshall Islands', NULL, '2023-04-07 14:34:57.047', NULL), (0xbffa8f3d11d345bea3364cc8c4677e8f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Vereinigte Staaten', NULL, '2023-04-07 14:34:57.050', NULL); INSERT INTO `locale_translation` (`locale_id`, `language_id`, `name`, `territory`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xbffa8f3d11d345bea3364cc8c4677e8f, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'United States', NULL, '2023-04-07 14:34:57.050', NULL), (0xc049666115a943ba96d9ff51d419ed9e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Urdu', 'Pakistan', NULL, '2023-04-07 14:34:57.062', NULL), (0xc049666115a943ba96d9ff51d419ed9e, 0x74abf495620848a19755546e0f70dbac, 'Urdu', 'Pakistan', NULL, '2023-04-07 14:34:57.062', NULL), (0xc0f6c4cd0b9e4d86b8bb64f8c37e6483, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tatarisch', 'Russische Föderation', NULL, '2023-04-07 14:34:57.062', NULL), (0xc0f6c4cd0b9e4d86b8bb64f8c37e6483, 0x74abf495620848a19755546e0f70dbac, 'Tartar', 'Russian Federation', NULL, '2023-04-07 14:34:57.062', NULL), (0xc23bb21727534b6ba2b7ec4b719882da, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Chinesisch', 'China', NULL, '2023-04-07 14:34:57.063', NULL), (0xc23bb21727534b6ba2b7ec4b719882da, 0x74abf495620848a19755546e0f70dbac, 'Chinese', 'China', NULL, '2023-04-07 14:34:57.063', NULL), (0xc2765ebdf14d4c9bb15909a0a12bbb0f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbo-Kroatisch', 'Bosnien und Herzegowina', NULL, '2023-04-07 14:34:57.059', NULL), (0xc2765ebdf14d4c9bb15909a0a12bbb0f, 0x74abf495620848a19755546e0f70dbac, 'Serbo-Croat', 'Bosnia and Herzegovina', NULL, '2023-04-07 14:34:57.059', NULL), (0xc3f5522099904b0abef81bc338cace04, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bengalisch', 'Bangladesch', NULL, '2023-04-07 14:34:57.044', NULL), (0xc3f5522099904b0abef81bc338cace04, 0x74abf495620848a19755546e0f70dbac, 'Bengali', 'Bangladesh', NULL, '2023-04-07 14:34:57.044', NULL), (0xc40c1b04ac324d69b1193adfec7f3ee8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', 'Deutschland', NULL, '2023-04-07 14:34:57.038', NULL), (0xc40c1b04ac324d69b1193adfec7f3ee8, 0x74abf495620848a19755546e0f70dbac, 'German', 'Germany', NULL, '2023-04-07 14:34:57.037', NULL), (0xc4c6e09698e24bcdb3f9b6a360f4db24, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Portugiesisch', 'Portugal', NULL, '2023-04-07 14:34:57.058', NULL), (0xc4c6e09698e24bcdb3f9b6a360f4db24, 0x74abf495620848a19755546e0f70dbac, 'Portuguese', 'Portugal', NULL, '2023-04-07 14:34:57.058', NULL), (0xc4ff545c4cbb4bdab84e42afc4b53e56, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Telugu', 'Indien', NULL, '2023-04-07 14:34:57.061', NULL), (0xc4ff545c4cbb4bdab84e42afc4b53e56, 0x74abf495620848a19755546e0f70dbac, 'Telugu', 'India', NULL, '2023-04-07 14:34:57.061', NULL), (0xc7528de4c09b4e0ca9219934afd8cf8c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oromo', 'Kenia', NULL, '2023-04-07 14:34:57.058', NULL), (0xc7528de4c09b4e0ca9219934afd8cf8c, 0x74abf495620848a19755546e0f70dbac, 'Oromo', 'Kenya', NULL, '2023-04-07 14:34:57.058', NULL), (0xc88c803fb75745d2bb85ee6afe5cad5b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Japanisch', 'Japan', NULL, '2023-04-07 14:34:57.054', NULL), (0xc88c803fb75745d2bb85ee6afe5cad5b, 0x74abf495620848a19755546e0f70dbac, 'Japanese', 'Japan', NULL, '2023-04-07 14:34:57.054', NULL), (0xc8cb115622184f7299f8bd37f64333f9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Somali', 'Dschibuti', NULL, '2023-04-07 14:34:57.060', NULL), (0xc8cb115622184f7299f8bd37f64333f9, 0x74abf495620848a19755546e0f70dbac, 'Somali', 'Djibouti', NULL, '2023-04-07 14:34:57.060', NULL), (0xc8ea49946e294a50984a923862a614ff, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Chinesisch', 'Taiwan', NULL, '2023-04-07 14:34:57.063', NULL), (0xc8ea49946e294a50984a923862a614ff, 0x74abf495620848a19755546e0f70dbac, 'Chinese', 'Taiwan', NULL, '2023-04-07 14:34:57.063', NULL), (0xc93488bfdd7d47f68bfa9042c20ecc52, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Bolivien', NULL, '2023-04-07 14:34:57.048', NULL), (0xc93488bfdd7d47f68bfa9042c20ecc52, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Bolivia', NULL, '2023-04-07 14:34:57.048', NULL), (0xcde75f32fea348a5b83796db3491989a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nord-Samisch', 'Finnland', NULL, '2023-04-07 14:34:57.059', NULL), (0xcde75f32fea348a5b83796db3491989a, 0x74abf495620848a19755546e0f70dbac, 'Northen Samian', 'Finland', NULL, '2023-04-07 14:34:57.059', NULL), (0xce253f97f9d1474ca9f729606f4751b1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Jordanien', NULL, '2023-04-07 14:34:57.043', NULL), (0xce253f97f9d1474ca9f729606f4751b1, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Jordan', NULL, '2023-04-07 14:34:57.043', NULL), (0xd0314d4083dd4d029c751faaa51a644e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hindi', 'Indien', NULL, '2023-04-07 14:34:57.053', NULL), (0xd0314d4083dd4d029c751faaa51a644e, 0x74abf495620848a19755546e0f70dbac, 'Hindi', 'India', NULL, '2023-04-07 14:34:57.053', NULL), (0xd1154c67604940d59687fb640e313e76, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Konkani', 'Indien', NULL, '2023-04-07 14:34:57.055', NULL), (0xd1154c67604940d59687fb640e313e76, 0x74abf495620848a19755546e0f70dbac, 'Konkani', 'India', NULL, '2023-04-07 14:34:57.055', NULL), (0xd25e8de054754a53975d199b9ad54600, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Russisch', 'Russische Föderation', NULL, '2023-04-07 14:34:57.059', NULL), (0xd25e8de054754a53975d199b9ad54600, 0x74abf495620848a19755546e0f70dbac, 'Russian', 'Russian Federation', NULL, '2023-04-07 14:34:57.058', NULL), (0xd3ae823181f8441194b6ea06809c2591, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Swazi', 'Swasiland', NULL, '2023-04-07 14:34:57.060', NULL), (0xd3ae823181f8441194b6ea06809c2591, 0x74abf495620848a19755546e0f70dbac, 'Swazi', 'Swaziland', NULL, '2023-04-07 14:34:57.060', NULL), (0xd4220f67c59a41e0a3d8949bdde95380, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kurdisch', 'Iran', NULL, '2023-04-07 14:34:57.055', NULL), (0xd4220f67c59a41e0a3d8949bdde95380, 0x74abf495620848a19755546e0f70dbac, 'Kurdish', 'Iran', NULL, '2023-04-07 14:34:57.055', NULL), (0xd425d49fab4d4aff8ab95563d6924e2f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Chile', NULL, '2023-04-07 14:34:57.048', NULL), (0xd425d49fab4d4aff8ab95563d6924e2f, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Chile', NULL, '2023-04-07 14:34:57.048', NULL), (0xd445aa7078e544418030b84af4f4122a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Ecuador', NULL, '2023-04-07 14:34:57.049', NULL), (0xd445aa7078e544418030b84af4f4122a, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Ecuador', NULL, '2023-04-07 14:34:57.049', NULL), (0xd5001a1cbad6411299881630cace3252, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Russisch', 'Ukraine', NULL, '2023-04-07 14:34:57.059', NULL), (0xd5001a1cbad6411299881630cace3252, 0x74abf495620848a19755546e0f70dbac, 'Russian', 'Ukraine', NULL, '2023-04-07 14:34:57.059', NULL), (0xd6bcbdbd910d46a7b75c59eff901d2d2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rumänisch', 'Rumänien', NULL, '2023-04-07 14:34:57.058', NULL), (0xd6bcbdbd910d46a7b75c59eff901d2d2, 0x74abf495620848a19755546e0f70dbac, 'Romanian', 'Romania', NULL, '2023-04-07 14:34:57.058', NULL), (0xda3c46c8d9214a448b78143b8f410c49, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bengalisch', 'Indien', NULL, '2023-04-07 14:34:57.044', NULL), (0xda3c46c8d9214a448b78143b8f410c49, 0x74abf495620848a19755546e0f70dbac, 'Bengali', 'India', NULL, '2023-04-07 14:34:57.044', NULL), (0xdaecb51cc0584c98bfe4ae2c42e7354e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Frankreich', NULL, '2023-04-07 14:34:57.051', NULL), (0xdaecb51cc0584c98bfe4ae2c42e7354e, 0x74abf495620848a19755546e0f70dbac, 'French', 'France', NULL, '2023-04-07 14:34:57.051', NULL), (0xdbdafd6a9c3c4d90bd1dfc3b7291967f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Portugiesisch', 'Brasilien', NULL, '2023-04-07 14:34:57.058', NULL), (0xdbdafd6a9c3c4d90bd1dfc3b7291967f, 0x74abf495620848a19755546e0f70dbac, 'Portuguese', 'Brazil', NULL, '2023-04-07 14:34:57.058', NULL), (0xdddaab76d8d8450291ed289350c5b5c0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Maltesisch', 'Malta', NULL, '2023-04-07 14:34:57.057', NULL), (0xdddaab76d8d8450291ed289350c5b5c0, 0x74abf495620848a19755546e0f70dbac, 'Maltese', 'Malta', NULL, '2023-04-07 14:34:57.057', NULL), (0xde960945a2124669aab1603778162231, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kamba', 'Kenia', NULL, '2023-04-07 14:34:57.054', NULL), (0xde960945a2124669aab1603778162231, 0x74abf495620848a19755546e0f70dbac, 'Kamba', 'Kenya', NULL, '2023-04-07 14:34:57.054', NULL), (0xdf4829c5dcd24e8c9c1127bde50863b8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Urdu', 'Indien', NULL, '2023-04-07 14:34:57.062', NULL), (0xdf4829c5dcd24e8c9c1127bde50863b8, 0x74abf495620848a19755546e0f70dbac, 'Urdu', 'India', NULL, '2023-04-07 14:34:57.062', NULL), (0xdf8c6ba3836d4be6a2a289c7851c75a9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kornisch', 'Vereinigtes Königreich', NULL, '2023-04-07 14:34:57.055', NULL), (0xdf8c6ba3836d4be6a2a289c7851c75a9, 0x74abf495620848a19755546e0f70dbac, 'Cornish', 'United Kingdom', NULL, '2023-04-07 14:34:57.055', NULL), (0xe08f8f8e66cc40e083ab1a3f6f452aee, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Nicaragua', NULL, '2023-04-07 14:34:57.050', NULL), (0xe08f8f8e66cc40e083ab1a3f6f452aee, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Nicaragua', NULL, '2023-04-07 14:34:57.049', NULL), (0xe2bd2d10973d4b41a460cd66446314c2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Somali', 'Kenia', NULL, '2023-04-07 14:34:57.060', NULL), (0xe2bd2d10973d4b41a460cd66446314c2, 0x74abf495620848a19755546e0f70dbac, 'Somali', 'Kenya', NULL, '2023-04-07 14:34:57.060', NULL), (0xe2d4ea548acf4d8fa92cb83bc1284efa, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rumänisch', 'Republik Moldau', NULL, '2023-04-07 14:34:57.058', NULL), (0xe2d4ea548acf4d8fa92cb83bc1284efa, 0x74abf495620848a19755546e0f70dbac, 'Romanian', 'Republic of Moldova', NULL, '2023-04-07 14:34:57.058', NULL), (0xe3d4b57fe32047e9bc3d28b220766472, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Singapur', NULL, '2023-04-07 14:34:57.048', NULL), (0xe3d4b57fe32047e9bc3d28b220766472, 0x74abf495620848a19755546e0f70dbac, 'English', 'Singapore', NULL, '2023-04-07 14:34:57.048', NULL), (0xe55ce62cf0d449c5b9cba360b9cf5520, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nyanja-Sprache', 'Malawi', NULL, '2023-04-07 14:34:57.057', NULL), (0xe55ce62cf0d449c5b9cba360b9cf5520, 0x74abf495620848a19755546e0f70dbac, 'Nyanja', 'Malawi', NULL, '2023-04-07 14:34:57.057', NULL), (0xe5b67e20ba4a492bbdf6b44e72159b92, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Guatemala', NULL, '2023-04-07 14:34:57.049', NULL), (0xe5b67e20ba4a492bbdf6b44e72159b92, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Guatemala', NULL, '2023-04-07 14:34:57.049', NULL), (0xe65f692e9b80496f96bb02a49c55e760, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Schwedisch', 'Schweden', NULL, '2023-04-07 14:34:57.061', NULL), (0xe65f692e9b80496f96bb02a49c55e760, 0x74abf495620848a19755546e0f70dbac, 'Swedish', 'Sweden', NULL, '2023-04-07 14:34:57.061', NULL), (0xe6dd42d538254482ac234b5ff0e6f6b8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kpelle-Sprache', 'Guinea', NULL, '2023-04-07 14:34:57.055', NULL), (0xe6dd42d538254482ac234b5ff0e6f6b8, 0x74abf495620848a19755546e0f70dbac, 'Kpelle', 'Guinea', NULL, '2023-04-07 14:34:57.055', NULL), (0xe7fe4e99028845c3aa0ca472dca1a128, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Isländisch', 'Island', NULL, '2023-04-07 14:34:57.053', NULL), (0xe7fe4e99028845c3aa0ca472dca1a128, 0x74abf495620848a19755546e0f70dbac, 'Icelandic', 'Iceland', NULL, '2023-04-07 14:34:57.053', NULL), (0xe80a093fa9214008b6a15a65a3bcb53a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tyap', 'Nigeria', NULL, '2023-04-07 14:34:57.054', NULL), (0xe80a093fa9214008b6a15a65a3bcb53a, 0x74abf495620848a19755546e0f70dbac, 'Tyap', 'Nigeria', NULL, '2023-04-07 14:34:57.054', NULL), (0xe9284c797ae14cb3b76daceee1b9e132, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Walisisch', 'Vereinigtes Königreich', NULL, '2023-04-07 14:34:57.045', NULL), (0xe9284c797ae14cb3b76daceee1b9e132, 0x74abf495620848a19755546e0f70dbac, 'Welsh', 'United Kingdom', NULL, '2023-04-07 14:34:57.045', NULL), (0xeb2ee6839ecc4fa0af9dbd49ce7e5b47, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Belize', NULL, '2023-04-07 14:34:57.047', NULL), (0xeb2ee6839ecc4fa0af9dbd49ce7e5b47, 0x74abf495620848a19755546e0f70dbac, 'English', 'Belize', NULL, '2023-04-07 14:34:57.047', NULL), (0xeb6555b2c19a4b4895e994e5e663576a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Irak', NULL, '2023-04-07 14:34:57.043', NULL), (0xeb6555b2c19a4b4895e994e5e663576a, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Iraq', NULL, '2023-04-07 14:34:57.043', NULL), (0xebb50b21920e48c0a44091f0aa7846da, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tswana-Sprache', 'Südafrika', NULL, '2023-04-07 14:34:57.062', NULL), (0xebb50b21920e48c0a44091f0aa7846da, 0x74abf495620848a19755546e0f70dbac, 'Tswana Language', 'South Africa', NULL, '2023-04-07 14:34:57.062', NULL), (0xec1d22de814540209c99106b9edfc211, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tibetisch', 'China', NULL, '2023-04-07 14:34:57.045', NULL), (0xec1d22de814540209c99106b9edfc211, 0x74abf495620848a19755546e0f70dbac, 'Tibetan', 'China', NULL, '2023-04-07 14:34:57.045', NULL), (0xec9816d6f5b042fcb3eb3baf58ac6146, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Senegal', NULL, '2023-04-07 14:34:57.051', NULL), (0xec9816d6f5b042fcb3eb3baf58ac6146, 0x74abf495620848a19755546e0f70dbac, 'French', 'Senegal', NULL, '2023-04-07 14:34:57.051', NULL), (0xee69ca70010b4ca399301fc4f8a2998f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Oman', NULL, '2023-04-07 14:34:57.043', NULL), (0xee69ca70010b4ca399301fc4f8a2998f, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Oman', NULL, '2023-04-07 14:34:57.043', NULL), (0xee7eb2bfddd2451fa78f00a07e12c645, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Litauisch', 'Litauen', NULL, '2023-04-07 14:34:57.056', NULL), (0xee7eb2bfddd2451fa78f00a07e12c645, 0x74abf495620848a19755546e0f70dbac, 'Lithuanian', 'Lithuania', NULL, '2023-04-07 14:34:57.056', NULL), (0xef205138655f4211a2e87c4636601685, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kurdisch', 'Syrien', NULL, '2023-04-07 14:34:57.055', NULL), (0xef205138655f4211a2e87c4636601685, 0x74abf495620848a19755546e0f70dbac, 'Kurdish', 'Syria', NULL, '2023-04-07 14:34:57.055', NULL), (0xf0391db14bea488e829ee9a08766a5c5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kannada', 'Indien', NULL, '2023-04-07 14:34:57.054', NULL), (0xf0391db14bea488e829ee9a08766a5c5, 0x74abf495620848a19755546e0f70dbac, 'Kannada', 'India', NULL, '2023-04-07 14:34:57.054', NULL), (0xf0f9eda891cc4969b7318451d0f31b9d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Marokko', NULL, '2023-04-07 14:34:57.043', NULL), (0xf0f9eda891cc4969b7318451d0f31b9d, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Morocco', NULL, '2023-04-07 14:34:57.043', NULL), (0xf140102ff7024ec4a08b736acadce835, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Orija', 'Indien', NULL, '2023-04-07 14:34:57.058', NULL), (0xf140102ff7024ec4a08b736acadce835, 0x74abf495620848a19755546e0f70dbac, 'Orija', 'India', NULL, '2023-04-07 14:34:57.058', NULL), (0xf1679c524c134eacbe69229ac2f80237, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Libyen', NULL, '2023-04-07 14:34:57.043', NULL), (0xf1679c524c134eacbe69229ac2f80237, 0x74abf495620848a19755546e0f70dbac, 'Arabic', 'Libya', NULL, '2023-04-07 14:34:57.043', NULL), (0xf1a19caaf84d43359900fda4eb924e2e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Estnisch', 'Estland', NULL, '2023-04-07 14:34:57.050', NULL), (0xf1a19caaf84d43359900fda4eb924e2e, 0x74abf495620848a19755546e0f70dbac, 'Estonian', 'Estonia', NULL, '2023-04-07 14:34:57.050', NULL), (0xf2ad5dfd4ceb4e5cac8493c939a4ea22, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dänisch', 'Dänemark', NULL, '2023-04-07 14:34:57.045', NULL), (0xf2ad5dfd4ceb4e5cac8493c939a4ea22, 0x74abf495620848a19755546e0f70dbac, 'Danish', 'Denmark', NULL, '2023-04-07 14:34:57.045', NULL), (0xf4822c2595fe47929b9191fb1f43a413, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Koro', 'Elfenbeinküste', NULL, '2023-04-07 14:34:57.054', NULL), (0xf4822c2595fe47929b9191fb1f43a413, 0x74abf495620848a19755546e0f70dbac, 'Koro', 'Ivory Coast', NULL, '2023-04-07 14:34:57.054', NULL), (0xf4f402452fb84f8c8cbfc97c42cb5c2e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', 'Österreich', NULL, '2023-04-07 14:34:57.045', NULL), (0xf4f402452fb84f8c8cbfc97c42cb5c2e, 0x74abf495620848a19755546e0f70dbac, 'German', 'Austria', NULL, '2023-04-07 14:34:57.045', NULL), (0xf5c07db4ce7e4a189025f059c5d87603, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', 'Belgien', NULL, '2023-04-07 14:34:57.045', NULL), (0xf5c07db4ce7e4a189025f059c5d87603, 0x74abf495620848a19755546e0f70dbac, 'German', 'Belgium', NULL, '2023-04-07 14:34:57.045', NULL), (0xf5e0895dfa7e40e6a4bb5cb3c976ecb5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Guam', NULL, '2023-04-07 14:34:57.047', NULL), (0xf5e0895dfa7e40e6a4bb5cb3c976ecb5, 0x74abf495620848a19755546e0f70dbac, 'English', 'Guam', NULL, '2023-04-07 14:34:57.047', NULL), (0xf7a43eb497b140d3a87d8ebaa25ab172, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Südafrika', NULL, '2023-04-07 14:34:57.048', NULL), (0xf7a43eb497b140d3a87d8ebaa25ab172, 0x74abf495620848a19755546e0f70dbac, 'English', 'South Africa', NULL, '2023-04-07 14:34:57.048', NULL), (0xf7d2848050d54004bedcd50487e25297, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Georgisch', 'Georgien', NULL, '2023-04-07 14:34:57.054', NULL), (0xf7d2848050d54004bedcd50487e25297, 0x74abf495620848a19755546e0f70dbac, 'Georgian', 'Georgia', NULL, '2023-04-07 14:34:57.054', NULL), (0xf8e26dcb586e46f0b1ad705f68802a74, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Swazi', 'Südafrika', NULL, '2023-04-07 14:34:57.060', NULL), (0xf8e26dcb586e46f0b1ad705f68802a74, 0x74abf495620848a19755546e0f70dbac, 'Swazi', 'South Africa', NULL, '2023-04-07 14:34:57.060', NULL), (0xfb5de0d6f2394dbdb4adfe7e52d2379a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kurdisch', 'Irak', NULL, '2023-04-07 14:34:57.055', NULL), (0xfb5de0d6f2394dbdb4adfe7e52d2379a, 0x74abf495620848a19755546e0f70dbac, 'Kurdish', 'Iraq', NULL, '2023-04-07 14:34:57.055', NULL), (0xfbb2c8d8f15940e6ac46482cc755104d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Venezuela', NULL, '2023-04-07 14:34:57.050', NULL), (0xfbb2c8d8f15940e6ac46482cc755104d, 0x74abf495620848a19755546e0f70dbac, 'Spanish', 'Venezuela', NULL, '2023-04-07 14:34:57.050', NULL), (0xfc606b43430742acb97afc7eeee6b34d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Syrisch', 'Syrien', NULL, '2023-04-07 14:34:57.061', NULL), (0xfc606b43430742acb97afc7eeee6b34d, 0x74abf495620848a19755546e0f70dbac, 'Syriac', 'Syria', NULL, '2023-04-07 14:34:57.061', NULL), (0xfdcc3023539448b8b6f6c583db73aa10, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Weißrussisch', 'Belarus', NULL, '2023-04-07 14:34:57.044', NULL), (0xfdcc3023539448b8b6f6c583db73aa10, 0x74abf495620848a19755546e0f70dbac, 'Belarusian', 'Belarus', NULL, '2023-04-07 14:34:57.044', NULL), (0xfef0a18350a8498ab51c4c2961c52303, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tongaisch', 'Tonga', NULL, '2023-04-07 14:34:57.062', NULL), (0xfef0a18350a8498ab51c4c2961c52303, 0x74abf495620848a19755546e0f70dbac, 'Tongan', 'Tonga', NULL, '2023-04-07 14:34:57.062', NULL), (0xff1de770ad5c40f697d436aa405e550f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Zulu', 'Südafrika', NULL, '2023-04-07 14:34:57.064', NULL), (0xff1de770ad5c40f697d436aa405e550f, 0x74abf495620848a19755546e0f70dbac, 'Zulu', 'South Africa', NULL, '2023-04-07 14:34:57.064', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `log_entry` -- CREATE TABLE `log_entry` ( `id` binary(16) NOT NULL, `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `level` smallint NOT NULL, `channel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `context` json DEFAULT NULL, `extra` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `log_entry` -- INSERT INTO `log_entry` (`id`, `message`, `level`, `channel`, `context`, `extra`, `created_at`, `updated_at`) VALUES (0x3694305db1f24b529d014a84761b83f9, 'mail.after.create.message', 200, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": {\"data\": {\"subject\": \"Deine Registrierung bei DPC\", \"mediaIds\": [], \"recipients\": {\"uygarsarioglu@gmail.com\": \"uygar sarıoğlu\"}, \"senderName\": \"DPC\", \"templateId\": \"dc04769b788f41fca7a4dabcb32d32a7\", \"contentHtml\": \"<div style=\\\"font-family:arial; font-size:12px;\\\">\\n <p>\\n {{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},<br/>\\n <br/>\\n vielen Dank für Ihre Anmeldung in unserem Shop.<br/>\\n Sie erhalten Zugriff über Ihre E-Mail-Adresse <strong>{{ customer.email }}</strong> und dem von Ihnen gewählten Kennwort.<br/>\\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\\n </p>\\n </div>\", \"contentPlain\": \"{{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},\\n\\n vielen Dank für Ihre Anmeldung in unserem Shop.\\n Sie erhalten Zugriff über Ihre E-Mail-Adresse {{ customer.email }} und dem von Ihnen gewählten Kennwort.\\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\\n\", \"customFields\": null, \"salesChannelId\": \"8866b481ccef4f96ad00d0fd59f53dc0\", \"attachmentsConfig\": {}}, \"message\": {}, \"eventName\": \"checkout.customer.register\"}}', '[]', '2023-05-07 15:49:45.547', NULL), (0x923443f9611843109e50a71cccc015ed, 'checkout.customer.register', 100, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": []}', '[]', '2023-05-07 15:49:45.550', NULL), (0xa4f9cf18233d4314acd9d9b79e2f060d, 'checkout.customer.register', 100, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": []}', '[]', '2023-04-07 11:37:14.209', NULL); INSERT INTO `log_entry` (`id`, `message`, `level`, `channel`, `context`, `extra`, `created_at`, `updated_at`) VALUES (0xb7796b5189594188b60808a9124b3e8a, 'mail.before.send', 200, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": {\"data\": {\"subject\": \"Bestellbestätigung\", \"mediaIds\": [], \"recipients\": {\"uygarsarioglu@gmail.com\": \"uygar sarıoğlu\"}, \"senderName\": \"{{ salesChannel.name }}\", \"templateId\": \"a7409fbd0f024725b224f0fd3bfed08f\", \"contentHtml\": \"<div style=\\\"font-family:arial; font-size:12px;\\\">\\n\\n{% set currencyIsoCode = order.currency.isoCode %}\\n\\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\\n<br>\\nIhre Bestellung ist am {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} bei uns eingegangen.<br>\\n<br>\\nBestellnummer: {{ order.orderNumber }}<br>\\n<br>\\nSobald ein Zahlungseingang erfolgt ist, erhalten Sie eine separate Benachrichtigung und Ihre Bestellung wird verarbeitet.<br>\\n<br>\\nDen aktuellen Status Ihrer Bestellung können Sie jederzeit über diesen Link abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}<br>\\nÜber diesen Link können Sie auch die Bestellung bearbeiten, die Zahlungsart wechseln oder nachträglich eine Zahlung durchführen.<br>\\n<br>\\n<strong>Informationen zu Ihrer Bestellung:</strong><br>\\n<br>\\n\\n<table border=\\\"0\\\" style=\\\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\\\">\\n <tr>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Produkt-Nr.</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Produktbild</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Bezeichnung</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Menge</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Preis</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Summe</strong></td>\\n </tr>\\n\\n {% for lineItem in order.nestedLineItems %}\\n {% set nestingLevel = 0 %}\\n {% set nestedItem = lineItem %}\\n {% block lineItem %}\\n <tr>\\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\\n <td>{% if nestedItem.cover is defined and nestedItem.cover is not null %}<img src=\\\"{{ nestedItem.cover.url }}\\\" width=\\\"75\\\" height=\\\"auto\\\"/>{% endif %}</td>\\n <td>\\n {% if nestingLevel > 0 %}\\n {% for i in 1..nestingLevel %}\\n <span style=\\\"position: relative;\\\">\\n <span style=\\\"display: inline-block;\\n position: absolute;\\n width: 6px;\\n height: 20px;\\n top: 0;\\n border-left: 2px solid rgba(0, 0, 0, 0.15);\\n margin-left: {{ i * 10 }}px;\\\"></span>\\n </span>\\n {% endfor %}\\n {% endif %}\\n\\n <div{% if nestingLevel > 0 %} style=\\\"padding-left: {{ (nestingLevel + 1) * 10 }}px\\\"{% endif %}>\\n {{ nestedItem.label|u.wordwrap(80) }}\\n </div>\\n\\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\\n <div>\\n {% for option in nestedItem.payload.options %}\\n {{ option.group }}: {{ option.option }}\\n {% if nestedItem.payload.options|last != option %}\\n {{ \\\" | \\\" }}\\n {% endif %}\\n {% endfor %}\\n </div>\\n {% endif %}\\n\\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\\n {% if referencePriceFeatures|length >= 1 %}\\n {% set referencePriceFeature = referencePriceFeatures|first %}\\n <div>\\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\\n </div>\\n {% endif %}\\n {% endif %}\\n </td>\\n <td style=\\\"text-align: center\\\">{{ nestedItem.quantity }}</td>\\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\\n <td>{{ nestedItem.totalPrice|currency(currencyIsoCode) }}</td>\\n </tr>\\n\\n {% if nestedItem.children.count > 0 %}\\n {% set nestingLevel = nestingLevel + 1 %}\\n {% for lineItem in nestedItem.children %}\\n {% set nestedItem = lineItem %}\\n {{ block(\'lineItem\') }}\\n {% endfor %}\\n {% endif %}\\n {% endblock %}\\n {% endfor %}\\n</table>\\n\\n{% set delivery = order.deliveries.first %}\\n\\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\\n{% set decimals = order.totalRounding.decimals %}\\n{% set total = order.price.totalPrice %}\\n{% if displayRounded %}\\n {% set total = order.price.rawTotal %}\\n {% set decimals = order.itemRounding.decimals %}\\n{% endif %}\\n<p>\\n <br>\\n <br>\\n {% for shippingCost in order.deliveries %}\\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\\n {% endfor %}\\n Gesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}<br>\\n {% for calculatedTax in order.price.calculatedTaxes %}\\n {% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\\n {% endfor %}\\n {% if not displayRounded %}<strong>{% endif %}Gesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\\n {% if displayRounded %}\\n <strong>Gesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\\n {% endif %}\\n <br>\\n\\n {% if delivery %}\\n <strong>Gewählte Versandart:</strong> {{ delivery.shippingMethod.translated.name }}<br>\\n {{ delivery.shippingMethod.translated.description }}<br>\\n <br>\\n {% endif %}\\n\\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\\n <strong>Rechnungsadresse:</strong><br>\\n {{ billingAddress.company }}<br>\\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\\n {{ billingAddress.street }} <br>\\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\\n {{ billingAddress.country.translated.name }}<br>\\n <br>\\n\\n {% if delivery %}\\n <strong>Lieferadresse:</strong><br>\\n {{ delivery.shippingOrderAddress.company }}<br>\\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\\n {{ delivery.shippingOrderAddress.street }} <br>\\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\\n <br>\\n {% endif %}\\n {% if order.orderCustomer.vatIds %}\\n Ihre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\\n Bei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\\n bestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit. <br>\\n {% endif %}\\n <br/>\\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \\\"Mein Konto\\\" - \\\"Meine Bestellungen\\\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\\n </br>\\n Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\\n</p>\\n<br>\\n</div>\\n\", \"contentPlain\": \"{% set currencyIsoCode = order.currency.isoCode %}\\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\\n\\nIhre Bestellung ist am {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} bei uns eingegangen.\\n\\nBestellnummer: {{ order.orderNumber }}\\n\\nSobald ein Zahlungseingang erfolgt ist, erhalten Sie eine separate Benachrichtigung und Ihre Bestellung wird verarbeitet.\\n\\nDen aktuellen Status Ihrer Bestellung können Sie jederzeit über diesen Link abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\\nÜber diesen Link können Sie auch die Bestellung bearbeiten, die Zahlungsart wechseln oder nachträglich eine Zahlung durchführen.\\n\\nInformationen zu Ihrer Bestellung:\\n\\nPos. Artikel-Nr.\\t\\t\\tProduktbild(Alt-Text) \\t\\t\\tBeschreibung\\t\\t\\tMenge\\t\\t\\tPreis\\t\\t\\tSumme\\n\\n{% for lineItem in order.lineItems %}\\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {% if nestedItem.cover is defined and nestedItem.cover is not null %}{{ lineItem.cover.alt }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \\\" | \\\" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\\n {{ lineItem.quantity }}\\t\\t\\t{{ lineItem.unitPrice|currency(currencyIsoCode) }}\\t\\t\\t{{ lineItem.totalPrice|currency(currencyIsoCode) }}\\n{% endfor %}\\n\\n{% set delivery = order.deliveries.first %}\\n\\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\\n{% set decimals = order.totalRounding.decimals %}\\n{% set total = order.price.totalPrice %}\\n{% if displayRounded %}\\n {% set total = order.price.rawTotal %}\\n {% set decimals = order.itemRounding.decimals %}\\n{% endif %}\\n\\n{% for shippingCost in order.deliveries %}\\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\\n{% endfor %}\\nGesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}\\n{% for calculatedTax in order.price.calculatedTaxes %}\\n{% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}\\n{% endfor %}\\nGesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}\\n{% if displayRounded %}\\nGesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\\n{% endif %}\\n\\n{% if delivery %}\\nGewählte Versandart: {{ delivery.shippingMethod.translated.name }}\\n{{ delivery.shippingMethod.translated.description }}\\n{% endif %}\\n\\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\\nRechnungsadresse:\\n{{ billingAddress.company }}\\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\\n{{ billingAddress.street }}\\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\\n{{ billingAddress.country.translated.name }}\\n\\n{% if delivery %}\\nLieferadresse:\\n{{ delivery.shippingOrderAddress.company }}\\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\\n{{ delivery.shippingOrderAddress.street }}\\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\\n{{ delivery.shippingOrderAddress.country.translated.name }}\\n{% endif %}\\n\\n{% if order.orderCustomer.vatIds %}\\nIhre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\\nBei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\\nbestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit.\\n{% endif %}\\n\\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \\\"Mein Konto\\\" - \\\"Meine Bestellungen\\\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\\nFür Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\\n\", \"customFields\": null, \"salesChannelId\": \"8866b481ccef4f96ad00d0fd59f53dc0\", \"attachmentsConfig\": {}}, \"eventName\": \"checkout.order.placed\", \"templateData\": {\"order\": {\"id\": \"b214948c0a4047a687132c74ee88e1ae\", \"tags\": null, \"price\": {\"netPrice\": 44.06, \"rawTotal\": 52.43, \"taxRules\": [{\"taxRate\": 19, \"extensions\": [], \"percentage\": 100}], \"taxStatus\": \"gross\", \"extensions\": [], \"totalPrice\": 52.43, \"positionPrice\": 52.43, \"calculatedTaxes\": [{\"tax\": 8.37, \"price\": 52.43, \"taxRate\": 19, \"extensions\": []}]}, \"ruleIds\": [\"2ceda9c3f1f64dd088365c09cad2b78e\", \"3858957016644de4ae48c0500bf3ccc8\", \"54094d941b4249708051214fb53b427a\", \"e1378db7808a478f919e0d740d5d6c1a\", \"ef90711654e7402e8f506daa8f784921\", \"3cf541369e6d4a2fa70aa8687a65fc2d\", \"7fd6db768f8f42b29c4ff5f1ccc59bf6\", \"28caae75a5624f0d985abd0eb32aa160\", \"6a874aca3ab94f5da3a439e58107d8e3\"], \"stateId\": \"8c20bc7ab3c44c4eb9cdb284e5f2c050\", \"currency\": {\"id\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"name\": \"Euro\", \"factor\": 1, \"orders\": null, \"symbol\": \"€\", \"isoCode\": \"EUR\", \"position\": 1, \"createdAt\": \"2023-04-07T14:34:57.793+00:00\", \"shortName\": \"EUR\", \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Euro\", \"shortName\": \"EUR\", \"customFields\": []}, \"taxFreeFrom\": 0, \"customFields\": null, \"itemRounding\": {\"decimals\": 2, \"interval\": 0.01, \"extensions\": [], \"roundForNet\": true}, \"translations\": null, \"salesChannels\": null, \"totalRounding\": {\"decimals\": 2, \"interval\": 0.01, \"extensions\": [], \"roundForNet\": true}, \"productExports\": null, \"isSystemDefault\": true, \"countryRoundings\": null, \"_uniqueIdentifier\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"salesChannelDomains\": null, \"shippingMethodPrices\": null, \"promotionDiscountPrices\": null, \"salesChannelDefaultAssignments\": null}, \"language\": null, \"addresses\": [{\"id\": \"3ba778ce4def4dc1827d223b76aa8df8\", \"city\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"order\": null, \"title\": null, \"vatId\": null, \"street\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"company\": null, \"country\": {\"id\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"iso\": \"DE\", \"iso3\": \"DEU\", \"name\": \"Deutschland\", \"active\": true, \"states\": null, \"taxFree\": false, \"position\": 1, \"taxRules\": null, \"createdAt\": \"2023-04-07T14:34:57.161+00:00\", \"updatedAt\": null, \"versionId\": null, \"companyTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Deutschland\", \"customFields\": [], \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]}, \"customerTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"customFields\": null, \"translations\": null, \"vatIdPattern\": \"(DE)?[0-9]{9}\", \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]], \"salesChannels\": null, \"vatIdRequired\": false, \"companyTaxFree\": false, \"orderAddresses\": null, \"_uniqueIdentifier\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"checkVatIdPattern\": false, \"customerAddresses\": null, \"shippingAvailable\": true, \"postalCodeRequired\": false, \"checkPostalCodePattern\": false, \"currencyCountryRoundings\": null, \"defaultPostalCodePattern\": \"\\\\d{5}\", \"forceStateInRegistration\": false, \"advancedPostalCodePattern\": null, \"displayStateInRegistration\": false, \"checkAdvancedPostalCodePattern\": false, \"salesChannelDefaultAssignments\": null}, \"orderId\": \"b214948c0a4047a687132c74ee88e1ae\", \"zipcode\": \"33200\", \"lastName\": \"Sarıoğlu\", \"countryId\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"createdAt\": \"2023-05-07T15:50:00.648+00:00\", \"firstName\": \"Uygar\", \"updatedAt\": null, \"versionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"department\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"salutation\": {\"id\": \"ed643807c9f84cc8b50132ea3ccb1c3b\", \"createdAt\": \"2023-04-07T14:35:25.620+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"\", \"translated\": {\"letterName\": \"\", \"displayName\": \"\", \"customFields\": []}, \"displayName\": \"\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"undefined\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"ed643807c9f84cc8b50132ea3ccb1c3b\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"phoneNumber\": null, \"countryState\": null, \"customFields\": null, \"salutationId\": \"5756580c64014cd885d45ab8938b3acb\", \"countryStateId\": null, \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"orderDeliveries\": null, \"_uniqueIdentifier\": \"3ba778ce4def4dc1827d223b76aa8df8\", \"additionalAddressLine1\": null, \"additionalAddressLine2\": null}, {\"id\": \"9b9c4e9c336f4e518ce8a874bc3411ec\", \"city\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"order\": null, \"title\": null, \"vatId\": null, \"street\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"company\": null, \"country\": {\"id\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"iso\": \"DE\", \"iso3\": \"DEU\", \"name\": \"Deutschland\", \"active\": true, \"states\": null, \"taxFree\": false, \"position\": 1, \"taxRules\": null, \"createdAt\": \"2023-04-07T14:34:57.161+00:00\", \"updatedAt\": null, \"versionId\": null, \"companyTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Deutschland\", \"customFields\": [], \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]}, \"customerTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"customFields\": null, \"translations\": null, \"vatIdPattern\": \"(DE)?[0-9]{9}\", \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]], \"salesChannels\": null, \"vatIdRequired\": false, \"companyTaxFree\": false, \"orderAddresses\": null, \"_uniqueIdentifier\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"checkVatIdPattern\": false, \"customerAddresses\": null, \"shippingAvailable\": true, \"postalCodeRequired\": false, \"checkPostalCodePattern\": false, \"currencyCountryRoundings\": null, \"defaultPostalCodePattern\": \"\\\\d{5}\", \"forceStateInRegistration\": false, \"advancedPostalCodePattern\": null, \"displayStateInRegistration\": false, \"checkAdvancedPostalCodePattern\": false, \"salesChannelDefaultAssignments\": null}, \"orderId\": \"b214948c0a4047a687132c74ee88e1ae\", \"zipcode\": \"33200\", \"lastName\": \"sarıoğlu\", \"countryId\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"createdAt\": \"2023-05-07T15:50:00.647+00:00\", \"firstName\": \"uygar\", \"updatedAt\": null, \"versionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"department\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"salutation\": {\"id\": \"ed643807c9f84cc8b50132ea3ccb1c3b\", \"createdAt\": \"2023-04-07T14:35:25.620+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"\", \"translated\": {\"letterName\": \"\", \"displayName\": \"\", \"customFields\": []}, \"displayName\": \"\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"undefined\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"ed643807c9f84cc8b50132ea3ccb1c3b\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"phoneNumber\": null, \"countryState\": {\"id\": \"4867b34d4dbf440d8b3c24c85a445e35\", \"name\": \"Berlin\", \"active\": true, \"country\": null, \"position\": 1, \"countryId\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"createdAt\": \"2023-04-07T14:34:57.176+00:00\", \"shortCode\": \"DE-BE\", \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Berlin\", \"customFields\": []}, \"customFields\": null, \"translations\": null, \"orderAddresses\": null, \"_uniqueIdentifier\": \"4867b34d4dbf440d8b3c24c85a445e35\", \"customerAddresses\": null}, \"customFields\": null, \"salutationId\": \"9f4a1860a2c24440a309e376dd4b80a3\", \"countryStateId\": \"4867b34d4dbf440d8b3c24c85a445e35\", \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"orderDeliveries\": null, \"_uniqueIdentifier\": \"9b9c4e9c336f4e518ce8a874bc3411ec\", \"additionalAddressLine1\": null, \"additionalAddressLine2\": null}], \"amountNet\": 44.06, \"createdAt\": \"2023-05-07T15:50:00.653+00:00\", \"createdBy\": null, \"documents\": null, \"lineItems\": [{\"id\": \"86932af36712483db589654dd82c9b3c\", \"good\": true, \"type\": \"product\", \"cover\": {\"id\": \"1ffbf26b4af24e33a3509a67e37afa3a\", \"alt\": null, \"url\": \"http://shopware.uygarsa.com/media/2d/8a/57/1683473898/TN1050.jpg\", \"tags\": null, \"user\": null, \"title\": null, \"userId\": \"2c9ea2c19ccf4140ae2e91b26f7eecdd\", \"hasFile\": true, \"private\": false, \"cmsPages\": null, \"fileName\": \"TN1050\", \"fileSize\": 48703, \"metaData\": {\"hash\": \"7938305029e40116e4166d14ea4d5b11\", \"type\": 2, \"width\": 600, \"height\": 600}, \"mimeType\": \"image/jpeg\", \"cmsBlocks\": null, \"createdAt\": \"2023-05-07T15:38:17.948+00:00\", \"documents\": null, \"mediaType\": {\"name\": \"IMAGE\", \"flags\": [], \"extensions\": []}, \"updatedAt\": \"2023-05-07T15:38:18.220+00:00\", \"versionId\": null, \"avatarUser\": null, \"categories\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"thumbnails\": [{\"id\": \"3349f276339c423a92c63f1d6d45374e\", \"url\": \"http://shopware.uygarsa.com/thumbnail/2d/8a/57/1683473898/TN1050_1920x1920.jpg\", \"media\": null, \"width\": 1920, \"height\": 1920, \"mediaId\": \"1ffbf26b4af24e33a3509a67e37afa3a\", \"createdAt\": \"2023-05-07T15:38:36.010+00:00\", \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": [], \"customFields\": null, \"_uniqueIdentifier\": \"3349f276339c423a92c63f1d6d45374e\"}, {\"id\": \"6fc32bc251514d079a7abb63b6c27316\", \"url\": \"http://shopware.uygarsa.com/thumbnail/2d/8a/57/1683473898/TN1050_400x400.jpg\", \"media\": null, \"width\": 400, \"height\": 400, \"mediaId\": \"1ffbf26b4af24e33a3509a67e37afa3a\", \"createdAt\": \"2023-05-07T15:38:36.010+00:00\", \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": [], \"customFields\": null, \"_uniqueIdentifier\": \"6fc32bc251514d079a7abb63b6c27316\"}, {\"id\": \"d618a65424024b51975dd614a6558739\", \"url\": \"http://shopware.uygarsa.com/thumbnail/2d/8a/57/1683473898/TN1050_800x800.jpg\", \"media\": null, \"width\": 800, \"height\": 800, \"mediaId\": \"1ffbf26b4af24e33a3509a67e37afa3a\", \"createdAt\": \"2023-05-07T15:38:36.010+00:00\", \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": [], \"customFields\": null, \"_uniqueIdentifier\": \"d618a65424024b51975dd614a6558739\"}], \"translated\": {\"alt\": null, \"title\": null, \"customFields\": []}, \"uploadedAt\": \"2023-05-07T15:38:18.219+00:00\", \"cmsSections\": null, \"mediaFolder\": null, \"customFields\": null, \"productMedia\": null, \"thumbnailsRo\": \"O:77:\\\"Shopware\\\\Core\\\\Content\\\\Media\\\\Aggregate\\\\MediaThumbnail\\\\MediaThumbnailCollection\\\":2:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:0:{}s:11:\\\"\\u0000*\\u0000elements\\\";a:3:{s:32:\\\"3349f276339c423a92c63f1d6d45374e\\\";O:73:\\\"Shopware\\\\Core\\\\Content\\\\Media\\\\Aggregate\\\\MediaThumbnail\\\\MediaThumbnailEntity\\\":15:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:1:{s:11:\\\"foreignKeys\\\";O:42:\\\"Shopware\\\\Core\\\\Framework\\\\Struct\\\\ArrayStruct\\\":3:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:0:{}s:7:\\\"\\u0000*\\u0000data\\\";a:0:{}s:11:\\\"\\u0000*\\u0000apiAlias\\\";N;}}s:20:\\\"\\u0000*\\u0000_uniqueIdentifier\\\";s:32:\\\"3349f276339c423a92c63f1d6d45374e\\\";s:12:\\\"\\u0000*\\u0000versionId\\\";N;s:13:\\\"\\u0000*\\u0000translated\\\";a:0:{}s:12:\\\"\\u0000*\\u0000createdAt\\\";O:17:\\\"DateTimeImmutable\\\":3:{s:4:\\\"date\\\";s:26:\\\"2023-05-07 15:38:36.010000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:12:\\\"\\u0000*\\u0000updatedAt\\\";N;s:64:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Entity\\u0000_entityName\\\";s:15:\\\"media_thumbnail\\\";s:69:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Entity\\u0000_fieldVisibility\\\";O:60:\\\"Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\FieldVisibility\\\":1:{s:80:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\FieldVisibility\\u0000internalProperties\\\";a:0:{}}s:8:\\\"\\u0000*\\u0000width\\\";i:1920;s:9:\\\"\\u0000*\\u0000height\\\";i:1920;s:6:\\\"\\u0000*\\u0000url\\\";s:0:\\\"\\\";s:10:\\\"\\u0000*\\u0000mediaId\\\";s:32:\\\"1ffbf26b4af24e33a3509a67e37afa3a\\\";s:8:\\\"\\u0000*\\u0000media\\\";N;s:5:\\\"\\u0000*\\u0000id\\\";s:32:\\\"3349f276339c423a92c63f1d6d45374e\\\";s:15:\\\"\\u0000*\\u0000customFields\\\";N;}s:32:\\\"6fc32bc251514d079a7abb63b6c27316\\\";O:73:\\\"Shopware\\\\Core\\\\Content\\\\Media\\\\Aggregate\\\\MediaThumbnail\\\\MediaThumbnailEntity\\\":15:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:1:{s:11:\\\"foreignKeys\\\";O:42:\\\"Shopware\\\\Core\\\\Framework\\\\Struct\\\\ArrayStruct\\\":3:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:0:{}s:7:\\\"\\u0000*\\u0000data\\\";a:0:{}s:11:\\\"\\u0000*\\u0000apiAlias\\\";N;}}s:20:\\\"\\u0000*\\u0000_uniqueIdentifier\\\";s:32:\\\"6fc32bc251514d079a7abb63b6c27316\\\";s:12:\\\"\\u0000*\\u0000versionId\\\";N;s:13:\\\"\\u0000*\\u0000translated\\\";a:0:{}s:12:\\\"\\u0000*\\u0000createdAt\\\";O:17:\\\"DateTimeImmutable\\\":3:{s:4:\\\"date\\\";s:26:\\\"2023-05-07 15:38:36.010000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:12:\\\"\\u0000*\\u0000updatedAt\\\";N;s:64:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Entity\\u0000_entityName\\\";s:15:\\\"media_thumbnail\\\";s:69:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Entity\\u0000_fieldVisibility\\\";r:19;s:8:\\\"\\u0000*\\u0000width\\\";i:400;s:9:\\\"\\u0000*\\u0000height\\\";i:400;s:6:\\\"\\u0000*\\u0000url\\\";s:0:\\\"\\\";s:10:\\\"\\u0000*\\u0000mediaId\\\";s:32:\\\"1ffbf26b4af24e33a3509a67e37afa3a\\\";s:8:\\\"\\u0000*\\u0000media\\\";N;s:5:\\\"\\u0000*\\u0000id\\\";s:32:\\\"6fc32bc251514d079a7abb63b6c27316\\\";s:15:\\\"\\u0000*\\u0000customFields\\\";N;}s:32:\\\"d618a65424024b51975dd614a6558739\\\";O:73:\\\"Shopware\\\\Core\\\\Content\\\\Media\\\\Aggregate\\\\MediaThumbnail\\\\MediaThumbnailEntity\\\":15:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:1:{s:11:\\\"foreignKeys\\\";O:42:\\\"Shopware\\\\Core\\\\Framework\\\\Struct\\\\ArrayStruct\\\":3:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:0:{}s:7:\\\"\\u0000*\\u0000data\\\";a:0:{}s:11:\\\"\\u0000*\\u0000apiAlias\\\";N;}}s:20:\\\"\\u0000*\\u0000_uniqueIdentifier\\\";s:32:\\\"d618a65424024b51975dd614a6558739\\\";s:12:\\\"\\u0000*\\u0000versionId\\\";N;s:13:\\\"\\u0000*\\u0000translated\\\";a:0:{}s:12:\\\"\\u0000*\\u0000createdAt\\\";O:17:\\\"DateTimeImmutable\\\":3:{s:4:\\\"date\\\";s:26:\\\"2023-05-07 15:38:36.010000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:12:\\\"\\u0000*\\u0000updatedAt\\\";N;s:64:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Entity\\u0000_entityName\\\";s:15:\\\"media_thumbnail\\\";s:69:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Entity\\u0000_fieldVisibility\\\";r:19;s:8:\\\"\\u0000*\\u0000width\\\";i:800;s:9:\\\"\\u0000*\\u0000height\\\";i:800;s:6:\\\"\\u0000*\\u0000url\\\";s:0:\\\"\\\";s:10:\\\"\\u0000*\\u0000mediaId\\\";s:32:\\\"1ffbf26b4af24e33a3509a67e37afa3a\\\";s:8:\\\"\\u0000*\\u0000media\\\";N;s:5:\\\"\\u0000*\\u0000id\\\";s:32:\\\"d618a65424024b51975dd614a6558739\\\";s:15:\\\"\\u0000*\\u0000customFields\\\";N;}}}\", \"translations\": null, \"fileExtension\": \"jpg\", \"mediaFolderId\": \"c00db131a57840ea82c94f3e5d7de90e\", \"orderLineItems\": null, \"paymentMethods\": null, \"shippingMethods\": null, \"productDownloads\": null, \"_uniqueIdentifier\": \"1ffbf26b4af24e33a3509a67e37afa3a\", \"appPaymentMethods\": null, \"mailTemplateMedia\": null, \"documentBaseConfigs\": null, \"productManufacturers\": null, \"propertyGroupOptions\": null, \"orderLineItemDownloads\": null, \"productConfiguratorSettings\": null}, \"label\": \"Original Brother TN-1050 Toner\", \"order\": null, \"price\": {\"quantity\": 1, \"taxRules\": [{\"taxRate\": 19, \"extensions\": [], \"percentage\": 100}], \"listPrice\": null, \"unitPrice\": 52.43, \"extensions\": [], \"totalPrice\": 52.43, \"referencePrice\": null, \"calculatedTaxes\": [{\"tax\": 8.37, \"price\": 52.43, \"taxRate\": 19, \"extensions\": []}], \"regulationPrice\": null}, \"parent\": null, \"states\": [\"is-physical\"], \"coverId\": \"1ffbf26b4af24e33a3509a67e37afa3a\", \"orderId\": \"b214948c0a4047a687132c74ee88e1ae\", \"payload\": {\"isNew\": false, \"stock\": 6, \"taxId\": \"e8562e7664fd4572bd1175d6f273950c\", \"tagIds\": [\"3c2fba6872744e139b5227a2a44cb7a8\", \"d279bf7245824516b1331a29a5294303\"], \"options\": [], \"features\": {\"1\": {\"type\": \"product\", \"label\": \"description\", \"value\": \"<p style=\\\"margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px \'Helvetica Neue\'; color: #000000\\\">Brother TN-1050 Toner bestellen bei <a href=\\\"http://Trixiton.de\\\"><span style=\\\"text-decoration: underline\\\">Trixiton.de</span></a> | Auf Rechnung + 24h-Versand Mo-Fr.| Blitzversand</p>\"}, \"2\": {\"type\": \"product\", \"label\": \"releaseDate\", \"value\": null}, \"3\": {\"type\": \"product\", \"label\": \"manufacturerNumber\", \"value\": null}, \"4\": {\"type\": \"product\", \"label\": \"ean\", \"value\": null}, \"5\": {\"type\": \"product\", \"label\": \"width\", \"value\": null}, \"6\": {\"type\": \"product\", \"label\": \"height\", \"value\": null}, \"7\": {\"type\": \"product\", \"label\": \"length\", \"value\": null}, \"8\": {\"type\": \"product\", \"label\": \"weight\", \"value\": null}}, \"parentId\": null, \"createdAt\": \"2023-05-07 15:38:25.665\", \"optionIds\": null, \"streamIds\": null, \"isCloseout\": true, \"categoryIds\": [\"a587ca66a94d4333aae0db7c2c043e3a\"], \"propertyIds\": null, \"releaseDate\": null, \"customFields\": [], \"productNumber\": \"SW10001\", \"manufacturerId\": \"c150139008e049aaa0a2254f1e34554d\", \"purchasePrices\": \"{\\\"extensions\\\":[],\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":44.06,\\\"gross\\\":52.4314,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"percentage\\\":null,\\\"regulationPrice\\\":null}\", \"markAsTopseller\": true}, \"product\": null, \"children\": [], \"parentId\": null, \"position\": 1, \"quantity\": 1, \"createdAt\": \"2023-05-07T15:50:00.652+00:00\", \"downloads\": [], \"productId\": \"33997fadf57d4b4ab8f39094a6ffcbdb\", \"promotion\": null, \"removable\": true, \"stackable\": true, \"unitPrice\": 52.43, \"updatedAt\": null, \"versionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"identifier\": \"33997fadf57d4b4ab8f39094a6ffcbdb\", \"totalPrice\": 52.43, \"translated\": [], \"description\": null, \"promotionId\": null, \"customFields\": null, \"referencedId\": \"33997fadf57d4b4ab8f39094a6ffcbdb\", \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"parentVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"priceDefinition\": {\"type\": \"quantity\", \"price\": 52.43, \"quantity\": 1, \"taxRules\": [{\"taxRate\": 19, \"extensions\": [], \"percentage\": 100}], \"listPrice\": null, \"extensions\": [], \"isCalculated\": true, \"regulationPrice\": null, \"referencePriceDefinition\": null}, \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"_uniqueIdentifier\": \"86932af36712483db589654dd82c9b3c\", \"orderDeliveryPositions\": null, \"orderTransactionCaptureRefundPositions\": null}], \"orderDate\": \"2023-05-07T00:00:00.000+00:00\", \"taxStatus\": \"gross\", \"updatedAt\": null, \"updatedBy\": null, \"versionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"deliveries\": [{\"id\": \"93093e4738ec4270ac1e4fbbf8e480c8\", \"order\": null, \"orderId\": \"b214948c0a4047a687132c74ee88e1ae\", \"stateId\": \"ae8d88f9118447e5b89a309a37d2b152\", \"createdAt\": \"2023-05-07T15:50:00.650+00:00\", \"positions\": null, \"updatedAt\": null, \"versionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": [], \"customFields\": null, \"shippingCosts\": {\"quantity\": 1, \"taxRules\": [{\"taxRate\": 19, \"extensions\": [], \"percentage\": 100}], \"listPrice\": null, \"unitPrice\": 0, \"extensions\": [], \"totalPrice\": 0, \"referencePrice\": null, \"calculatedTaxes\": [{\"tax\": 0, \"price\": 0, \"taxRate\": 19, \"extensions\": []}], \"regulationPrice\": null}, \"trackingCodes\": [], \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"shippingMethod\": {\"id\": \"09dcaa2626834e268b30ff74bb208e02\", \"tax\": null, \"name\": \"Express\", \"tags\": null, \"media\": null, \"taxId\": null, \"active\": true, \"prices\": [], \"mediaId\": null, \"taxType\": \"auto\", \"position\": 1, \"createdAt\": \"2023-04-07T14:34:57.859+00:00\", \"updatedAt\": \"2023-04-07T11:37:14.119+00:00\", \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Express\", \"description\": null, \"trackingUrl\": null, \"customFields\": []}, \"description\": null, \"trackingUrl\": null, \"customFields\": null, \"deliveryTime\": {\"id\": \"23ffae0d0dad40789472e9931a6211d2\", \"max\": 3, \"min\": 1, \"name\": \"1-3 Tage\", \"unit\": \"day\", \"products\": null, \"createdAt\": \"2023-04-07T14:34:57.000+00:00\", \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"1-3 Tage\", \"customFields\": []}, \"customFields\": null, \"translations\": null, \"shippingMethods\": null, \"_uniqueIdentifier\": \"23ffae0d0dad40789472e9931a6211d2\"}, \"translations\": null, \"salesChannels\": null, \"deliveryTimeId\": \"23ffae0d0dad40789472e9931a6211d2\", \"orderDeliveries\": null, \"availabilityRule\": null, \"_uniqueIdentifier\": \"09dcaa2626834e268b30ff74bb208e02\", \"availabilityRuleId\": \"28caae75a5624f0d985abd0eb32aa160\", \"salesChannelDefaultAssignments\": null}, \"shippingMethodId\": \"09dcaa2626834e268b30ff74bb208e02\", \"_uniqueIdentifier\": \"93093e4738ec4270ac1e4fbbf8e480c8\", \"stateMachineState\": {\"id\": \"ae8d88f9118447e5b89a309a37d2b152\", \"name\": \"Offen\", \"orders\": null, \"createdAt\": \"2023-04-07T14:34:58.178+00:00\", \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Offen\", \"customFields\": []}, \"customFields\": null, \"stateMachine\": null, \"translations\": null, \"technicalName\": \"open\", \"stateMachineId\": \"2568db7c84644dc08179c57327b6bd3c\", \"orderDeliveries\": null, \"_uniqueIdentifier\": \"ae8d88f9118447e5b89a309a37d2b152\", \"orderTransactions\": null, \"orderTransactionCaptures\": null, \"toStateMachineTransitions\": null, \"fromStateMachineTransitions\": null, \"toStateMachineHistoryEntries\": null, \"fromStateMachineHistoryEntries\": null, \"orderTransactionCaptureRefunds\": null}, \"shippingDateLatest\": \"2023-05-10T00:00:00.000+00:00\", \"shippingDateEarliest\": \"2023-05-08T00:00:00.000+00:00\", \"shippingOrderAddress\": {\"id\": \"3ba778ce4def4dc1827d223b76aa8df8\", \"city\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"order\": null, \"title\": null, \"vatId\": null, \"street\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"company\": null, \"country\": {\"id\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"iso\": \"DE\", \"iso3\": \"DEU\", \"name\": \"Deutschland\", \"active\": true, \"states\": null, \"taxFree\": false, \"position\": 1, \"taxRules\": null, \"createdAt\": \"2023-04-07T14:34:57.161+00:00\", \"updatedAt\": null, \"versionId\": null, \"companyTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Deutschland\", \"customFields\": [], \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]}, \"customerTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"customFields\": null, \"translations\": null, \"vatIdPattern\": \"(DE)?[0-9]{9}\", \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]], \"salesChannels\": null, \"vatIdRequired\": false, \"companyTaxFree\": false, \"orderAddresses\": null, \"_uniqueIdentifier\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"checkVatIdPattern\": false, \"customerAddresses\": null, \"shippingAvailable\": true, \"postalCodeRequired\": false, \"checkPostalCodePattern\": false, \"currencyCountryRoundings\": null, \"defaultPostalCodePattern\": \"\\\\d{5}\", \"forceStateInRegistration\": false, \"advancedPostalCodePattern\": null, \"displayStateInRegistration\": false, \"checkAdvancedPostalCodePattern\": false, \"salesChannelDefaultAssignments\": null}, \"orderId\": \"b214948c0a4047a687132c74ee88e1ae\", \"zipcode\": \"33200\", \"lastName\": \"Sarıoğlu\", \"countryId\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"createdAt\": \"2023-05-07T15:50:00.648+00:00\", \"firstName\": \"Uygar\", \"updatedAt\": null, \"versionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"department\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"salutation\": {\"id\": \"ed643807c9f84cc8b50132ea3ccb1c3b\", \"createdAt\": \"2023-04-07T14:35:25.620+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"\", \"translated\": {\"letterName\": \"\", \"displayName\": \"\", \"customFields\": []}, \"displayName\": \"\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"undefined\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"ed643807c9f84cc8b50132ea3ccb1c3b\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"phoneNumber\": null, \"countryState\": null, \"customFields\": null, \"salutationId\": \"5756580c64014cd885d45ab8938b3acb\", \"countryStateId\": null, \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"orderDeliveries\": null, \"_uniqueIdentifier\": \"3ba778ce4def4dc1827d223b76aa8df8\", \"additionalAddressLine1\": null, \"additionalAddressLine2\": null}, \"shippingOrderAddressId\": \"3ba778ce4def4dc1827d223b76aa8df8\", \"shippingOrderAddressVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\"}], \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"languageId\": \"2fbb5fe2e29a4d70aa5854ce7ce3e20b\", \"translated\": [], \"amountTotal\": 52.43, \"createdById\": null, \"orderNumber\": \"10000\", \"updatedById\": null, \"campaignCode\": null, \"customFields\": null, \"deepLinkCode\": \"1vUmGokl320D_1ZNedqy9_kaghNemDks\", \"itemRounding\": {\"decimals\": 2, \"interval\": 0.01, \"extensions\": [], \"roundForNet\": true}, \"salesChannel\": null, \"transactions\": [{\"id\": \"9e3e2e565f19482191f6dbef70ef75ff\", \"order\": null, \"amount\": {\"quantity\": 1, \"taxRules\": [{\"taxRate\": 19, \"extensions\": [], \"percentage\": 100}], \"listPrice\": null, \"unitPrice\": 52.43, \"extensions\": [], \"totalPrice\": 52.43, \"referencePrice\": null, \"calculatedTaxes\": [{\"tax\": 8.37, \"price\": 52.43, \"taxRate\": 19, \"extensions\": []}], \"regulationPrice\": null}, \"orderId\": \"b214948c0a4047a687132c74ee88e1ae\", \"stateId\": \"ee956dc098f04318982c4fb5f3596df3\", \"captures\": null, \"createdAt\": \"2023-05-07T15:50:00.652+00:00\", \"updatedAt\": null, \"versionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": [], \"customFields\": null, \"paymentMethod\": {\"id\": \"4e7e88d548d14942b3b5dfcea1810247\", \"name\": \"Nachnahme\", \"media\": null, \"active\": true, \"plugin\": null, \"mediaId\": null, \"pluginId\": null, \"position\": 1, \"prepared\": false, \"createdAt\": \"2023-04-07T14:34:57.826+00:00\", \"customers\": null, \"shortName\": \"cash_payment\", \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"refundable\": false, \"translated\": {\"name\": \"Nachnahme\", \"description\": \"Zahlung bei Erhalt der Ware.\", \"customFields\": [], \"distinguishableName\": \"Nachnahme\"}, \"description\": \"Zahlung bei Erhalt der Ware.\", \"synchronous\": true, \"asynchronous\": false, \"customFields\": null, \"translations\": null, \"salesChannels\": null, \"appPaymentMethod\": null, \"availabilityRule\": null, \"_uniqueIdentifier\": \"4e7e88d548d14942b3b5dfcea1810247\", \"afterOrderEnabled\": true, \"handlerIdentifier\": \"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\", \"orderTransactions\": null, \"availabilityRuleId\": null, \"distinguishableName\": \"Nachnahme\", \"formattedHandlerIdentifier\": \"handler_shopware_cashpayment\", \"salesChannelDefaultAssignments\": null}, \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"paymentMethodId\": \"4e7e88d548d14942b3b5dfcea1810247\", \"_uniqueIdentifier\": \"9e3e2e565f19482191f6dbef70ef75ff\", \"stateMachineState\": {\"id\": \"ee956dc098f04318982c4fb5f3596df3\", \"name\": \"Offen\", \"orders\": null, \"createdAt\": \"2023-04-07T14:34:58.212+00:00\", \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Offen\", \"customFields\": []}, \"customFields\": null, \"stateMachine\": null, \"translations\": null, \"technicalName\": \"open\", \"stateMachineId\": \"8e730b609e52490eb0ae684540793349\", \"orderDeliveries\": null, \"_uniqueIdentifier\": \"ee956dc098f04318982c4fb5f3596df3\", \"orderTransactions\": null, \"orderTransactionCaptures\": null, \"toStateMachineTransitions\": null, \"fromStateMachineTransitions\": null, \"toStateMachineHistoryEntries\": null, \"fromStateMachineHistoryEntries\": null, \"orderTransactionCaptureRefunds\": null}}], \"affiliateCode\": null, \"autoIncrement\": 1, \"orderCustomer\": {\"id\": \"709f6d7767e64e70a1301311bca530aa\", \"email\": \"uygarsarioglu@gmail.com\", \"order\": null, \"title\": null, \"vatIds\": null, \"company\": null, \"orderId\": \"b214948c0a4047a687132c74ee88e1ae\", \"customer\": {\"id\": \"dffc461fca4a46cf9743efdb34fa9df7\", \"hash\": null, \"tags\": null, \"email\": \"uygarsarioglu@gmail.com\", \"group\": null, \"guest\": false, \"title\": null, \"active\": true, \"tagIds\": null, \"vatIds\": null, \"company\": null, \"groupId\": \"cfbd5018d38d41d8adca10d94fc8bdd6\", \"birthday\": null, \"language\": null, \"lastName\": \"sarıoğlu\", \"password\": \"$2y$10$yTMecJk0nGZxjP/Vaffsdu1yH8.DNHkqvPybP/MuEcq/vQVzvl5cK\", \"addresses\": null, \"createdAt\": \"2023-05-07T15:49:45.197+00:00\", \"createdBy\": null, \"firstName\": \"uygar\", \"lastLogin\": null, \"updatedAt\": \"2023-05-07T15:49:45.515+00:00\", \"updatedBy\": null, \"versionId\": null, \"wishlists\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"firstLogin\": \"2023-05-07T15:49:45.098+00:00\", \"languageId\": \"2fbb5fe2e29a4d70aa5854ce7ce3e20b\", \"newsletter\": false, \"orderCount\": 0, \"promotions\": null, \"salutation\": {\"id\": \"ed643807c9f84cc8b50132ea3ccb1c3b\", \"createdAt\": \"2023-04-07T14:35:25.620+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"\", \"translated\": {\"letterName\": \"\", \"displayName\": \"\", \"customFields\": []}, \"displayName\": \"\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"undefined\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"ed643807c9f84cc8b50132ea3ccb1c3b\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"createdById\": null, \"updatedById\": null, \"campaignCode\": null, \"customFields\": null, \"salesChannel\": null, \"salutationId\": \"9f4a1860a2c24440a309e376dd4b80a3\", \"affiliateCode\": null, \"autoIncrement\": 2, \"lastOrderDate\": null, \"legacyEncoder\": null, \"remoteAddress\": \"172.69.251.0\", \"customerNumber\": \"10000\", \"legacyPassword\": null, \"orderCustomers\": null, \"productReviews\": null, \"requestedGroup\": null, \"salesChannelId\": \"8866b481ccef4f96ad00d0fd59f53dc0\", \"orderTotalAmount\": 0, \"recoveryCustomer\": null, \"requestedGroupId\": null, \"_uniqueIdentifier\": \"dffc461fca4a46cf9743efdb34fa9df7\", \"boundSalesChannel\": null, \"lastPaymentMethod\": null, \"boundSalesChannelId\": null, \"lastPaymentMethodId\": null, \"activeBillingAddress\": null, \"defaultPaymentMethod\": null, \"activeShippingAddress\": null, \"defaultBillingAddress\": null, \"defaultPaymentMethodId\": \"4e7e88d548d14942b3b5dfcea1810247\", \"defaultShippingAddress\": null, \"doubleOptInConfirmDate\": null, \"defaultBillingAddressId\": \"318c087798394490a8d59fd291be90b5\", \"doubleOptInRegistration\": false, \"defaultShippingAddressId\": \"1ef4ac5be8424bbc9b44b4180d4baf27\", \"doubleOptInEmailSentDate\": null, \"newsletterSalesChannelIds\": null}, \"lastName\": \"sarıoğlu\", \"createdAt\": \"2023-05-07T15:50:00.644+00:00\", \"firstName\": \"uygar\", \"updatedAt\": null, \"versionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"customerId\": \"dffc461fca4a46cf9743efdb34fa9df7\", \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"salutation\": {\"id\": \"9f4a1860a2c24440a309e376dd4b80a3\", \"createdAt\": \"2023-04-07T14:34:57.155+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"Sehr geehrte Frau\", \"translated\": {\"letterName\": \"Sehr geehrte Frau\", \"displayName\": \"Frau\", \"customFields\": []}, \"displayName\": \"Frau\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"mrs\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"9f4a1860a2c24440a309e376dd4b80a3\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"customFields\": null, \"salutationId\": \"9f4a1860a2c24440a309e376dd4b80a3\", \"remoteAddress\": \"172.69.251.0\", \"customerNumber\": \"10000\", \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\", \"_uniqueIdentifier\": \"709f6d7767e64e70a1301311bca530aa\"}, \"orderDateTime\": \"2023-05-07T15:50:00.616+00:00\", \"positionPrice\": 52.43, \"shippingCosts\": {\"quantity\": 1, \"taxRules\": [{\"taxRate\": 19, \"extensions\": [], \"percentage\": 100}], \"listPrice\": null, \"unitPrice\": 0, \"extensions\": [], \"totalPrice\": 0, \"referencePrice\": null, \"calculatedTaxes\": [{\"tax\": 0, \"price\": 0, \"taxRate\": 19, \"extensions\": []}], \"regulationPrice\": null}, \"shippingTotal\": 0, \"totalRounding\": {\"decimals\": 2, \"interval\": 0.01, \"extensions\": [], \"roundForNet\": true}, \"billingAddress\": null, \"currencyFactor\": 1, \"salesChannelId\": \"8866b481ccef4f96ad00d0fd59f53dc0\", \"customerComment\": null, \"billingAddressId\": \"9b9c4e9c336f4e518ce8a874bc3411ec\", \"_uniqueIdentifier\": \"b214948c0a4047a687132c74ee88e1ae\", \"stateMachineState\": {\"id\": \"8c20bc7ab3c44c4eb9cdb284e5f2c050\", \"name\": \"Offen\", \"orders\": null, \"createdAt\": \"2023-04-07T14:34:58.148+00:00\", \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Offen\", \"customFields\": []}, \"customFields\": null, \"stateMachine\": null, \"translations\": null, \"technicalName\": \"open\", \"stateMachineId\": \"07db09b3ff894634993b1570ff378855\", \"orderDeliveries\": null, \"_uniqueIdentifier\": \"8c20bc7ab3c44c4eb9cdb284e5f2c050\", \"orderTransactions\": null, \"orderTransactionCaptures\": null, \"toStateMachineTransitions\": null, \"fromStateMachineTransitions\": null, \"toStateMachineHistoryEntries\": null, \"fromStateMachineHistoryEntries\": null, \"orderTransactionCaptureRefunds\": null}, \"billingAddressVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\"}, \"eventName\": \"checkout.order.placed\"}}}', '[]', '2023-05-07 15:50:01.053', NULL); INSERT INTO `log_entry` (`id`, `message`, `level`, `channel`, `context`, `extra`, `created_at`, `updated_at`) VALUES (0xda2d93ee278a434abb6e714408ee03d8, 'mail.sent', 200, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": {\"subject\": \"Deine Registrierung bei DPC\", \"contents\": {\"text/html\": \"<div style=\\\"font-family:arial; font-size:12px;\\\">\\n <p>\\n Sehr geehrte Frau uygar sarıoğlu,<br/>\\n <br/>\\n vielen Dank für Ihre Anmeldung in unserem Shop.<br/>\\n Sie erhalten Zugriff über Ihre E-Mail-Adresse <strong>uygarsarioglu@gmail.com</strong> und dem von Ihnen gewählten Kennwort.<br/>\\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\\n </p>\\n </div>\", \"text/plain\": \"Sehr geehrte Frau uygar sarıoğlu,\\n\\n vielen Dank für Ihre Anmeldung in unserem Shop.\\n Sie erhalten Zugriff über Ihre E-Mail-Adresse uygarsarioglu@gmail.com und dem von Ihnen gewählten Kennwort.\\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\\n\"}, \"eventName\": \"checkout.customer.register\", \"recipients\": {\"uygarsarioglu@gmail.com\": \"uygar sarıoğlu\"}}}', '[]', '2023-05-07 15:49:45.549', NULL), (0xe3d7b6537fb24ed8b81234ed8d805af4, 'mail.sent', 200, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": {\"subject\": \"Bestellbestätigung\", \"contents\": {\"text/html\": \"<div style=\\\"font-family:arial; font-size:12px;\\\">\\n\\n\\nHallo Sehr geehrte Frau uygar sarıoğlu,<br>\\n<br>\\nIhre Bestellung ist am 07.05.2023, 15:50 bei uns eingegangen.<br>\\n<br>\\nBestellnummer: 10000<br>\\n<br>\\nSobald ein Zahlungseingang erfolgt ist, erhalten Sie eine separate Benachrichtigung und Ihre Bestellung wird verarbeitet.<br>\\n<br>\\nDen aktuellen Status Ihrer Bestellung können Sie jederzeit über diesen Link abrufen: https://shopware.uygarsa.com/account/order/1vUmGokl320D_1ZNedqy9_kaghNemDks<br>\\nÜber diesen Link können Sie auch die Bestellung bearbeiten, die Zahlungsart wechseln oder nachträglich eine Zahlung durchführen.<br>\\n<br>\\n<strong>Informationen zu Ihrer Bestellung:</strong><br>\\n<br>\\n\\n<table border=\\\"0\\\" style=\\\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\\\">\\n <tr>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Produkt-Nr.</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Produktbild</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Bezeichnung</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Menge</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Preis</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Summe</strong></td>\\n </tr>\\n\\n <tr>\\n <td>SW10001</td>\\n <td><img src=\\\"http://shopware.uygarsa.com/media/2d/8a/57/1683473898/TN1050.jpg\\\" width=\\\"75\\\" height=\\\"auto\\\"/></td>\\n <td>\\n \\n <div>\\n Original Brother TN-1050 Toner\\n </div>\\n\\n \\n </td>\\n <td style=\\\"text-align: center\\\">1</td>\\n <td>52,43 €</td>\\n <td>52,43 €</td>\\n </tr>\\n\\n </table>\\n\\n\\n<p>\\n <br>\\n <br>\\n Versandkosten: 0,00 €<br>\\n Gesamtkosten Netto: 44,06 €<br>\\n inkl. 19% MwSt. 8,37 €<br>\\n <strong>Gesamtkosten Brutto: 52,43 €</strong><br>\\n <br>\\n\\n <strong>Gewählte Versandart:</strong> Express<br>\\n <br>\\n <br>\\n \\n <strong>Rechnungsadresse:</strong><br>\\n <br>\\n uygar sarıoğlu<br>\\n 75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi <br>\\n 33200 75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi<br>\\n Deutschland<br>\\n <br>\\n\\n <strong>Lieferadresse:</strong><br>\\n <br>\\n Uygar Sarıoğlu<br>\\n 75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi <br>\\n 33200 75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi<br>\\n Deutschland<br>\\n <br>\\n <br/>\\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \\\"Mein Konto\\\" - \\\"Meine Bestellungen\\\" abrufen: https://shopware.uygarsa.com/account/order/1vUmGokl320D_1ZNedqy9_kaghNemDks\\n </br>\\n Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\\n</p>\\n<br>\\n</div>\\n\", \"text/plain\": \"Hallo Sehr geehrte Frau uygar sarıoğlu,\\n\\nIhre Bestellung ist am 07.05.2023, 15:50 bei uns eingegangen.\\n\\nBestellnummer: 10000\\n\\nSobald ein Zahlungseingang erfolgt ist, erhalten Sie eine separate Benachrichtigung und Ihre Bestellung wird verarbeitet.\\n\\nDen aktuellen Status Ihrer Bestellung können Sie jederzeit über diesen Link abrufen: https://shopware.uygarsa.com/account/order/1vUmGokl320D_1ZNedqy9_kaghNemDks\\nÜber diesen Link können Sie auch die Bestellung bearbeiten, die Zahlungsart wechseln oder nachträglich eine Zahlung durchführen.\\n\\nInformationen zu Ihrer Bestellung:\\n\\nPos. Artikel-Nr.\\t\\t\\tProduktbild(Alt-Text) \\t\\t\\tBeschreibung\\t\\t\\tMenge\\t\\t\\tPreis\\t\\t\\tSumme\\n\\n1 SW10001 Original Brother TN-1050 Toner 1\\t\\t\\t52,43 €\\t\\t\\t52,43 €\\n\\n\\n\\n Versandkosten: 0,00 €<br>\\nGesamtkosten Netto: 44,06 €\\ninkl. 19% MwSt. 8,37 €\\nGesamtkosten Brutto: 52,43 €\\n\\nGewählte Versandart: Express\\n\\n\\nRechnungsadresse:\\n\\nuygar sarıoğlu\\n75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\\n33200 75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\\nDeutschland\\n\\nLieferadresse:\\n\\nUygar Sarıoğlu\\n75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\\n33200 75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\\nDeutschland\\n\\n\\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \\\"Mein Konto\\\" - \\\"Meine Bestellungen\\\" abrufen: https://shopware.uygarsa.com/account/order/1vUmGokl320D_1ZNedqy9_kaghNemDks\\nFür Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\\n\"}, \"eventName\": \"checkout.order.placed\", \"recipients\": {\"uygarsarioglu@gmail.com\": \"uygar sarıoğlu\"}}}', '[]', '2023-05-07 15:50:01.074', NULL), (0xe8838e4b77d449a987dc32c9018e0d6e, 'checkout.order.placed', 100, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": []}', '[]', '2023-05-07 15:50:01.078', NULL), (0xf86483440df843bdbc53ff1e93c40579, 'mail.before.send', 200, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": {\"data\": {\"subject\": \"Deine Registrierung bei {{ salesChannel.name }}\", \"mediaIds\": [], \"recipients\": {\"uygarsarioglu@gmail.com\": \"uygar sarıoğlu\"}, \"senderName\": \"{{ salesChannel.name }}\", \"templateId\": \"dc04769b788f41fca7a4dabcb32d32a7\", \"contentHtml\": \"<div style=\\\"font-family:arial; font-size:12px;\\\">\\n <p>\\n {{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},<br/>\\n <br/>\\n vielen Dank für Ihre Anmeldung in unserem Shop.<br/>\\n Sie erhalten Zugriff über Ihre E-Mail-Adresse <strong>{{ customer.email }}</strong> und dem von Ihnen gewählten Kennwort.<br/>\\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\\n </p>\\n </div>\", \"contentPlain\": \"{{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},\\n\\n vielen Dank für Ihre Anmeldung in unserem Shop.\\n Sie erhalten Zugriff über Ihre E-Mail-Adresse {{ customer.email }} und dem von Ihnen gewählten Kennwort.\\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\\n\", \"customFields\": null, \"salesChannelId\": \"8866b481ccef4f96ad00d0fd59f53dc0\", \"attachmentsConfig\": {}}, \"eventName\": \"checkout.customer.register\", \"templateData\": {\"customer\": {\"id\": \"dffc461fca4a46cf9743efdb34fa9df7\", \"hash\": \"\", \"tags\": null, \"email\": \"uygarsarioglu@gmail.com\", \"group\": null, \"guest\": false, \"title\": null, \"active\": true, \"tagIds\": null, \"vatIds\": null, \"company\": null, \"groupId\": \"cfbd5018d38d41d8adca10d94fc8bdd6\", \"birthday\": null, \"language\": null, \"lastName\": \"sarıoğlu\", \"password\": \"$2y$10$yTMecJk0nGZxjP/Vaffsdu1yH8.DNHkqvPybP/MuEcq/vQVzvl5cK\", \"addresses\": [{\"id\": \"1ef4ac5be8424bbc9b44b4180d4baf27\", \"city\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"title\": null, \"street\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"company\": null, \"country\": null, \"zipcode\": \"33200\", \"customer\": null, \"lastName\": \"Sarıoğlu\", \"countryId\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"createdAt\": \"2023-05-07T15:49:45.196+00:00\", \"firstName\": \"Uygar\", \"updatedAt\": null, \"versionId\": null, \"customerId\": \"dffc461fca4a46cf9743efdb34fa9df7\", \"department\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"salutation\": {\"id\": \"ed643807c9f84cc8b50132ea3ccb1c3b\", \"createdAt\": \"2023-04-07T14:35:25.620+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"\", \"translated\": {\"letterName\": \"\", \"displayName\": \"\", \"customFields\": []}, \"displayName\": \"\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"undefined\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"ed643807c9f84cc8b50132ea3ccb1c3b\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"phoneNumber\": null, \"countryState\": null, \"customFields\": null, \"salutationId\": \"5756580c64014cd885d45ab8938b3acb\", \"countryStateId\": null, \"_uniqueIdentifier\": \"1ef4ac5be8424bbc9b44b4180d4baf27\", \"additionalAddressLine1\": null, \"additionalAddressLine2\": null}, {\"id\": \"318c087798394490a8d59fd291be90b5\", \"city\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"title\": null, \"street\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"company\": null, \"country\": null, \"zipcode\": \"33200\", \"customer\": null, \"lastName\": \"sarıoğlu\", \"countryId\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"createdAt\": \"2023-05-07T15:49:45.196+00:00\", \"firstName\": \"uygar\", \"updatedAt\": null, \"versionId\": null, \"customerId\": \"dffc461fca4a46cf9743efdb34fa9df7\", \"department\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"salutation\": {\"id\": \"ed643807c9f84cc8b50132ea3ccb1c3b\", \"createdAt\": \"2023-04-07T14:35:25.620+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"\", \"translated\": {\"letterName\": \"\", \"displayName\": \"\", \"customFields\": []}, \"displayName\": \"\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"undefined\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"ed643807c9f84cc8b50132ea3ccb1c3b\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"phoneNumber\": null, \"countryState\": null, \"customFields\": null, \"salutationId\": \"9f4a1860a2c24440a309e376dd4b80a3\", \"countryStateId\": \"4867b34d4dbf440d8b3c24c85a445e35\", \"_uniqueIdentifier\": \"318c087798394490a8d59fd291be90b5\", \"additionalAddressLine1\": null, \"additionalAddressLine2\": null}], \"createdAt\": \"2023-05-07T15:49:45.197+00:00\", \"createdBy\": null, \"firstName\": \"uygar\", \"lastLogin\": null, \"updatedAt\": null, \"updatedBy\": null, \"versionId\": null, \"wishlists\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"firstLogin\": \"2023-05-07T15:49:45.098+00:00\", \"languageId\": \"2fbb5fe2e29a4d70aa5854ce7ce3e20b\", \"newsletter\": false, \"orderCount\": 0, \"promotions\": null, \"salutation\": {\"id\": \"9f4a1860a2c24440a309e376dd4b80a3\", \"createdAt\": \"2023-04-07T14:34:57.155+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"Sehr geehrte Frau\", \"translated\": {\"letterName\": \"Sehr geehrte Frau\", \"displayName\": \"Frau\", \"customFields\": []}, \"displayName\": \"Frau\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"mrs\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"9f4a1860a2c24440a309e376dd4b80a3\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"createdById\": null, \"updatedById\": null, \"campaignCode\": null, \"customFields\": null, \"salesChannel\": null, \"salutationId\": \"9f4a1860a2c24440a309e376dd4b80a3\", \"affiliateCode\": null, \"autoIncrement\": 2, \"lastOrderDate\": null, \"legacyEncoder\": null, \"remoteAddress\": null, \"customerNumber\": \"10000\", \"legacyPassword\": null, \"orderCustomers\": null, \"productReviews\": null, \"requestedGroup\": null, \"salesChannelId\": \"8866b481ccef4f96ad00d0fd59f53dc0\", \"orderTotalAmount\": 0, \"recoveryCustomer\": null, \"requestedGroupId\": null, \"_uniqueIdentifier\": \"dffc461fca4a46cf9743efdb34fa9df7\", \"boundSalesChannel\": null, \"lastPaymentMethod\": null, \"boundSalesChannelId\": null, \"lastPaymentMethodId\": null, \"activeBillingAddress\": null, \"defaultPaymentMethod\": null, \"activeShippingAddress\": null, \"defaultBillingAddress\": {\"id\": \"318c087798394490a8d59fd291be90b5\", \"city\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"title\": null, \"street\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"company\": null, \"country\": {\"id\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"iso\": \"DE\", \"iso3\": \"DEU\", \"name\": \"Deutschland\", \"active\": true, \"states\": null, \"taxFree\": false, \"position\": 1, \"taxRules\": null, \"createdAt\": \"2023-04-07T14:34:57.161+00:00\", \"updatedAt\": null, \"versionId\": null, \"companyTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Deutschland\", \"customFields\": [], \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]}, \"customerTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"customFields\": null, \"translations\": null, \"vatIdPattern\": \"(DE)?[0-9]{9}\", \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]], \"salesChannels\": null, \"vatIdRequired\": false, \"companyTaxFree\": false, \"orderAddresses\": null, \"_uniqueIdentifier\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"checkVatIdPattern\": false, \"customerAddresses\": null, \"shippingAvailable\": true, \"postalCodeRequired\": false, \"checkPostalCodePattern\": false, \"currencyCountryRoundings\": null, \"defaultPostalCodePattern\": \"\\\\d{5}\", \"forceStateInRegistration\": false, \"advancedPostalCodePattern\": null, \"displayStateInRegistration\": false, \"checkAdvancedPostalCodePattern\": false, \"salesChannelDefaultAssignments\": null}, \"zipcode\": \"33200\", \"customer\": null, \"lastName\": \"sarıoğlu\", \"countryId\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"createdAt\": \"2023-05-07T15:49:45.196+00:00\", \"firstName\": \"uygar\", \"updatedAt\": null, \"versionId\": null, \"customerId\": \"dffc461fca4a46cf9743efdb34fa9df7\", \"department\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"salutation\": {\"id\": \"9f4a1860a2c24440a309e376dd4b80a3\", \"createdAt\": \"2023-04-07T14:34:57.155+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"Sehr geehrte Frau\", \"translated\": {\"letterName\": \"Sehr geehrte Frau\", \"displayName\": \"Frau\", \"customFields\": []}, \"displayName\": \"Frau\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"mrs\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"9f4a1860a2c24440a309e376dd4b80a3\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"phoneNumber\": null, \"countryState\": {\"id\": \"4867b34d4dbf440d8b3c24c85a445e35\", \"name\": \"Berlin\", \"active\": true, \"country\": null, \"position\": 1, \"countryId\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"createdAt\": \"2023-04-07T14:34:57.176+00:00\", \"shortCode\": \"DE-BE\", \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Berlin\", \"customFields\": []}, \"customFields\": null, \"translations\": null, \"orderAddresses\": null, \"_uniqueIdentifier\": \"4867b34d4dbf440d8b3c24c85a445e35\", \"customerAddresses\": null}, \"customFields\": null, \"salutationId\": \"9f4a1860a2c24440a309e376dd4b80a3\", \"countryStateId\": \"4867b34d4dbf440d8b3c24c85a445e35\", \"_uniqueIdentifier\": \"318c087798394490a8d59fd291be90b5\", \"additionalAddressLine1\": null, \"additionalAddressLine2\": null}, \"defaultPaymentMethodId\": \"4e7e88d548d14942b3b5dfcea1810247\", \"defaultShippingAddress\": {\"id\": \"1ef4ac5be8424bbc9b44b4180d4baf27\", \"city\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"title\": null, \"street\": \"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\", \"company\": null, \"country\": {\"id\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"iso\": \"DE\", \"iso3\": \"DEU\", \"name\": \"Deutschland\", \"active\": true, \"states\": null, \"taxFree\": false, \"position\": 1, \"taxRules\": null, \"createdAt\": \"2023-04-07T14:34:57.161+00:00\", \"updatedAt\": null, \"versionId\": null, \"companyTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Deutschland\", \"customFields\": [], \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]}, \"customerTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"customFields\": null, \"translations\": null, \"vatIdPattern\": \"(DE)?[0-9]{9}\", \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]], \"salesChannels\": null, \"vatIdRequired\": false, \"companyTaxFree\": false, \"orderAddresses\": null, \"_uniqueIdentifier\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"checkVatIdPattern\": false, \"customerAddresses\": null, \"shippingAvailable\": true, \"postalCodeRequired\": false, \"checkPostalCodePattern\": false, \"currencyCountryRoundings\": null, \"defaultPostalCodePattern\": \"\\\\d{5}\", \"forceStateInRegistration\": false, \"advancedPostalCodePattern\": null, \"displayStateInRegistration\": false, \"checkAdvancedPostalCodePattern\": false, \"salesChannelDefaultAssignments\": null}, \"zipcode\": \"33200\", \"customer\": null, \"lastName\": \"Sarıoğlu\", \"countryId\": \"02b7e51eab1a4faf8dfb253958a7568f\", \"createdAt\": \"2023-05-07T15:49:45.196+00:00\", \"firstName\": \"Uygar\", \"updatedAt\": null, \"versionId\": null, \"customerId\": \"dffc461fca4a46cf9743efdb34fa9df7\", \"department\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"salutation\": {\"id\": \"5756580c64014cd885d45ab8938b3acb\", \"createdAt\": \"2023-04-07T14:34:57.150+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"Sehr geehrter Herr\", \"translated\": {\"letterName\": \"Sehr geehrter Herr\", \"displayName\": \"Herr\", \"customFields\": []}, \"displayName\": \"Herr\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"mr\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"5756580c64014cd885d45ab8938b3acb\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"phoneNumber\": null, \"countryState\": null, \"customFields\": null, \"salutationId\": \"5756580c64014cd885d45ab8938b3acb\", \"countryStateId\": null, \"_uniqueIdentifier\": \"1ef4ac5be8424bbc9b44b4180d4baf27\", \"additionalAddressLine1\": null, \"additionalAddressLine2\": null}, \"doubleOptInConfirmDate\": null, \"defaultBillingAddressId\": \"318c087798394490a8d59fd291be90b5\", \"doubleOptInRegistration\": false, \"defaultShippingAddressId\": \"1ef4ac5be8424bbc9b44b4180d4baf27\", \"doubleOptInEmailSentDate\": null, \"newsletterSalesChannelIds\": null}, \"eventName\": \"checkout.customer.register\"}}}', '[]', '2023-05-07 15:49:45.533', NULL), (0xf92377da523d4a86ab5553b955144202, 'mail.after.create.message', 200, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": {\"data\": {\"subject\": \"Bestellbestätigung\", \"mediaIds\": [], \"recipients\": {\"uygarsarioglu@gmail.com\": \"uygar sarıoğlu\"}, \"senderName\": \"DPC\", \"templateId\": \"a7409fbd0f024725b224f0fd3bfed08f\", \"contentHtml\": \"<div style=\\\"font-family:arial; font-size:12px;\\\">\\n\\n{% set currencyIsoCode = order.currency.isoCode %}\\n\\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\\n<br>\\nIhre Bestellung ist am {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} bei uns eingegangen.<br>\\n<br>\\nBestellnummer: {{ order.orderNumber }}<br>\\n<br>\\nSobald ein Zahlungseingang erfolgt ist, erhalten Sie eine separate Benachrichtigung und Ihre Bestellung wird verarbeitet.<br>\\n<br>\\nDen aktuellen Status Ihrer Bestellung können Sie jederzeit über diesen Link abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}<br>\\nÜber diesen Link können Sie auch die Bestellung bearbeiten, die Zahlungsart wechseln oder nachträglich eine Zahlung durchführen.<br>\\n<br>\\n<strong>Informationen zu Ihrer Bestellung:</strong><br>\\n<br>\\n\\n<table border=\\\"0\\\" style=\\\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\\\">\\n <tr>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Produkt-Nr.</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Produktbild</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Bezeichnung</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Menge</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Preis</strong></td>\\n <td bgcolor=\\\"#F7F7F2\\\" style=\\\"border-bottom:1px solid #cccccc;\\\"><strong>Summe</strong></td>\\n </tr>\\n\\n {% for lineItem in order.nestedLineItems %}\\n {% set nestingLevel = 0 %}\\n {% set nestedItem = lineItem %}\\n {% block lineItem %}\\n <tr>\\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\\n <td>{% if nestedItem.cover is defined and nestedItem.cover is not null %}<img src=\\\"{{ nestedItem.cover.url }}\\\" width=\\\"75\\\" height=\\\"auto\\\"/>{% endif %}</td>\\n <td>\\n {% if nestingLevel > 0 %}\\n {% for i in 1..nestingLevel %}\\n <span style=\\\"position: relative;\\\">\\n <span style=\\\"display: inline-block;\\n position: absolute;\\n width: 6px;\\n height: 20px;\\n top: 0;\\n border-left: 2px solid rgba(0, 0, 0, 0.15);\\n margin-left: {{ i * 10 }}px;\\\"></span>\\n </span>\\n {% endfor %}\\n {% endif %}\\n\\n <div{% if nestingLevel > 0 %} style=\\\"padding-left: {{ (nestingLevel + 1) * 10 }}px\\\"{% endif %}>\\n {{ nestedItem.label|u.wordwrap(80) }}\\n </div>\\n\\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\\n <div>\\n {% for option in nestedItem.payload.options %}\\n {{ option.group }}: {{ option.option }}\\n {% if nestedItem.payload.options|last != option %}\\n {{ \\\" | \\\" }}\\n {% endif %}\\n {% endfor %}\\n </div>\\n {% endif %}\\n\\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\\n {% if referencePriceFeatures|length >= 1 %}\\n {% set referencePriceFeature = referencePriceFeatures|first %}\\n <div>\\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\\n </div>\\n {% endif %}\\n {% endif %}\\n </td>\\n <td style=\\\"text-align: center\\\">{{ nestedItem.quantity }}</td>\\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\\n <td>{{ nestedItem.totalPrice|currency(currencyIsoCode) }}</td>\\n </tr>\\n\\n {% if nestedItem.children.count > 0 %}\\n {% set nestingLevel = nestingLevel + 1 %}\\n {% for lineItem in nestedItem.children %}\\n {% set nestedItem = lineItem %}\\n {{ block(\'lineItem\') }}\\n {% endfor %}\\n {% endif %}\\n {% endblock %}\\n {% endfor %}\\n</table>\\n\\n{% set delivery = order.deliveries.first %}\\n\\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\\n{% set decimals = order.totalRounding.decimals %}\\n{% set total = order.price.totalPrice %}\\n{% if displayRounded %}\\n {% set total = order.price.rawTotal %}\\n {% set decimals = order.itemRounding.decimals %}\\n{% endif %}\\n<p>\\n <br>\\n <br>\\n {% for shippingCost in order.deliveries %}\\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\\n {% endfor %}\\n Gesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}<br>\\n {% for calculatedTax in order.price.calculatedTaxes %}\\n {% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\\n {% endfor %}\\n {% if not displayRounded %}<strong>{% endif %}Gesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\\n {% if displayRounded %}\\n <strong>Gesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\\n {% endif %}\\n <br>\\n\\n {% if delivery %}\\n <strong>Gewählte Versandart:</strong> {{ delivery.shippingMethod.translated.name }}<br>\\n {{ delivery.shippingMethod.translated.description }}<br>\\n <br>\\n {% endif %}\\n\\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\\n <strong>Rechnungsadresse:</strong><br>\\n {{ billingAddress.company }}<br>\\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\\n {{ billingAddress.street }} <br>\\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\\n {{ billingAddress.country.translated.name }}<br>\\n <br>\\n\\n {% if delivery %}\\n <strong>Lieferadresse:</strong><br>\\n {{ delivery.shippingOrderAddress.company }}<br>\\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\\n {{ delivery.shippingOrderAddress.street }} <br>\\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\\n <br>\\n {% endif %}\\n {% if order.orderCustomer.vatIds %}\\n Ihre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\\n Bei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\\n bestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit. <br>\\n {% endif %}\\n <br/>\\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \\\"Mein Konto\\\" - \\\"Meine Bestellungen\\\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\\n </br>\\n Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\\n</p>\\n<br>\\n</div>\\n\", \"contentPlain\": \"{% set currencyIsoCode = order.currency.isoCode %}\\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\\n\\nIhre Bestellung ist am {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} bei uns eingegangen.\\n\\nBestellnummer: {{ order.orderNumber }}\\n\\nSobald ein Zahlungseingang erfolgt ist, erhalten Sie eine separate Benachrichtigung und Ihre Bestellung wird verarbeitet.\\n\\nDen aktuellen Status Ihrer Bestellung können Sie jederzeit über diesen Link abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\\nÜber diesen Link können Sie auch die Bestellung bearbeiten, die Zahlungsart wechseln oder nachträglich eine Zahlung durchführen.\\n\\nInformationen zu Ihrer Bestellung:\\n\\nPos. Artikel-Nr.\\t\\t\\tProduktbild(Alt-Text) \\t\\t\\tBeschreibung\\t\\t\\tMenge\\t\\t\\tPreis\\t\\t\\tSumme\\n\\n{% for lineItem in order.lineItems %}\\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {% if nestedItem.cover is defined and nestedItem.cover is not null %}{{ lineItem.cover.alt }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \\\" | \\\" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\\n {{ lineItem.quantity }}\\t\\t\\t{{ lineItem.unitPrice|currency(currencyIsoCode) }}\\t\\t\\t{{ lineItem.totalPrice|currency(currencyIsoCode) }}\\n{% endfor %}\\n\\n{% set delivery = order.deliveries.first %}\\n\\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\\n{% set decimals = order.totalRounding.decimals %}\\n{% set total = order.price.totalPrice %}\\n{% if displayRounded %}\\n {% set total = order.price.rawTotal %}\\n {% set decimals = order.itemRounding.decimals %}\\n{% endif %}\\n\\n{% for shippingCost in order.deliveries %}\\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\\n{% endfor %}\\nGesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}\\n{% for calculatedTax in order.price.calculatedTaxes %}\\n{% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}\\n{% endfor %}\\nGesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}\\n{% if displayRounded %}\\nGesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\\n{% endif %}\\n\\n{% if delivery %}\\nGewählte Versandart: {{ delivery.shippingMethod.translated.name }}\\n{{ delivery.shippingMethod.translated.description }}\\n{% endif %}\\n\\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\\nRechnungsadresse:\\n{{ billingAddress.company }}\\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\\n{{ billingAddress.street }}\\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\\n{{ billingAddress.country.translated.name }}\\n\\n{% if delivery %}\\nLieferadresse:\\n{{ delivery.shippingOrderAddress.company }}\\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\\n{{ delivery.shippingOrderAddress.street }}\\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\\n{{ delivery.shippingOrderAddress.country.translated.name }}\\n{% endif %}\\n\\n{% if order.orderCustomer.vatIds %}\\nIhre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\\nBei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\\nbestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit.\\n{% endif %}\\n\\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \\\"Mein Konto\\\" - \\\"Meine Bestellungen\\\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\\nFür Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\\n\", \"customFields\": null, \"salesChannelId\": \"8866b481ccef4f96ad00d0fd59f53dc0\", \"attachmentsConfig\": {}}, \"message\": {}, \"eventName\": \"checkout.order.placed\"}}', '[]', '2023-05-07 15:50:01.067', NULL), (0xfcc0f0c874dd4a6383745ffdbfcd9479, 'checkout.customer.login', 100, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": []}', '[]', '2023-05-07 15:49:45.552', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_header_footer` -- CREATE TABLE `mail_header_footer` ( `id` binary(16) NOT NULL, `system_default` tinyint UNSIGNED NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `mail_header_footer` -- INSERT INTO `mail_header_footer` (`id`, `system_default`, `created_at`, `updated_at`) VALUES (0x6d93848a9f0249ea85b1529b21eb2a0c, 0, '2023-04-07 14:35:23.383', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_header_footer_translation` -- CREATE TABLE `mail_header_footer_translation` ( `mail_header_footer_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `header_html` longtext COLLATE utf8mb4_unicode_ci, `header_plain` longtext COLLATE utf8mb4_unicode_ci, `footer_html` longtext COLLATE utf8mb4_unicode_ci, `footer_plain` longtext COLLATE utf8mb4_unicode_ci, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `mail_header_footer_translation` -- INSERT INTO `mail_header_footer_translation` (`mail_header_footer_id`, `language_id`, `name`, `description`, `header_html`, `header_plain`, `footer_html`, `footer_plain`, `created_at`, `updated_at`) VALUES (0x6d93848a9f0249ea85b1529b21eb2a0c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard-E-Mail-Fußzeile', 'Standard-E-Mail-Fußzeile basierend auf den Stammdaten', NULL, NULL, '<div style=\"font-family:arial; font-size:12px;\">\n Adresse:<br>\n {{ config(\'core.basicInformation.address\')|raw }}\n <br>\n Bankverbindung:<br>\n {{ config(\'core.basicInformation.bankAccount\')|raw }}\n</div>\n', '\n\n Addresse:\n {{ config(\'core.basicInformation.address\')|striptags(\'<br>\')|replace({\"<br>\":\"\\n\"}) }}\n\n Bankverbindung:\n {{ config(\'core.basicInformation.bankAccount\')|striptags(\'<br>\')|replace({\"<br>\":\"\\n\"}) }}\n', '2023-04-07 14:35:23.398', NULL), (0x6d93848a9f0249ea85b1529b21eb2a0c, 0x74abf495620848a19755546e0f70dbac, 'Default email footer', 'Default email footer derived from basic information', NULL, NULL, '<div style=\"font-family:arial; font-size:12px;\">\n Address:<br>\n {{ config(\'core.basicInformation.address\')|raw }}\n <br>\n Bank account:<br>\n {{ config(\'core.basicInformation.bankAccount\')|raw }}\n</div>\n', '\n\n Address:\n {{ config(\'core.basicInformation.address\')|striptags }}\n\n Bank account:\n {{ config(\'core.basicInformation.bankAccount\')|striptags }}\n', '2023-04-07 14:35:23.397', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_template` -- CREATE TABLE `mail_template` ( `id` binary(16) NOT NULL, `mail_template_type_id` binary(16) DEFAULT NULL, `system_default` tinyint UNSIGNED NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `mail_template` -- INSERT INTO `mail_template` (`id`, `mail_template_type_id`, `system_default`, `created_at`, `updated_at`) VALUES (0x005d27151dbf42498f17e235ae5c7458, 0x47f572cc6d5d4348a819c67e241a2c96, 1, '2023-04-07 14:35:02.402', NULL), (0x06cda71b0707408e93d4b95b7dd21d39, 0xd50dce5d82314d6f864a246660f2ac35, 1, '2023-04-07 14:35:02.935', NULL), (0x0d047dcd412845d9895ea7975875d6f1, 0x7511012393284e5a8889ccb8cc7def4e, 1, '2023-04-07 14:34:58.033', NULL), (0x164d0cf2421f42c2ba906585d67a732d, 0x665707111c0d4c5c9b4bde071546bd8a, 0, '2023-04-07 11:55:18.866', '2023-05-07 15:58:43.429'), (0x171ca97ef2d4467b9d8c18dcdeacb0de, 0x975778d9071942b3a911fe14de87eee0, 1, '2023-04-07 14:35:27.206', NULL), (0x223c6c329cb741a9ac71719b8a46fda4, 0xbf6fd80bdc6e4da6961ee96533736d2d, 1, '2023-04-07 14:35:02.889', NULL), (0x387051d21e2f4e4f9ea3665f198abf0c, 0x2bae72f695f84119af025556caa33107, 1, '2023-04-07 14:35:02.919', NULL), (0x3a35cd509a5146689b6c1c609b7c6e3b, 0x6a79c32b24194817bef947ca255d34c2, 1, '2023-04-07 14:35:02.895', NULL), (0x40b25ddf9eef4feab0035076e7d04c23, 0xd403602f106d452a844cba5fb4f50929, 1, '2023-04-07 14:35:02.860', NULL), (0x47d884cd50b849879e930ec6e983d1a7, 0x4679c6730ac447678dd7b5aa91dd68cb, 1, '2023-04-07 14:35:27.243', NULL), (0x5a0a7bede27248b78fe1fe6995ee829e, 0xa90ce0a0df8f42b5ab86cc2e9692e1e0, 1, '2023-04-07 14:35:02.927', NULL), (0x60152c4e27934d048f84766e16fac3ae, 0x800327dc9ef440438dfc5e81b0f181e8, 1, '2023-04-07 14:35:02.853', NULL), (0x640017d0d0fa430faee87054f14198f9, 0x84c3a463103645fbbcb993f6a7241c5e, 1, '2023-04-07 14:35:03.351', NULL), (0x71a7984e354c4cfe803d1308ffb8b266, 0x6741d0047f034bdfa7e25d039d64a05c, 1, '2023-04-07 14:34:58.114', NULL), (0x7d25ac5a5f4a47c7a3a75d94f8d24860, 0x7b12223be5b04d0792fb1a2a8f6c1931, 1, '2023-04-07 14:35:27.218', NULL), (0x812dc422c6914cf69610cd5883df09d2, 0x43e246a0cd9e45759cf80d77668f6c28, 1, '2023-04-07 14:35:03.508', NULL), (0x909dcaa07e114abb95c99286e4b29298, 0xe60511cea1504910ad60e9cad7bb3926, 1, '2023-04-07 14:35:01.862', NULL), (0x9de605bf68d54202b88a71dc430b58e7, 0x0ff0f1dafbdf42ee9953feb65d07f196, 1, '2023-04-07 14:35:13.542', NULL), (0xa57b08f01f024b1b8a3a7ef119827f26, 0x8bd4f01031314b788afcafa87009ef56, 1, '2023-04-07 14:35:13.534', NULL), (0xa7409fbd0f024725b224f0fd3bfed08f, 0xb428de16b6c74e6f95226aed152caa77, 1, '2023-04-07 14:34:58.093', NULL), (0xa83eac4984574424bd8ba13363c5c426, 0xf5c7e15e2e3544b5a17ce6b8e67d1ada, 1, '2023-04-07 14:35:02.847', NULL), (0xaa90fa64d4fd4f7f855f6c33701456df, 0xc8b2724becbf45bf8eabe377b26d995f, 1, '2023-04-07 14:35:02.907', NULL), (0xb1f3025b895b4b2aa36513ada4664d55, 0x543bf2def53c4763ac4721605e379ce8, 1, '2023-04-07 14:35:02.902', NULL), (0xb41405abded2465d8ba15d3667f80e9b, 0xb2d4df1b7e4643b08f303e6b7e9442dd, 1, '2023-04-07 14:35:27.231', NULL), (0xb53e6f2022f84db18c433109f6c2af67, 0xebd054e19e6c46bab7d6c6bdb42f06f9, 1, '2023-04-07 14:34:58.110', NULL), (0xb721b2cc78124083a0ac2a6f26807b06, 0x5b81bad2fa0b4c4e989e4ecbb4297dd9, 1, '2023-04-07 14:35:02.866', NULL), (0xba100f01a22d479c834a7939cec01362, 0x29fc430b8c7644a1a8036706664a7850, 1, '2023-04-07 14:35:02.838', NULL), (0xbb7e2b10cedc4f9ba35d6dd83a055e0b, 0x88f76038058b4ac6ace1850e5c919711, 1, '2023-04-07 14:35:02.871', NULL), (0xc5dfbef973734ae6adeb5b81ce87d768, 0x2e57fb3b1c424bdc854865cc29215b7a, 1, '2023-04-07 14:35:02.876', NULL), (0xdc04769b788f41fca7a4dabcb32d32a7, 0x049583228d434038aae1955de6e31282, 1, '2023-04-07 14:34:58.102', NULL), (0xee7d3eae061a4fa684634f8bdf4901ef, 0xcee8ef336928403b9e471720463a64b7, 1, '2023-04-07 14:34:58.039', NULL), (0xf03d76dbb04f4d43a6fae52f56cc674a, 0x5f3e7f18c6b040598e1663446cadadf0, 1, '2023-04-07 14:34:59.726', NULL), (0xf28bc31c237a4eeba82bf96b639df70a, 0xf6485d68640b453685bc1aa029eff9aa, 1, '2023-04-07 14:35:02.913', NULL), (0xf504d9c31b674e63a80c9e842f526845, 0xd29a1be0faac467a8aca119457040433, 0, '2023-04-07 11:55:19.421', '2023-05-07 15:58:43.953'), (0xfa43f2d5e1654343b6c0e33f25aaaf06, 0xc0481638a2f84bbc9881227914d072cb, 1, '2023-04-07 14:35:02.883', NULL), (0xfdf6ea2760aa405fb61a461c6d12af43, 0x1e06c69b9ad042d7be0db88b48a38cd8, 1, '2023-04-07 14:35:31.827', NULL), (0xff35248921464e7383022fe92c41696b, 0x67ce7e564995472bb3ad57fecbaa64bb, 1, '2023-04-07 14:34:58.107', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_template_media` -- CREATE TABLE `mail_template_media` ( `id` binary(16) NOT NULL, `mail_template_id` binary(16) NOT NULL, `language_id` binary(16) DEFAULT NULL, `media_id` binary(16) NOT NULL, `position` int NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_template_sales_channel` -- CREATE TABLE `mail_template_sales_channel` ( `id` binary(16) NOT NULL, `mail_template_id` binary(16) NOT NULL, `mail_template_type_id` binary(16) NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `mail_template_sales_channel` -- INSERT INTO `mail_template_sales_channel` (`id`, `mail_template_id`, `mail_template_type_id`, `sales_channel_id`, `created_at`, `updated_at`) VALUES (0xca04e6b8d9fa480490bb7de723c67460, 0x005d27151dbf42498f17e235ae5c7458, 0x47f572cc6d5d4348a819c67e241a2c96, 0x98432def39fc4624b33213a56b8c944d, '2023-04-07 14:35:02.408', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_template_translation` -- CREATE TABLE `mail_template_translation` ( `mail_template_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `sender_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `subject` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `content_html` longtext COLLATE utf8mb4_unicode_ci, `content_plain` longtext COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `mail_template_translation` -- INSERT INTO `mail_template_translation` (`mail_template_id`, `language_id`, `sender_name`, `subject`, `description`, `content_html`, `content_plain`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x005d27151dbf42498f17e235ae5c7458, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ shopName }}', 'Password-Wiederherstellung', '', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo {{ customerRecovery.customer.firstName }} {{ customerRecovery.customer.lastName }},<br/>\n <br/>\n Sie haben ein neues Passwort für Ihren {{ shopName }}-Account angefordert.\n Klicken Sie auf folgenden Link, um Ihr Passwort zurückzusetzen:<br/>\n <br/>\n <a href=\"{{ resetUrl }}\">{{ resetUrl }}</a><br/>\n <br/>\n Dieser Link ist für die nächsten 2 Stunden gültig.\n Falls Sie Ihr Passwort nicht zurücksetzen möchten, ignorieren Sie diese E-Mail - es wird dann keine Änderung vorgenommen.<br/>\n <br/>\n Mit freundlichen Grüßen\n Ihr {{ shopName }}-Team\n </p>\n</div>', ' Hallo {{ customerRecovery.customer.firstName }} {{ customerRecovery.customer.lastName }},\n\n Sie haben ein neues Passwort für Ihren {{ shopName }}-Account angefordert.\n Klicken Sie auf folgenden Link, um Ihr Passwort zurückzusetzen:\n\n {{ resetUrl }}\n\n Dieser Link ist für die nächsten 2 Stunden gültig.\n Falls Sie Ihr Passwort nicht zurücksetzen möchten, ignorieren Sie diese E-Mail - es wird dann keine Änderung vorgenommen.\n\n Mit freundlichen Grüßen\n Ihr {{ shopName }}-Team', NULL, '2023-04-07 14:35:02.404', NULL), (0x005d27151dbf42498f17e235ae5c7458, 0x74abf495620848a19755546e0f70dbac, '{{ shopName }}', 'Password recovery', '', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hello {{ customerRecovery.customer.firstName }} {{ customerRecovery.customer.lastName }},<br/>\n <br/>\n You have requested a new password for your {{ shopName }} account.\n Click on the following link to reset your password:<br/>\n <br/>\n <a href=\"{{ resetUrl }}\">{{ resetUrl }}</a><br/>\n <br/>\n This link is valid for the next 2 hours.\n If you don\'t want to reset your password, ignore this email and no changes will be made.<br/>\n <br/>\n Yours sincerely\n Your {{ shopName }} team\n </p>\n</div>', ' Hello {{ customerRecovery.customer.firstName }} {{ customerRecovery.customer.lastName }},\n\n You have requested a new password for your {{ shopName }} account.\n Click on the following link to reset your password:\n\n {{ resetUrl }}\n\n This link is valid for the next 2 hours.\n If you don\'t want to reset your password, ignore this email and no changes will be made.\n\n Yours sincerely\n Your {{ shopName }}-Team', NULL, '2023-04-07 14:35:02.403', NULL), (0x06cda71b0707408e93d4b95b7dd21d39, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Deine Bestellung bei {{ salesChannel.name }} wurde teilweise bezahlt', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.939', NULL), (0x06cda71b0707408e93d4b95b7dd21d39, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is partially paid', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.936', NULL), (0x0d047dcd412845d9895ea7975875d6f1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.translated.name }}', 'Newsletter', '', '<h3>Hallo {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}</h3>\n <p>Schön, dass Sie sich für unseren Newsletter interessieren!</p>\n <p>Um einem Missbrauch Ihrer E-Mail-Adresse vorzubeugen, haben wir Ihnen diese Bestätigungsmail gesendet. Bestätigen Sie, dass Sie den Newsletter regelmäßig erhalten wollen, indem Sie <a href=\"{{ url }}\">hier</a> klicken.</p>\n <p>Sollten Sie den Newsletter nicht angefordert haben, ignorieren Sie diese E-Mail.</p>\n ', 'Hallo {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}\n\n Schön, dass Sie sich für unseren Newsletter interessieren!\n\n Um einem Missbrauch Ihrer E-Mail-Adresse vorzubeugen, haben wir Ihnen diese Bestätigungsmail gesendet. Bestätigen Sie, dass Sie den Newsletter regelmäßig erhalten wollen, indem Sie auf den folgenden Link klicken: {{ url }}\n\n Sollten Sie den Newsletter nicht angefordert haben, ignorieren Sie diese E-Mail.\n ', NULL, '2023-04-07 14:34:58.038', NULL), (0x0d047dcd412845d9895ea7975875d6f1, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.translated.name }}', 'Newsletter', '', '<h3>Hello {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}</h3>\n <p>Thank you for your interest in our newsletter!</p>\n <p>In order to prevent misuse of your email address, we have sent you this confirmation email. Confirm that you wish to receive the newsletter regularly by clicking <a href=\"{{ url }}\">here</a>.</p>\n <p>If you have not subscribed to the newsletter, please ignore this email.</p>\n ', 'Hello {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}\n\n Thank you for your interest in our newsletter!\n\n In order to prevent misuse of your email address, we have sent you this confirmation email. Confirm that you wish to receive the newsletter regularly by clicking on the link: {{ url }}\n\n If you have not subscribed to the newsletter, please ignore this email.\n ', NULL, '2023-04-07 14:34:58.035', NULL), (0x164d0cf2421f42c2ba906585d67a732d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pickware ERP', 'Meldebestand Benachrichtigung', 'Meldebestand Benachrichtigung', '<div style=\"font-family: Arial, Helvetica, sans-serif;\">\n Die folgenden Produkte haben ihren Meldebestand erreicht:<br/>\n <br/>\n <table style=\"text-align: left;\">\n <thead>\n <tr>\n <th style=\"padding: 2px 10px 2px 5px; border-left: 0; border-bottom: 1px solid black;\">\n Produktname\n </th>\n <th style=\"padding: 2px 10px 2px 5px; border-left: 1px solid black; border-bottom: 1px solid black;\">\n Produktnummer\n </th>\n <th style=\"padding: 2px 10px 2px 5px; border-left: 1px solid black; border-bottom: 1px solid black;\">\n Meldebestand\n </th>\n <th style=\"padding: 2px 10px 2px 5px; border-left: 1px solid black; border-bottom: 1px solid black;\">\n Bestand\n </th>\n </tr>\n </thead>\n\n {% for product in products %}\n <tr>\n <td style=\"padding: 2px 10px 2px 5px; border-left: 0;\">\n {{ product.name | sw_sanitize }}\n </td>\n <td style=\"padding: 2px 10px 2px 5px; border-left: 1px solid black;\">\n {{ product.productNumber | sw_sanitize }}\n </td>\n <td style=\"padding: 2px 10px 2px 5px; border-left: 1px solid black;\">\n {{ product.extensions.pickwareErpPickwareProduct.reorderPoint }}\n </td>\n <td style=\"padding: 2px 10px 2px 5px; border-left: 1px solid black;\">\n {{ product.stock }}\n </td>\n </tr>\n {% endfor %}\n </table>\n</div>\n', 'Die folgenden Produkte haben ihren Meldebestand erreicht:\n\nProduktname | Produktnummer | Meldebestand | Bestand\n{% for product in products %}\n{{ product.name }} | {{ product.productNumber }} | {{ product.extensions.pickwareErpPickwareProduct.reorderPoint }} | {{ product.stock }}\n{% endfor %}\n', NULL, '2023-04-07 11:55:18.866', '2023-05-07 15:58:43.429'), (0x164d0cf2421f42c2ba906585d67a732d, 0x74abf495620848a19755546e0f70dbac, 'Pickware ERP', 'Reorder Notification', 'Reorder Notification', '<div style=\"font-family: Arial, Helvetica, sans-serif;\">\n The following products stock have reached their reorder point:<br/>\n <br/>\n <table style=\"text-align: left;\">\n <thead>\n <tr>\n <th style=\"padding: 2px 10px 2px 5px; border-left: 0; border-bottom: 1px solid black;\">\n Product name\n </th>\n <th style=\"padding: 2px 10px 2px 5px; border-left: 1px solid black; border-bottom: 1px solid black;\">\n Product number\n </th>\n <th style=\"padding: 2px 10px 2px 5px; border-left: 1px solid black; border-bottom: 1px solid black;\">\n Reorder point\n </th>\n <th style=\"padding: 2px 10px 2px 5px; border-left: 1px solid black; border-bottom: 1px solid black;\">\n Stock\n </th>\n </tr>\n </thead>\n\n {% for product in products %}\n <tr>\n <td style=\"padding: 2px 10px 2px 5px; border-left: 0;\">\n {{ product.name | sw_sanitize }}\n </td>\n <td style=\"padding: 2px 10px 2px 5px; border-left: 1px solid black;\">\n {{ product.productNumber | sw_sanitize }}\n </td>\n <td style=\"padding: 2px 10px 2px 5px; border-left: 1px solid black;\">\n {{ product.extensions.pickwareErpPickwareProduct.reorderPoint }}\n </td>\n <td style=\"padding: 2px 10px 2px 5px; border-left: 1px solid black;\">\n {{ product.stock }}\n </td>\n </tr>\n {% endfor %}\n </table>\n</div>\n', 'The following products stock have reached their reorder point:\n\nProduct name | Product number | Reorder point | Stock\n{% for product in products %}\n{{ product.name }} | {{ product.productNumber }} | {{ product.extensions.pickwareErpPickwareProduct.reorderPoint }} | {{ product.stock }}\n{% endfor %}\n', NULL, '2023-04-07 11:55:18.867', '2023-05-07 15:58:43.430'), (0x171ca97ef2d4467b9d8c18dcdeacb0de, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Neues Dokument für Ihre Bestellung', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie die Rechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie die Rechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-04-07 14:35:27.211', NULL), (0x171ca97ef2d4467b9d8c18dcdeacb0de, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'New document for your order', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie die Rechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie die Rechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-04-07 14:35:27.210', NULL), (0x223c6c329cb741a9ac71719b8a46fda4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Stornierung der Bestellung bei {{ salesChannel.name }}', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.892', NULL), (0x223c6c329cb741a9ac71719b8a46fda4, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is cancelled', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.890', NULL), (0x387051d21e2f4e4f9ea3665f198abf0c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Die Zahlung für ihre Bestellung bei {{ salesChannel.name }} wurde storniert', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n\n{% set currencyIsoCode = order.currency.isoCode %}\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n<br>\nIhre Bestellung ist am {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} bei uns eingegangen.<br>\n<br>\nBestellnummer: {{ order.orderNumber }}\n<br>\nDer Zahlungsprozess mit {{ order.transactions.first.paymentMethod.translated.name }} ist noch nicht abgeschlossen. Sie können den Zahlungsprozess über die folgende URL wieder aufnehmen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}<br>\n<br>\n<strong>Informationen zu Ihrer Bestellung:</strong><br>\n<br>\n\n<table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Produkt-Nr.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Bezeichnung</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Menge</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Preis</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Summe</strong></td>\n </tr>\n\n {% for lineItem in order.nestedLineItems %}\n {% set nestingLevel = 0 %}\n {% set nestedItem = lineItem %}\n {% block lineItem %}\n <tr>\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>\n {% if nestingLevel > 0 %}\n {% for i in 1..nestingLevel %}\n <span style=\"position: relative;\">\n <span style=\"display: inline-block;\n position: absolute;\n width: 6px;\n height: 20px;\n top: 0;\n border-left: 2px solid rgba(0, 0, 0, 0.15);\n margin-left: {{ i * 10 }}px;\"></span>\n </span>\n {% endfor %}\n {% endif %}\n\n <div{% if nestingLevel > 0 %} style=\"padding-left: {{ (nestingLevel + 1) * 10 }}px\"{% endif %}>\n {{ nestedItem.label|u.wordwrap(80) }}\n </div>\n\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\n <div>\n {% for option in nestedItem.payload.options %}\n {{ option.group }}: {{ option.option }}\n {% if nestedItem.payload.options|last != option %}\n {{ \" | \" }}\n {% endif %}\n {% endfor %}\n </div>\n {% endif %}\n\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\n {% if referencePriceFeatures|length >= 1 %}\n {% set referencePriceFeature = referencePriceFeatures|first %}\n <div>\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\n </div>\n {% endif %}\n {% endif %}\n </td>\n <td style=\"text-align: center\">{{ nestedItem.quantity }}</td>\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\n <td>{% if nestingLevel == 0 %}{{ nestedItem.totalPrice|currency(currencyIsoCode) }}{% endif %}</td>\n </tr>\n\n {% if nestedItem.children.count > 0 %}\n {% set nestingLevel = nestingLevel + 1 %}\n {% for lineItem in nestedItem.children %}\n {% set nestedItem = lineItem %}\n {{ block(\'lineItem\') }}\n {% endfor %}\n {% endif %}\n {% endblock %}\n {% endfor %}\n</table>\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n<p>\n <br>\n <br>\n {% for shippingCost in order.deliveries %}\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n {% endfor %}\n Gesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}<br>\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\n {% endfor %}\n {% if not displayRounded %}<strong>{% endif %}Gesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\n {% if displayRounded %}\n <strong>Gesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\n {% endif %}\n\n <br>\n\n <strong>Gewählte Zahlungsart:</strong> {{ order.transactions.first.paymentMethod.translated.name }}<br>\n {{ order.transactions.first.paymentMethod.translated.description }}<br>\n <br>\n\n {% if delivery %}\n <strong>Gewählte Versandart:</strong> {{ delivery.shippingMethod.translated.name }}<br>\n {{ delivery.shippingMethod.translated.description }}<br>\n <br>\n {% endif %}\n\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\n <strong>Rechnungsadresse:</strong><br>\n {{ billingAddress.company }}<br>\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\n {{ billingAddress.street }} <br>\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\n {{ billingAddress.country.translated.name }}<br>\n <br>\n\n {% if delivery %}\n <strong>Lieferadresse:</strong><br>\n {{ delivery.shippingOrderAddress.company }}<br>\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\n {{ delivery.shippingOrderAddress.street }} <br>\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\n <br>\n {% endif %}\n {% if order.orderCustomer.vatIds %}\n Ihre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\n Bei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\n bestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit. <br>\n {% endif %}\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n</p>\n<br>\n</div>\n', '{% set currencyIsoCode = order.currency.isoCode %}\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIhre Bestellung ist am {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} bei uns eingegangen.\n\nBestellnummer: {{ order.orderNumber }}\n\nDer Zahlungsprozess mit {{ order.transactions.first.paymentMethod.translated.name }} ist noch nicht abgeschlossen. Sie können den Zahlungsprozess über die folgende URL wieder aufnehmen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n\nInformationen zu Ihrer Bestellung:\n\nPos. Artikel-Nr. Beschreibung Menge Preis Summe\n{% for lineItem in order.lineItems %}\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \" | \" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\n {{ lineItem.quantity }} {{ lineItem.unitPrice|currency(currencyIsoCode) }} {{ lineItem.totalPrice|currency(currencyIsoCode) }}\n{% endfor %}\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n{% for shippingCost in order.deliveries %}\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n{% endfor %}\nGesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}\n {% endfor %}\nGesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}\n{% if displayRounded %}\nGesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\n{% endif %}\n\nGewählte Zahlungsart: {{ order.transactions.first.paymentMethod.translated.name }}\n{{ order.transactions.first.paymentMethod.translated.description }}\n\n{% if delivery %}\nGewählte Versandart: {{ delivery.shippingMethod.translated.name }}\n{{ delivery.shippingMethod.translated.description }}\n{% endif %}\n\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\nRechnungsadresse:\n{{ billingAddress.company }}\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\n{{ billingAddress.street }}\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\n{{ billingAddress.country.translated.name }}\n\n{% if delivery %}\nLieferadresse:\n{{ delivery.shippingOrderAddress.company }}\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\n{{ delivery.shippingOrderAddress.street }}\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\n{{ delivery.shippingOrderAddress.country.translated.name }}\n{% endif %}\n\n{% if order.orderCustomer.vatIds %}\nIhre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\nBei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\nbestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit.\n{% endif %}\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nFür Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n', NULL, '2023-04-07 14:35:02.923', NULL), (0x387051d21e2f4e4f9ea3665f198abf0c, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'The payment for your order with {{ salesChannel.name }} is cancelled', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n\n{% set currencyIsoCode = order.currency.isoCode %}\n{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n<br>\nWe have received your order on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }}.<br>\n<br>\nOrder number: {{ order.orderNumber }}.<br>\n<br>\nYou have not completed your payment with {{ order.transactions.first.paymentMethod.translated.name }} yet. You can resume the payment process by using the following URL: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}<br>\n<br>\n<strong>Information on your order:</strong><br>\n<br>\n\n<table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Prod. no.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Description</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Quantities</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Price</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Total</strong></td>\n </tr>\n\n {% for lineItem in order.nestedLineItems %}\n {% set nestingLevel = 0 %}\n {% set nestedItem = lineItem %}\n {% block lineItem %}\n <tr>\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>\n {% if nestingLevel > 0 %}\n {% for i in 1..nestingLevel %}\n <span style=\"position: relative;\">\n <span style=\"display: inline-block;\n position: absolute;\n width: 6px;\n height: 20px;\n top: 0;\n border-left: 2px solid rgba(0, 0, 0, 0.15);\n margin-left: {{ i * 10 }}px;\"></span>\n </span>\n {% endfor %}\n {% endif %}\n\n <div{% if nestingLevel > 0 %} style=\"padding-left: {{ (nestingLevel + 1) * 10 }}px\"{% endif %}>\n {{ nestedItem.label|u.wordwrap(80) }}\n </div>\n\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\n <div>\n {% for option in nestedItem.payload.options %}\n {{ option.group }}: {{ option.option }}\n {% if nestedItem.payload.options|last != option %}\n {{ \" | \" }}\n {% endif %}\n {% endfor %}\n </div>\n {% endif %}\n\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\n {% if referencePriceFeatures|length >= 1 %}\n {% set referencePriceFeature = referencePriceFeatures|first %}\n <div>\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\n </div>\n {% endif %}\n {% endif %}\n </td>\n <td style=\"text-align: center\">{{ nestedItem.quantity }}</td>\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\n <td>{{ nestedItem.totalPrice|currency(currencyIsoCode) }}</td>\n </tr>\n\n {% if nestedItem.children.count > 0 %}\n {% set nestingLevel = nestingLevel + 1 %}\n {% for lineItem in nestedItem.children %}\n {% set nestedItem = lineItem %}\n {{ block(\'lineItem\') }}\n {% endfor %}\n {% endif %}\n {% endblock %}\n {% endfor %}\n</table>\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n<p>\n <br>\n <br>\n {% for shippingCost in order.deliveries %}\n Shipping costs: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n {% endfor %}\n\n Net total: {{ order.amountNet|currency(currencyIsoCode) }}<br>\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}plus{% else %}including{% endif %} {{ calculatedTax.taxRate }}% VAT. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\n {% endfor %}\n {% if not displayRounded %}<strong>{% endif %}Total gross: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\n {% if displayRounded %}\n <strong>Rounded total gross: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\n {% endif %}\n\n <br>\n\n <strong>Selected payment type:</strong> {{ order.transactions.first.paymentMethod.translated.name }}<br>\n {{ order.transactions.first.paymentMethod.translated.description }}<br>\n <br>\n\n {% if delivery %}\n <strong>Selected shipping type:</strong> {{ delivery.shippingMethod.translated.name }}<br>\n {{ delivery.shippingMethod.translated.description }}<br>\n <br>\n {% endif %}\n\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\n <strong>Billing address:</strong><br>\n {{ billingAddress.company }}<br>\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\n {{ billingAddress.street }} <br>\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\n {{ billingAddress.country.translated.name }}<br>\n <br>\n\n {% if delivery %}\n <strong>Shipping address:</strong><br>\n {{ delivery.shippingOrderAddress.company }}<br>\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\n {{ delivery.shippingOrderAddress.street }} <br>\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\n <br>\n {% endif %}\n {% if order.orderCustomer.vatIds %}\n Your VAT-ID: {{ order.orderCustomer.vatIds|first }}\n In case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax.<br>\n {% endif %}\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n If you have any questions, do not hesitate to contact us.\n\n</p>\n<br>\n</div>\n', '{% set currencyIsoCode = order.currency.isoCode %}\n{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nWe have received your order on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }}.\n\nOrder number: {{ order.orderNumber }}.\n\nYou have not completed your payment with {{ order.transactions.first.paymentMethod.translated.name }} yet. You can resume the payment process by using the following URL: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n\nInformation on your order:\n\nPos. Prod. No. Description Quantities Price Total\n{% for lineItem in order.lineItems %}\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \" | \" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\n {{ lineItem.quantity }} {{ lineItem.unitPrice|currency(currencyIsoCode) }} {{ lineItem.totalPrice|currency(currencyIsoCode) }}\n{% endfor %}\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n{% for shippingCost in order.deliveries %}\n Shipping costs: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n{% endfor %}\nNet total: {{ order.amountNet|currency(currencyIsoCode) }}\n{% for calculatedTax in order.price.calculatedTaxes %}\n{% if order.taxStatus is same as(\'net\') %}plus{% else %}including{% endif %} {{ calculatedTax.taxRate }}% VAT. {{ calculatedTax.tax|currency(currencyIsoCode) }}\n{% endfor %}\nTotal gross: {{ total|currency(currencyIsoCode,decimals=decimals) }}\n{% if displayRounded %}\nRounded total gross: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\n{% endif %}\n\nSelected payment type: {{ order.transactions.first.paymentMethod.translated.name }}\n{{ order.transactions.first.paymentMethod.translated.description }}\n\n{% if delivery %}\nSelected shipping type: {{ delivery.shippingMethod.translated.name }}\n{{ delivery.shippingMethod.translated.description }}\n{% endif %}\n\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\nBilling address:\n{{ billingAddress.company }}\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\n{{ billingAddress.street }}\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\n{{ billingAddress.country.translated.name }}\n\n{% if delivery %}\nShipping address:\n{{ delivery.shippingOrderAddress.company }}\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\n{{ delivery.shippingOrderAddress.street }}\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\n{{ delivery.shippingOrderAddress.country.translated.name }}\n{% endif %}\n\n{% if order.orderCustomer.vatIds %}\nYour VAT-ID: {{ order.orderCustomer.vatIds|first }}\nIn case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax.\n{% endif %}\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nIf you have any questions, do not hesitate to contact us.\n\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.920', NULL), (0x3a35cd509a5146689b6c1c609b7c6e3b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} wurde teilweise erstattet', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.899', NULL); INSERT INTO `mail_template_translation` (`mail_template_id`, `language_id`, `sender_name`, `subject`, `description`, `content_html`, `content_plain`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x3a35cd509a5146689b6c1c609b7c6e3b, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is partially refunded', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.896', NULL), (0x40b25ddf9eef4feab0035076e7d04c23, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Stornierung der Bestellung bei {{ salesChannel.name }}', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.863', NULL), (0x40b25ddf9eef4feab0035076e7d04c23, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is cancelled', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.862', NULL), (0x47d884cd50b849879e930ec6e983d1a7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Neues Dokument für Ihre Bestellung', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie die Stornorechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie die Stornorechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-04-07 14:35:27.251', NULL), (0x47d884cd50b849879e930ec6e983d1a7, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'New document for your order', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie die Stornorechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie die Stornorechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-04-07 14:35:27.249', NULL), (0x5a0a7bede27248b78fe1fe6995ee829e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} wurde erstattet', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.930', NULL), (0x5a0a7bede27248b78fe1fe6995ee829e, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is refunded', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.928', NULL), (0x60152c4e27934d048f84766e16fac3ae, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} wurde retourniert', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.856', NULL), (0x60152c4e27934d048f84766e16fac3ae, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is returned', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.854', NULL), (0x640017d0d0fa430faee87054f14198f9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.translated.name }}', 'Bitte bestätigen Sie Ihre Anmeldung bei {{ salesChannel.translated.name }}', 'Anmeldebestätigung', '\n <div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo {{ customer.salutation.translated.displayName }} {{ customer.lastName }},<br/>\n <br/>\n vielen Dank für Ihre Anmeldung bei {{ salesChannel.translated.name }}.<br/>\n Bitte bestätigen Sie die Registrierung über den nachfolgenden Link:<br/>\n <br/>\n <a href=\"{{ confirmUrl }}\">Anmeldung abschließen</a><br/>\n <br/>\n Durch diese Bestätigung erklären Sie sich ebenso damit einverstanden, dass wir Ihnen im Rahmen der Vertragserfüllung weitere E-Mails senden dürfen.\n </p>\n </div>\n ', '\n Hallo {{ customer.salutation.translated.displayName }} {{ customer.lastName }},\n\n vielen Dank für Ihre Anmeldung bei {{ salesChannel.translated.name }}.\n Bitte bestätigen Sie die Registrierung über den nachfolgenden Link:\n\n {{ confirmUrl }}\n\n Durch diese Bestätigung erklären Sie sich ebenso damit einverstanden, dass wir Ihnen im Rahmen der Vertragserfüllung weitere E-Mails senden dürfen.\n ', NULL, '2023-04-07 14:35:03.354', NULL), (0x640017d0d0fa430faee87054f14198f9, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.translated.name }}', 'Please confirm your sign-up with {{ salesChannel.translated.name }}', 'Registration confirmation', '\n <div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hello {{ customer.salutation.translated.displayName }} {{ customer.lastName }},<br/>\n <br/>\n thank you for your signing up with {{ salesChannel.translated.name }}.<br/>\n Please confirm the sign-up via the following link:<br/>\n <br/>\n <a href=\"{{ confirmUrl }}\">Completing sign-up</a><br/>\n <br/>\n By this confirmation, you also agree that we may send you further emails as part of the fulfillment of the contract.\n </p>\n </div>\n ', '\n Hello {{ customer.salutation.translated.displayName }} {{ customer.lastName }},\n\n thank you for your signing up with {{ salesChannel.translated.name }}.\n Please confirm the sign-up via the following link:\n\n {{ confirmUrl }}\n\n By this confirmation, you also agree that we may send you further emails as part of the fulfillment of the contract.\n ', NULL, '2023-04-07 14:35:03.353', NULL), (0x71a7984e354c4cfe803d1308ffb8b266, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Ihr Händleraccountantrag wurde abgelehnt - {{ salesChannel.name }}', 'Kundengruppenwechsel abgelehnt', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo,<br/>\n <br/>\n vielen Dank für ihr Interesse an unseren Großhandelspreisen. Leider liegt uns bisher keine <br/>\n Händlerauthentifizierung vor, und daher können wir Ihre Anfrage nicht bestätigen. <br/>\n Bei weiteren Fragen kontaktieren Sie uns gerne per Telefon, Fax oder E-Mail. <br/>\n </p>\n</div>\n', 'Hallo,\n\nvielen Dank für ihr Interesse an unseren Großhandelspreisen. Leider liegt uns bisher keine\nHändlerauthentifizierung vor, und daher können wir Ihre Anfrage nicht bestätigen.\nBei weiteren Fragen kontaktieren Sie uns gerne per Telefon, Fax oder E-Mail.\n', NULL, '2023-04-07 14:34:58.116', NULL), (0x71a7984e354c4cfe803d1308ffb8b266, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your trader account has not been accepted - {{ salesChannel.name }}', 'Customer Group Change rejected', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hello,<br/>\n <br/>\n thank you for your interest in our trade prices.\n Unfortunately, we do not have a trading license yet so that we cannot accept you as a merchant.<br/>\n In case of further questions please do not hesitate to contact us via telephone, fax or email.\n </p>\n</div>\n', 'Hello,\n\nthank you for your interest in our trade prices. Unfortunately,\nwe do not have a trading license yet so that we cannot accept you as a merchant.\nIn case of further questions please do not hesitate to contact us via telephone, fax or email.\n', NULL, '2023-04-07 14:34:58.115', NULL), (0x7d25ac5a5f4a47c7a3a75d94f8d24860, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Neues Dokument für Ihre Bestellung', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie den Lieferschein für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie den Lieferschein für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-04-07 14:35:27.223', NULL), (0x7d25ac5a5f4a47c7a3a75d94f8d24860, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'New document for your order', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie den Lieferschein für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie den Lieferschein für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-04-07 14:35:27.222', NULL), (0x812dc422c6914cf69610cd5883df09d2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bitte bestätigen Sie Ihre E-Mail-Adresse bei {{ salesChannel.name }}', 'Anmeldebestätigung bei Gastbestellungen', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo {{ customer.salutation.translated.displayName }} {{ customer.lastName }},<br/>\n <br/>\n Bitte bestätigen Sie Ihre E-Mail-Adresse über den nachfolgenden Link:<br/>\n <br/>\n <a href=\"{{ confirmUrl }}\">E-Mail bestätigen</a><br/>\n <br/>\n Nach der Bestätigung werden Sie in den Bestellabschluss geleitet, dort können Sie Ihre Bestellung nochmals überprüfen und abschließen.<br/>\n Durch diese Bestätigung erklären Sie sich ebenso damit einverstanden, dass wir Ihnen im Rahmen der Vertragserfüllung weitere E-Mails senden dürfen.\n </p>\n</div>\n', 'Hallo {{ customer.salutation.translated.displayName }} {{ customer.lastName }},\n\nBitte bestätigen Sie Ihre E-Mail-Adresse über den nachfolgenden Link:\n\n{{ confirmUrl }}\n\nNach der Bestätigung werden Sie in den Bestellabschluss geleitet, dort können Sie Ihre Bestellung nochmals überprüfen und abschließen.\nDurch diese Bestätigung erklären Sie sich ebenso damit einverstanden, dass wir Ihnen im Rahmen der Vertragserfüllung weitere E-Mails senden dürfen.\n', NULL, '2023-04-07 14:35:03.510', NULL), (0x812dc422c6914cf69610cd5883df09d2, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Please confirm your email address at {{ salesChannel.name }}', 'Email confirmation at guest orders', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hello {{ customer.salutation.translated.displayName }} {{ customer.lastName }},<br/>\n <br/>\n Please confirm your email address via the following link:<br/>\n <br/>\n <a href=\"{{ confirmUrl }}\">Confirm email</a><br/>\n <br/>\n After the confirmation, you will be directed to the checkout, where you can check and complete your order again.<br/>\n By this confirmation, you also agree that we may send you further emails as part of the fulfillment of the contract.\n </p>\n</div>\n', 'Hello {{ customer.salutation.translated.displayName }} {{ customer.lastName }},\n\nPlease confirm your email address via the following link:\n\n{{ confirmUrl }}\n\nAfter the confirmation, you will be directed to the checkout, where you can check and complete your order again.\nBy this confirmation, you also agree that we may send you further emails as part of the fulfillment of the contract.\n', NULL, '2023-04-07 14:35:03.509', NULL), (0x909dcaa07e114abb95c99286e4b29298, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Kontaktanfrage erhalten - {{ salesChannel.name }}', 'Kontaktanfrage erhalten', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Folgende Nachricht wurde an Sie via Kontakt-Formular gesendet.<br/>\n <br/>\n Name: {{ contactFormData.firstName }} {{ contactFormData.lastName }}\n <br/>\n Kontakt E-Mail: {{ contactFormData.email }}<br/>\n <br>\n Telefonnummer: {{ contactFormData.phone }}<br/>\n <br/>\n Betreff: {{ contactFormData.subject }}<br/>\n <br/>\n Message:<br/>\n {{ contactFormData.comment|nl2br }}<br/>\n </p>\n</div>\n', 'Folgende Nachricht wurde an Sie via Kontakt-Formular gesendet.\n\nName: {{ contactFormData.firstName }} {{ contactFormData.lastName }}\nKontakt E-Mail: {{ contactFormData.email }}\n\nTelefonnummer: {{ contactFormData.phone }}\n\nBetreff: {{ contactFormData.subject }}\n\nNachricht:\n{{ contactFormData.comment }}\n', NULL, '2023-04-07 14:35:06.000', NULL), (0x909dcaa07e114abb95c99286e4b29298, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Contact form received - {{ salesChannel.name }}', 'Contact form received', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n The following Message was sent to you via the contact form.<br/>\n <br/>\n Contact name: {{ contactFormData.firstName }} {{ contactFormData.lastName }}\n <br/>\n Contact email address: {{ contactFormData.email }}\n <br/>\n Phone: {{ contactFormData.phone }}<br/>\n <br/>\n Subject: {{ contactFormData.subject }}<br/>\n <br/>\n Message:<br/>\n {{ contactFormData.comment|nl2br }}<br/>\n </p>\n</div>\n', 'The following Message was sent to you via the contact form.\n\nContact name: {{ contactFormData.firstName }} {{ contactFormData.lastName }}\nContact email address: {{ contactFormData.email }}\nPhone: {{ contactFormData.phone }}\n\nSubject: {{ contactFormData.subject }}\n\nMessage:\n{{ contactFormData.comment }}\n', NULL, '2023-04-07 14:35:01.864', NULL), (0x9de605bf68d54202b88a71dc430b58e7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shop', 'Kunden Gruppen Registrierung Abgelehnt', '', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\n <br/>\n Vielen Dank für Ihr Interesse an den Konditionen für Kundengruppe {{ customerGroup.translated.name }}.<br/>\n Leider können wir sie nicht für diese Kundengruppe freischalten.<br/>\n\n Bei Rückfragen aller Art können Sie uns gerne telefonisch oder per Mail diesbezüglich erreichen.\n </p>\n</div>\n', '{{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\nVielen Dank für Ihr Interesse an den Konditionen für Kundengruppe {{ customerGroup.translated.name }}.\nLeider können wir sie nicht für diese Kundengruppe freischalten.<br/>\n\nBei Rückfragen aller Art können Sie uns gerne telefonisch oder per Mail diesbezüglich erreichen.\n', NULL, '2023-04-07 14:35:13.544', NULL), (0x9de605bf68d54202b88a71dc430b58e7, 0x74abf495620848a19755546e0f70dbac, 'Shop', 'Customer Group Registration Declined', '', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\n <br/>\n Thank you for your interest in the conditions for customer group {{ customerGroup.translated.name }}.<br/>\n Unfortunately we cannot activate your account for this customer group.<br/><br/>\n\n If you have any questions, please feel free to contact us by phone or mail.\n </p>\n</div>\n', '{{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\nThank you for your interest in the conditions for customer group {{ customerGroup.translated.name }}.<br/>\nUnfortunately we cannot activate your account for this customer group.\n\nIf you have any questions, please feel free to contact us by phone or mail.\n', NULL, '2023-04-07 14:35:13.543', NULL), (0xa57b08f01f024b1b8a3a7ef119827f26, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shop', 'Kunden Gruppen Registrierung Akzeptiert', '', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\n <br/>\n Ihr Account wurde für die Kundengruppe {{ customerGroup.translated.name }} freigeschaltet.<br/>\n Ab sofort kaufen Sie zu den neuen Konditionen dieser Kundengruppe ein.<br/>\n\n Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n </p>\n</div>\n', '{{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\nIhr Account wurde für die Kundengruppe {{ customerGroup.translated.name }} freigeschaltet.\nAb sofort kaufen Sie zu den neuen Konditionen dieser Kundengruppe ein.<br/><br/>\n\nFür Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n', NULL, '2023-04-07 14:35:13.536', NULL), (0xa57b08f01f024b1b8a3a7ef119827f26, 0x74abf495620848a19755546e0f70dbac, 'Shop', 'Customer Group Registration Accepted', '', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\n <br/>\n Your account has been activated for the customer group {{ customerGroup.translated.name }}.<br/>\n From now on you can shop at the new conditions of this customer group.<br/><br/>\n\n Please do not hesitate to contact us at any time if you have any questions.\n </p>\n</div>\n', 'Hello {{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\nYour account has been activated for the customer group {{ customerGroup.translated.name }}.<br/>\nFrom now on you can shop at the new conditions of this customer group.<br/><br/>\n\nPlease do not hesitate to contact us at any time if you have any questions.\n', NULL, '2023-04-07 14:35:13.535', NULL), (0xa7409fbd0f024725b224f0fd3bfed08f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellbestätigung', '', '<div style=\"font-family:arial; font-size:12px;\">\n\n{% set currencyIsoCode = order.currency.isoCode %}\n\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n<br>\nIhre Bestellung ist am {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} bei uns eingegangen.<br>\n<br>\nBestellnummer: {{ order.orderNumber }}<br>\n<br>\nSobald ein Zahlungseingang erfolgt ist, erhalten Sie eine separate Benachrichtigung und Ihre Bestellung wird verarbeitet.<br>\n<br>\nDen aktuellen Status Ihrer Bestellung können Sie jederzeit über diesen Link abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}<br>\nÜber diesen Link können Sie auch die Bestellung bearbeiten, die Zahlungsart wechseln oder nachträglich eine Zahlung durchführen.<br>\n<br>\n<strong>Informationen zu Ihrer Bestellung:</strong><br>\n<br>\n\n<table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Produkt-Nr.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Produktbild</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Bezeichnung</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Menge</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Preis</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Summe</strong></td>\n </tr>\n\n {% for lineItem in order.nestedLineItems %}\n {% set nestingLevel = 0 %}\n {% set nestedItem = lineItem %}\n {% block lineItem %}\n <tr>\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>{% if nestedItem.cover is defined and nestedItem.cover is not null %}<img src=\"{{ nestedItem.cover.url }}\" width=\"75\" height=\"auto\"/>{% endif %}</td>\n <td>\n {% if nestingLevel > 0 %}\n {% for i in 1..nestingLevel %}\n <span style=\"position: relative;\">\n <span style=\"display: inline-block;\n position: absolute;\n width: 6px;\n height: 20px;\n top: 0;\n border-left: 2px solid rgba(0, 0, 0, 0.15);\n margin-left: {{ i * 10 }}px;\"></span>\n </span>\n {% endfor %}\n {% endif %}\n\n <div{% if nestingLevel > 0 %} style=\"padding-left: {{ (nestingLevel + 1) * 10 }}px\"{% endif %}>\n {{ nestedItem.label|u.wordwrap(80) }}\n </div>\n\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\n <div>\n {% for option in nestedItem.payload.options %}\n {{ option.group }}: {{ option.option }}\n {% if nestedItem.payload.options|last != option %}\n {{ \" | \" }}\n {% endif %}\n {% endfor %}\n </div>\n {% endif %}\n\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\n {% if referencePriceFeatures|length >= 1 %}\n {% set referencePriceFeature = referencePriceFeatures|first %}\n <div>\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\n </div>\n {% endif %}\n {% endif %}\n </td>\n <td style=\"text-align: center\">{{ nestedItem.quantity }}</td>\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\n <td>{{ nestedItem.totalPrice|currency(currencyIsoCode) }}</td>\n </tr>\n\n {% if nestedItem.children.count > 0 %}\n {% set nestingLevel = nestingLevel + 1 %}\n {% for lineItem in nestedItem.children %}\n {% set nestedItem = lineItem %}\n {{ block(\'lineItem\') }}\n {% endfor %}\n {% endif %}\n {% endblock %}\n {% endfor %}\n</table>\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n<p>\n <br>\n <br>\n {% for shippingCost in order.deliveries %}\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n {% endfor %}\n Gesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}<br>\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\n {% endfor %}\n {% if not displayRounded %}<strong>{% endif %}Gesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\n {% if displayRounded %}\n <strong>Gesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\n {% endif %}\n <br>\n\n {% if delivery %}\n <strong>Gewählte Versandart:</strong> {{ delivery.shippingMethod.translated.name }}<br>\n {{ delivery.shippingMethod.translated.description }}<br>\n <br>\n {% endif %}\n\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\n <strong>Rechnungsadresse:</strong><br>\n {{ billingAddress.company }}<br>\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\n {{ billingAddress.street }} <br>\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\n {{ billingAddress.country.translated.name }}<br>\n <br>\n\n {% if delivery %}\n <strong>Lieferadresse:</strong><br>\n {{ delivery.shippingOrderAddress.company }}<br>\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\n {{ delivery.shippingOrderAddress.street }} <br>\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\n <br>\n {% endif %}\n {% if order.orderCustomer.vatIds %}\n Ihre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\n Bei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\n bestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit. <br>\n {% endif %}\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n</p>\n<br>\n</div>\n', '{% set currencyIsoCode = order.currency.isoCode %}\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIhre Bestellung ist am {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} bei uns eingegangen.\n\nBestellnummer: {{ order.orderNumber }}\n\nSobald ein Zahlungseingang erfolgt ist, erhalten Sie eine separate Benachrichtigung und Ihre Bestellung wird verarbeitet.\n\nDen aktuellen Status Ihrer Bestellung können Sie jederzeit über diesen Link abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nÜber diesen Link können Sie auch die Bestellung bearbeiten, die Zahlungsart wechseln oder nachträglich eine Zahlung durchführen.\n\nInformationen zu Ihrer Bestellung:\n\nPos. Artikel-Nr. Produktbild(Alt-Text) Beschreibung Menge Preis Summe\n\n{% for lineItem in order.lineItems %}\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {% if nestedItem.cover is defined and nestedItem.cover is not null %}{{ lineItem.cover.alt }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \" | \" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\n {{ lineItem.quantity }} {{ lineItem.unitPrice|currency(currencyIsoCode) }} {{ lineItem.totalPrice|currency(currencyIsoCode) }}\n{% endfor %}\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n{% for shippingCost in order.deliveries %}\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n{% endfor %}\nGesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}\n{% for calculatedTax in order.price.calculatedTaxes %}\n{% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}\n{% endfor %}\nGesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}\n{% if displayRounded %}\nGesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\n{% endif %}\n\n{% if delivery %}\nGewählte Versandart: {{ delivery.shippingMethod.translated.name }}\n{{ delivery.shippingMethod.translated.description }}\n{% endif %}\n\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\nRechnungsadresse:\n{{ billingAddress.company }}\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\n{{ billingAddress.street }}\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\n{{ billingAddress.country.translated.name }}\n\n{% if delivery %}\nLieferadresse:\n{{ delivery.shippingOrderAddress.company }}\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\n{{ delivery.shippingOrderAddress.street }}\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\n{{ delivery.shippingOrderAddress.country.translated.name }}\n{% endif %}\n\n{% if order.orderCustomer.vatIds %}\nIhre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\nBei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\nbestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit.\n{% endif %}\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nFür Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n', NULL, '2023-04-07 14:34:58.095', NULL); INSERT INTO `mail_template_translation` (`mail_template_id`, `language_id`, `sender_name`, `subject`, `description`, `content_html`, `content_plain`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xa7409fbd0f024725b224f0fd3bfed08f, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Order confirmation', '', '<div style=\"font-family:arial; font-size:12px;\">\n\n{% set currencyIsoCode = order.currency.isoCode %}\n{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n<br>\nWe have received your order from {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }}.<br>\n<br>\nOrder number: {{ order.orderNumber }}<br>\n<br>\nAs soon as your payment has been made, you will receive a separate notification and your order will be processed.<br>\n<br>\nYou may check the current status of your order with this link: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}<br>\nYou may use this link to edit your order, change the payment method or make additional payments.<br>\n<br>\n<strong>Information on your order:</strong><br>\n<br>\n\n<table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Prod. no.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Product image</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Description</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Quantities</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Price</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Total</strong></td>\n </tr>\n\n {% for lineItem in order.nestedLineItems %}\n {% set nestingLevel = 0 %}\n {% set nestedItem = lineItem %}\n {% block lineItem %}\n <tr>\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>{% if nestedItem.cover is defined and nestedItem.cover is not null %}<img src=\"{{ nestedItem.cover.url }}\" width=\"75\" height=\"auto\"/>{% endif %}</td>\n <td>\n {% if nestingLevel > 0 %}\n {% for i in 1..nestingLevel %}\n <span style=\"position: relative;\">\n <span style=\"display: inline-block;\n position: absolute;\n width: 6px;\n height: 20px;\n top: 0;\n border-left: 2px solid rgba(0, 0, 0, 0.15);\n margin-left: {{ i * 10 }}px;\"></span>\n </span>\n {% endfor %}\n {% endif %}\n\n <div{% if nestingLevel > 0 %} style=\"padding-left: {{ (nestingLevel + 1) * 10 }}px\"{% endif %}>\n {{ nestedItem.label|u.wordwrap(80) }}\n </div>\n\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\n <div>\n {% for option in nestedItem.payload.options %}\n {{ option.group }}: {{ option.option }}\n {% if nestedItem.payload.options|last != option %}\n {{ \" | \" }}\n {% endif %}\n {% endfor %}\n </div>\n {% endif %}\n\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\n {% if referencePriceFeatures|length >= 1 %}\n {% set referencePriceFeature = referencePriceFeatures|first %}\n <div>\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\n </div>\n {% endif %}\n {% endif %}\n </td>\n <td style=\"text-align: center\">{{ nestedItem.quantity }}</td>\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\n <td>{{ nestedItem.totalPrice|currency(currencyIsoCode) }}</td>\n </tr>\n\n {% if nestedItem.children.count > 0 %}\n {% set nestingLevel = nestingLevel + 1 %}\n {% for lineItem in nestedItem.children %}\n {% set nestedItem = lineItem %}\n {{ block(\'lineItem\') }}\n {% endfor %}\n {% endif %}\n {% endblock %}\n {% endfor %}\n</table>\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n<p>\n <br>\n <br>\n {% for shippingCost in order.deliveries %}\n Shipping costs: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n {% endfor %}\n\n Net total: {{ order.amountNet|currency(currencyIsoCode) }}<br>\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}plus{% else %}including{% endif %} {{ calculatedTax.taxRate }}% VAT. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\n {% endfor %}\n {% if not displayRounded %}<strong>{% endif %}Total gross: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\n {% if displayRounded %}\n <strong>Rounded total gross: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\n {% endif %}\n <br>\n\n {% if delivery %}\n <strong>Selected shipping type:</strong> {{ delivery.shippingMethod.translated.name }}<br>\n {{ delivery.shippingMethod.translated.description }}<br>\n <br>\n {% endif %}\n\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\n <strong>Billing address:</strong><br>\n {{ billingAddress.company }}<br>\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\n {{ billingAddress.street }} <br>\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\n {{ billingAddress.country.translated.name }}<br>\n <br>\n\n {% if delivery %}\n <strong>Shipping address:</strong><br>\n {{ delivery.shippingOrderAddress.company }}<br>\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\n {{ delivery.shippingOrderAddress.street }} <br>\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\n <br>\n {% endif %}\n {% if order.orderCustomer.vatIds %}\n Your VAT-ID: {{ order.orderCustomer.vatIds|first }}\n In case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax.<br>\n {% endif %}\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n If you have any questions, do not hesitate to contact us.\n\n</p>\n<br>\n</div>\n', '{% set currencyIsoCode = order.currency.isoCode %}\n{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nWe have received your order from {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }}.\n\nOrder number: {{ order.orderNumber }}\n\nAs soon as your payment has been made, you will receive a separate notification and your order will be processed.\n\nYou may check the current status of your order with this link: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nYou may use this link to edit your order, change the payment method or make additional payments.\n\nInformation on your order:\n\nPos. Prod. No. Product image(Alt text) Description Quantities Price Total\n\n{% for lineItem in order.lineItems %}\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {% if nestedItem.cover is defined and nestedItem.cover is not null %}{{ lineItem.cover.alt }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \" | \" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\n {{ lineItem.quantity }} {{ lineItem.unitPrice|currency(currencyIsoCode) }} {{ lineItem.totalPrice|currency(currencyIsoCode) }}\n{% endfor %}\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n{% for shippingCost in order.deliveries %}\n Shipping costs: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n{% endfor %}\nNet total: {{ order.amountNet|currency(currencyIsoCode) }}\n{% for calculatedTax in order.price.calculatedTaxes %}\n{% if order.taxStatus is same as(\'net\') %}plus{% else %}including{% endif %} {{ calculatedTax.taxRate }}% VAT. {{ calculatedTax.tax|currency(currencyIsoCode) }}\n{% endfor %}\nTotal gross: {{ total|currency(currencyIsoCode,decimals=decimals) }}\n{% if displayRounded %}\nRounded total gross: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\n{% endif %}\n\n{% if delivery %}\nSelected shipping type: {{ delivery.shippingMethod.translated.name }}\n{{ delivery.shippingMethod.translated.description }}\n{% endif %}\n\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\nBilling address:\n{{ billingAddress.company }}\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\n{{ billingAddress.street }}\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\n{{ billingAddress.country.translated.name }}\n\n{% if delivery %}\nShipping address:\n{{ delivery.shippingOrderAddress.company }}\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\n{{ delivery.shippingOrderAddress.street }}\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\n{{ delivery.shippingOrderAddress.country.translated.name }}\n{% endif %}\n\n{% if order.orderCustomer.vatIds %}\nYour VAT-ID: {{ order.orderCustomer.vatIds|first }}\nIn case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax.\n{% endif %}\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nIf you have any questions, do not hesitate to contact us.\n\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:34:58.094', NULL), (0xa83eac4984574424bd8ba13363c5c426, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} wurde teilweise retourniert', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.850', NULL), (0xa83eac4984574424bd8ba13363c5c426, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is partially returned', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.848', NULL), (0xaa90fa64d4fd4f7f855f6c33701456df, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Deine Bestellung bei {{ salesChannel.name }}', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.909', NULL), (0xaa90fa64d4fd4f7f855f6c33701456df, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }}', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.908', NULL), (0xb1f3025b895b4b2aa36513ada4664d55, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Zahlungserinnerung für die Bestellung bei {{ salesChannel.name }}', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.904', NULL), (0xb1f3025b895b4b2aa36513ada4664d55, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Reminder for your order with {{ salesChannel.name }}', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.902', NULL), (0xb41405abded2465d8ba15d3667f80e9b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Neues Dokument für Ihre Bestellung', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie die Gutschrift für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie die Gutschrift für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-04-07 14:35:27.237', NULL), (0xb41405abded2465d8ba15d3667f80e9b, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'New document for your order', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie die Gutschrift für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie die Gutschrift für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-04-07 14:35:27.235', NULL), (0xb53e6f2022f84db18c433109f6c2af67, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Ihr Händleraccount wurde freigeschaltet - {{ salesChannel.name }}', 'Kundengruppenwechsel freigeschaltet', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo,<br/>\n <br/>\n ihr Händlerkonto bei {{ salesChannel.translated.name }} wurde freigeschaltet.<br/>\n Von nun an werden wir Ihnen den Netto-Preis berechnen.\n </p>\n</div>\n', 'Hallo,\n\nihr Händlerkonto bei {{ salesChannel.translated.name }} wurde freigeschaltet.\nVon nun an werden wir Ihnen den Netto-Preis berechnen.\n', NULL, '2023-04-07 14:34:58.112', NULL), (0xb53e6f2022f84db18c433109f6c2af67, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your merchant account has been unlocked - {{ salesChannel.name }}', 'Customer Group Change accepted', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hello,<br/>\n <br/>\n your merchant account at {{ salesChannel.translated.name }} has been unlocked.<br/>\n From now on, we will charge you the net purchase price.\n </p>\n</div>\n', 'Hello,\n\nyour merchant account at {{ salesChannel.translated.name }} has been unlocked.\nFrom now on, we will charge you the net purchase price.\n', NULL, '2023-04-07 14:34:58.111', NULL), (0xb721b2cc78124083a0ac2a6f26807b06, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} wurde ausgeliefert', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.869', NULL), (0xb721b2cc78124083a0ac2a6f26807b06, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is shipped', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.867', NULL), (0xba100f01a22d479c834a7939cec01362, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} wurde teilweise ausgeliefert', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.841', NULL), (0xba100f01a22d479c834a7939cec01362, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is partially delivered', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.839', NULL), (0xbb7e2b10cedc4f9ba35d6dd83a055e0b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} ist offen', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.874', NULL), (0xbb7e2b10cedc4f9ba35d6dd83a055e0b, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is open', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.872', NULL), (0xc5dfbef973734ae6adeb5b81ce87d768, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} ist in Bearbeitung', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.879', NULL), (0xc5dfbef973734ae6adeb5b81ce87d768, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is in process', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.877', NULL), (0xdc04769b788f41fca7a4dabcb32d32a7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Deine Registrierung bei {{ salesChannel.name }}', 'Registrierungsbestätigung', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n {{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},<br/>\n <br/>\n vielen Dank für Ihre Anmeldung in unserem Shop.<br/>\n Sie erhalten Zugriff über Ihre E-Mail-Adresse <strong>{{ customer.email }}</strong> und dem von Ihnen gewählten Kennwort.<br/>\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\n </p>\n </div>', '{{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},\n\n vielen Dank für Ihre Anmeldung in unserem Shop.\n Sie erhalten Zugriff über Ihre E-Mail-Adresse {{ customer.email }} und dem von Ihnen gewählten Kennwort.\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\n', NULL, '2023-04-07 14:34:58.106', NULL), (0xdc04769b788f41fca7a4dabcb32d32a7, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your sign-up with {{ salesChannel.translated.name }}', 'Registration confirmation', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n {{ customer.salutation.translated.letterName }} {{ customer.firstName }} {{ customer.lastName }},<br/>\n <br/>\n thank you for your signing up with our Shop.<br/>\n You will gain access via the email address <strong>{{ customer.email }}</strong> and the password you have chosen.<br/>\n You can change your password anytime.\n </p>\n </div>', '{{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},\n\n thank you for your signing up with our Shop.\n You will gain access via the email address {{ customer.email }} and the password you have chosen.\n You can change your password anytime.\n ', NULL, '2023-04-07 14:34:58.104', NULL); INSERT INTO `mail_template_translation` (`mail_template_id`, `language_id`, `sender_name`, `subject`, `description`, `content_html`, `content_plain`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xee7d3eae061a4fa684634f8bdf4901ef, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.translated.name }}', 'Register', '', '<h3>Hallo {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}</h3>\n <p>vielen Dank für Ihre Anmeldung.</p>\n <p>Sie haben sich erfolgreich zu unserem Newsletter angemeldet.</p>\n ', 'Hallo {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}\n\n vielen Dank für Ihre Anmeldung.\n\n Sie haben sich erfolgreich zu unserem Newsletter angemeldet.\n ', NULL, '2023-04-07 14:34:58.042', NULL), (0xee7d3eae061a4fa684634f8bdf4901ef, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.translated.name }}', 'Register', '', '<h3>Hello {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}</h3>\n <p>thank you very much for your registration.</p>\n <p>You have successfully subscribed to our newsletter.</p>\n ', 'Hello {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}\n\n thank you very much for your registration.\n\n You have successfully subscribed to our newsletter.\n ', NULL, '2023-04-07 14:34:58.040', NULL), (0xf03d76dbb04f4d43a6fae52f56cc674a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Administration', 'Password-Wiederherstellung', '', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo {{ userRecovery.user.firstName }} {{ userRecovery.user.lastName }},<br/>\n <br/>\n es wurde eine Anfrage gestellt, um Ihr Passwort zurück zu setzen.\n Bitte bestätigen Sie den unten stehenden Link, um ein neues Passwort zu definieren.<br/>\n <br/>\n <a href=\"{{ resetUrl }}\">Passwort zurücksetzen</a><br/>\n <br/>\n Dieser Link ist nur für die nächsten 2 Stunden gültig. Danach muss das Zurücksetzen des Passwortes erneut beantragt werden.\n Falls Sie Ihr Passwort nicht zurücksetzen möchten, ignorieren Sie diese E-Mail - es wird dann keine Änderung vorgenommen.\n </p>\n</div>', ' Hallo {{ userRecovery.user.firstName }} {{ userRecovery.user.lastName }},\n\n es wurde eine Anfrage gestellt, um Ihr Passwort zurück zu setzen.\n Bitte bestätigen Sie den unten stehenden Link, um ein neues Passwort zu definieren.\n\n Passwort zurücksetzen: {{ resetUrl }}\n\n Dieser Link ist nur für die nächsten 2 Stunden gültig. Danach muss das Zurücksetzen des Passwortes erneut beantragt werden.\n Falls Sie Ihr Passwort nicht zurücksetzen möchten, ignorieren Sie diese E-Mail - es wird dann keine Änderung vorgenommen.', NULL, '2023-04-07 14:34:59.729', NULL), (0xf03d76dbb04f4d43a6fae52f56cc674a, 0x74abf495620848a19755546e0f70dbac, 'Shopware Administration', 'Password recovery', '', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Dear {{ userRecovery.user.firstName }} {{ userRecovery.user.lastName }},<br/>\n <br/>\n there has been a request to reset your password.\n Please confirm the link below to specify a new password.<br/>\n <br/>\n <a href=\"{{ resetUrl }}\">Reset password</a><br/>\n <br/>\n This link is valid for the next 2 hours. After that you have to request a new confirmation link.<br/>\n If you do not want to reset your password, please ignore this email. No changes will be made.\n </p>\n</div>', ' Dear {{ userRecovery.user.firstName }} {{ userRecovery.user.lastName }},\n\n there has been a request to reset your password.\n Please confirm the link below to specify a new password.\n\n Reset password: {{ resetUrl }}\n\n This link is valid for the next 2 hours. After that you have to request a new confirmation link.\n If you do not want to reset your password, please ignore this email. No changes will be made.', NULL, '2023-04-07 14:34:59.727', NULL), (0xf28bc31c237a4eeba82bf96b639df70a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Deine Bestellung bei {{ salesChannel.name }} wurde komplett bezahlt', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n\n{% set currencyIsoCode = order.currency.isoCode %}\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n<br>\nWir haben Ihre Zahlung erhalten und werden die Bestellung nun weiter verarbeiten.<br>\n<br>\nBestellnummer: {{ order.orderNumber }}<br>\n<br>\n<strong>Informationen zu Ihrer Bestellung:</strong><br>\n<br>\n\n<table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Produkt-Nr.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Bezeichnung</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Menge</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Preis</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Summe</strong></td>\n </tr>\n\n {% for lineItem in order.nestedLineItems %}\n {% set nestingLevel = 0 %}\n {% set nestedItem = lineItem %}\n {% block lineItem %}\n <tr>\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>\n {% if nestingLevel > 0 %}\n {% for i in 1..nestingLevel %}\n <span style=\"position: relative;\">\n <span style=\"display: inline-block;\n position: absolute;\n width: 6px;\n height: 20px;\n top: 0;\n border-left: 2px solid rgba(0, 0, 0, 0.15);\n margin-left: {{ i * 10 }}px;\"></span>\n </span>\n {% endfor %}\n {% endif %}\n\n <div{% if nestingLevel > 0 %} style=\"padding-left: {{ (nestingLevel + 1) * 10 }}px\"{% endif %}>\n {{ nestedItem.label|u.wordwrap(80) }}\n </div>\n\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\n <div>\n {% for option in nestedItem.payload.options %}\n {{ option.group }}: {{ option.option }}\n {% if nestedItem.payload.options|last != option %}\n {{ \" | \" }}\n {% endif %}\n {% endfor %}\n </div>\n {% endif %}\n\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\n {% if referencePriceFeatures|length >= 1 %}\n {% set referencePriceFeature = referencePriceFeatures|first %}\n <div>\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\n </div>\n {% endif %}\n {% endif %}\n </td>\n <td style=\"text-align: center\">{{ nestedItem.quantity }}</td>\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\n <td>{{ nestedItem.totalPrice|currency(currencyIsoCode) }}</td>\n </tr>\n\n {% if nestedItem.children.count > 0 %}\n {% set nestingLevel = nestingLevel + 1 %}\n {% for lineItem in nestedItem.children %}\n {% set nestedItem = lineItem %}\n {{ block(\'lineItem\') }}\n {% endfor %}\n {% endif %}\n {% endblock %}\n {% endfor %}\n</table>\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n<p>\n <br>\n <br>\n {% for shippingCost in order.deliveries %}\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n {% endfor %}\n Gesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}<br>\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\n {% endfor %}\n {% if not displayRounded %}<strong>{% endif %}Gesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\n {% if displayRounded %}\n <strong>Gesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\n {% endif %}\n <br>\n\n <strong>Gewählte Zahlungsart:</strong> {{ order.transactions.first.paymentMethod.translated.name }}<br>\n {{ order.transactions.first.paymentMethod.translated.description }}<br>\n <br>\n\n {% if delivery %}\n <strong>Gewählte Versandart:</strong> {{ delivery.shippingMethod.translated.name }}<br>\n {{ delivery.shippingMethod.translated.description }}<br>\n <br>\n {% endif %}\n\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\n <strong>Rechnungsadresse:</strong><br>\n {{ billingAddress.company }}<br>\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\n {{ billingAddress.street }} <br>\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\n {{ billingAddress.country.translated.name }}<br>\n <br>\n\n {% if delivery %}\n <strong>Lieferadresse:</strong><br>\n {{ delivery.shippingOrderAddress.company }}<br>\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\n {{ delivery.shippingOrderAddress.street }} <br>\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\n <br>\n {% endif %}\n {% if order.orderCustomer.vatIds %}\n Ihre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\n Bei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\n bestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit. <br>\n {% endif %}\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n</p>\n<br>\n</div>\n', '{% set currencyIsoCode = order.currency.isoCode %}\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nWir haben Ihre Zahlung erhalten und werden die Bestellung nun weiter verarbeiten.\n\nBestellnummer: {{ order.orderNumber }}\n\nInformationen zu Ihrer Bestellung:\n\nPos. Artikel-Nr. Beschreibung Menge Preis Summe\n{% for lineItem in order.lineItems %}\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \" | \" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\n {{ lineItem.quantity }} {{ lineItem.unitPrice|currency(currencyIsoCode) }} {{ lineItem.totalPrice|currency(currencyIsoCode) }}\n{% endfor %}\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n{% for shippingCost in order.deliveries %}\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n{% endfor %}\nGesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}\n{% for calculatedTax in order.price.calculatedTaxes %}\n{% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}\n{% endfor %}\nGesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}\n{% if displayRounded %}\nGesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\n{% endif %}\n\n\nGewählte Zahlungsart: {{ order.transactions.first.paymentMethod.translated.name }}\n{{ order.transactions.first.paymentMethod.translated.description }}\n\n{% if delivery %}\nGewählte Versandart: {{ delivery.shippingMethod.translated.name }}\n{{ delivery.shippingMethod.translated.description }}\n{% endif %}\n\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\nRechnungsadresse:\n{{ billingAddress.company }}\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\n{{ billingAddress.street }}\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\n{{ billingAddress.country.translated.name }}\n\n{% if delivery %}\nLieferadresse:\n{{ delivery.shippingOrderAddress.company }}\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\n{{ delivery.shippingOrderAddress.street }}\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\n{{ delivery.shippingOrderAddress.country.translated.name }}\n{% endif %}\n\n{% if order.orderCustomer.vatIds %}\nIhre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\nBei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\nbestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit.\n{% endif %}\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nFür Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n', NULL, '2023-04-07 14:35:02.916', NULL), (0xf28bc31c237a4eeba82bf96b639df70a, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is completly paid', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n\n{% set currencyIsoCode = order.currency.isoCode %}\n{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n<br>\nWe received your payment and will now start processing the order.<br>\nOrder number: {{ order.orderNumber }}<br>\n<br>\n\n<strong>Information on your order:</strong><br>\n<br>\n\n<table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Prod. no.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Description</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Quantities</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Price</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Total</strong></td>\n </tr>\n\n {% for lineItem in order.nestedLineItems %}\n {% set nestingLevel = 0 %}\n {% set nestedItem = lineItem %}\n {% block lineItem %}\n <tr>\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>\n {% if nestingLevel > 0 %}\n {% for i in 1..nestingLevel %}\n <span style=\"position: relative;\">\n <span style=\"display: inline-block;\n position: absolute;\n width: 6px;\n height: 20px;\n top: 0;\n border-left: 2px solid rgba(0, 0, 0, 0.15);\n margin-left: {{ i * 10 }}px;\"></span>\n </span>\n {% endfor %}\n {% endif %}\n\n <div{% if nestingLevel > 0 %} style=\"padding-left: {{ (nestingLevel + 1) * 10 }}px\"{% endif %}>\n {{ nestedItem.label|u.wordwrap(80) }}\n </div>\n\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\n <div>\n {% for option in nestedItem.payload.options %}\n {{ option.group }}: {{ option.option }}\n {% if nestedItem.payload.options|last != option %}\n {{ \" | \" }}\n {% endif %}\n {% endfor %}\n </div>\n {% endif %}\n\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\n {% if referencePriceFeatures|length >= 1 %}\n {% set referencePriceFeature = referencePriceFeatures|first %}\n <div>\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\n </div>\n {% endif %}\n {% endif %}\n </td>\n <td style=\"text-align: center\">{{ nestedItem.quantity }}</td>\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\n <td>{{ nestedItem.totalPrice|currency(currencyIsoCode) }}</td>\n </tr>\n\n {% if nestedItem.children.count > 0 %}\n {% set nestingLevel = nestingLevel + 1 %}\n {% for lineItem in nestedItem.children %}\n {% set nestedItem = lineItem %}\n {{ block(\'lineItem\') }}\n {% endfor %}\n {% endif %}\n {% endblock %}\n {% endfor %}\n</table>\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n<p>\n <br>\n <br>\n {% for shippingCost in order.deliveries %}\n Shipping costs: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n {% endfor %}\n\n Net total: {{ order.amountNet|currency(currencyIsoCode) }}<br>\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}plus{% else %}including{% endif %} {{ calculatedTax.taxRate }}% VAT. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\n {% endfor %}\n {% if not displayRounded %}<strong>{% endif %}Total gross: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\n {% if displayRounded %}\n <strong>Rounded total gross: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\n {% endif %}\n <br>\n\n <strong>Selected payment type:</strong> {{ order.transactions.first.paymentMethod.translated.name }}<br>\n {{ order.transactions.first.paymentMethod.translated.description }}<br>\n <br>\n\n {% if delivery %}\n <strong>Selected shipping type:</strong> {{ delivery.shippingMethod.translated.name }}<br>\n {{ delivery.shippingMethod.translated.description }}<br>\n <br>\n {% endif %}\n\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\n <strong>Billing address:</strong><br>\n {{ billingAddress.company }}<br>\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\n {{ billingAddress.street }} <br>\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\n {{ billingAddress.country.translated.name }}<br>\n <br>\n\n {% if delivery %}\n <strong>Shipping address:</strong><br>\n {{ delivery.shippingOrderAddress.company }}<br>\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\n {{ delivery.shippingOrderAddress.street }} <br>\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\n <br>\n {% endif %}\n {% if order.orderCustomer.vatIds %}\n Your VAT-ID: {{ order.orderCustomer.vatIds|first }}\n In case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax.<br>\n {% endif %}\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n If you have any questions, do not hesitate to contact us.\n\n</p>\n<br>\n</div>\n', '{% set currencyIsoCode = order.currency.isoCode %}\n{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nWe received your payment and will now start processing the order.\n\nOrder number: {{ order.orderNumber }}\n\n\nInformation on your order:\n\nPos. Prod. No. Description Quantities Price Total\n{% for lineItem in order.lineItems %}\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \" | \" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\n {{ lineItem.quantity }} {{ lineItem.unitPrice|currency(currencyIsoCode) }} {{ lineItem.totalPrice|currency(currencyIsoCode) }}\n{% endfor %}\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n{% for shippingCost in order.deliveries %}\n Shipping costs: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n{% endfor %}\nNet total: {{ order.amountNet|currency(currencyIsoCode) }}\n{% for calculatedTax in order.price.calculatedTaxes %}\n{% if order.taxStatus is same as(\'net\') %}plus{% else %}including{% endif %} {{ calculatedTax.taxRate }}% VAT. {{ calculatedTax.tax|currency(currencyIsoCode) }}\n{% endfor %}\nTotal gross: {{ total|currency(currencyIsoCode,decimals=decimals) }}\n{% if displayRounded %}\nRounded total gross: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\n{% endif %}\n\nSelected payment type: {{ order.transactions.first.paymentMethod.translated.name }}\n{{ order.transactions.first.paymentMethod.translated.description }}\n\n{% if delivery %}\nSelected shipping type: {{ delivery.shippingMethod.translated.name }}\n{{ delivery.shippingMethod.translated.description }}\n{% endif %}\n\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\nBilling address:\n{{ billingAddress.company }}\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\n{{ billingAddress.street }}\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\n{{ billingAddress.country.translated.name }}\n\n{% if delivery %}\nShipping address:\n{{ delivery.shippingOrderAddress.company }}\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\n{{ delivery.shippingOrderAddress.street }}\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\n{{ delivery.shippingOrderAddress.country.translated.name }}\n{% endif %}\n\n{% if order.orderCustomer.vatIds %}\nYour VAT-ID: {{ order.orderCustomer.vatIds|first }}\nIn case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax.\n{% endif %}\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nIf you have any questions, do not hesitate to contact us.\n\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.914', NULL), (0xf504d9c31b674e63a80c9e842f526845, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pickware ERP', 'Bestellung {{ supplierOrder.number }}{{ (supplierOrder.supplier.customerNumber is not null) ? \" (Kundennummer: \" ~ supplierOrder.supplier.customerNumber ~ \")\" : \"\" }}', 'Lieferantenbestellung', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if salutation is not empty %}\n {{ salutation.letterName ?? \'Sehr geehrte Frau/Herr\' }} {{ [salutation.title ?? \'\', salutation.firstName ?? \'\', salutation.lastName ?? \'\'] | filter(part => part != \'\') | join(\' \') }},\n {% else %}\n Sehr geehrte Damen und Herren,\n {% endif %}\n <br/>\n <br/>\n bitte um Lieferung der im Anhang aufgeführten Artikel.\n <br/>\n <br/>\n Mit freundlichen Grüßen - Ihr Team von {{ shopName }}\n </p>\n</div>\n', '{% if salutation is not empty %}\n{{ salutation.letterName ?? \'Sehr geehrte Frau/Herr\' }} {{ [salutation.title ?? \'\', salutation.firstName ?? \'\', salutation.lastName ?? \'\'] | filter(part => part != \'\') | join(\' \') }},\n{% else %}\nSehr geehrte Damen und Herren,\n{% endif %}\n\nbitte um Lieferung der im Anhang aufgeführten Artikel.\n\nMit freundlichen Grüßen - Ihr Team von {{ shopName }}\n', NULL, '2023-04-07 11:55:19.421', '2023-05-07 15:58:43.953'), (0xf504d9c31b674e63a80c9e842f526845, 0x74abf495620848a19755546e0f70dbac, 'Pickware ERP', 'Order {{ supplierOrder.number }}{{ (supplierOrder.supplier.customerNumber is not null) ? \" (Customer number: \" ~ supplierOrder.supplier.customerNumber ~ \")\" : \"\" }}', 'Supplier order', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if salutation is not empty %}\n {{ salutation.letterName ?? \'Dear mrs/mr\' }} {{ [salutation.title ?? \'\', salutation.firstName ?? \'\', salutation.lastName ?? \'\'] | filter(part => part != \'\') | join(\' \') }},\n {% else %}\n Dear mrs/mr,\n {% endif %}\n <br/>\n <br/>\n please send the attached products.\n <br/>\n <br/>\n With regards - Your team from {{ shopName }}\n </p>\n</div>\n', '{% if salutation is not empty %}\n{{ salutation.letterName ?? \'Dear mrs/mr\' }} {{ [salutation.title ?? \'\', salutation.firstName ?? \'\', salutation.lastName ?? \'\'] | filter(part => part != \'\') | join(\' \') }},\n{% else %}\nDear mrs/mr,\n{% endif %}\n\nplease send the attached products.\n\nWith regards - Your team from {{ shopName }}\n', NULL, '2023-04-07 11:55:19.421', '2023-05-07 15:58:43.953'), (0xfa43f2d5e1654343b6c0e33f25aaaf06, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} ist komplett abgeschlossen', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-04-07 14:35:02.886', NULL), (0xfa43f2d5e1654343b6c0e33f25aaaf06, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is completed', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-04-07 14:35:02.884', NULL), (0xfdf6ea2760aa405fb61a461c6d12af43, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Ihre Dateien von {{ salesChannel.name }} stehen bereit', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Mit dieser E-Mail erhalten Sie die Dateien zu der Bestellung: {{ order.orderNumber }}.\n <br>\n <br>\n\n <table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Produkt-Nr.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Produkt</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Downloads</strong></td>\n </tr>\n\n {% for lineItem in order.lineItems %}\n {% if lineItem.downloads is defined and lineItem.downloads|length %}\n {% block lineItem %}\n <tr>\n <td>{% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>{{ lineItem.label|u.wordwrap(80) }}</td>\n <td>\n {% for download in lineItem.downloads %}\n {% if download.accessGranted %}\n {% set downloadLink = url(\'frontend.account.order.single.download\', {\'orderId\': order.id, \'downloadId\': download.id, \'deepLinkCode\': order.deepLinkCode}) %}\n <a href=\"{{ downloadLink }}\" target=\"_blank\">\n {{ download.media.fileName }}.{{ download.media.fileExtension }}\n </a><br>\n {% endif %}\n {% endfor %}\n </td>\n </tr>\n {% endblock %}\n {% endif %}\n {% endfor %}\n </table>\n\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nMit dieser E-Mail erhalten Sie die Dateien zu der Bestellung: {{ order.orderNumber }}.\n\n{% for lineItem in order.lineItems %}{% if lineItem.downloads is defined and lineItem.downloads|length %}\n{{ lineItem.label|u.wordwrap(80) }} {% if lineItem.payload.productNumber is defined %}({{ lineItem.payload.productNumber|u.wordwrap(80) }}){% endif %}\n\n-------------------------------------\n{% for download in lineItem.downloads %}{% if download.accessGranted %}\n{{ download.media.fileName }}.{{ download.media.fileExtension }} - {% set downloadLink = url(\'frontend.account.order.single.download\', {\'orderId\': order.id, \'downloadId\': download.id, \'deepLinkCode\': order.deepLinkCode}) %}{{ downloadLink }}\n{% endif %}{% endfor %}\n\n{% endif %}{% endfor %}\n', NULL, '2023-04-07 14:35:31.831', NULL), (0xfdf6ea2760aa405fb61a461c6d12af43, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Your downloads from {{ salesChannel.name }} are ready', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Attached to this email you will find the files to the order: {{ order.orderNumber }}\n <br>\n <br>\n\n <table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Prod. no.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Product</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Downloads</strong></td>\n </tr>\n\n {% for lineItem in order.lineItems %}\n {% if lineItem.downloads is defined and lineItem.downloads|length %}\n {% block lineItem %}\n <tr>\n <td>{% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>{{ lineItem.label|u.wordwrap(80) }}</td>\n <td>\n {% for download in lineItem.downloads %}\n {% if download.accessGranted %}\n {% set downloadLink = url(\'frontend.account.order.single.download\', {\'orderId\': order.id, \'downloadId\': download.id, \'deepLinkCode\': order.deepLinkCode}) %}\n <a href=\"{{ downloadLink }}\" target=\"_blank\">\n {{ download.media.fileName }}.{{ download.media.fileExtension }}\n </a><br>\n {% endif %}\n {% endfor %}\n </td>\n </tr>\n {% endblock %}\n {% endif %}\n {% endfor %}\n </table>\n\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nAttached to this email you will find the files to the order: {{ order.orderNumber }}\n\n{% for lineItem in order.lineItems %}{% if lineItem.downloads is defined and lineItem.downloads|length %}\n{{ lineItem.label|u.wordwrap(80) }} {% if lineItem.payload.productNumber is defined %}({{ lineItem.payload.productNumber|u.wordwrap(80) }}){% endif %}\n\n-------------------------------------\n{% for download in lineItem.downloads %}{% if download.accessGranted %}\n{{ download.media.fileName }}.{{ download.media.fileExtension }} - {% set downloadLink = url(\'frontend.account.order.single.download\', {\'orderId\': order.id, \'downloadId\': download.id, \'deepLinkCode\': order.deepLinkCode}) %}{{ downloadLink }}\n{% endif %}{% endfor %}\n\n{% endif %}{% endfor %}\n', NULL, '2023-04-07 14:35:31.829', NULL), (0xff35248921464e7383022fe92c41696b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Password zurücksetzen - {{ salesChannel.name }}', 'Anfrage zum Zurücksetzen des Passworts', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo {{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},<br/>\n <br/>\n im Shop {{ salesChannel.translated.name }} wurde eine Anfrage gestellt, um Ihr Passwort zurück zu setzen.\n Bitte bestätigen Sie den unten stehenden Link, um ein neues Passwort zu definieren.<br/>\n <br/>\n <a href=\"{{ resetUrl }}\">Passwort zurücksetzen</a><br/>\n <br/>\n Dieser Link ist nur für die nächsten 2 Stunden gültig. Danach muss das Zurücksetzen des Passwortes erneut beantragt werden.\n Falls Sie Ihr Passwort nicht zurücksetzen möchten, ignorieren Sie diese E-Mail - es wird dann keine Änderung vorgenommen.\n </p>\n</div>', 'Hallo {{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},\n\nim Shop {{ salesChannel.translated.name }} wurde eine Anfrage gestellt, um Ihr Passwort zurück zu setzen.\nBitte bestätigen Sie den unten stehenden Link, um ein neues Passwort zu definieren.\n\nPasswort zurücksetzen: {{ resetUrl }}\n\nDieser Link ist nur für die nächsten 2 Stunden gültig. Danach muss das Zurücksetzen des Passwortes erneut beantragt werden.\nFalls Sie Ihr Passwort nicht zurücksetzen möchten, ignorieren Sie diese E-Mail - es wird dann keine Änderung vorgenommen.', NULL, '2023-04-07 14:34:58.109', NULL), (0xff35248921464e7383022fe92c41696b, 0x74abf495620848a19755546e0f70dbac, '{{ salesChannel.name }}', 'Password reset - {{ salesChannel.name }}', 'Password reset request', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n {{ customer.salutation.translated.letterName }} {{ customer.firstName }} {{ customer.lastName }},<br/>\n <br/>\n there has been a request to reset you Password in the Shop {{ salesChannel.translated.name }}\n Please confirm the link below to specify a new password.<br/>\n <br/>\n <a href=\"{{ resetUrl }}\">Reset password</a><br/>\n <br/>\n This link is valid for the next 2 hours. After that you have to request a new confirmation link.<br/>\n If you do not want to reset your password, please ignore this email. No changes will be made.\n </p>\n</div>\n', '{{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},\n\nthere has been a request to reset you Password in the Shop {{ salesChannel.translated.name }}\nPlease confirm the link below to specify a new password.\n\nReset password: {{ resetUrl }}\n\nThis link is valid for the next 2 hours. After that you have to request a new confirmation link.\nIf you do not want to reset your password, please ignore this email. No changes will be made.', NULL, '2023-04-07 14:34:58.108', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_template_type` -- CREATE TABLE `mail_template_type` ( `id` binary(16) NOT NULL, `technical_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `available_entities` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `template_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ) ; -- -- Tablo döküm verisi `mail_template_type` -- INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x049583228d434038aae1955de6e31282, 'customer_register', '{\"customer\":\"customer\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:34:57.948', '2023-05-07 15:49:45.430', '{\"customer\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"dffc461fca4a46cf9743efdb34fa9df7\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-07T15:49:45.197+00:00\",\"updatedAt\":null,\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"4e7e88d548d14942b3b5dfcea1810247\",\"salesChannelId\":\"8866b481ccef4f96ad00d0fd59f53dc0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"318c087798394490a8d59fd291be90b5\",\"defaultShippingAddressId\":\"1ef4ac5be8424bbc9b44b4180d4baf27\",\"customerNumber\":\"10000\",\"salutationId\":\"9f4a1860a2c24440a309e376dd4b80a3\",\"firstName\":\"uygar\",\"lastName\":\"sarıoğlu\",\"company\":null,\"password\":\"$2y$10$yTMecJk0nGZxjP\\/Vaffsdu1yH8.DNHkqvPybP\\/MuEcq\\/vQVzvl5cK\",\"email\":\"uygarsarioglu@gmail.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":\"2023-05-07T15:49:45.098+00:00\",\"lastLogin\":null,\"newsletterSalesChannelIds\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"orderTotalAmount\":0.0,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"9f4a1860a2c24440a309e376dd4b80a3\",\"versionId\":null,\"translated\":{\"displayName\":\"Frau\",\"letterName\":\"Sehr geehrte Frau\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:34:57.155+00:00\",\"updatedAt\":null,\"salutationKey\":\"mrs\",\"displayName\":\"Frau\",\"letterName\":\"Sehr geehrte Frau\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"9f4a1860a2c24440a309e376dd4b80a3\",\"customFields\":null},\"defaultBillingAddress\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"318c087798394490a8d59fd291be90b5\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-07T15:49:45.196+00:00\",\"updatedAt\":null,\"customerId\":\"dffc461fca4a46cf9743efdb34fa9df7\",\"countryId\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"countryStateId\":\"4867b34d4dbf440d8b3c24c85a445e35\",\"salutationId\":\"9f4a1860a2c24440a309e376dd4b80a3\",\"firstName\":\"uygar\",\"lastName\":\"sarıoğlu\",\"zipcode\":\"33200\",\"city\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"versionId\":null,\"translated\":{\"name\":\"Deutschland\",\"customFields\":[],\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]]},\"createdAt\":\"2023-04-07T14:34:57.161+00:00\",\"updatedAt\":null,\"name\":\"Deutschland\",\"iso\":\"DE\",\"position\":1,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DEU\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":\"(DE)?[0-9]{9}\",\"vatIdRequired\":false,\"customerTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"companyTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"postalCodeRequired\":false,\"checkPostalCodePattern\":false,\"checkAdvancedPostalCodePattern\":false,\"advancedPostalCodePattern\":null,\"defaultPostalCodePattern\":\"\\\\d{5}\",\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]],\"id\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"customFields\":null},\"countryState\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"4867b34d4dbf440d8b3c24c85a445e35\",\"versionId\":null,\"translated\":{\"name\":\"Berlin\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:34:57.176+00:00\",\"updatedAt\":null,\"countryId\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"shortCode\":\"DE-BE\",\"name\":\"Berlin\",\"position\":1,\"active\":true,\"country\":null,\"translations\":null,\"customerAddresses\":null,\"orderAddresses\":null,\"id\":\"4867b34d4dbf440d8b3c24c85a445e35\",\"customFields\":null},\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"9f4a1860a2c24440a309e376dd4b80a3\",\"versionId\":null,\"translated\":{\"displayName\":\"Frau\",\"letterName\":\"Sehr geehrte Frau\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:34:57.155+00:00\",\"updatedAt\":null,\"salutationKey\":\"mrs\",\"displayName\":\"Frau\",\"letterName\":\"Sehr geehrte Frau\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"9f4a1860a2c24440a309e376dd4b80a3\",\"customFields\":null},\"customer\":null,\"id\":\"318c087798394490a8d59fd291be90b5\",\"customFields\":null},\"defaultShippingAddress\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"1ef4ac5be8424bbc9b44b4180d4baf27\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-07T15:49:45.196+00:00\",\"updatedAt\":null,\"customerId\":\"dffc461fca4a46cf9743efdb34fa9df7\",\"countryId\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"countryStateId\":null,\"salutationId\":\"5756580c64014cd885d45ab8938b3acb\",\"firstName\":\"Uygar\",\"lastName\":\"Sarıoğlu\",\"zipcode\":\"33200\",\"city\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"versionId\":null,\"translated\":{\"name\":\"Deutschland\",\"customFields\":[],\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]]},\"createdAt\":\"2023-04-07T14:34:57.161+00:00\",\"updatedAt\":null,\"name\":\"Deutschland\",\"iso\":\"DE\",\"position\":1,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DEU\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":\"(DE)?[0-9]{9}\",\"vatIdRequired\":false,\"customerTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"companyTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"postalCodeRequired\":false,\"checkPostalCodePattern\":false,\"checkAdvancedPostalCodePattern\":false,\"advancedPostalCodePattern\":null,\"defaultPostalCodePattern\":\"\\\\d{5}\",\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]],\"id\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"customFields\":null},\"countryState\":null,\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"5756580c64014cd885d45ab8938b3acb\",\"versionId\":null,\"translated\":{\"displayName\":\"Herr\",\"letterName\":\"Sehr geehrter Herr\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:34:57.150+00:00\",\"updatedAt\":null,\"salutationKey\":\"mr\",\"displayName\":\"Herr\",\"letterName\":\"Sehr geehrter Herr\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"5756580c64014cd885d45ab8938b3acb\",\"customFields\":null},\"customer\":null,\"id\":\"1ef4ac5be8424bbc9b44b4180d4baf27\",\"customFields\":null},\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":[{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"1ef4ac5be8424bbc9b44b4180d4baf27\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-07T15:49:45.196+00:00\",\"updatedAt\":null,\"customerId\":\"dffc461fca4a46cf9743efdb34fa9df7\",\"countryId\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"countryStateId\":null,\"salutationId\":\"5756580c64014cd885d45ab8938b3acb\",\"firstName\":\"Uygar\",\"lastName\":\"Sarıoğlu\",\"zipcode\":\"33200\",\"city\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":null,\"countryState\":null,\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"ed643807c9f84cc8b50132ea3ccb1c3b\",\"versionId\":null,\"translated\":{\"displayName\":\"\",\"letterName\":\"\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:35:25.620+00:00\",\"updatedAt\":null,\"salutationKey\":\"undefined\",\"displayName\":\"\",\"letterName\":\"\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"ed643807c9f84cc8b50132ea3ccb1c3b\",\"customFields\":null},\"customer\":null,\"id\":\"1ef4ac5be8424bbc9b44b4180d4baf27\",\"customFields\":null},{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"318c087798394490a8d59fd291be90b5\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-07T15:49:45.196+00:00\",\"updatedAt\":null,\"customerId\":\"dffc461fca4a46cf9743efdb34fa9df7\",\"countryId\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"countryStateId\":\"4867b34d4dbf440d8b3c24c85a445e35\",\"salutationId\":\"9f4a1860a2c24440a309e376dd4b80a3\",\"firstName\":\"uygar\",\"lastName\":\"sarıoğlu\",\"zipcode\":\"33200\",\"city\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":null,\"countryState\":null,\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"ed643807c9f84cc8b50132ea3ccb1c3b\",\"versionId\":null,\"translated\":{\"displayName\":\"\",\"letterName\":\"\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:35:25.620+00:00\",\"updatedAt\":null,\"salutationKey\":\"undefined\",\"displayName\":\"\",\"letterName\":\"\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"ed643807c9f84cc8b50132ea3ccb1c3b\",\"customFields\":null},\"customer\":null,\"id\":\"318c087798394490a8d59fd291be90b5\",\"customFields\":null}],\"orderCustomers\":null,\"autoIncrement\":2,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"id\":\"dffc461fca4a46cf9743efdb34fa9df7\",\"customFields\":null}}'), (0x0ff0f1dafbdf42ee9953feb65d07f196, 'customer.group.registration.declined', '{\"customer\":\"customer\",\"customerGroup\":\"customer_group\"}', '2023-04-07 14:35:13.539', NULL, '{\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"ad730ece18104f0e924808946e0e11ff\",\"defaultShippingAddressId\":\"ad730ece18104f0e924808946e0e11ff\",\"customerNumber\":\"10062\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"tester@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":false,\"doubleOptInRegistration\":true,\"doubleOptInEmailSentDate\":\"2021-03-29T15:13:15.367+00:00\",\"doubleOptInConfirmDate\":null,\"hash\":\"37111679d6344c94b29fe63e5e90dcae\",\"guest\":false,\"firstLogin\":\"2021-03-29T15:13:15.361+00:00\",\"lastLogin\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"createdAt\":\"2021-03-29T15:13:15.590+00:00\",\"updatedAt\":null,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"},\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":64,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":\"9cac9e9ec9be4b12a6159a69d76dd41b\",\"requestedGroup\":{\"name\":\"Net price customer group\",\"displayGross\":false,\"translations\":null,\"customers\":null,\"customFields\":null,\"salesChannels\":null,\"registrationActive\":true,\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null,\"registrationSalesChannels\":null,\"_uniqueIdentifier\":\"9cac9e9ec9be4b12a6159a69d76dd41b\",\"versionId\":null,\"translated\":{\"name\":\"Net price customer group\",\"customFields\":[],\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null},\"createdAt\":\"2021-03-09T09:45:01.370+00:00\",\"updatedAt\":\"2021-03-29T15:08:34.004+00:00\",\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9cac9e9ec9be4b12a6159a69d76dd41b\"},\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"7088b93c2cde497ea41becdffa61fe50\",\"versionId\":null,\"translated\":[],\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7088b93c2cde497ea41becdffa61fe50\"},\"customerGroup\":{\"name\":\"Net price customer group\",\"displayGross\":false,\"translations\":null,\"customers\":null,\"customFields\":null,\"salesChannels\":null,\"registrationActive\":true,\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null,\"registrationSalesChannels\":null,\"_uniqueIdentifier\":\"9cac9e9ec9be4b12a6159a69d76dd41b\",\"versionId\":null,\"translated\":{\"name\":\"Net price customer group\",\"customFields\":[],\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null},\"createdAt\":\"2021-03-09T09:45:01.370+00:00\",\"updatedAt\":\"2021-03-29T15:08:34.004+00:00\",\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9cac9e9ec9be4b12a6159a69d76dd41b\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x1e06c69b9ad042d7be0db88b48a38cd8, 'downloads_delivery', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:35:31.823', NULL, NULL), (0x29fc430b8c7644a1a8036706664a7850, 'order_delivery.state.shipped_partially', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:57.988', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x2bae72f695f84119af025556caa33107, 'order_transaction.state.cancelled', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:58.006', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x2e57fb3b1c424bdc854865cc29215b7a, 'order.state.in_progress', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:58.023', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x43e246a0cd9e45759cf80d77668f6c28, 'guest_order.double_opt_in', '{\"customer\":\"customer\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:35:03.505', NULL, '{\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a97c45ffcb3246b18a57dff85ebf440e\",\"defaultShippingAddressId\":\"a97c45ffcb3246b18a57dff85ebf440e\",\"customerNumber\":\"10061\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"testing@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":false,\"doubleOptInRegistration\":true,\"doubleOptInEmailSentDate\":\"2021-03-29T14:55:28.861+00:00\",\"doubleOptInConfirmDate\":null,\"hash\":\"6cf0a92813a6465ca445a1039b04fcae\",\"guest\":true,\"firstLogin\":\"2021-03-29T14:55:28.858+00:00\",\"lastLogin\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"createdAt\":\"2021-03-29T14:55:28.885+00:00\",\"updatedAt\":null,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"},\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":[{\"customerId\":\"580c15d36d6e4b959b5a5ce9074dae08\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"countryStateId\":\"4629fdb36d08457fadb88272fd3c7d2b\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipcode\":\"12345\",\"city\":\"Musterstadt\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"Musterstr. 2\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":null,\"countryState\":null,\"salutation\":null,\"customer\":null,\"customFields\":null,\"_uniqueIdentifier\":\"a97c45ffcb3246b18a57dff85ebf440e\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T14:55:28.884+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"a97c45ffcb3246b18a57dff85ebf440e\"}],\"orderCustomers\":null,\"autoIncrement\":63,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"580c15d36d6e4b959b5a5ce9074dae08\",\"versionId\":null,\"translated\":[],\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"580c15d36d6e4b959b5a5ce9074dae08\"},\"confirmUrl\":\"http:\\/\\/localhost\\/development\\/public\\/registration\\/confirm?em=168ce4e90d20a42282c682e2383dda1c3eafc23a&hash=6cf0a92813a6465ca445a1039b04fcae&redirectTo=frontend.checkout.confirm.page\",\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x4679c6730ac447678dd7b5aa91dd68cb, 'cancellation_mail', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:35:27.238', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"orderCustomer\":{\"firstName\":\"Max\",\"lastName\":\"Mustermann\"}},\"salesChannel\":{\"name\":\"Storefront\"}}'), (0x47f572cc6d5d4348a819c67e241a2c96, 'customer.recovery.request', '{\"customerRecovery\":\"customer_recovery\"}', '2023-04-07 14:35:02.397', NULL, '{\"customerRecovery\":{\"id\":\"fffd09464d864770b9ce54e4e8601d7c\",\"customerId\":\"51555310038a427a8fcc361433d5784e\",\"hash\":\"Rx33F2DRjmJDHg19tFhtTgMq8tFq0fMF\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"85f5178d031147fc9847d99b3bb7d5e0\",\"defaultShippingAddressId\":\"f5299cbf329d4bd1a092f32bb59b0c31\",\"customerNumber\":\"1337\",\"salutationId\":\"44706b43d8bd4b34a4582185c3fd07f1\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-03-29T08:52:46.863+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-03-29T12:34:22.655+00:00\",\"orderCount\":18,\"createdAt\":\"2021-03-09T09:45:15.280+00:00\",\"updatedAt\":\"2021-03-29T12:34:22.916+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"51555310038a427a8fcc361433d5784e\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"51555310038a427a8fcc361433d5784e\"},\"_uniqueIdentifier\":\"fffd09464d864770b9ce54e4e8601d7c\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T12:38:47.091+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}}},\"resetUrl\":\"http:\\/\\/localhost\\/development\\/public\\/account\\/recover\\/password?hash=Rx33F2DRjmJDHg19tFhtTgMq8tFq0fMF\",\"shopName\":\"Storefront\",\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x543bf2def53c4763ac4721605e379ce8, 'order_transaction.state.reminded', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:58.000', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x5b81bad2fa0b4c4e989e4ecbb4297dd9, 'order_delivery.state.shipped', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:57.994', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x5f3e7f18c6b040598e1663446cadadf0, 'user.recovery.request', '{\"userRecovery\":\"user_recovery\"}', '2023-04-07 14:34:59.721', NULL, '{\"userRecovery\":{\"id\":\"a778b433026e4fcbb6c43eeeba788bf7\",\"userId\":\"2ea03ac62c1146b588830e0ad467c239\",\"hash\":\"7vtxAG9bHk1osCgF4BK53Upn9HYoC8P2\",\"user\":{\"localeId\":\"8d737b02c2b747a1a3ffca3907751d99\",\"avatarId\":null,\"username\":\"admin\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"email\":\"testing@example.com\",\"active\":true,\"admin\":true,\"aclRoles\":null,\"locale\":null,\"avatarMedia\":null,\"media\":null,\"accessKeys\":null,\"configs\":null,\"stateMachineHistoryEntries\":null,\"importExportLogEntries\":null,\"recoveryUser\":null,\"storeToken\":null,\"lastUpdatedPasswordAt\":null,\"customFields\":null,\"createdOrders\":null,\"updatedOrders\":null,\"_uniqueIdentifier\":\"2ea03ac62c1146b588830e0ad467c239\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.222+00:00\",\"updatedAt\":\"2021-03-29T15:25:06.403+00:00\",\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"2ea03ac62c1146b588830e0ad467c239\"},\"_uniqueIdentifier\":\"a778b433026e4fcbb6c43eeeba788bf7\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T15:25:20.638+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}}},\"resetUrl\":\"http:\\/\\/localhost\\/development\\/public\\/admin#\\/login\\/user-recovery\\/7vtxAG9bHk1osCgF4BK53Upn9HYoC8P2\"}'), (0x665707111c0d4c5c9b4bde071546bd8a, 'pickware_erp_reorder', '{\"products\":null}', '2023-04-07 11:55:18.861', '2023-05-07 15:58:43.420', NULL), (0x6741d0047f034bdfa7e25d039d64a05c, 'customer_group_change_reject', '{\"customer\":\"customer\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:34:57.973', NULL, '{\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"b8794be7a6d840e99ffc76f17320df2b\",\"defaultShippingAddressId\":\"b8794be7a6d840e99ffc76f17320df2b\",\"customerNumber\":\"10060\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"testing@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":\"2021-03-29T12:53:05.736+00:00\",\"lastLogin\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"createdAt\":\"2021-03-29T12:53:05.958+00:00\",\"updatedAt\":null,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"},\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":[{\"customerId\":\"c3445cbcbcec4678b3f15639a892afd1\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"countryStateId\":null,\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipcode\":\"12345\",\"city\":\"Musterstadt\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"Musterstr. 2\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":null,\"countryState\":null,\"salutation\":null,\"customer\":null,\"customFields\":null,\"_uniqueIdentifier\":\"b8794be7a6d840e99ffc76f17320df2b\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T12:53:05.958+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b8794be7a6d840e99ffc76f17320df2b\"}],\"orderCustomers\":null,\"autoIncrement\":62,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"c3445cbcbcec4678b3f15639a892afd1\",\"versionId\":null,\"translated\":[],\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c3445cbcbcec4678b3f15639a892afd1\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x67ce7e564995472bb3ad57fecbaa64bb, 'password_change', '{\"customer\":\"customer\",\"resetUrl\":null,\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:34:57.976', NULL, NULL); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x6a79c32b24194817bef947ca255d34c2, 'order_transaction.state.refunded_partially', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:58.003', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x71254b4329af4d7493f3e4b271c4c061, 'product_stock_warning', '{\"product\":\"product\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:34:57.982', NULL, NULL), (0x7511012393284e5a8889ccb8cc7def4e, 'newsletterDoubleOptIn', '{\"newsletterRecipient\":\"newsletter_recipient\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:34:57.955', NULL, '{\"newsletterRecipient\":{\"email\":\"test@example.com\",\"title\":null,\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipCode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"street\":null,\"status\":\"direct\",\"hash\":\"7ee7a7cb1fb741f387b07f4b86a67124\",\"salutationId\":\"44706b43d8bd4b34a4582185c3fd07f1\",\"salutation\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"customFields\":null,\"confirmedAt\":null,\"tags\":null,\"_uniqueIdentifier\":\"e622fb2224fc4baa9125e0bfd0f2a927\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T15:10:10.880+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e622fb2224fc4baa9125e0bfd0f2a927\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x7b12223be5b04d0792fb1a2a8f6c1931, 'delivery_mail', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:35:27.213', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"orderCustomer\":{\"firstName\":\"Max\",\"lastName\":\"Mustermann\"}},\"salesChannel\":{\"name\":\"Storefront\"}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x800327dc9ef440438dfc5e81b0f181e8, 'order_delivery.state.returned', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:57.991', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x84c3a463103645fbbcb993f6a7241c5e, 'customer_register.double_opt_in', '{\"customer\":\"customer\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:35:03.346', NULL, '{\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"b8794be7a6d840e99ffc76f17320df2b\",\"defaultShippingAddressId\":\"b8794be7a6d840e99ffc76f17320df2b\",\"customerNumber\":\"10060\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"testing@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":\"2021-03-29T12:53:05.736+00:00\",\"lastLogin\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"createdAt\":\"2021-03-29T12:53:05.958+00:00\",\"updatedAt\":null,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"},\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":[{\"customerId\":\"c3445cbcbcec4678b3f15639a892afd1\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"countryStateId\":null,\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipcode\":\"12345\",\"city\":\"Musterstadt\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"Musterstr. 2\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":null,\"countryState\":null,\"salutation\":null,\"customer\":null,\"customFields\":null,\"_uniqueIdentifier\":\"b8794be7a6d840e99ffc76f17320df2b\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T12:53:05.958+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b8794be7a6d840e99ffc76f17320df2b\"}],\"orderCustomers\":null,\"autoIncrement\":62,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"c3445cbcbcec4678b3f15639a892afd1\",\"versionId\":null,\"translated\":[],\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c3445cbcbcec4678b3f15639a892afd1\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x88f76038058b4ac6ace1850e5c919711, 'order.state.open', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:58.021', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x8bd4f01031314b788afcafa87009ef56, 'customer.group.registration.accepted', '{\"customer\":\"customer\",\"customerGroup\":\"customer_group\"}', '2023-04-07 14:35:13.530', NULL, '{\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"ad730ece18104f0e924808946e0e11ff\",\"defaultShippingAddressId\":\"ad730ece18104f0e924808946e0e11ff\",\"customerNumber\":\"10062\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"tester@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":false,\"doubleOptInRegistration\":true,\"doubleOptInEmailSentDate\":\"2021-03-29T15:13:15.367+00:00\",\"doubleOptInConfirmDate\":null,\"hash\":\"37111679d6344c94b29fe63e5e90dcae\",\"guest\":false,\"firstLogin\":\"2021-03-29T15:13:15.361+00:00\",\"lastLogin\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"createdAt\":\"2021-03-29T15:13:15.590+00:00\",\"updatedAt\":null,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"},\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":64,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":\"9cac9e9ec9be4b12a6159a69d76dd41b\",\"requestedGroup\":{\"name\":\"Net price customer group\",\"displayGross\":false,\"translations\":null,\"customers\":null,\"customFields\":null,\"salesChannels\":null,\"registrationActive\":true,\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null,\"registrationSalesChannels\":null,\"_uniqueIdentifier\":\"9cac9e9ec9be4b12a6159a69d76dd41b\",\"versionId\":null,\"translated\":{\"name\":\"Net price customer group\",\"customFields\":[],\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null},\"createdAt\":\"2021-03-09T09:45:01.370+00:00\",\"updatedAt\":\"2021-03-29T15:08:34.004+00:00\",\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9cac9e9ec9be4b12a6159a69d76dd41b\"},\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"7088b93c2cde497ea41becdffa61fe50\",\"versionId\":null,\"translated\":[],\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7088b93c2cde497ea41becdffa61fe50\"},\"customerGroup\":{\"name\":\"Net price customer group\",\"displayGross\":false,\"translations\":null,\"customers\":null,\"customFields\":null,\"salesChannels\":null,\"registrationActive\":true,\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null,\"registrationSalesChannels\":null,\"_uniqueIdentifier\":\"9cac9e9ec9be4b12a6159a69d76dd41b\",\"versionId\":null,\"translated\":{\"name\":\"Net price customer group\",\"customFields\":[],\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null},\"createdAt\":\"2021-03-09T09:45:01.370+00:00\",\"updatedAt\":\"2021-03-29T15:08:34.004+00:00\",\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9cac9e9ec9be4b12a6159a69d76dd41b\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x975778d9071942b3a911fe14de87eee0, 'invoice_mail', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:35:27.201', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"orderCustomer\":{\"firstName\":\"Max\",\"lastName\":\"Mustermann\"}},\"salesChannel\":{\"name\":\"Storefront\"}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xa90ce0a0df8f42b5ab86cc2e9692e1e0, 'order_transaction.state.refunded', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:58.012', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xaf0abb898d234b7c9b482ed05e79c053, 'sepa_confirmation', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:34:57.979', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"08757990bf314633b5d0fa55efc5e63d\",\"billingAddressId\":\"3e112279819f4c1d8f5d7107f6b33a25\",\"orderDateTime\":\"2021-04-12T08:39:51.371+00:00\",\"orderDate\":\"2021-04-12T00:00:00.000+00:00\",\"price\":{\"netPrice\":799.07,\"totalPrice\":855,\"calculatedTaxes\":[{\"tax\":55.93,\"taxRate\":7,\"price\":855,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":855,\"taxStatus\":\"gross\",\"rawTotal\":855,\"extensions\":[]},\"amountTotal\":855,\"amountNet\":799.07,\"positionPrice\":855,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":7,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"7f0eef7a233a41f886a2fc69b0ca79df\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"69867b98038e4d41bde2382bbb5810fc\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"c9036a6e1bf84f769f06d0ba6490d75b\",\"defaultShippingAddressId\":\"3fc4a0d7787c466daeb6fade1b51c4fd\",\"customerNumber\":\"1337\",\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"password\":\"$2y$10$9xvO2tM3dEfcOG4lO9CA3eogJD1wkYhW7erQv0d14AAUA9u0V5Dpy\",\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-12T08:39:36.376+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-12T08:39:51.371+00:00\",\"orderCount\":4,\"createdAt\":\"2021-04-12T07:54:30.118+00:00\",\"updatedAt\":\"2021-04-12T08:39:51.671+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"7f0eef7a233a41f886a2fc69b0ca79df\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7f0eef7a233a41f886a2fc69b0ca79df\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-12T07:52:38.207+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"4f602c9cb4994a7a96a06630d9f62cee\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"e61b6f06cbe5421ebb41d428ce457ac2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.542+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e61b6f06cbe5421ebb41d428ce457ac2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:38.772+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":null,\"addresses\":[{\"countryId\":\"f68b900afd7644dfb8b7f5392183efd9\",\"countryStateId\":null,\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Saint Barth\\u00e9lemy\",\"iso\":\"BL\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"BLM\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"f68b900afd7644dfb8b7f5392183efd9\",\"versionId\":null,\"translated\":{\"name\":\"Saint Barth\\u00e9lemy\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:46.949+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"f68b900afd7644dfb8b7f5392183efd9\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"customFields\":null,\"_uniqueIdentifier\":\"3e112279819f4c1d8f5d7107f6b33a25\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.556+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"3e112279819f4c1d8f5d7107f6b33a25\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\",\"countryStateId\":null,\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Kazakhstan\",\"iso\":\"KZ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"KAZ\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\",\"versionId\":null,\"translated\":{\"name\":\"Kazakhstan\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:46.847+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"customFields\":null,\"_uniqueIdentifier\":\"7796bf226130426fb71bef6270dcf8e3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.561+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7796bf226130426fb71bef6270dcf8e3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"shippingOrderAddressId\":\"7796bf226130426fb71bef6270dcf8e3\",\"shippingMethodId\":\"7ab645770dbb4a648268248492ed5f0a\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-13T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-15T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":7,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\",\"countryStateId\":null,\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Kazakhstan\",\"iso\":\"KZ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"KAZ\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\",\"versionId\":null,\"translated\":{\"name\":\"Kazakhstan\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:46.847+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"customFields\":null,\"_uniqueIdentifier\":\"7796bf226130426fb71bef6270dcf8e3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.561+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7796bf226130426fb71bef6270dcf8e3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"4753bf682a1640d8a89ca672f3982b1b\",\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"2669c221e38a477980f8bef5e9cccdaf\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"4753bf682a1640d8a89ca672f3982b1b\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:39.108+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"4753bf682a1640d8a89ca672f3982b1b\"},\"shippingMethod\":{\"name\":\"Standard\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"d5352c5bdd10417db10125050af38b64\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"d5352c5bdd10417db10125050af38b64\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:38.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"d5352c5bdd10417db10125050af38b64\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"132058274b4c4ba5b292e78b79e7fd90\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"7ab645770dbb4a648268248492ed5f0a\",\"versionId\":null,\"translated\":{\"name\":\"Standard\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-12T07:52:38.814+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ab645770dbb4a648268248492ed5f0a\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"35bf2776cc6c4857980ed8a651bf6060\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.565+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"35bf2776cc6c4857980ed8a651bf6060\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"identifier\":\"f47e72bf6d0e40c4aa290330a7ffd44d\",\"referencedId\":\"f47e72bf6d0e40c4aa290330a7ffd44d\",\"productId\":\"f47e72bf6d0e40c4aa290330a7ffd44d\",\"quantity\":1,\"unitPrice\":855,\"totalPrice\":855,\"label\":\"Aerodynamic Cotton Brand Muffin\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"5f3c1ac1ce3744009cc8613f1524fc80\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":855,\"quantity\":1,\"totalPrice\":855,\"calculatedTaxes\":[{\"tax\":55.93,\"taxRate\":7,\"price\":855,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":855,\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"40afe75845934469b3528a06573bd395\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-12 07:54:39.961\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"e38a91bb89b94313acd546bb813c9bde\",\"f5fd0ad1b7904012adeab43c5571249f\",\"1f232fdf7e744a6188e70373c64059ec\"],\"propertyIds\":[\"08342bf3c949475081380d7f18ac3013\",\"1f4a747cd9084a91b5b3354483f64d5c\",\"242c6322e09642db9a6dd34e4945563b\",\"2f8fdf5146e3495b93f1477a13b30a70\",\"33443da934024d7d9a4e949f2dbade33\",\"38414ab339ae45e8a34c742f74ca951c\",\"517fa1113cc749cb82acca7a7a911f51\",\"5db7f83261c746818e2cb119d7b690e3\",\"6b463dcccdcf44b69c1d64aaa99f465a\",\"7b0924b10e6c4e7c8cebb21f779014fe\",\"95746abcc9fe46cc93277210e7184e38\",\"98a65897b93440e7b5f848e51efa53df\",\"ad24e8a73b0f4018827e267346c08254\",\"af8b23072130451b8a80b1a94af2a529\",\"c021d77e23eb44568bd321158519b807\",\"e4a316f3eaf64983a6af02654f7d2fc7\",\"fdfb81dcdbb2400aab7ac18e9c967350\",\"fe4960c9a2df4bfd9e977b473983bd86\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"dc0f18c1a31f4f189e7ef7d921052fe6\",\"manufacturerId\":\"0f721bed5f054043a2b5d0986f55757c\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":31.570093457943923,\\\"gross\\\":33.78,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"2095623819c546a2893afe2db1557bec\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.572+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"2095623819c546a2893afe2db1557bec\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"paymentMethodId\":\"69867b98038e4d41bde2382bbb5810fc\",\"amount\":{\"unitPrice\":855,\"quantity\":1,\"totalPrice\":855,\"calculatedTaxes\":[{\"tax\":55.93,\"taxRate\":7,\"price\":855,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"69867b98038e4d41bde2382bbb5810fc\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:38.793+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"69867b98038e4d41bde2382bbb5810fc\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"3e52d2ea8045489bbc13528a1cd68170\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"db5897dec897426985f29b105875e6a8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:39.129+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"db5897dec897426985f29b105875e6a8\"},\"stateId\":\"db5897dec897426985f29b105875e6a8\",\"customFields\":null,\"_uniqueIdentifier\":\"a57d8d1c18f64f55bfb48b39ceec660f\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.575+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"a57d8d1c18f64f55bfb48b39ceec660f\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"s2i1jbau4LeH0R7RUDrzHo8Y7KglbZ_D\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"040ddecd833d4c98a1935f19b5617e8c\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"ed244ea9e52c4497ab57c4a12b10d962\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:39.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"ed244ea9e52c4497ab57c4a12b10d962\"},\"stateId\":\"ed244ea9e52c4497ab57c4a12b10d962\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"132058274b4c4ba5b292e78b79e7fd90\",\"5bbbd6951e8f4c91a8de6544a5fb8ea2\",\"b3963d2ae9f04c8ebd7ea09304f6294f\",\"8583f4c0d9254ea091c8354a180a3a6d\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"e96e47f99c844f1b9997e613bc621f65\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.578+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e96e47f99c844f1b9997e613bc621f65\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"69867b98038e4d41bde2382bbb5810fc\",\"shippingMethodId\":\"7ab645770dbb4a648268248492ed5f0a\",\"countryId\":\"77304b7727794e1c9460f192a55d66cf\",\"navigationCategoryId\":\"e38a91bb89b94313acd546bb813c9bde\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCOGFIOGDVTJLZOVZ5WLEWEA\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"c6dd40a58bfd4c54979eaf1c6be56cb1\",\"snippetSet\":null,\"salesChannelId\":\"08757990bf314633b5d0fa55efc5e63d\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"46d268ec94c5430295ec21fa5952ca53\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-12T07:53:19.452+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"46d268ec94c5430295ec21fa5952ca53\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"69867b98038e4d41bde2382bbb5810fc\",\"81fcce6eda1e4ee994281cf6c41e1208\",\"8b9ed316d2da4756ab995bd0fa46ef87\",\"9c8bb5aa0c974f87b44b4a61a9d61d0a\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"08757990bf314633b5d0fa55efc5e63d\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:53:19.452+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"08757990bf314633b5d0fa55efc5e63d\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0xb2d4df1b7e4643b08f303e6b7e9442dd, 'credit_note_mail', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:35:27.226', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"orderCustomer\":{\"firstName\":\"Max\",\"lastName\":\"Mustermann\"}},\"salesChannel\":{\"name\":\"Storefront\"}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xb428de16b6c74e6f95226aed152caa77, 'order_confirmation_mail', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:57.963', '2023-05-07 15:50:00.871', '{\"order\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"b214948c0a4047a687132c74ee88e1ae\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2023-05-07T15:50:00.653+00:00\",\"updatedAt\":null,\"orderNumber\":\"10000\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1.0,\"salesChannelId\":\"8866b481ccef4f96ad00d0fd59f53dc0\",\"billingAddressId\":\"9b9c4e9c336f4e518ce8a874bc3411ec\",\"orderDateTime\":\"2023-05-07T15:50:00.616+00:00\",\"orderDate\":\"2023-05-07T00:00:00.000+00:00\",\"price\":{\"extensions\":[],\"netPrice\":44.06,\"totalPrice\":52.43,\"calculatedTaxes\":[{\"extensions\":[],\"tax\":8.37,\"taxRate\":19.0,\"price\":52.43}],\"taxRules\":[{\"extensions\":[],\"taxRate\":19.0,\"percentage\":100.0}],\"positionPrice\":52.43,\"taxStatus\":\"gross\",\"rawTotal\":52.43},\"amountTotal\":52.43,\"amountNet\":44.06,\"positionPrice\":52.43,\"taxStatus\":\"gross\",\"shippingCosts\":{\"extensions\":[],\"unitPrice\":0.0,\"quantity\":1,\"totalPrice\":0.0,\"calculatedTaxes\":[{\"extensions\":[],\"tax\":0.0,\"taxRate\":19.0,\"price\":0.0}],\"taxRules\":[{\"extensions\":[],\"taxRate\":19.0,\"percentage\":100.0}],\"referencePrice\":null,\"listPrice\":null,\"regulationPrice\":null},\"shippingTotal\":0.0,\"orderCustomer\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"709f6d7767e64e70a1301311bca530aa\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2023-05-07T15:50:00.644+00:00\",\"updatedAt\":null,\"email\":\"uygarsarioglu@gmail.com\",\"orderId\":\"b214948c0a4047a687132c74ee88e1ae\",\"salutationId\":\"9f4a1860a2c24440a309e376dd4b80a3\",\"firstName\":\"uygar\",\"lastName\":\"sarıoğlu\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"10000\",\"customerId\":\"dffc461fca4a46cf9743efdb34fa9df7\",\"customer\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"dffc461fca4a46cf9743efdb34fa9df7\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-07T15:49:45.197+00:00\",\"updatedAt\":\"2023-05-07T15:49:45.515+00:00\",\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"4e7e88d548d14942b3b5dfcea1810247\",\"salesChannelId\":\"8866b481ccef4f96ad00d0fd59f53dc0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"318c087798394490a8d59fd291be90b5\",\"defaultShippingAddressId\":\"1ef4ac5be8424bbc9b44b4180d4baf27\",\"customerNumber\":\"10000\",\"salutationId\":\"9f4a1860a2c24440a309e376dd4b80a3\",\"firstName\":\"uygar\",\"lastName\":\"sarıoğlu\",\"company\":null,\"password\":\"$2y$10$yTMecJk0nGZxjP\\/Vaffsdu1yH8.DNHkqvPybP\\/MuEcq\\/vQVzvl5cK\",\"email\":\"uygarsarioglu@gmail.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":\"2023-05-07T15:49:45.098+00:00\",\"lastLogin\":null,\"newsletterSalesChannelIds\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"orderTotalAmount\":0.0,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"ed643807c9f84cc8b50132ea3ccb1c3b\",\"versionId\":null,\"translated\":{\"displayName\":\"\",\"letterName\":\"\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:35:25.620+00:00\",\"updatedAt\":null,\"salutationKey\":\"undefined\",\"displayName\":\"\",\"letterName\":\"\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"ed643807c9f84cc8b50132ea3ccb1c3b\",\"customFields\":null},\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":2,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"productReviews\":null,\"remoteAddress\":\"172.69.251.0\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"id\":\"dffc461fca4a46cf9743efdb34fa9df7\",\"customFields\":null},\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"9f4a1860a2c24440a309e376dd4b80a3\",\"versionId\":null,\"translated\":{\"displayName\":\"Frau\",\"letterName\":\"Sehr geehrte Frau\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:34:57.155+00:00\",\"updatedAt\":null,\"salutationKey\":\"mrs\",\"displayName\":\"Frau\",\"letterName\":\"Sehr geehrte Frau\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"9f4a1860a2c24440a309e376dd4b80a3\",\"customFields\":null},\"order\":null,\"remoteAddress\":\"172.69.251.0\",\"id\":\"709f6d7767e64e70a1301311bca530aa\",\"customFields\":null,\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:34:57.793+00:00\",\"updatedAt\":null,\"isoCode\":\"EUR\",\"factor\":1.0,\"symbol\":\"€\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"extensions\":[],\"decimals\":2,\"interval\":0.01,\"roundForNet\":true},\"totalRounding\":{\"extensions\":[],\"decimals\":2,\"interval\":0.01,\"roundForNet\":true},\"taxFreeFrom\":0.0,\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"customFields\":null},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":null,\"addresses\":[{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"3ba778ce4def4dc1827d223b76aa8df8\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2023-05-07T15:50:00.648+00:00\",\"updatedAt\":null,\"countryId\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"countryStateId\":null,\"salutationId\":\"5756580c64014cd885d45ab8938b3acb\",\"firstName\":\"Uygar\",\"lastName\":\"Sarıoğlu\",\"street\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"zipcode\":\"33200\",\"city\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"versionId\":null,\"translated\":{\"name\":\"Deutschland\",\"customFields\":[],\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]]},\"createdAt\":\"2023-04-07T14:34:57.161+00:00\",\"updatedAt\":null,\"name\":\"Deutschland\",\"iso\":\"DE\",\"position\":1,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DEU\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":\"(DE)?[0-9]{9}\",\"vatIdRequired\":false,\"customerTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"companyTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"postalCodeRequired\":false,\"checkPostalCodePattern\":false,\"checkAdvancedPostalCodePattern\":false,\"advancedPostalCodePattern\":null,\"defaultPostalCodePattern\":\"\\\\d{5}\",\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]],\"id\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"customFields\":null},\"countryState\":null,\"order\":null,\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"ed643807c9f84cc8b50132ea3ccb1c3b\",\"versionId\":null,\"translated\":{\"displayName\":\"\",\"letterName\":\"\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:35:25.620+00:00\",\"updatedAt\":null,\"salutationKey\":\"undefined\",\"displayName\":\"\",\"letterName\":\"\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"ed643807c9f84cc8b50132ea3ccb1c3b\",\"customFields\":null},\"orderDeliveries\":null,\"orderId\":\"b214948c0a4047a687132c74ee88e1ae\",\"id\":\"3ba778ce4def4dc1827d223b76aa8df8\",\"customFields\":null,\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"9b9c4e9c336f4e518ce8a874bc3411ec\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2023-05-07T15:50:00.647+00:00\",\"updatedAt\":null,\"countryId\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"countryStateId\":\"4867b34d4dbf440d8b3c24c85a445e35\",\"salutationId\":\"9f4a1860a2c24440a309e376dd4b80a3\",\"firstName\":\"uygar\",\"lastName\":\"sarıoğlu\",\"street\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"zipcode\":\"33200\",\"city\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"versionId\":null,\"translated\":{\"name\":\"Deutschland\",\"customFields\":[],\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]]},\"createdAt\":\"2023-04-07T14:34:57.161+00:00\",\"updatedAt\":null,\"name\":\"Deutschland\",\"iso\":\"DE\",\"position\":1,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DEU\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":\"(DE)?[0-9]{9}\",\"vatIdRequired\":false,\"customerTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"companyTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"postalCodeRequired\":false,\"checkPostalCodePattern\":false,\"checkAdvancedPostalCodePattern\":false,\"advancedPostalCodePattern\":null,\"defaultPostalCodePattern\":\"\\\\d{5}\",\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]],\"id\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"customFields\":null},\"countryState\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"4867b34d4dbf440d8b3c24c85a445e35\",\"versionId\":null,\"translated\":{\"name\":\"Berlin\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:34:57.176+00:00\",\"updatedAt\":null,\"countryId\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"shortCode\":\"DE-BE\",\"name\":\"Berlin\",\"position\":1,\"active\":true,\"country\":null,\"translations\":null,\"customerAddresses\":null,\"orderAddresses\":null,\"id\":\"4867b34d4dbf440d8b3c24c85a445e35\",\"customFields\":null},\"order\":null,\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"ed643807c9f84cc8b50132ea3ccb1c3b\",\"versionId\":null,\"translated\":{\"displayName\":\"\",\"letterName\":\"\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:35:25.620+00:00\",\"updatedAt\":null,\"salutationKey\":\"undefined\",\"displayName\":\"\",\"letterName\":\"\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"ed643807c9f84cc8b50132ea3ccb1c3b\",\"customFields\":null},\"orderDeliveries\":null,\"orderId\":\"b214948c0a4047a687132c74ee88e1ae\",\"id\":\"9b9c4e9c336f4e518ce8a874bc3411ec\",\"customFields\":null,\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"93093e4738ec4270ac1e4fbbf8e480c8\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2023-05-07T15:50:00.650+00:00\",\"updatedAt\":null,\"orderId\":\"b214948c0a4047a687132c74ee88e1ae\",\"shippingOrderAddressId\":\"3ba778ce4def4dc1827d223b76aa8df8\",\"shippingMethodId\":\"09dcaa2626834e268b30ff74bb208e02\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2023-05-08T00:00:00.000+00:00\",\"shippingDateLatest\":\"2023-05-10T00:00:00.000+00:00\",\"shippingCosts\":{\"extensions\":[],\"unitPrice\":0.0,\"quantity\":1,\"totalPrice\":0.0,\"calculatedTaxes\":[{\"extensions\":[],\"tax\":0.0,\"taxRate\":19.0,\"price\":0.0}],\"taxRules\":[{\"extensions\":[],\"taxRate\":19.0,\"percentage\":100.0}],\"referencePrice\":null,\"listPrice\":null,\"regulationPrice\":null},\"shippingOrderAddress\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"3ba778ce4def4dc1827d223b76aa8df8\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2023-05-07T15:50:00.648+00:00\",\"updatedAt\":null,\"countryId\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"countryStateId\":null,\"salutationId\":\"5756580c64014cd885d45ab8938b3acb\",\"firstName\":\"Uygar\",\"lastName\":\"Sarıoğlu\",\"street\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"zipcode\":\"33200\",\"city\":\"75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"versionId\":null,\"translated\":{\"name\":\"Deutschland\",\"customFields\":[],\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]]},\"createdAt\":\"2023-04-07T14:34:57.161+00:00\",\"updatedAt\":null,\"name\":\"Deutschland\",\"iso\":\"DE\",\"position\":1,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DEU\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":\"(DE)?[0-9]{9}\",\"vatIdRequired\":false,\"customerTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"companyTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"postalCodeRequired\":false,\"checkPostalCodePattern\":false,\"checkAdvancedPostalCodePattern\":false,\"advancedPostalCodePattern\":null,\"defaultPostalCodePattern\":\"\\\\d{5}\",\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]],\"id\":\"02b7e51eab1a4faf8dfb253958a7568f\",\"customFields\":null},\"countryState\":null,\"order\":null,\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"ed643807c9f84cc8b50132ea3ccb1c3b\",\"versionId\":null,\"translated\":{\"displayName\":\"\",\"letterName\":\"\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:35:25.620+00:00\",\"updatedAt\":null,\"salutationKey\":\"undefined\",\"displayName\":\"\",\"letterName\":\"\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"ed643807c9f84cc8b50132ea3ccb1c3b\",\"customFields\":null},\"orderDeliveries\":null,\"orderId\":\"b214948c0a4047a687132c74ee88e1ae\",\"id\":\"3ba778ce4def4dc1827d223b76aa8df8\",\"customFields\":null,\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"ae8d88f9118447e5b89a309a37d2b152\",\"stateMachineState\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"ae8d88f9118447e5b89a309a37d2b152\",\"versionId\":null,\"translated\":{\"name\":\"Offen\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:34:58.178+00:00\",\"updatedAt\":null,\"name\":\"Offen\",\"technicalName\":\"open\",\"stateMachineId\":\"2568db7c84644dc08179c57327b6bd3c\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactionCaptures\":null,\"orderTransactionCaptureRefunds\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"id\":\"ae8d88f9118447e5b89a309a37d2b152\",\"customFields\":null},\"shippingMethod\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"09dcaa2626834e268b30ff74bb208e02\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2023-04-07T14:34:57.859+00:00\",\"updatedAt\":\"2023-04-07T11:37:14.119+00:00\",\"name\":\"Express\",\"active\":true,\"position\":1,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"23ffae0d0dad40789472e9931a6211d2\",\"deliveryTime\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"23ffae0d0dad40789472e9931a6211d2\",\"versionId\":null,\"translated\":{\"name\":\"1-3 Tage\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:34:57.000+00:00\",\"updatedAt\":null,\"name\":\"1-3 Tage\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"products\":null,\"id\":\"23ffae0d0dad40789472e9931a6211d2\",\"customFields\":null},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"28caae75a5624f0d985abd0eb32aa160\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"id\":\"09dcaa2626834e268b30ff74bb208e02\",\"customFields\":null},\"order\":null,\"positions\":null,\"id\":\"93093e4738ec4270ac1e4fbbf8e480c8\",\"customFields\":null,\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"86932af36712483db589654dd82c9b3c\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2023-05-07T15:50:00.652+00:00\",\"updatedAt\":null,\"orderId\":\"b214948c0a4047a687132c74ee88e1ae\",\"identifier\":\"33997fadf57d4b4ab8f39094a6ffcbdb\",\"referencedId\":\"33997fadf57d4b4ab8f39094a6ffcbdb\",\"productId\":\"33997fadf57d4b4ab8f39094a6ffcbdb\",\"promotionId\":null,\"quantity\":1,\"unitPrice\":52.43,\"totalPrice\":52.43,\"label\":\"Original Brother TN-1050 Toner\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"1ffbf26b4af24e33a3509a67e37afa3a\",\"stackable\":true,\"position\":1,\"price\":{\"extensions\":[],\"unitPrice\":52.43,\"quantity\":1,\"totalPrice\":52.43,\"calculatedTaxes\":[{\"extensions\":[],\"tax\":8.37,\"taxRate\":19.0,\"price\":52.43}],\"taxRules\":[{\"extensions\":[],\"taxRate\":19.0,\"percentage\":100.0}],\"referencePrice\":null,\"listPrice\":null,\"regulationPrice\":null},\"priceDefinition\":{\"extensions\":[],\"price\":52.43,\"taxRules\":[{\"extensions\":[],\"taxRate\":19.0,\"percentage\":100.0}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"regulationPrice\":null,\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"stock\":6,\"taxId\":\"e8562e7664fd4572bd1175d6f273950c\",\"tagIds\":[\"3c2fba6872744e139b5227a2a44cb7a8\",\"d279bf7245824516b1331a29a5294303\"],\"options\":[],\"features\":{\"1\":{\"type\":\"product\",\"label\":\"description\",\"value\":\"<p style=\\\"margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px \'Helvetica Neue\'; color: #000000\\\">Brother TN-1050 Toner bestellen bei <a href=\\\"http:\\/\\/Trixiton.de\\\"><span style=\\\"text-decoration: underline\\\">Trixiton.de<\\/span><\\/a> | Auf Rechnung + 24h-Versand Mo-Fr.| Blitzversand<\\/p>\"},\"2\":{\"type\":\"product\",\"label\":\"releaseDate\",\"value\":null},\"3\":{\"type\":\"product\",\"label\":\"manufacturerNumber\",\"value\":null},\"4\":{\"type\":\"product\",\"label\":\"ean\",\"value\":null},\"5\":{\"type\":\"product\",\"label\":\"width\",\"value\":null},\"6\":{\"type\":\"product\",\"label\":\"height\",\"value\":null},\"7\":{\"type\":\"product\",\"label\":\"length\",\"value\":null},\"8\":{\"type\":\"product\",\"label\":\"weight\",\"value\":null}},\"parentId\":null,\"createdAt\":\"2023-05-07 15:38:25.665\",\"optionIds\":null,\"streamIds\":null,\"isCloseout\":true,\"categoryIds\":[\"a587ca66a94d4333aae0db7c2c043e3a\"],\"propertyIds\":null,\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"SW10001\",\"manufacturerId\":\"c150139008e049aaa0a2254f1e34554d\",\"purchasePrices\":\"{\\\"extensions\\\":[],\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":44.06,\\\"gross\\\":52.4314,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"percentage\\\":null,\\\"regulationPrice\\\":null}\",\"markAsTopseller\":true},\"parentId\":null,\"parent\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"cover\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"1ffbf26b4af24e33a3509a67e37afa3a\",\"versionId\":null,\"translated\":{\"alt\":null,\"title\":null,\"customFields\":[]},\"createdAt\":\"2023-05-07T15:38:17.948+00:00\",\"updatedAt\":\"2023-05-07T15:38:18.220+00:00\",\"userId\":\"2c9ea2c19ccf4140ae2e91b26f7eecdd\",\"mimeType\":\"image\\/jpeg\",\"fileExtension\":\"jpg\",\"fileSize\":48703,\"title\":null,\"metaData\":{\"hash\":\"7938305029e40116e4166d14ea4d5b11\",\"type\":2,\"width\":600,\"height\":600},\"mediaType\":{\"extensions\":[],\"name\":\"IMAGE\",\"flags\":[]},\"uploadedAt\":\"2023-05-07T15:38:18.219+00:00\",\"alt\":null,\"url\":\"http:\\/\\/shopware.uygarsa.com\\/media\\/2d\\/8a\\/57\\/1683473898\\/TN1050.jpg\",\"fileName\":\"TN1050\",\"user\":null,\"translations\":null,\"categories\":null,\"productManufacturers\":null,\"productMedia\":null,\"avatarUser\":null,\"thumbnails\":[{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"3349f276339c423a92c63f1d6d45374e\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-07T15:38:36.010+00:00\",\"updatedAt\":null,\"width\":1920,\"height\":1920,\"url\":\"http:\\/\\/shopware.uygarsa.com\\/thumbnail\\/2d\\/8a\\/57\\/1683473898\\/TN1050_1920x1920.jpg\",\"mediaId\":\"1ffbf26b4af24e33a3509a67e37afa3a\",\"media\":null,\"id\":\"3349f276339c423a92c63f1d6d45374e\",\"customFields\":null},{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"6fc32bc251514d079a7abb63b6c27316\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-07T15:38:36.010+00:00\",\"updatedAt\":null,\"width\":400,\"height\":400,\"url\":\"http:\\/\\/shopware.uygarsa.com\\/thumbnail\\/2d\\/8a\\/57\\/1683473898\\/TN1050_400x400.jpg\",\"mediaId\":\"1ffbf26b4af24e33a3509a67e37afa3a\",\"media\":null,\"id\":\"6fc32bc251514d079a7abb63b6c27316\",\"customFields\":null},{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"d618a65424024b51975dd614a6558739\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-07T15:38:36.010+00:00\",\"updatedAt\":null,\"width\":800,\"height\":800,\"url\":\"http:\\/\\/shopware.uygarsa.com\\/thumbnail\\/2d\\/8a\\/57\\/1683473898\\/TN1050_800x800.jpg\",\"mediaId\":\"1ffbf26b4af24e33a3509a67e37afa3a\",\"media\":null,\"id\":\"d618a65424024b51975dd614a6558739\",\"customFields\":null}],\"mediaFolderId\":\"c00db131a57840ea82c94f3e5d7de90e\",\"mediaFolder\":null,\"hasFile\":true,\"private\":false,\"propertyGroupOptions\":null,\"mailTemplateMedia\":null,\"tags\":null,\"thumbnailsRo\":\"O:77:\\\"Shopware\\\\Core\\\\Content\\\\Media\\\\Aggregate\\\\MediaThumbnail\\\\MediaThumbnailCollection\\\":2:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:0:{}s:11:\\\"\\u0000*\\u0000elements\\\";a:3:{s:32:\\\"3349f276339c423a92c63f1d6d45374e\\\";O:73:\\\"Shopware\\\\Core\\\\Content\\\\Media\\\\Aggregate\\\\MediaThumbnail\\\\MediaThumbnailEntity\\\":15:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:1:{s:11:\\\"foreignKeys\\\";O:42:\\\"Shopware\\\\Core\\\\Framework\\\\Struct\\\\ArrayStruct\\\":3:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:0:{}s:7:\\\"\\u0000*\\u0000data\\\";a:0:{}s:11:\\\"\\u0000*\\u0000apiAlias\\\";N;}}s:20:\\\"\\u0000*\\u0000_uniqueIdentifier\\\";s:32:\\\"3349f276339c423a92c63f1d6d45374e\\\";s:12:\\\"\\u0000*\\u0000versionId\\\";N;s:13:\\\"\\u0000*\\u0000translated\\\";a:0:{}s:12:\\\"\\u0000*\\u0000createdAt\\\";O:17:\\\"DateTimeImmutable\\\":3:{s:4:\\\"date\\\";s:26:\\\"2023-05-07 15:38:36.010000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:12:\\\"\\u0000*\\u0000updatedAt\\\";N;s:64:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Entity\\u0000_entityName\\\";s:15:\\\"media_thumbnail\\\";s:69:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Entity\\u0000_fieldVisibility\\\";O:60:\\\"Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\FieldVisibility\\\":1:{s:80:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\FieldVisibility\\u0000internalProperties\\\";a:0:{}}s:8:\\\"\\u0000*\\u0000width\\\";i:1920;s:9:\\\"\\u0000*\\u0000height\\\";i:1920;s:6:\\\"\\u0000*\\u0000url\\\";s:0:\\\"\\\";s:10:\\\"\\u0000*\\u0000mediaId\\\";s:32:\\\"1ffbf26b4af24e33a3509a67e37afa3a\\\";s:8:\\\"\\u0000*\\u0000media\\\";N;s:5:\\\"\\u0000*\\u0000id\\\";s:32:\\\"3349f276339c423a92c63f1d6d45374e\\\";s:15:\\\"\\u0000*\\u0000customFields\\\";N;}s:32:\\\"6fc32bc251514d079a7abb63b6c27316\\\";O:73:\\\"Shopware\\\\Core\\\\Content\\\\Media\\\\Aggregate\\\\MediaThumbnail\\\\MediaThumbnailEntity\\\":15:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:1:{s:11:\\\"foreignKeys\\\";O:42:\\\"Shopware\\\\Core\\\\Framework\\\\Struct\\\\ArrayStruct\\\":3:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:0:{}s:7:\\\"\\u0000*\\u0000data\\\";a:0:{}s:11:\\\"\\u0000*\\u0000apiAlias\\\";N;}}s:20:\\\"\\u0000*\\u0000_uniqueIdentifier\\\";s:32:\\\"6fc32bc251514d079a7abb63b6c27316\\\";s:12:\\\"\\u0000*\\u0000versionId\\\";N;s:13:\\\"\\u0000*\\u0000translated\\\";a:0:{}s:12:\\\"\\u0000*\\u0000createdAt\\\";O:17:\\\"DateTimeImmutable\\\":3:{s:4:\\\"date\\\";s:26:\\\"2023-05-07 15:38:36.010000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:12:\\\"\\u0000*\\u0000updatedAt\\\";N;s:64:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Entity\\u0000_entityName\\\";s:15:\\\"media_thumbnail\\\";s:69:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Entity\\u0000_fieldVisibility\\\";r:19;s:8:\\\"\\u0000*\\u0000width\\\";i:400;s:9:\\\"\\u0000*\\u0000height\\\";i:400;s:6:\\\"\\u0000*\\u0000url\\\";s:0:\\\"\\\";s:10:\\\"\\u0000*\\u0000mediaId\\\";s:32:\\\"1ffbf26b4af24e33a3509a67e37afa3a\\\";s:8:\\\"\\u0000*\\u0000media\\\";N;s:5:\\\"\\u0000*\\u0000id\\\";s:32:\\\"6fc32bc251514d079a7abb63b6c27316\\\";s:15:\\\"\\u0000*\\u0000customFields\\\";N;}s:32:\\\"d618a65424024b51975dd614a6558739\\\";O:73:\\\"Shopware\\\\Core\\\\Content\\\\Media\\\\Aggregate\\\\MediaThumbnail\\\\MediaThumbnailEntity\\\":15:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:1:{s:11:\\\"foreignKeys\\\";O:42:\\\"Shopware\\\\Core\\\\Framework\\\\Struct\\\\ArrayStruct\\\":3:{s:13:\\\"\\u0000*\\u0000extensions\\\";a:0:{}s:7:\\\"\\u0000*\\u0000data\\\";a:0:{}s:11:\\\"\\u0000*\\u0000apiAlias\\\";N;}}s:20:\\\"\\u0000*\\u0000_uniqueIdentifier\\\";s:32:\\\"d618a65424024b51975dd614a6558739\\\";s:12:\\\"\\u0000*\\u0000versionId\\\";N;s:13:\\\"\\u0000*\\u0000translated\\\";a:0:{}s:12:\\\"\\u0000*\\u0000createdAt\\\";O:17:\\\"DateTimeImmutable\\\":3:{s:4:\\\"date\\\";s:26:\\\"2023-05-07 15:38:36.010000\\\";s:13:\\\"timezone_type\\\";i:3;s:8:\\\"timezone\\\";s:3:\\\"UTC\\\";}s:12:\\\"\\u0000*\\u0000updatedAt\\\";N;s:64:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Entity\\u0000_entityName\\\";s:15:\\\"media_thumbnail\\\";s:69:\\\"\\u0000Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Entity\\u0000_fieldVisibility\\\";r:19;s:8:\\\"\\u0000*\\u0000width\\\";i:800;s:9:\\\"\\u0000*\\u0000height\\\";i:800;s:6:\\\"\\u0000*\\u0000url\\\";s:0:\\\"\\\";s:10:\\\"\\u0000*\\u0000mediaId\\\";s:32:\\\"1ffbf26b4af24e33a3509a67e37afa3a\\\";s:8:\\\"\\u0000*\\u0000media\\\";N;s:5:\\\"\\u0000*\\u0000id\\\";s:32:\\\"d618a65424024b51975dd614a6558739\\\";s:15:\\\"\\u0000*\\u0000customFields\\\";N;}}}\",\"documentBaseConfigs\":null,\"shippingMethods\":null,\"paymentMethods\":null,\"productConfiguratorSettings\":null,\"orderLineItems\":null,\"cmsBlocks\":null,\"cmsSections\":null,\"cmsPages\":null,\"documents\":null,\"appPaymentMethods\":null,\"productDownloads\":null,\"orderLineItemDownloads\":null,\"id\":\"1ffbf26b4af24e33a3509a67e37afa3a\",\"customFields\":null},\"children\":null,\"product\":null,\"orderTransactionCaptureRefundPositions\":null,\"states\":[\"is-physical\"],\"downloads\":[],\"promotion\":null,\"id\":\"86932af36712483db589654dd82c9b3c\",\"customFields\":null,\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"9e3e2e565f19482191f6dbef70ef75ff\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2023-05-07T15:50:00.652+00:00\",\"updatedAt\":null,\"orderId\":\"b214948c0a4047a687132c74ee88e1ae\",\"paymentMethodId\":\"4e7e88d548d14942b3b5dfcea1810247\",\"amount\":{\"extensions\":[],\"unitPrice\":52.43,\"quantity\":1,\"totalPrice\":52.43,\"calculatedTaxes\":[{\"extensions\":[],\"tax\":8.37,\"taxRate\":19.0,\"price\":52.43}],\"taxRules\":[{\"extensions\":[],\"taxRate\":19.0,\"percentage\":100.0}],\"referencePrice\":null,\"listPrice\":null,\"regulationPrice\":null},\"paymentMethod\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"4e7e88d548d14942b3b5dfcea1810247\",\"versionId\":null,\"translated\":{\"name\":\"Nachnahme\",\"distinguishableName\":\"Nachnahme\",\"description\":\"Zahlung bei Erhalt der Ware.\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:34:57.826+00:00\",\"updatedAt\":null,\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Nachnahme\",\"distinguishableName\":\"Nachnahme\",\"description\":\"Zahlung bei Erhalt der Ware.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"appPaymentMethod\":null,\"synchronous\":true,\"asynchronous\":false,\"prepared\":false,\"refundable\":false,\"id\":\"4e7e88d548d14942b3b5dfcea1810247\",\"customFields\":null},\"order\":null,\"stateMachineState\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"ee956dc098f04318982c4fb5f3596df3\",\"versionId\":null,\"translated\":{\"name\":\"Offen\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:34:58.212+00:00\",\"updatedAt\":null,\"name\":\"Offen\",\"technicalName\":\"open\",\"stateMachineId\":\"8e730b609e52490eb0ae684540793349\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactionCaptures\":null,\"orderTransactionCaptureRefunds\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"id\":\"ee956dc098f04318982c4fb5f3596df3\",\"customFields\":null},\"stateId\":\"ee956dc098f04318982c4fb5f3596df3\",\"captures\":null,\"id\":\"9e3e2e565f19482191f6dbef70ef75ff\",\"customFields\":null,\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"1vUmGokl320D_1ZNedqy9_kaghNemDks\",\"autoIncrement\":1,\"stateMachineState\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"8c20bc7ab3c44c4eb9cdb284e5f2c050\",\"versionId\":null,\"translated\":{\"name\":\"Offen\",\"customFields\":[]},\"createdAt\":\"2023-04-07T14:34:58.148+00:00\",\"updatedAt\":null,\"name\":\"Offen\",\"technicalName\":\"open\",\"stateMachineId\":\"07db09b3ff894634993b1570ff378855\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactionCaptures\":null,\"orderTransactionCaptureRefunds\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"id\":\"8c20bc7ab3c44c4eb9cdb284e5f2c050\",\"customFields\":null},\"stateId\":\"8c20bc7ab3c44c4eb9cdb284e5f2c050\",\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"2ceda9c3f1f64dd088365c09cad2b78e\",\"3858957016644de4ae48c0500bf3ccc8\",\"54094d941b4249708051214fb53b427a\",\"e1378db7808a478f919e0d740d5d6c1a\",\"ef90711654e7402e8f506daa8f784921\",\"3cf541369e6d4a2fa70aa8687a65fc2d\",\"7fd6db768f8f42b29c4ff5f1ccc59bf6\",\"28caae75a5624f0d985abd0eb32aa160\",\"6a874aca3ab94f5da3a439e58107d8e3\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"extensions\":[],\"decimals\":2,\"interval\":0.01,\"roundForNet\":true},\"totalRounding\":{\"extensions\":[],\"decimals\":2,\"interval\":0.01,\"roundForNet\":true},\"id\":\"b214948c0a4047a687132c74ee88e1ae\",\"customFields\":null,\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xbf6fd80bdc6e4da6961ee96533736d2d, 'order.state.cancelled', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:58.027', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xc0481638a2f84bbc9881227914d072cb, 'order.state.completed', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:58.030', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xc8b2724becbf45bf8eabe377b26d995f, 'order_transaction.state.open', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:58.018', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0xcee8ef336928403b9e471720463a64b7, 'newsletterRegister', '{\"newsletterRecipient\":\"newsletter_recipient\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:34:57.960', NULL, '{\"newsletterRecipient\":{\"email\":\"test@example.com\",\"title\":null,\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipCode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"street\":null,\"status\":\"direct\",\"hash\":\"7ee7a7cb1fb741f387b07f4b86a67124\",\"salutationId\":\"44706b43d8bd4b34a4582185c3fd07f1\",\"salutation\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"customFields\":null,\"confirmedAt\":null,\"tags\":null,\"_uniqueIdentifier\":\"e622fb2224fc4baa9125e0bfd0f2a927\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T15:10:10.880+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e622fb2224fc4baa9125e0bfd0f2a927\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0xd29a1be0faac467a8aca119457040433, 'pickware_erp_supplier_order', '{\"shopName\":null,\"salutation\":\"salutation\"}', '2023-04-07 11:55:19.417', '2023-05-07 15:58:43.947', NULL); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xd403602f106d452a844cba5fb4f50929, 'order_delivery.state.cancelled', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:57.997', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xd50dce5d82314d6f864a246660f2ac35, 'order_transaction.state.paid_partially', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:58.014', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0xe60511cea1504910ad60e9cad7bb3926, 'contact_form', '{\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:35:00.578', NULL, '{\"contactFormData\":{\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"email\":\"test@example.com\",\"phone\":\"+0123456789\",\"subject\":\"Test\",\"comment\":\"This is a test\",\"shopware_surname_confirm\":\"\",\"privacy\":\"on\",\"_csrf_token\":\"tcSNom-N6vUHL-CpJgpX5cEVsZciGv120ItEOj10ydw\",\"slotId\":\"a80d8f95414146eea8db85d173b74b2b\",\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"}},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0xebd054e19e6c46bab7d6c6bdb42f06f9, 'customer_group_change_accept', '{\"customer\":\"customer\",\"salesChannel\":\"sales_channel\"}', '2023-04-07 14:34:57.966', NULL, '{\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"b8794be7a6d840e99ffc76f17320df2b\",\"defaultShippingAddressId\":\"b8794be7a6d840e99ffc76f17320df2b\",\"customerNumber\":\"10060\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"testing@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":\"2021-03-29T12:53:05.736+00:00\",\"lastLogin\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"createdAt\":\"2021-03-29T12:53:05.958+00:00\",\"updatedAt\":null,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"},\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":[{\"customerId\":\"c3445cbcbcec4678b3f15639a892afd1\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"countryStateId\":null,\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipcode\":\"12345\",\"city\":\"Musterstadt\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"Musterstr. 2\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":null,\"countryState\":null,\"salutation\":null,\"customer\":null,\"customFields\":null,\"_uniqueIdentifier\":\"b8794be7a6d840e99ffc76f17320df2b\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T12:53:05.958+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b8794be7a6d840e99ffc76f17320df2b\"}],\"orderCustomers\":null,\"autoIncrement\":62,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"c3445cbcbcec4678b3f15639a892afd1\",\"versionId\":null,\"translated\":[],\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c3445cbcbcec4678b3f15639a892afd1\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xf5c7e15e2e3544b5a17ce6b8e67d1ada, 'order_delivery.state.returned_partially', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:57.985', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xf6485d68640b453685bc1aa029eff9aa, 'order_transaction.state.paid', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-04-07 14:34:58.009', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_template_type_translation` -- CREATE TABLE `mail_template_type_translation` ( `mail_template_type_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `mail_template_type_translation` -- INSERT INTO `mail_template_type_translation` (`mail_template_type_id`, `language_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x049583228d434038aae1955de6e31282, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kunden-Registrierung', NULL, '2023-04-07 14:34:57.954', '2023-05-07 15:49:45.431'), (0x049583228d434038aae1955de6e31282, 0x74abf495620848a19755546e0f70dbac, 'Customer registration', NULL, '2023-04-07 14:34:57.952', NULL), (0x0ff0f1dafbdf42ee9953feb65d07f196, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kunden Gruppen Registrierung Abgelehnt', NULL, '2023-04-07 14:35:13.541', NULL), (0x0ff0f1dafbdf42ee9953feb65d07f196, 0x74abf495620848a19755546e0f70dbac, 'Customer Group Registration Declined', NULL, '2023-04-07 14:35:13.540', NULL), (0x1e06c69b9ad042d7be0db88b48a38cd8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Versand digitaler Produkte', NULL, '2023-04-07 14:35:31.826', NULL), (0x1e06c69b9ad042d7be0db88b48a38cd8, 0x74abf495620848a19755546e0f70dbac, 'Delivery of digital products', NULL, '2023-04-07 14:35:31.825', NULL), (0x29fc430b8c7644a1a8036706664a7850, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Lieferstatus: Teilweise versandt', NULL, '2023-04-07 14:34:57.990', NULL), (0x29fc430b8c7644a1a8036706664a7850, 0x74abf495620848a19755546e0f70dbac, 'Enter delivery state: Shipped (partially)', NULL, '2023-04-07 14:34:57.989', NULL), (0x2bae72f695f84119af025556caa33107, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Abgebrochen', NULL, '2023-04-07 14:34:58.008', NULL), (0x2bae72f695f84119af025556caa33107, 0x74abf495620848a19755546e0f70dbac, 'Enter payment state: Cancelled', NULL, '2023-04-07 14:34:58.007', NULL), (0x2e57fb3b1c424bdc854865cc29215b7a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Bestellstatus: In Bearbeitung', NULL, '2023-04-07 14:34:58.026', NULL), (0x2e57fb3b1c424bdc854865cc29215b7a, 0x74abf495620848a19755546e0f70dbac, 'Enter order state: In progress', NULL, '2023-04-07 14:34:58.024', NULL), (0x43e246a0cd9e45759cf80d77668f6c28, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Double-Opt-In-Gast-Bestellung', NULL, '2023-04-07 14:35:03.507', NULL), (0x43e246a0cd9e45759cf80d77668f6c28, 0x74abf495620848a19755546e0f70dbac, 'Double opt in guest order', NULL, '2023-04-07 14:35:03.506', NULL), (0x4679c6730ac447678dd7b5aa91dd68cb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Stornorechnung', NULL, '2023-04-07 14:35:27.242', NULL), (0x4679c6730ac447678dd7b5aa91dd68cb, 0x74abf495620848a19755546e0f70dbac, 'Cancellation invoice', NULL, '2023-04-07 14:35:27.241', NULL), (0x47f572cc6d5d4348a819c67e241a2c96, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Benutzer Passwort Wiederherstellung', NULL, '2023-04-07 14:35:02.400', NULL), (0x47f572cc6d5d4348a819c67e241a2c96, 0x74abf495620848a19755546e0f70dbac, 'Customer password recovery', NULL, '2023-04-07 14:35:02.398', NULL), (0x543bf2def53c4763ac4721605e379ce8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Erinnert', NULL, '2023-04-07 14:34:58.002', NULL), (0x543bf2def53c4763ac4721605e379ce8, 0x74abf495620848a19755546e0f70dbac, 'Enter payment state: Reminded', NULL, '2023-04-07 14:34:58.001', NULL), (0x5b81bad2fa0b4c4e989e4ecbb4297dd9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Lieferstatus: Versandt', NULL, '2023-04-07 14:34:57.996', NULL), (0x5b81bad2fa0b4c4e989e4ecbb4297dd9, 0x74abf495620848a19755546e0f70dbac, 'Enter delivery state: Shipped', NULL, '2023-04-07 14:34:57.995', NULL), (0x5f3e7f18c6b040598e1663446cadadf0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Benutzer Passwort Wiederherstellung', NULL, '2023-04-07 14:34:59.724', NULL), (0x5f3e7f18c6b040598e1663446cadadf0, 0x74abf495620848a19755546e0f70dbac, 'User password recovery', NULL, '2023-04-07 14:34:59.723', NULL), (0x665707111c0d4c5c9b4bde071546bd8a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Meldebestand Benachrichtigung', NULL, '2023-04-07 11:55:18.862', '2023-05-07 15:58:43.421'), (0x665707111c0d4c5c9b4bde071546bd8a, 0x74abf495620848a19755546e0f70dbac, 'Reorder notification', NULL, '2023-04-07 11:55:18.862', '2023-05-07 15:58:43.421'), (0x6741d0047f034bdfa7e25d039d64a05c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kundengruppenwechsel abgelehnt', NULL, '2023-04-07 14:34:57.975', NULL), (0x6741d0047f034bdfa7e25d039d64a05c, 0x74abf495620848a19755546e0f70dbac, 'Customer group change rejected', NULL, '2023-04-07 14:34:57.974', NULL), (0x67ce7e564995472bb3ad57fecbaa64bb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Passwort Änderungsanfrage', NULL, '2023-04-07 14:34:57.978', NULL), (0x67ce7e564995472bb3ad57fecbaa64bb, 0x74abf495620848a19755546e0f70dbac, 'Password change request', NULL, '2023-04-07 14:34:57.977', NULL), (0x6a79c32b24194817bef947ca255d34c2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Teilweise erstattet', NULL, '2023-04-07 14:34:58.005', NULL), (0x6a79c32b24194817bef947ca255d34c2, 0x74abf495620848a19755546e0f70dbac, 'Enter payment state: Refunded (partially)', NULL, '2023-04-07 14:34:58.004', NULL), (0x71254b4329af4d7493f3e4b271c4c061, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lagerbestandshinweis', NULL, '2023-04-07 14:34:57.984', NULL), (0x71254b4329af4d7493f3e4b271c4c061, 0x74abf495620848a19755546e0f70dbac, 'Product stock warning', NULL, '2023-04-07 14:34:57.983', NULL), (0x7511012393284e5a8889ccb8cc7def4e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Newsletter Double-Opt-In', NULL, '2023-04-07 14:34:57.959', NULL), (0x7511012393284e5a8889ccb8cc7def4e, 0x74abf495620848a19755546e0f70dbac, 'Newsletter double opt-in', NULL, '2023-04-07 14:34:57.956', NULL), (0x7b12223be5b04d0792fb1a2a8f6c1931, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Versandbenachrichtigung', NULL, '2023-04-07 14:35:27.217', NULL), (0x7b12223be5b04d0792fb1a2a8f6c1931, 0x74abf495620848a19755546e0f70dbac, 'Delivery note', NULL, '2023-04-07 14:35:27.216', NULL), (0x800327dc9ef440438dfc5e81b0f181e8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Lieferstatus: Retour', NULL, '2023-04-07 14:34:57.993', NULL), (0x800327dc9ef440438dfc5e81b0f181e8, 0x74abf495620848a19755546e0f70dbac, 'Enter delivery state: Returned', NULL, '2023-04-07 14:34:57.992', NULL), (0x84c3a463103645fbbcb993f6a7241c5e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Double-Opt-In-Registrierung', NULL, '2023-04-07 14:35:03.350', NULL), (0x84c3a463103645fbbcb993f6a7241c5e, 0x74abf495620848a19755546e0f70dbac, 'Double opt in registration', NULL, '2023-04-07 14:35:03.348', NULL), (0x88f76038058b4ac6ace1850e5c919711, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Bestellstatus: Offen', NULL, '2023-04-07 14:34:58.022', NULL), (0x88f76038058b4ac6ace1850e5c919711, 0x74abf495620848a19755546e0f70dbac, 'Enter order state: Open', NULL, '2023-04-07 14:34:58.021', NULL), (0x8bd4f01031314b788afcafa87009ef56, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kunden Gruppen Registrierung Akzeptiert', NULL, '2023-04-07 14:35:13.532', NULL), (0x8bd4f01031314b788afcafa87009ef56, 0x74abf495620848a19755546e0f70dbac, 'Customer Group Registration Accepted', NULL, '2023-04-07 14:35:13.531', NULL), (0x975778d9071942b3a911fe14de87eee0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rechnung', NULL, '2023-04-07 14:35:27.205', NULL), (0x975778d9071942b3a911fe14de87eee0, 0x74abf495620848a19755546e0f70dbac, 'Invoice', NULL, '2023-04-07 14:35:27.204', NULL), (0xa90ce0a0df8f42b5ab86cc2e9692e1e0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Erstattet', NULL, '2023-04-07 14:34:58.014', NULL), (0xa90ce0a0df8f42b5ab86cc2e9692e1e0, 0x74abf495620848a19755546e0f70dbac, 'Enter payment state: Refunded', NULL, '2023-04-07 14:34:58.013', NULL), (0xaf0abb898d234b7c9b482ed05e79c053, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SEPA-Autorisierung', NULL, '2023-04-07 14:34:57.981', NULL), (0xaf0abb898d234b7c9b482ed05e79c053, 0x74abf495620848a19755546e0f70dbac, 'SEPA authorization', NULL, '2023-04-07 14:34:57.980', NULL), (0xb2d4df1b7e4643b08f303e6b7e9442dd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gutschrift', NULL, '2023-04-07 14:35:27.230', NULL), (0xb2d4df1b7e4643b08f303e6b7e9442dd, 0x74abf495620848a19755546e0f70dbac, 'Credit note', NULL, '2023-04-07 14:35:27.229', NULL), (0xb428de16b6c74e6f95226aed152caa77, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bestellbestätigung', NULL, '2023-04-07 14:34:57.965', '2023-05-07 15:50:00.872'), (0xb428de16b6c74e6f95226aed152caa77, 0x74abf495620848a19755546e0f70dbac, 'Order confirmation', NULL, '2023-04-07 14:34:57.964', NULL), (0xbf6fd80bdc6e4da6961ee96533736d2d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Bestellstatus: Abgebrochen', NULL, '2023-04-07 14:34:58.029', NULL), (0xbf6fd80bdc6e4da6961ee96533736d2d, 0x74abf495620848a19755546e0f70dbac, 'Enter order state: Cancelled', NULL, '2023-04-07 14:34:58.028', NULL), (0xc0481638a2f84bbc9881227914d072cb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Bestellstatus: Abgeschlossen', NULL, '2023-04-07 14:34:58.032', NULL), (0xc0481638a2f84bbc9881227914d072cb, 0x74abf495620848a19755546e0f70dbac, 'Enter order state: Done', NULL, '2023-04-07 14:34:58.031', NULL), (0xc8b2724becbf45bf8eabe377b26d995f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Offen', NULL, '2023-04-07 14:34:58.019', NULL), (0xc8b2724becbf45bf8eabe377b26d995f, 0x74abf495620848a19755546e0f70dbac, 'Enter payment state: Open', NULL, '2023-04-07 14:34:58.018', NULL), (0xcee8ef336928403b9e471720463a64b7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Newsletter-Registrierung', NULL, '2023-04-07 14:34:57.962', NULL), (0xcee8ef336928403b9e471720463a64b7, 0x74abf495620848a19755546e0f70dbac, 'Newsletter registration', NULL, '2023-04-07 14:34:57.961', NULL), (0xd29a1be0faac467a8aca119457040433, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lieferantenbestellung', NULL, '2023-04-07 11:55:19.418', '2023-05-07 15:58:43.947'), (0xd29a1be0faac467a8aca119457040433, 0x74abf495620848a19755546e0f70dbac, 'Supplier Order', NULL, '2023-04-07 11:55:19.418', '2023-05-07 15:58:43.948'), (0xd403602f106d452a844cba5fb4f50929, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Lieferstatus: Abgebrochen', NULL, '2023-04-07 14:34:58.000', NULL), (0xd403602f106d452a844cba5fb4f50929, 0x74abf495620848a19755546e0f70dbac, 'Enter delivery state: Cancelled', NULL, '2023-04-07 14:34:57.999', NULL), (0xd50dce5d82314d6f864a246660f2ac35, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Teilweise bezahlt', NULL, '2023-04-07 14:34:58.017', NULL), (0xd50dce5d82314d6f864a246660f2ac35, 0x74abf495620848a19755546e0f70dbac, 'Enter payment state: Paid (partially)', NULL, '2023-04-07 14:34:58.015', NULL), (0xe60511cea1504910ad60e9cad7bb3926, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kontaktformular', NULL, '2023-04-07 14:35:00.581', NULL), (0xe60511cea1504910ad60e9cad7bb3926, 0x74abf495620848a19755546e0f70dbac, 'Contact form', NULL, '2023-04-07 14:35:00.580', NULL), (0xebd054e19e6c46bab7d6c6bdb42f06f9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kundengruppenwechsel akzeptiert', NULL, '2023-04-07 14:34:57.972', NULL), (0xebd054e19e6c46bab7d6c6bdb42f06f9, 0x74abf495620848a19755546e0f70dbac, 'Customer group change accepted', NULL, '2023-04-07 14:34:57.971', NULL), (0xf5c7e15e2e3544b5a17ce6b8e67d1ada, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Lieferstatus: Offen', NULL, '2023-04-07 14:34:57.987', NULL), (0xf5c7e15e2e3544b5a17ce6b8e67d1ada, 0x74abf495620848a19755546e0f70dbac, 'Enter delivery state: Open', NULL, '2023-04-07 14:34:57.986', NULL), (0xf6485d68640b453685bc1aa029eff9aa, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Bezahlt', NULL, '2023-04-07 14:34:58.011', NULL), (0xf6485d68640b453685bc1aa029eff9aa, 0x74abf495620848a19755546e0f70dbac, 'Enter payment state: Paid', NULL, '2023-04-07 14:34:58.010', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `main_category` -- CREATE TABLE `main_category` ( `id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `category_id` binary(16) NOT NULL, `category_version_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media` -- CREATE TABLE `media` ( `id` binary(16) NOT NULL, `user_id` binary(16) DEFAULT NULL, `media_folder_id` binary(16) DEFAULT NULL, `mime_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_extension` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_size` int UNSIGNED DEFAULT NULL, `meta_data` json DEFAULT NULL, `file_name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `media_type` longblob, `thumbnails_ro` longblob, `private` tinyint(1) NOT NULL DEFAULT '0', `uploaded_at` datetime(3) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media` -- INSERT INTO `media` (`id`, `user_id`, `media_folder_id`, `mime_type`, `file_extension`, `file_size`, `meta_data`, `file_name`, `media_type`, `thumbnails_ro`, `private`, `uploaded_at`, `created_at`, `updated_at`) VALUES (0x0110ee4983a14a5d93628fdc3fb58408, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xde8f584f4fb844059aa3e7683cd6b795, 'image/svg+xml', 'svg', 13056, NULL, 'LibertyTheme-Preview', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 12:14:35.186', '2023-04-07 12:14:35.157', '2023-04-07 12:14:35.234'), (0x134af743d80242dcb9dfa023f89ab4fe, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xde8f584f4fb844059aa3e7683cd6b795, 'image/png', 'png', 4840, '{\"type\": 3, \"width\": 237, \"height\": 35}', 'demostore-logo', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31313a227472616e73706172656e74223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:39:26.493', '2023-04-07 11:39:26.446', '2023-04-07 11:39:26.549'), (0x1ae9822898de4376ba5a3ad72aade9bf, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 16176, NULL, 'swag_paypal_apm_trustly', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:59.864', '2023-04-07 11:37:59.734', '2023-04-07 11:37:59.866'), (0x1ffbf26b4af24e33a3509a67e37afa3a, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xc00db131a57840ea82c94f3e5d7de90e, 'image/jpeg', 'jpg', 48703, '{\"hash\": \"7938305029e40116e4166d14ea4d5b11\", \"type\": 2, \"width\": 600, \"height\": 600}', 'TN1050', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223333343966323736333339633432336139326336336631643664343533373465223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223666633332626332353135313464303739613761626236336236633237333136223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223666633332626332353135313464303739613761626236336236633237333136223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223666633332626332353135313464303739613761626236336236633237333136223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a226436313861363534323430323462353139373564643631346136353538373339223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226436313861363534323430323462353139373564643631346136353538373339223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30372031353a33383a33362e303130303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223166666266323662346166323465333361333530396136376533376166613361223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226436313861363534323430323462353139373564643631346136353538373339223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d, 0, '2023-05-07 15:38:18.219', '2023-05-07 15:38:17.948', '2023-05-07 15:38:18.220'), (0x24aa48f6f8fe49db9d563db21a60c5b9, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 7252, NULL, 'swag_paypal_apm_mybank', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:59.227', '2023-04-07 11:37:59.108', '2023-04-07 11:37:59.229'), (0x267df48b4efd41d8a5eef8deb53a3ba4, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 3516, NULL, 'swag_paypal_sepa', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:58.179', '2023-04-07 11:37:58.056', '2023-04-07 11:37:58.181'), (0x26fd26bc2b494af0a34c7ca6f2f35176, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xde8f584f4fb844059aa3e7683cd6b795, 'image/svg+xml', 'svg', 13056, NULL, 'LibertyTheme-Preview_(1)', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-07 15:52:54.546', '2023-05-07 15:52:54.513', '2023-05-07 15:52:54.600'), (0x2a63cfc031b64d60a9b6fba515d1f04e, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 12606, NULL, 'swag_paypal_apm_eps', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:58.617', '2023-04-07 11:37:58.500', '2023-04-07 11:37:58.618'), (0x2cafdc1f353740acbe45a10f3b132a48, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 7026, NULL, 'swag_paypal_apm_giropay', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:58.756', '2023-04-07 11:37:58.642', '2023-04-07 11:37:58.757'), (0x2de3a489cbdd4a2c8e348af3fdc6d889, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xde8f584f4fb844059aa3e7683cd6b795, 'image/svg+xml', 'svg', 13056, NULL, 'LibertyTheme-Preview_(2)', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-07 15:53:33.970', '2023-05-07 15:53:33.940', '2023-05-07 15:53:34.017'), (0x2f406722b3af4551a3d339d87f8cfc62, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xde8f584f4fb844059aa3e7683cd6b795, 'image/svg+xml', 'svg', 16082, NULL, 'metro-light-logo', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-07 15:20:34.299', '2023-05-07 15:20:34.197', '2023-05-07 15:20:34.398'), (0x36aa321fc0fb48da82d79b07dd89980b, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xde8f584f4fb844059aa3e7683cd6b795, 'image/svg+xml', 'svg', 3325, NULL, 'metro-fav', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-07 15:20:34.323', '2023-05-07 15:20:34.198', '2023-05-07 15:20:34.399'), (0x4395c2d961ce42549a40168a32e08b38, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xde8f584f4fb844059aa3e7683cd6b795, 'image/svg+xml', 'svg', 16082, NULL, 'metro-light-logo-white', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-07 15:20:34.276', '2023-05-07 15:20:34.197', '2023-05-07 15:20:34.398'), (0x50e9c59c62ed45fd9ebb5409c8147302, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 23041, NULL, 'swag_paypal_apm_bancontact', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:58.335', '2023-04-07 11:37:58.206', '2023-04-07 11:37:58.336'), (0x550aa506e94a4f73ac743572b12d7278, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 3720, NULL, 'swag_paypal_apm_oxxo', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:59.377', '2023-04-07 11:37:59.252', '2023-04-07 11:37:59.378'), (0x59c6cf9240f145c5b7de9ce4e1b195b9, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xde8f584f4fb844059aa3e7683cd6b795, 'image/png', 'png', 549, '{\"type\": 3, \"width\": 32, \"height\": 32}', 'favicon', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31313a227472616e73706172656e74223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:39:26.511', '2023-04-07 11:39:26.447', '2023-04-07 11:39:26.549'), (0x5e5ff8699b804f358c8dd85b8bc55e22, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 22113, NULL, 'swag_paypal_apm_multibanco', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:59.075', '2023-04-07 11:37:58.923', '2023-04-07 11:37:59.076'), (0x7c7ceb9aa48c40c39d2d632038fc1c16, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 12611, NULL, 'swag_paypal_apm_p24', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:59.538', '2023-04-07 11:37:59.405', '2023-04-07 11:37:59.540'), (0x832170dbf31043f4a1c7fc77b3355318, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 391, NULL, 'swag_paypal_venmo', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:38:00.020', '2023-04-07 11:37:59.890', '2023-04-07 11:38:00.021'), (0xa64d4c78f5ba423081cadb0147fb1f2b, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 3050, NULL, 'swag_paypal_paypal', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:38:00.170', '2023-04-07 11:37:57.627', '2023-04-07 11:38:00.172'), (0xae8e4c4f859844828cf3bf4caeaf975b, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 2116, NULL, 'swag_paypal_pui', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:57.894', '2023-04-07 11:37:57.784', '2023-04-07 11:37:57.895'), (0xaf04a10a51584e93b0fffed49826d8c1, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 9792, NULL, 'swag_paypal_apm_sofort', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:59.707', '2023-04-07 11:37:59.572', '2023-04-07 11:37:59.708'), (0xafcef6c540824829859c56ea579cebef, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xde8f584f4fb844059aa3e7683cd6b795, 'image/png', 'png', 4273, '{\"type\": 3, \"width\": 230, \"height\": 163}', 'MetroLightPreview', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31313a227472616e73706172656e74223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-07 15:20:34.252', '2023-05-07 15:20:34.196', '2023-05-07 15:20:34.397'), (0xb1e4c5da36de40e883746b15604039f4, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 4145, NULL, 'swag_paypal_card', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:58.031', '2023-04-07 11:37:57.918', '2023-04-07 11:37:58.032'), (0xb4b4115de0dc428a8dfe125689b5b44b, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 9612, NULL, 'swag_paypal_apm_ideal', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:58.894', '2023-04-07 11:37:58.782', '2023-04-07 11:37:58.895'), (0xc1b5065ead0243ccb63572f055418746, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0x86baec0deed54eb781be7503fd8c168e, 'image/jpeg', 'jpg', 3757959, '{\"hash\": \"7ede8522ed452b69681a8c90205f46cd\", \"type\": 2, \"width\": 1920, \"height\": 1080}', 'manzara_03_zevklimekan', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223133323762383331393235613466363462643061396466633637666561343135223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223133323762383331393235613466363462643061396466633637666561343135223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30342d30372031323a32363a35322e313133303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a226331623530363565616430323433636362363335373266303535343138373436223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223133323762383331393235613466363462643061396466633637666561343135223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223631313735376338653230333434356339393236636266643163633437386337223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223631313735376338653230333434356339393236636266643163633437386337223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30342d30372031323a32363a35322e313134303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a226331623530363565616430323433636362363335373266303535343138373436223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223631313735376338653230333434356339393236636266643163633437386337223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223833633464333235316666383432346461363232643161373332353964626234223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223833633464333235316666383432346461363232643161373332353964626234223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30342d30372031323a32363a35322e313134303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a226331623530363565616430323433636362363335373266303535343138373436223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223833633464333235316666383432346461363232643161373332353964626234223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d, 0, '2023-04-07 12:26:48.699', '2023-04-07 12:26:41.059', '2023-04-07 12:26:48.701'), (0xc2bcf7424c774bb7a5db7d0493eb4537, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xd4f8b4760e874e2b915cef430077e1e9, 'image/svg+xml', 'svg', 4756, NULL, 'swag_paypal_apm_blik', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:37:58.473', '2023-04-07 11:37:58.360', '2023-04-07 11:37:58.475'), (0xde4b7dbe9d95435092cb85ce146ced28, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0x86baec0deed54eb781be7503fd8c168e, 'image/jpeg', 'jpg', 178768, '{\"type\": 2, \"width\": 1280, \"height\": 528}', 'hq_1280x1280', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223363383636313663633063623430393339643238623535356234356330396330223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223363383636313663633063623430393339643238623535356234356330396330223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30342d30372031313a33373a32382e343839303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a226465346237646265396439353433353039326362383563653134366365643238223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223363383636313663633063623430393339643238623535356234356330396330223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223834346632323231653336343433613638653763616233623937643663376261223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223834346632323231653336343433613638653763616233623937643663376261223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30342d30372031313a33373a32382e343838303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a226465346237646265396439353433353039326362383563653134366365643238223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223834346632323231653336343433613638653763616233623937643663376261223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223838366435356637363639333433326162306164613834316361643831616636223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223838366435356637363639333433326162306164613834316361643831616636223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30342d30372031313a33373a32382e343839303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a226465346237646265396439353433353039326362383563653134366365643238223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223838366435356637363639333433326162306164613834316361643831616636223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d, 0, '2023-04-07 11:37:10.080', '2023-04-07 11:37:09.921', '2023-04-07 11:37:10.082'), (0xdfeae997846f46068d8d2a4cf93dd561, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 0xde8f584f4fb844059aa3e7683cd6b795, 'image/jpeg', 'jpg', 35472, '{\"type\": 2, \"width\": 228, \"height\": 138}', 'defaultThemePreview', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-04-07 11:39:26.473', '2023-04-07 11:39:26.446', '2023-04-07 11:39:26.549'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_default_folder` -- CREATE TABLE `media_default_folder` ( `id` binary(16) NOT NULL, `association_fields` json NOT NULL, `entity` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media_default_folder` -- INSERT INTO `media_default_folder` (`id`, `association_fields`, `entity`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x01036c34c02046e9abf29598b9e4fb06, '[\"productDownloads\", \"orderLineItemDownloads\"]', 'product_download', NULL, '2023-04-07 14:35:31.401', NULL), (0x1c3569d653d5456a82226a63b5d9e2ec, '[]', 'cms_page', NULL, '2023-04-07 14:34:57.922', NULL), (0x2297d93196f140e79def92d0be340cf9, '[\"media\"]', 'theme', NULL, '2023-04-07 00:00:00.000', NULL), (0x31ea03ef43d147f7a63879ea19c77f79, '[\"documents\"]', 'document', NULL, '2023-04-07 14:34:57.922', NULL), (0x37dcbd712ad14ce1b7db51db2711a31b, '[]', 'import_export_profile', NULL, '2023-04-07 14:35:07.309', NULL), (0x39cf726c1dab4d74a37ed16fd37cdc7c, '[\"productMedia\"]', 'product', NULL, '2023-04-07 14:34:57.922', NULL), (0x765166071c86448eba1abaf82cab66e7, '[\"productManufacturers\"]', 'product_manufacturer', NULL, '2023-04-07 14:34:57.922', NULL), (0xb3a3102144134152b432cd3bb6787684, '[\"categories\"]', 'category', NULL, '2023-04-07 14:34:57.922', NULL), (0xd56dd01fa7464470bf194da7e8f17dce, '[\"avatarUser\"]', 'user', NULL, '2023-04-07 14:34:57.922', NULL), (0xdb499429e05a42a9ac3ab121f8df6612, '[\"mailTemplateMedia\"]', 'mail_template', NULL, '2023-04-07 14:34:57.922', NULL), (0xea99b48887b94f62808098aacc0250e4, '[\"paymentMethods\"]', 'payment_method', NULL, '2023-04-07 14:35:22.380', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_folder` -- CREATE TABLE `media_folder` ( `id` binary(16) NOT NULL, `parent_id` binary(16) DEFAULT NULL, `default_folder_id` binary(16) DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `child_count` int UNSIGNED NOT NULL DEFAULT '0', `path` longtext COLLATE utf8mb4_unicode_ci, `media_folder_configuration_id` binary(16) DEFAULT NULL, `use_parent_configuration` tinyint(1) DEFAULT '1', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media_folder` -- INSERT INTO `media_folder` (`id`, `parent_id`, `default_folder_id`, `name`, `child_count`, `path`, `media_folder_configuration_id`, `use_parent_configuration`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x00000000000000000000000000000000, NULL, 0x01036c34c02046e9abf29598b9e4fb06, 'Product downloads', 0, NULL, 0x713b482438ef41a2873553787ebd62a4, 0, NULL, '2023-04-07 14:35:31.405', NULL), (0x013334e6d44242c0aa29fa9cd2f403fe, NULL, 0xb3a3102144134152b432cd3bb6787684, 'Category Media', 0, NULL, 0xe63415f255cf44bfb19c876851b25e1c, 0, NULL, '2023-04-07 14:34:57.930', NULL), (0x2a40a2dc45c7436fb95f5e70b9837fc4, NULL, 0x31ea03ef43d147f7a63879ea19c77f79, 'Document Media', 0, NULL, 0xbf126b975bd84d8599340c8bfec92bb4, 0, NULL, '2023-04-07 14:34:57.934', NULL), (0x2abe2cccff934cb79d8e63aaa06aaac2, NULL, 0x37dcbd712ad14ce1b7db51db2711a31b, 'Imported Media', 0, NULL, 0xbad88da3e38b43b7a7be9b43ce4e8eb5, 1, NULL, '2023-04-07 14:35:07.320', NULL), (0x64a4e5ce76ee435bbabaf4a7d83cc789, NULL, 0xdb499429e05a42a9ac3ab121f8df6612, 'Mail Template Media', 0, NULL, 0x487c6cbe6f6f40909272052edcfea386, 0, NULL, '2023-04-07 14:34:57.935', NULL), (0x86baec0deed54eb781be7503fd8c168e, NULL, 0x1c3569d653d5456a82226a63b5d9e2ec, 'CMS Media', 0, NULL, 0xa4a59eb2d79e4799af3950132670187e, 0, NULL, '2023-04-07 14:34:57.932', NULL), (0xbe8aa995b0ac4ac0822a2890b405eaa1, NULL, 0x765166071c86448eba1abaf82cab66e7, 'Product Manufacturer Media', 0, NULL, 0x395aa6a336c4474bb244bf59d23a2da4, 0, NULL, '2023-04-07 14:34:57.938', NULL), (0xc00db131a57840ea82c94f3e5d7de90e, NULL, 0x39cf726c1dab4d74a37ed16fd37cdc7c, 'Product Media', 0, NULL, 0xb2e321485a154737b18f3d5943fe583c, 0, NULL, '2023-04-07 14:34:57.937', NULL), (0xd4f8b4760e874e2b915cef430077e1e9, NULL, 0xea99b48887b94f62808098aacc0250e4, 'Payment Method Media', 0, NULL, 0xaf3f124da56d4670ba0ad72fc0e3db02, 1, NULL, '2023-04-07 14:35:22.384', NULL), (0xde8f584f4fb844059aa3e7683cd6b795, NULL, 0x2297d93196f140e79def92d0be340cf9, 'Theme Media', 0, NULL, 0x5797ae6574d944968c98dedc2621bd10, 1, NULL, '2023-04-07 00:00:00.000', NULL), (0xea00412b41c943769a65638caf083aec, NULL, 0xd56dd01fa7464470bf194da7e8f17dce, 'User Media', 0, NULL, 0x376d979960804105b161ad1b858e9e5b, 0, NULL, '2023-04-07 14:34:57.940', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_folder_configuration` -- CREATE TABLE `media_folder_configuration` ( `id` binary(16) NOT NULL, `create_thumbnails` tinyint(1) DEFAULT '1', `thumbnail_quality` int DEFAULT '80', `media_thumbnail_sizes_ro` longblob, `keep_aspect_ratio` tinyint(1) DEFAULT '1', `private` tinyint(1) DEFAULT '0', `no_association` tinyint(1) DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media_folder_configuration` -- INSERT INTO `media_folder_configuration` (`id`, `create_thumbnails`, `thumbnail_quality`, `media_thumbnail_sizes_ro`, `keep_aspect_ratio`, `private`, `no_association`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x376d979960804105b161ad1b858e9e5b, 1, 80, NULL, 1, 0, NULL, NULL, '2023-04-07 14:34:57.939', NULL), (0x395aa6a336c4474bb244bf59d23a2da4, 1, 80, NULL, 1, 0, NULL, NULL, '2023-04-07 14:34:57.938', NULL), (0x487c6cbe6f6f40909272052edcfea386, 1, 80, NULL, 1, 0, NULL, NULL, '2023-04-07 14:34:57.935', NULL), (0x5797ae6574d944968c98dedc2621bd10, 1, 80, NULL, 1, 0, 1, NULL, '2023-04-07 00:00:00.000', NULL), (0x713b482438ef41a2873553787ebd62a4, 0, 80, NULL, 1, 1, NULL, NULL, '2023-04-07 14:35:31.403', NULL), (0xa4a59eb2d79e4799af3950132670187e, 1, 80, NULL, 1, 0, NULL, NULL, '2023-04-07 14:34:57.932', NULL), (0xaf3f124da56d4670ba0ad72fc0e3db02, 1, 80, NULL, 1, 0, NULL, NULL, '2023-04-07 14:35:22.382', NULL), (0xb2e321485a154737b18f3d5943fe583c, 1, 80, NULL, 1, 0, NULL, NULL, '2023-04-07 14:34:57.936', NULL), (0xbad88da3e38b43b7a7be9b43ce4e8eb5, 1, 80, NULL, 1, 0, NULL, NULL, '2023-04-07 14:35:07.313', NULL), (0xbf126b975bd84d8599340c8bfec92bb4, 1, 80, NULL, 1, 1, NULL, NULL, '2023-04-07 14:34:57.934', NULL), (0xe63415f255cf44bfb19c876851b25e1c, 1, 80, NULL, 1, 0, NULL, NULL, '2023-04-07 14:34:57.928', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_folder_configuration_media_thumbnail_size` -- CREATE TABLE `media_folder_configuration_media_thumbnail_size` ( `media_folder_configuration_id` binary(16) NOT NULL, `media_thumbnail_size_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `media_folder_configuration_media_thumbnail_size` -- INSERT INTO `media_folder_configuration_media_thumbnail_size` (`media_folder_configuration_id`, `media_thumbnail_size_id`) VALUES (0xa4a59eb2d79e4799af3950132670187e, 0x2a4083672b2641ab843b6addbca2718c), (0xb2e321485a154737b18f3d5943fe583c, 0x2a4083672b2641ab843b6addbca2718c), (0xbad88da3e38b43b7a7be9b43ce4e8eb5, 0x2a4083672b2641ab843b6addbca2718c), (0xe63415f255cf44bfb19c876851b25e1c, 0x2a4083672b2641ab843b6addbca2718c), (0xa4a59eb2d79e4799af3950132670187e, 0x91be2a1284754682a7a1b6a84b0b6d1a), (0xb2e321485a154737b18f3d5943fe583c, 0x91be2a1284754682a7a1b6a84b0b6d1a), (0xbad88da3e38b43b7a7be9b43ce4e8eb5, 0x91be2a1284754682a7a1b6a84b0b6d1a), (0xe63415f255cf44bfb19c876851b25e1c, 0x91be2a1284754682a7a1b6a84b0b6d1a), (0xa4a59eb2d79e4799af3950132670187e, 0xce1740fa6ad44daf83cf949a1c67086b), (0xb2e321485a154737b18f3d5943fe583c, 0xce1740fa6ad44daf83cf949a1c67086b), (0xbad88da3e38b43b7a7be9b43ce4e8eb5, 0xce1740fa6ad44daf83cf949a1c67086b), (0xe63415f255cf44bfb19c876851b25e1c, 0xce1740fa6ad44daf83cf949a1c67086b); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_tag` -- CREATE TABLE `media_tag` ( `media_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_thumbnail` -- CREATE TABLE `media_thumbnail` ( `id` binary(16) NOT NULL, `media_id` binary(16) NOT NULL, `width` int UNSIGNED NOT NULL, `height` int UNSIGNED NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media_thumbnail` -- INSERT INTO `media_thumbnail` (`id`, `media_id`, `width`, `height`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x1327b831925a4f64bd0a9dfc67fea415, 0xc1b5065ead0243ccb63572f055418746, 1920, 1920, NULL, '2023-04-07 12:26:52.113', NULL), (0x3349f276339c423a92c63f1d6d45374e, 0x1ffbf26b4af24e33a3509a67e37afa3a, 1920, 1920, NULL, '2023-05-07 15:38:36.010', NULL), (0x3c86616cc0cb40939d28b555b45c09c0, 0xde4b7dbe9d95435092cb85ce146ced28, 400, 400, NULL, '2023-04-07 11:37:28.489', NULL), (0x611757c8e203445c9926cbfd1cc478c7, 0xc1b5065ead0243ccb63572f055418746, 800, 800, NULL, '2023-04-07 12:26:52.114', NULL), (0x6fc32bc251514d079a7abb63b6c27316, 0x1ffbf26b4af24e33a3509a67e37afa3a, 400, 400, NULL, '2023-05-07 15:38:36.010', NULL), (0x83c4d3251ff8424da622d1a73259dbb4, 0xc1b5065ead0243ccb63572f055418746, 400, 400, NULL, '2023-04-07 12:26:52.114', NULL), (0x844f2221e36443a68e7cab3b97d6c7ba, 0xde4b7dbe9d95435092cb85ce146ced28, 1920, 1920, NULL, '2023-04-07 11:37:28.488', NULL), (0x886d55f76693432ab0ada841cad81af6, 0xde4b7dbe9d95435092cb85ce146ced28, 800, 800, NULL, '2023-04-07 11:37:28.489', NULL), (0xd618a65424024b51975dd614a6558739, 0x1ffbf26b4af24e33a3509a67e37afa3a, 800, 800, NULL, '2023-05-07 15:38:36.010', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_thumbnail_size` -- CREATE TABLE `media_thumbnail_size` ( `id` binary(16) NOT NULL, `width` int NOT NULL, `height` int NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media_thumbnail_size` -- INSERT INTO `media_thumbnail_size` (`id`, `width`, `height`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x2a4083672b2641ab843b6addbca2718c, 1920, 1920, NULL, '2023-04-07 14:35:00.592', NULL), (0x91be2a1284754682a7a1b6a84b0b6d1a, 400, 400, NULL, '2023-04-07 14:35:00.589', NULL), (0xce1740fa6ad44daf83cf949a1c67086b, 800, 800, NULL, '2023-04-07 14:35:00.591', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_translation` -- CREATE TABLE `media_translation` ( `media_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `alt` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media_translation` -- INSERT INTO `media_translation` (`media_id`, `language_id`, `alt`, `title`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0110ee4983a14a5d93628fdc3fb58408, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 12:14:35.158', '2023-04-07 12:14:35.234'), (0x134af743d80242dcb9dfa023f89ab4fe, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:39:26.446', '2023-04-07 11:39:26.549'), (0x1ae9822898de4376ba5a3ad72aade9bf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:59.735', '2023-04-07 11:37:59.866'), (0x1ffbf26b4af24e33a3509a67e37afa3a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-07 15:38:17.948', '2023-05-07 15:38:18.221'), (0x24aa48f6f8fe49db9d563db21a60c5b9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:59.108', '2023-04-07 11:37:59.229'), (0x267df48b4efd41d8a5eef8deb53a3ba4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:58.056', '2023-04-07 11:37:58.181'), (0x26fd26bc2b494af0a34c7ca6f2f35176, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-07 15:52:54.513', '2023-05-07 15:52:54.600'), (0x2a63cfc031b64d60a9b6fba515d1f04e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:58.501', '2023-04-07 11:37:58.618'), (0x2cafdc1f353740acbe45a10f3b132a48, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:58.642', '2023-04-07 11:37:58.757'), (0x2de3a489cbdd4a2c8e348af3fdc6d889, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-07 15:53:33.941', '2023-05-07 15:53:34.017'), (0x2f406722b3af4551a3d339d87f8cfc62, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-07 15:20:34.198', '2023-05-07 15:20:34.398'), (0x36aa321fc0fb48da82d79b07dd89980b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-07 15:20:34.198', '2023-05-07 15:20:34.399'), (0x4395c2d961ce42549a40168a32e08b38, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-07 15:20:34.197', '2023-05-07 15:20:34.398'), (0x50e9c59c62ed45fd9ebb5409c8147302, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:58.206', '2023-04-07 11:37:58.336'), (0x550aa506e94a4f73ac743572b12d7278, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:59.252', '2023-04-07 11:37:59.378'), (0x59c6cf9240f145c5b7de9ce4e1b195b9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:39:26.447', '2023-04-07 11:39:26.550'), (0x5e5ff8699b804f358c8dd85b8bc55e22, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:58.923', '2023-04-07 11:37:59.077'), (0x7c7ceb9aa48c40c39d2d632038fc1c16, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:59.405', '2023-04-07 11:37:59.540'), (0x832170dbf31043f4a1c7fc77b3355318, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:59.890', '2023-04-07 11:38:00.021'), (0xa64d4c78f5ba423081cadb0147fb1f2b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:57.627', '2023-04-07 11:38:00.172'), (0xae8e4c4f859844828cf3bf4caeaf975b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:57.784', '2023-04-07 11:37:57.895'), (0xaf04a10a51584e93b0fffed49826d8c1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:59.572', '2023-04-07 11:37:59.709'), (0xafcef6c540824829859c56ea579cebef, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-07 15:20:34.197', '2023-05-07 15:20:34.398'), (0xb1e4c5da36de40e883746b15604039f4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:57.919', '2023-04-07 11:37:58.032'), (0xb4b4115de0dc428a8dfe125689b5b44b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:58.782', '2023-04-07 11:37:58.895'), (0xc1b5065ead0243ccb63572f055418746, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 12:26:41.060', '2023-04-07 12:26:48.701'), (0xc2bcf7424c774bb7a5db7d0493eb4537, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:58.360', '2023-04-07 11:37:58.475'), (0xde4b7dbe9d95435092cb85ce146ced28, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:37:09.922', '2023-04-07 11:37:10.082'), (0xdfeae997846f46068d8d2a4cf93dd561, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-04-07 11:39:26.446', '2023-04-07 11:39:26.549'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `message_queue_stats` -- CREATE TABLE `message_queue_stats` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `size` int NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `migration` -- CREATE TABLE `migration` ( `class` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `creation_timestamp` int NOT NULL, `update` timestamp(6) NULL DEFAULT NULL, `update_destructive` timestamp(6) NULL DEFAULT NULL, `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `migration` -- INSERT INTO `migration` (`class`, `creation_timestamp`, `update`, `update_destructive`, `message`) VALUES ('Pickware\\DocumentBundle\\Migration\\Migration1620306767AddPathInPrivateFileSystemField', 1620306767, '2023-04-07 11:55:14.250193', NULL, NULL), ('Pickware\\DocumentBundle\\Migration\\Migration1620308350AddFileSizeInBytesField', 1620308350, '2023-04-07 11:55:14.264195', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1556014423CreateAddressSchema', 1556014423, '2023-04-07 11:55:14.533637', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1556014424CreateWarehouseSchema', 1556014424, '2023-04-07 11:55:14.575555', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1556118797CreateStockSchema', 1556118797, '2023-04-07 11:55:14.772538', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1584965609CreateConfigSchema', 1584965609, '2023-04-07 11:55:14.802949', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1586186442CreateDefaultWarehouseIdColumn', 1586186442, '2023-04-07 11:55:14.854042', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1586202227AddOrderDeliveryStockSchema', 1586202227, '2023-04-07 11:55:15.026673', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1589893337AddWarehouseCustomFields', 1589893337, '2023-04-07 11:55:15.078584', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1592244872FixMissingOrderDeliveryVersionIdInStockTables', 1592244872, '2023-04-07 11:55:15.115338', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1592991551FixOrderDeletion', 1592991551, '2023-04-07 11:55:15.209566', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1593514482FixProductDeletion', 1593514482, '2023-04-07 11:55:15.302271', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1594822086CreateProductWarehouseConfigurationSchema', 1594822086, '2023-04-07 11:55:15.341478', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1595323759CreateProductConfigurationSchema', 1595323759, '2023-04-07 11:55:15.380371', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1596645397CorrectNegativeStocks', 1596645397, '2023-04-07 11:55:15.385250', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1596646072RenameDescriptionToSnapshotInStockMovements', 1596646072, '2023-04-07 11:55:15.572433', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1597838146CreateWarehouseStockSchema', 1597838146, '2023-04-07 11:55:15.604683', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1599039841CreateSupplierSchema', 1599039841, '2023-04-07 11:55:15.643147', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1600096104AddPropertiesToAddressSchema', 1600096104, '2023-04-07 11:55:15.679253', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1600420898CreateImportExportSchema', 1600420898, '2023-04-07 11:55:15.749649', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1601043196CreateProductSupplierConfigurationSchema', 1601043196, '2023-04-07 11:55:15.782149', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1607589490RenameLocationTypeOrderDeliveryPositionToOrder', 1607589490, '2023-04-07 11:55:15.784973', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1607589491ReferenceOrderInsteadOfOrderDeliveryPositionInAggregatedStock', 1607589491, '2023-04-07 11:55:15.906509', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1607589492ReferenceOrderInsteadOfOrderDeliveryPositionInStockMovements', 1607589492, '2023-04-07 11:55:16.050340', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1610376590AddFieldsToProductSupplierConfiguration', 1610376590, '2023-04-07 11:55:16.125459', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1614587720CreateDemandPlanningListItemSchema', 1614587720, '2023-04-07 11:55:16.174083', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1614587720CreatePurchaseListItemSchema', 1614587720, '2023-04-07 11:55:16.202398', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1616419772CreateMessageQueueMonitoring', 1616419772, '2023-04-07 11:55:16.211735', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1617018765UpdateReorderMailEventAction', 1617018765, '2023-04-07 11:55:16.213811', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1618321583AddExportFunctionality', 1618321583, '2023-04-07 11:55:16.274637', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1620829074RemoveCurrencyFromSupplier', 1620829074, '2023-04-07 11:55:16.312098', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1621333785UpdateProductSupplierConfigurationFields', 1621333785, '2023-04-07 11:55:16.338515', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1621419761AddSupplierOrderSchema', 1621419761, '2023-04-07 11:55:16.423532', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1625556996UpdateProductSupplierConfigurationFields', 1625556996, '2023-04-07 11:55:16.461003', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1626766063RenameProductConfigurationAndAddIncomingStock', 1626766063, '2023-04-07 11:55:16.513245', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1636977354AddTaxObjectInProductSnapshotInSupplierOrderLineItems', 1636977354, '2023-04-07 11:55:16.530067', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1637931476CreateReturnOrderSchema', 1637931476, '2023-04-07 11:55:16.657630', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1638897517AddReturnOrderAsStockLocation', 1638897517, '2023-04-07 11:55:16.806987', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1640181713AddStateDataToImportExportSchema', 1640181713, '2023-04-07 11:55:16.879365', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1641313633FixMessageQueueMonitoringTableName', 1641313633, '2023-04-07 11:55:16.888013', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1642690994UpdateDemandPlanningListItemSchema', 1642690994, '2023-04-07 11:55:16.901275', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1643377802ReferenceSupplierOrderInStockMovements', 1643377802, '2023-04-07 11:55:17.073900', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1645103528UpdateSupplierOrderPriceFields', 1645103528, '2023-04-07 11:55:17.584070', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1645190845FixProductVersionIdMissingInSupplierOrderLineItem', 1645190845, '2023-04-07 11:55:17.597365', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1648127351AddAnalyticsSchema', 1648127351, '2023-04-07 11:55:17.628589', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1648127352MigrateDemandPlanningToAnalytics', 1648127352, '2023-04-07 11:55:17.716697', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1649086118FixOptionalVersionedReferences', 1649086118, '2023-04-07 11:55:17.731463', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1649314350ChangeAnalyticsToUseAggregationsAndReports', 1649314350, '2023-04-07 11:55:17.847717', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1649752132AddDemandPlanningAnalyticsAggregationSchema', 1649752132, '2023-04-07 11:55:17.939280', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1649759025AddStockContainerSchema', 1649759025, '2023-04-07 11:55:18.116566', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1649759025AddWarehouseReferenceToStockContainerSchema', 1657525411, '2023-04-07 11:55:18.166836', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1658755075AddOrderPickabilitySchema', 1658755075, '2023-04-07 11:55:18.191669', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1660641567RemoveOldReorderNotificationEventAction', 1660641567, '2023-04-07 11:55:18.194619', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1662459808AddTransactionInformationFieldsToRefund', 1662459808, '2023-04-07 11:55:18.249880', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1663933707AllowSupplierDeletionInSupplierOrders', 1663933707, '2023-04-07 11:55:18.512415', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1666603279RemoveReorderMailBusinessEvent', 1666603279, '2023-04-07 11:55:18.515027', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1668172778CreateStocktakeSchema', 1668172778, '2023-04-07 11:55:18.726214', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1668172779CreateStocktakeProductSummarySchema', 1668172779, '2023-04-07 11:55:18.765398', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1668172780CreateStocktakingStocktakeSnapshotItemSchema', 1668172780, '2023-04-07 11:55:18.785804', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1675861056AddProductSalesUpdateQueueSchema', 1675861056, '2023-04-07 11:55:18.814234', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1677675478AddIsStockAvailableForSaleToWarehouse', 1677675478, '2023-05-07 15:58:43.323794', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1677675479AddReservedStockAndStockNotAvailableForSale', 1677675479, '2023-05-07 15:58:43.356538', NULL, NULL), ('Pickware\\PickwareErpStarter\\Migration\\Migration1679328661RemoveDraftReturnOrder', 1679328661, '2023-05-07 15:58:43.385655', NULL, NULL), ('Pickware\\ShopwareExtensionsBundle\\Migration\\Migration1657615865AddOrderConfigurationSchema', 1657615865, '2023-04-07 11:55:14.320732', NULL, NULL), ('Pickware\\ShopwareExtensionsBundle\\Migration\\Migration1660643832AddOrderConfigurationVersion', 1660643832, '2023-04-07 11:55:14.478428', NULL, NULL), ('Pickware\\ShopwarePlugins\\DocumentBundle\\Migration\\Migration1575561952CreateDocumentSchema', 1575561952, '2023-04-07 11:55:14.180343', NULL, NULL), ('Pickware\\ShopwarePlugins\\DocumentBundle\\Migration\\Migration1601371580AdditionalDocumentInformation', 1601371580, '2023-04-07 11:55:14.217885', NULL, NULL), ('Shopware\\Administration\\Migration\\V6_4\\Migration1632281097Notification', 1632281097, '2023-04-07 11:35:27.196157', '2023-04-07 11:35:38.805870', NULL), ('Shopware\\Administration\\Migration\\V6_4\\Migration1636121186CopySalesChannelIdsIntoUserConfig', 1636121186, '2023-04-07 11:35:27.489735', '2023-04-07 11:35:38.875475', NULL), ('Shopware\\Administration\\Migration\\V6_4\\Migration1660813696AddAppAdministrationSnippet', 1660813696, '2023-04-07 11:35:32.255652', '2023-04-07 11:35:39.452245', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232600Language', 1536232600, '2023-04-07 11:34:52.105786', '2023-04-07 11:35:33.728541', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232610Locale', 1536232610, '2023-04-07 11:34:52.379682', '2023-04-07 11:35:33.732937', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232620SalesChannelType', 1536232620, '2023-04-07 11:34:52.413019', '2023-04-07 11:35:33.737387', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232630PropertyGroup', 1536232630, '2023-04-07 11:34:52.443762', '2023-04-07 11:35:33.742294', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232640Currency', 1536232640, '2023-04-07 11:34:52.479821', '2023-04-07 11:35:33.746705', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232650CustomerGroup', 1536232650, '2023-04-07 11:34:52.510644', '2023-04-07 11:35:33.750848', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232660Tax', 1536232660, '2023-04-07 11:34:52.525526', '2023-04-07 11:35:33.754999', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232670Unit', 1536232670, '2023-04-07 11:34:52.563287', '2023-04-07 11:35:33.759119', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232680Rule', 1536232680, '2023-04-07 11:34:52.578148', '2023-04-07 11:35:33.763264', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232690Version', 1536232690, '2023-04-07 11:34:52.592800', '2023-04-07 11:35:33.767181', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232700VersionCommit', 1536232700, '2023-04-07 11:34:52.607426', '2023-04-07 11:35:33.771072', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232710Integration', 1536232710, '2023-04-07 11:34:52.623819', '2023-04-07 11:35:33.775143', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232720Country', 1536232720, '2023-04-07 11:34:52.655728', '2023-04-07 11:35:33.779306', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232730CountryState', 1536232730, '2023-04-07 11:34:52.694023', '2023-04-07 11:35:33.783827', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232740SnippetSet', 1536232740, '2023-04-07 11:34:52.706050', '2023-04-07 11:35:33.788556', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232750Snippet', 1536232750, '2023-04-07 11:34:52.723560', '2023-04-07 11:35:33.793408', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232760StateMachine', 1536232760, '2023-04-07 11:34:52.967657', '2023-04-07 11:35:33.797664', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232770VersionCommitData', 1536232770, '2023-04-07 11:34:52.989085', '2023-04-07 11:35:33.802422', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232790MailHeaderFooter', 1536232790, '2023-04-07 11:34:53.020431', '2023-04-07 11:35:33.806441', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232800DeliveryTime', 1536232800, '2023-04-07 11:34:53.052210', '2023-04-07 11:35:33.810489', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232810User', 1536232810, '2023-04-07 11:34:53.074135', '2023-04-07 11:35:33.814292', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232820UserAccessKey', 1536232820, '2023-04-07 11:34:53.093820', '2023-04-07 11:35:33.818149', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232830MediaDefaultFolder', 1536232830, '2023-04-07 11:34:53.108784', '2023-04-07 11:35:33.822285', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232840MediaFolder', 1536232840, '2023-04-07 11:34:53.132354', '2023-04-07 11:35:33.826472', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232850Media', 1536232850, '2023-04-07 11:34:53.236556', '2023-04-07 11:35:33.831103', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232860ShippingMethod', 1536232860, '2023-04-07 11:34:53.289082', '2023-04-07 11:35:33.835221', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232870ShippingMethodPrice', 1536232870, '2023-04-07 11:34:53.325903', '2023-04-07 11:35:33.839581', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232880Category', 1536232880, '2023-04-07 11:34:53.385094', '2023-04-07 11:35:33.844128', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232890CmsPage', 1536232890, '2023-04-07 11:34:53.427226', '2023-04-07 11:35:33.850186', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232900CmsBlock', 1536232900, '2023-04-07 11:34:53.454750', '2023-04-07 11:35:33.854140', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232910CmsSlot', 1536232910, '2023-04-07 11:34:53.503577', '2023-04-07 11:35:33.858355', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232920PaymentMethod', 1536232920, '2023-04-07 11:34:53.555524', '2023-04-07 11:35:33.862491', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232930Navigation', 1536232930, '2023-04-07 11:34:53.613296', '2023-04-07 11:35:33.866540', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232940SalesChannel', 1536232940, '2023-04-07 11:34:53.862317', '2023-04-07 11:35:33.873393', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232950Salutation', 1536232950, '2023-04-07 11:34:53.910386', '2023-04-07 11:35:33.879009', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232960Customer', 1536232960, '2023-04-07 11:34:53.968370', '2023-04-07 11:35:33.884763', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232970CustomerAddress', 1536232970, '2023-04-07 11:34:54.028865', '2023-04-07 11:35:33.890372', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232980Cart', 1536232980, '2023-04-07 11:34:54.108853', '2023-04-07 11:35:33.896287', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232990Order', 1536232990, '2023-04-07 11:34:54.165046', '2023-04-07 11:35:33.902444', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233000OrderCustomer', 1536233000, '2023-04-07 11:34:54.210074', '2023-04-07 11:35:33.908088', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233010OrderAddress', 1536233010, '2023-04-07 11:34:54.259174', '2023-04-07 11:35:33.914068', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233020OrderDelivery', 1536233020, '2023-04-07 11:34:54.466315', '2023-04-07 11:35:33.920088', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233030OrderLineItem', 1536233030, '2023-04-07 11:34:54.512605', '2023-04-07 11:35:33.926522', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233040OrderDeliveryPosition', 1536233040, '2023-04-07 11:34:54.545245', '2023-04-07 11:35:33.932957', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233050OrderTransaction', 1536233050, '2023-04-07 11:34:54.583966', '2023-04-07 11:35:33.937685', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233060MediaFolderConfiguration', 1536233060, '2023-04-07 11:34:54.602870', '2023-04-07 11:35:33.942080', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233070MediaThumbnailSize', 1536233070, '2023-04-07 11:34:54.619935', '2023-04-07 11:35:33.946586', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233080MediaFolderConfigurationMediaThumbnailSize', 1536233080, '2023-04-07 11:34:54.640490', '2023-04-07 11:35:33.950747', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233090MediaThumbnail', 1536233090, '2023-04-07 11:34:54.661813', '2023-04-07 11:35:33.956392', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233100PropertyGroupOption', 1536233100, '2023-04-07 11:34:54.711235', '2023-04-07 11:35:33.962204', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233110ProductManufacturer', 1536233110, '2023-04-07 11:34:54.759539', '2023-04-07 11:35:33.967688', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233120Product', 1536233120, '2023-04-07 11:34:54.845355', '2023-04-07 11:35:33.972016', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233130ProductMedia', 1536233130, '2023-04-07 11:34:55.015789', '2023-04-07 11:35:33.976056', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233140ProductProperty', 1536233140, '2023-04-07 11:34:55.046574', '2023-04-07 11:35:33.980464', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233150ProductOption', 1536233150, '2023-04-07 11:34:55.078964', '2023-04-07 11:35:33.984855', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233160ProductConfigurator', 1536233160, '2023-04-07 11:34:55.121087', '2023-04-07 11:35:33.989015', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233170ProductCategoryTree', 1536233170, '2023-04-07 11:34:55.159243', '2023-04-07 11:35:33.992994', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233180ProductCategory', 1536233180, '2023-04-07 11:34:55.193071', '2023-04-07 11:35:33.998410', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233190ProductPriceRule', 1536233190, '2023-04-07 11:34:55.232440', '2023-04-07 11:35:34.004287', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233200RuleCondition', 1536233200, '2023-04-07 11:34:55.256138', '2023-04-07 11:35:34.009681', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233210SalesChannelDomain', 1536233210, '2023-04-07 11:34:55.299711', '2023-04-07 11:35:34.015000', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233220PluginTranslation', 1536233220, '2023-04-07 11:34:55.329103', '2023-04-07 11:35:34.019281', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233230ProductStream', 1536233230, '2023-04-07 11:34:55.365209', '2023-04-07 11:35:34.023144', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233240ProductStreamFilter', 1536233240, '2023-04-07 11:34:55.389657', '2023-04-07 11:35:34.027150', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233250MessageQueueStats', 1536233250, '2023-04-07 11:34:55.405626', '2023-04-07 11:35:34.031128', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233260StateMachineHistory', 1536233260, '2023-04-07 11:34:55.440676', '2023-04-07 11:35:34.036404', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233270SystemConfig', 1536233270, '2023-04-07 11:34:55.459742', '2023-04-07 11:35:34.042424', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233280CustomFieldSet', 1536233280, '2023-04-07 11:34:55.476341', '2023-04-07 11:35:34.048130', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233290CustomFieldSetRelation', 1536233290, '2023-04-07 11:34:55.494765', '2023-04-07 11:35:34.053708', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233300CustomField', 1536233300, '2023-04-07 11:34:55.515112', '2023-04-07 11:35:34.059142', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233310ScheduledTask', 1536233310, '2023-04-07 11:34:55.533752', '2023-04-07 11:35:34.064671', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233320DeadMessage', 1536233320, '2023-04-07 11:34:55.555716', '2023-04-07 11:35:34.070119', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233330MailTemplate', 1536233330, '2023-04-07 11:34:55.665889', '2023-04-07 11:35:34.075733', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233340NumberRange', 1536233340, '2023-04-07 11:34:55.789215', '2023-04-07 11:35:34.081323', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233350ProductVisibility', 1536233350, '2023-04-07 11:34:55.828762', '2023-04-07 11:35:34.087579', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233360Document', 1536233360, '2023-04-07 11:34:55.909743', '2023-04-07 11:35:34.093121', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233370EventAction', 1536233370, '2023-04-07 11:34:56.016869', '2023-04-07 11:35:34.098424', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233380UserRecovery', 1536233380, '2023-04-07 11:34:56.038472', '2023-04-07 11:35:34.103648', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233390Promotion', 1536233390, '2023-04-07 11:34:56.084933', '2023-04-07 11:35:34.108860', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233400MailTemplateMedia', 1536233400, '2023-04-07 11:34:56.113627', '2023-04-07 11:35:34.113105', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233410PromotionSalesChannel', 1536233410, '2023-04-07 11:34:56.147705', '2023-04-07 11:35:34.117342', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233420PromotionDiscount', 1536233420, '2023-04-07 11:34:56.172830', '2023-04-07 11:35:34.121732', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233430NewsletterRecipient', 1536233430, '2023-04-07 11:34:56.237290', '2023-04-07 11:35:34.126047', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233440PromotionPersonaCustomer', 1536233440, '2023-04-07 11:34:56.270328', '2023-04-07 11:35:34.130103', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233450PromotionPersonaRules', 1536233450, '2023-04-07 11:34:56.295405', '2023-04-07 11:35:34.134608', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233460NumberRangeTranslationAndConfiguration', 1536233460, '2023-04-07 11:34:56.300985', '2023-04-07 11:35:34.138723', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233470PromotionOrderRule', 1536233470, '2023-04-07 11:34:56.329213', '2023-04-07 11:35:34.143761', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233480SalesChannelApiContext', 1536233480, '2023-04-07 11:34:56.343239', '2023-04-07 11:35:34.148520', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233500PromotionDiscountRule', 1536233500, '2023-04-07 11:34:56.368072', '2023-04-07 11:35:34.152806', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233510DocumentConfiguration', 1536233510, '2023-04-07 11:34:56.429954', '2023-04-07 11:35:34.157133', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233520PromotionCartRule', 1536233520, '2023-04-07 11:34:56.621225', '2023-04-07 11:35:34.161993', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233530SalesChannelCategoryId', 1536233530, '2023-04-07 11:34:56.788200', '2023-04-07 11:35:34.638466', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233540ProductSearchKeyword', 1536233540, '2023-04-07 11:34:56.849510', '2023-04-07 11:35:34.643930', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233550Tag', 1536233550, '2023-04-07 11:34:57.020430', '2023-04-07 11:35:34.803644', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233560BasicData', 1536233560, '2023-04-07 11:34:58.340094', '2023-04-07 11:35:34.808599', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1552360944MediaFolderConfigurationNoAssoc', 1552360944, '2023-04-07 11:34:58.363953', '2023-04-07 11:35:34.812984', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1554199340AddImportExportProfile', 1554199340, '2023-04-07 11:34:58.467079', '2023-04-07 11:35:34.822144', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1554200141ImportExportFile', 1554200141, '2023-04-07 11:34:58.483560', '2023-04-07 11:35:34.826593', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1554203706AddImportExportLog', 1554203706, '2023-04-07 11:34:58.514645', '2023-04-07 11:35:34.831015', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1554900301AddReviewTable', 1554900301, '2023-04-07 11:34:58.588658', '2023-04-07 11:35:34.835255', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1556809270AddAverageRatingToProduct', 1556809270, '2023-04-07 11:34:58.872208', '2023-04-07 11:35:34.844556', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1558082916AddBreadcrumb', 1558082916, '2023-04-07 11:34:58.894359', '2023-04-07 11:35:34.849259', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1558105657CurrencyPrices', 1558105657, '2023-04-07 11:34:58.946872', '2023-04-07 11:35:34.853757', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1558443337PromotionSalesChannel', 1558443337, '2023-04-07 11:34:59.049069', '2023-04-07 11:35:34.857979', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1558505525Logging', 1558505525, '2023-04-07 11:34:59.067354', '2023-04-07 11:35:34.862262', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1558594334PromotionDiscountPrice', 1558594334, '2023-04-07 11:34:59.090329', '2023-04-07 11:35:34.866555', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1558938938ChangeGroupSortingColumn', 1558938938, '2023-04-07 11:34:59.391297', '2023-04-07 11:35:34.870716', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1559050088Promotion', 1559050088, '2023-04-07 11:34:59.446479', '2023-04-07 11:35:34.874783', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1559050903PromotionExclusion', 1559050903, '2023-04-07 11:34:59.501262', '2023-04-07 11:35:34.878728', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1559134989Promotion', 1559134989, '2023-04-07 11:34:59.593338', '2023-04-07 11:35:34.882659', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1559306391PromotionIndividualCode', 1559306391, '2023-04-07 11:34:59.615015', '2023-04-07 11:35:34.886713', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1561370284AddImportExportProductProfile', 1561370284, '2023-04-07 11:34:59.622354', '2023-04-07 11:35:34.890860', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1561377793AddAvailableAsShippingCountry', 1561377793, '2023-04-07 11:34:59.676857', '2023-04-07 11:35:34.894994', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1561442979ElasticsearchIndexTask', 1561442979, '2023-04-07 11:34:59.695041', '2023-04-07 11:35:34.899214', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1561452005Update', 1561452005, '2023-04-07 11:34:59.702245', '2023-04-07 11:35:34.903499', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1561712450NewSystemConfigsAndDefaultValues', 1561712450, '2023-04-07 11:34:59.710026', '2023-04-07 11:35:34.907709', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562228335SetConfigDefaults', 1562228335, '2023-04-07 11:34:59.716062', '2023-04-07 11:35:34.912229', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562240231UserPasswordRecovery', 1562240231, '2023-04-07 11:34:59.731954', '2023-04-07 11:35:34.916524', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562306893MakeCustomerFirstLoginDateTime', 1562306893, '2023-04-07 11:34:59.857866', '2023-04-07 11:35:34.921065', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562324772AddOrderDateToOrder', 1562324772, '2023-04-07 11:35:00.040030', '2023-04-07 11:35:34.925295', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562579120ProductAvailableFields', 1562579120, '2023-04-07 11:35:00.334098', '2023-04-07 11:35:34.929490', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562684474AddDeliveryTime', 1562684474, '2023-04-07 11:35:00.474929', '2023-04-07 11:35:34.933984', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562841035AddProductChildCount', 1562841035, '2023-04-07 11:35:00.573715', '2023-04-07 11:35:34.938178', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562933907ContactForm', 1562933907, '2023-04-07 11:35:00.583802', '2023-04-07 11:35:34.942665', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1563180880AddDefaultThumbnailSizes', 1563180880, '2023-04-07 11:35:00.603919', '2023-04-07 11:35:34.946661', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1563288227MarkAsNewConfig', 1563288227, '2023-04-07 11:35:00.609511', '2023-04-07 11:35:34.950961', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1563518181PromotionDiscount', 1563518181, '2023-04-07 11:35:00.637136', '2023-04-07 11:35:34.955028', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1563805586AddLanguageToOrder', 1563805586, '2023-04-07 11:35:00.927155', '2023-04-07 11:35:34.963073', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1563949275AddCompanyToOrderCustomer', 1563949275, '2023-04-07 11:35:01.126651', '2023-04-07 11:35:34.967188', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1564475053RemoveSaveDocumentsConfig', 1564475053, '2023-04-07 11:35:01.212282', '2023-04-07 11:35:34.980518', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1565007156RemoveAutoIncrement', 1565007156, '2023-04-07 11:35:01.217853', '2023-04-07 11:35:35.426349', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1565079228AddAclStructure', 1565079228, '2023-04-07 11:35:01.408227', '2023-04-07 11:35:35.433949', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1565270155PromotionSetGroup', 1565270155, '2023-04-07 11:35:01.478940', '2023-04-07 11:35:35.440058', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1565270366PromotionSetGroupRule', 1565270366, '2023-04-07 11:35:01.508416', '2023-04-07 11:35:35.445960', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1565346846Promotion', 1565346846, '2023-04-07 11:35:01.609656', '2023-04-07 11:35:35.451925', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1565705280ProductExport', 1565705280, '2023-04-07 11:35:01.709310', '2023-04-07 11:35:35.470327', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1566293076AddAutoIncrement', 1566293076, '2023-04-07 11:35:01.719645', '2023-04-07 11:35:35.897744', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1566460168UpdateTexts', 1566460168, '2023-04-07 11:35:01.725114', '2023-04-07 11:35:35.911271', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1566817701AddDisplayGroup', 1566817701, '2023-04-07 11:35:01.853464', '2023-04-07 11:35:36.090373', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1567431050ContactFormTemplate', 1567431050, '2023-04-07 11:35:01.866170', '2023-04-07 11:35:36.094776', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1568120239CmsSection', 1568120239, '2023-04-07 11:35:01.905796', '2023-04-07 11:35:36.098510', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1568120302CmsBlockUpdate', 1568120302, '2023-04-07 11:35:02.137881', '2023-04-07 11:35:36.156504', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1568645037AddEnqueueDbal', 1568645037, '2023-04-07 11:35:02.163955', '2023-04-07 11:35:36.161581', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1568901713PromotionDiscount', 1568901713, '2023-04-07 11:35:02.243581', '2023-04-07 11:35:36.167305', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1569403146ProductVisibilityUnique', 1569403146, '2023-04-07 11:35:02.268167', '2023-04-07 11:35:36.172298', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1570187167AddedAppConfig', 1570187167, '2023-04-07 11:35:02.295717', '2023-04-07 11:35:36.176813', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1570459127AddCmsSidebarLayout', 1570459127, '2023-04-07 11:35:02.340758', '2023-04-07 11:35:36.181096', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1570621541UpdateDefaultMailTemplates', 1570621541, '2023-04-07 11:35:02.364018', '2023-04-07 11:35:36.186058', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1570622696CustomerPasswordRecovery', 1570622696, '2023-04-07 11:35:02.410898', '2023-04-07 11:35:36.190687', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1570629862ClearCategoryBreadcrumbs', 1570629862, '2023-04-07 11:35:02.416212', '2023-04-07 11:35:36.195663', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1570684913ScheduleIndexer', 1570684913, '2023-04-07 11:35:02.459762', '2023-04-07 11:35:36.200132', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1571059598ChangeGreatBritainToUnitedKingdom', 1571059598, '2023-04-07 11:35:02.472621', '2023-04-07 11:35:36.205703', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1571210820AddPaymentMethodIdsToSalesChannel', 1571210820, '2023-04-07 11:35:02.633969', '2023-04-07 11:35:36.210266', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1571660203FixOrderDeliveryStateNames', 1571660203, '2023-04-07 11:35:02.649230', '2023-04-07 11:35:36.215868', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1571724915MultipleTrackingCodesInOrderDelivery', 1571724915, '2023-04-07 11:35:02.756586', '2023-04-07 11:35:36.252193', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1571981437AddSeoColumns', 1571981437, '2023-04-07 11:35:02.826486', '2023-04-07 11:35:36.275406', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1571990395UpdateDefaultStatusMailTemplates', 1571990395, '2023-04-07 11:35:02.943171', '2023-04-07 11:35:36.279914', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1572193798TaxRule', 1572193798, '2023-04-07 11:35:03.025859', '2023-04-07 11:35:36.283833', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1572264837AddCacheId', 1572264837, '2023-04-07 11:35:03.036495', '2023-04-07 11:35:36.287742', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1572273565AddUniqueConstraintToTechnicalNameOfDocumentType', 1572273565, '2023-04-07 11:35:03.082048', '2023-04-07 11:35:36.291582', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1572421282AddDoubleOptInRegistration', 1572421282, '2023-04-07 11:35:03.342406', '2023-04-07 11:35:36.295585', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1572425108AddDoubleOptInRegistrationMailTemplate', 1572425108, '2023-04-07 11:35:03.357903', '2023-04-07 11:35:36.299428', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1572957455AddAffiliateTrackingColumns', 1572957455, '2023-04-07 11:35:03.492250', '2023-04-07 11:35:36.303320', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1573049297AddReopenTransitionToDeliveryStates', 1573049297, '2023-04-07 11:35:03.500431', '2023-04-07 11:35:36.307026', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1573569685DoubleOptInGuestMailTemplate', 1573569685, '2023-04-07 11:35:03.512959', '2023-04-07 11:35:36.310829', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1573729158AddSitemapConfig', 1573729158, '2023-04-07 11:35:03.519113', '2023-04-07 11:35:36.314946', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574063550AddCurrencyToProductExport', 1574063550, '2023-04-07 11:35:03.544575', '2023-04-07 11:35:36.318933', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574082635AddOrderLineItemProductId', 1574082635, '2023-04-07 11:35:03.650842', '2023-04-07 11:35:36.322915', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574258787ProductSearchLanguageKey', 1574258787, '2023-04-07 11:35:03.707504', '2023-04-07 11:35:36.327067', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574258788TaxRuleLanguageKey', 1574258788, '2023-04-07 11:35:03.756371', '2023-04-07 11:35:36.330987', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574258789ProductReviewLanguageKey', 1574258789, '2023-04-07 11:35:03.830402', '2023-04-07 11:35:36.335076', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574520220AddSalesChannelMaintenance', 1574520220, '2023-04-07 11:35:04.091343', '2023-04-07 11:35:36.339177', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574672450RemoteAddressIntoCustomerAndOrderCustomerTable', 1574672450, '2023-04-07 11:35:04.196070', '2023-04-07 11:35:36.344074', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574695657ProductCrossSelling', 1574695657, '2023-04-07 11:35:04.356838', '2023-04-07 11:35:36.348410', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574925962FixTaxConstraint', 1574925962, '2023-04-07 11:35:04.399310', '2023-04-07 11:35:36.352504', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575010262AddCmsFormLayouts', 1575010262, '2023-04-07 11:35:04.422455', '2023-04-07 11:35:36.356500', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575021466AddCurrencies', 1575021466, '2023-04-07 11:35:04.505269', '2023-04-07 11:35:36.360490', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575034234FixOrderDeliveryAddressConstraint', 1575034234, '2023-04-07 11:35:04.595378', '2023-04-07 11:35:36.364620', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575036586FixProductConfiguratorSettingsConstraint', 1575036586, '2023-04-07 11:35:04.660497', '2023-04-07 11:35:36.368782', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575039284FixProductReviewConstraint', 1575039284, '2023-04-07 11:35:04.813033', '2023-04-07 11:35:36.372810', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575197543MailTemplateCustomFields', 1575197543, '2023-04-07 11:35:04.864510', '2023-04-07 11:35:36.377002', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575274700FixSalesChannelMailHeaderFooterConstraint', 1575274700, '2023-04-07 11:35:05.227626', '2023-04-07 11:35:36.381446', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575293069OrderMailTemplates', 1575293069, '2023-04-07 11:35:05.240275', '2023-04-07 11:35:36.385706', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575451283AddLimitToCrossSelling', 1575451283, '2023-04-07 11:35:05.275696', '2023-04-07 11:35:36.390099', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575626180RemoveSearchKeywordInheritance', 1575626180, '2023-04-07 11:35:05.447297', '2023-04-07 11:35:36.557568', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575883959ResetListingPrices', 1575883959, '2023-04-07 11:35:05.478553', '2023-04-07 11:35:36.562946', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1576488398AddOrderLineItemPosition', 1576488398, '2023-04-07 11:35:05.514946', '2023-04-07 11:35:36.566901', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1576590301FixSalesChannelDomainLanguageFk', 1576590301, '2023-04-07 11:35:05.751039', '2023-04-07 11:35:36.570868', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578042218DefaultPages', 1578042218, '2023-04-07 11:35:05.817795', '2023-04-07 11:35:36.574774', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578044453AddedNavigationDepth', 1578044453, '2023-04-07 11:35:05.969026', '2023-04-07 11:35:36.578429', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578470886FixPurchaseSteps', 1578470886, '2023-04-07 11:35:05.980596', '2023-04-07 11:35:36.582029', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578475268FixSloveneLocale', 1578475268, '2023-04-07 11:35:05.986601', '2023-04-07 11:35:36.585813', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578485775UseStableUpdateChannel', 1578485775, '2023-04-07 11:35:05.992284', '2023-04-07 11:35:36.589812', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578491480Hreflang', 1578491480, '2023-04-07 11:35:06.466042', '2023-04-07 11:35:36.593658', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578590702AddedPropertyGroupPosition', 1578590702, '2023-04-07 11:35:06.486523', '2023-04-07 11:35:36.597446', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578648299ReindexSeoUrls', 1578648299, '2023-04-07 11:35:06.492205', '2023-04-07 11:35:36.601320', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578650334AddGoogleAnalyticsTable', 1578650334, '2023-04-07 11:35:06.754572', '2023-04-07 11:35:36.605048', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580202210DefaultRule', 1580202210, '2023-04-07 11:35:06.765854', '2023-04-07 11:35:36.609189', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580218617RefactorShippingMethodPrice', 1580218617, '2023-04-07 11:35:06.894057', '2023-04-07 11:35:36.613115', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580743279UpdateDeliveryMailTemplates', 1580743279, '2023-04-07 11:35:06.916218', '2023-04-07 11:35:36.617075', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580746806AddPaymentStates', 1580746806, '2023-04-07 11:35:06.961838', '2023-04-07 11:35:36.621156', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580808849AddGermanContactFormTranslation', 1580808849, '2023-04-07 11:35:06.970768', '2023-04-07 11:35:36.625352', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580819350AddTrackingUrl', 1580819350, '2023-04-07 11:35:06.995383', '2023-04-07 11:35:36.629746', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580827023ProductCrossSellingAssignedProductsDefinition', 1580827023, '2023-04-07 11:35:07.103474', '2023-04-07 11:35:36.633418', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1582011195FixCountryStateGermanTranslation', 1582011195, '2023-04-07 11:35:07.127374', '2023-04-07 11:35:36.637329', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1583142266FixDefaultOrderConfirmationMailTemplateVATDisplay', 1583142266, '2023-04-07 11:35:07.138347', '2023-04-07 11:35:36.641660', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1583416186KeywordUniques', 1583416186, '2023-04-07 11:35:07.171369', '2023-04-07 11:35:36.645362', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1583756864FixDeliveryForeignKey', 1583756864, '2023-04-07 11:35:07.200815', '2023-04-07 11:35:36.649430', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1583844433AddRefreshTokenTable', 1583844433, '2023-04-07 11:35:07.216700', '2023-04-07 11:35:36.653502', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1584002637NewImportExport', 1584002637, '2023-04-07 11:35:07.321984', '2023-04-07 11:35:36.657288', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1584953715UpdateMailTemplatesAfterOrderLink', 1584953715, '2023-04-07 11:35:07.391322', '2023-04-07 11:35:36.661108', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1585056571AddLanguageToMailTemplateMedia', 1585056571, '2023-04-07 11:35:07.426907', '2023-04-07 11:35:36.665039', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1585126355AddOrderCommentField', 1585126355, '2023-04-07 11:35:07.494128', '2023-04-07 11:35:36.669153', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1585490020ActivateHoneypotCaptcha', 1585490020, '2023-04-07 11:35:07.649293', '2023-04-07 11:35:36.673900', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1585744384ChangeCategoryProfile', 1585744384, '2023-04-07 11:35:07.655534', '2023-04-07 11:35:36.677658', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1585816139FixMediaMapping', 1585816139, '2023-04-07 11:35:07.661983', '2023-04-07 11:35:36.681478', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1586158920AddImportExportProfileConfig', 1586158920, '2023-04-07 11:35:07.715799', '2023-04-07 11:35:36.685270', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1586173614AddAdditionalImportExportProfiles', 1586173614, '2023-04-07 11:35:07.728418', '2023-04-07 11:35:36.689194', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1586260286AddProductMainVariant', 1586260286, '2023-04-07 11:35:07.911610', '2023-04-07 11:35:36.693150', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1586334003AddParentIdToProductProfile', 1586334003, '2023-04-07 11:35:07.918447', '2023-04-07 11:35:36.697093', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1587039363AddImportExportLabelField', 1587039363, '2023-04-07 11:35:08.055106', '2023-04-07 11:35:36.701001', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1587109484AddAfterOrderPaymentFlag', 1587109484, '2023-04-07 11:35:08.278890', '2023-04-07 11:35:36.705138', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1587111506AddPausedScheduleToProductExport', 1587111506, '2023-04-07 11:35:08.324879', '2023-04-07 11:35:36.709178', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1587461582AddOpenToPaidTransition', 1587461582, '2023-04-07 11:35:08.336929', '2023-04-07 11:35:36.713161', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1588143272UpdateOrderStateChangeMailTemplates', 1588143272, '2023-04-07 11:35:08.456278', '2023-04-07 11:35:36.717234', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1588144801TriggerIndexer', 1588144801, '2023-04-07 11:35:08.483348', '2023-04-07 11:35:36.721269', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1588153272UpdateGermanMailTemplates', 1588153272, '2023-04-07 11:35:08.537125', '2023-04-07 11:35:36.725300', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1589178550AddTaxCalculationType', 1589178550, '2023-04-07 11:35:08.764528', '2023-04-07 11:35:36.734321', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1589357321AddCountries', 1589357321, '2023-04-07 11:35:09.677378', '2023-04-07 11:35:36.738182', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1589359936AddTaxCountryRules', 1589359936, '2023-04-07 11:35:09.970223', '2023-04-07 11:35:36.741866', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1589379060AddVariantCharacteristicsToEmailTemplates', 1589379060, '2023-04-07 11:35:09.981340', '2023-04-07 11:35:36.746162', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1589447332AddFilterableToPropertyGroup', 1589447332, '2023-04-07 11:35:10.022725', '2023-04-07 11:35:36.750408', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1589458026SetDefaultReviewConfig', 1589458026, '2023-04-07 11:35:10.029209', '2023-04-07 11:35:36.755129', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1590408550AclResources', 1590408550, '2023-04-07 11:35:10.092182', '2023-04-07 11:35:36.772364', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1590409548AddPackUnitPluralMigration', 1590409548, '2023-04-07 11:35:10.114372', '2023-04-07 11:35:36.776270', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1590566018RenameDefaultMediaFolders', 1590566018, '2023-04-07 11:35:10.121785', '2023-04-07 11:35:36.779989', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1590566405InvalidateSessionOnLogOut', 1590566405, '2023-04-07 11:35:10.130010', '2023-04-07 11:35:36.783695', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1590579986DropMailHeaderFooterConstraint', 1590579986, '2023-04-07 11:35:10.612727', '2023-04-07 11:35:36.787831', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1590758953ProductFeatureSet', 1590758953, '2023-04-07 11:35:11.230534', '2023-04-07 11:35:36.792865', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591052278AddPropertyAndOptionIdsToProductProfile', 1591052278, '2023-04-07 11:35:11.239383', '2023-04-07 11:35:36.796841', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591167126RoleDescription', 1591167126, '2023-04-07 11:35:11.314687', '2023-04-07 11:35:36.952336', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591253089OrderDeeplinkForMailTemplates', 1591253089, '2023-04-07 11:35:11.416406', '2023-04-07 11:35:36.956555', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591259559AddMissingCurrency', 1591259559, '2023-04-07 11:35:11.429618', '2023-04-07 11:35:36.960614', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591272594AddGoogleAnalyticsAnonymizeIpColumn', 1591272594, '2023-04-07 11:35:11.466131', '2023-04-07 11:35:36.964557', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591361320ChargebackAndAuthorized', 1591361320, '2023-04-07 11:35:11.509851', '2023-04-07 11:35:36.968437', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591683158PromotionDiscount', 1591683158, '2023-04-07 11:35:11.535353', '2023-04-07 11:35:36.972304', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591817370AddCustomerTagsManyToManyIdField', 1591817370, '2023-04-07 11:35:11.665580', '2023-04-07 11:35:36.976396', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1592466717AddKeywordIndex', 1592466717, '2023-04-07 11:35:11.691271', '2023-04-07 11:35:36.980309', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1592837424AddProductTypeToCategory', 1592837424, '2023-04-07 11:35:11.789928', '2023-04-07 11:35:36.984315', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1592978289ProductCustomFieldSets', 1592978289, '2023-04-07 11:35:11.975870', '2023-04-07 11:35:36.989820', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1593698606AddNetAndGrossPurchasePrices', 1593698606, '2023-04-07 11:35:12.340935', '2023-04-07 11:35:36.995269', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1594650256AddMailTemplateSalesChannelPK', 1594650256, '2023-04-07 11:35:12.798879', '2023-04-07 11:35:37.007940', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1594885630AddUserRecoveryPK', 1594885630, '2023-04-07 11:35:12.807101', '2023-04-07 11:35:37.012144', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1594886106AddDocumentBaseConfigSalesChannelPK', 1594886106, '2023-04-07 11:35:12.814138', '2023-04-07 11:35:37.016103', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1594886773LogEntryPK', 1594886773, '2023-04-07 11:35:12.822913', '2023-04-07 11:35:37.020363', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1594886895CustomerRecoveryPK', 1594886895, '2023-04-07 11:35:12.830908', '2023-04-07 11:35:37.025270', NULL); INSERT INTO `migration` (`class`, `creation_timestamp`, `update`, `update_destructive`, `message`) VALUES ('Shopware\\Core\\Migration\\V6_3\\Migration1594887027AppConfigPK', 1594887027, '2023-04-07 11:35:12.837526', '2023-04-07 11:35:37.029301', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595160327AddPositionToCustomFieldSet', 1595160327, '2023-04-07 11:35:12.869178', '2023-04-07 11:35:37.033368', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595321666v3', 1595321666, '2023-04-07 11:35:12.873385', '2023-04-07 11:35:37.194234', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595422169AddProductSorting', 1595422169, '2023-04-07 11:35:12.982451', '2023-04-07 11:35:37.198658', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595480600RemoveGoogleShoppingSalesChannel', 1595480600, '2023-04-07 11:35:12.986885', '2023-04-07 11:35:37.203197', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595489705PreventOldListingPrices', 1595489705, '2023-04-07 11:35:13.017629', '2023-04-07 11:35:37.207066', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595492052SeoUrl', 1595492052, '2023-04-07 11:35:13.060468', '2023-04-07 11:35:37.210896', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595492053SeoUrlTemplate', 1595492053, '2023-04-07 11:35:13.089537', '2023-04-07 11:35:37.214625', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595499689RemoveGoogleShoppingRelatedTables', 1595499689, '2023-04-07 11:35:13.112276', '2023-04-07 11:35:37.222705', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595553089FixOrderConfirmationMailForAllPayloads', 1595553089, '2023-04-07 11:35:13.122536', '2023-04-07 11:35:37.226538', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595578253CustomFieldSetSelection', 1595578253, '2023-04-07 11:35:13.259564', '2023-04-07 11:35:37.230346', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595919251MainCategory', 1595919251, '2023-04-07 11:35:13.336297', '2023-04-07 11:35:37.234056', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1596091744UseHomeAsRootCategoryName', 1596091744, '2023-04-07 11:35:13.344081', '2023-04-07 11:35:37.237950', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1596441551CustomerGroupRegistration', 1596441551, '2023-04-07 11:35:13.546906', '2023-04-07 11:35:37.241876', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1597391970App', 1597391970, '2023-04-07 11:35:13.599110', '2023-04-07 11:35:37.245681', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1597394241AddAppIdToCustomFieldSet', 1597394241, '2023-04-07 11:35:13.646793', '2023-04-07 11:35:37.249540', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1597657689ActionButton', 1597657689, '2023-04-07 11:35:13.734552', '2023-04-07 11:35:37.253624', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1597762808Webhook', 1597762808, '2023-04-07 11:35:13.768164', '2023-04-07 11:35:37.257506', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1597830237Template', 1597830237, '2023-04-07 11:35:13.793544', '2023-04-07 11:35:37.261583', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1597930227CustomerGroupRegistrationSalesChannel', 1597930227, '2023-04-07 11:35:13.839391', '2023-04-07 11:35:37.265631', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1598280548NullableSeoUrlTemplate', 1598280548, '2023-04-07 11:35:13.883838', '2023-04-07 11:35:37.269665', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1598520424UpdateProductReviewConstraint', 1598520424, '2023-04-07 11:35:13.973164', '2023-04-07 11:35:37.273571', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1598885384RedirectToLatestSeoUrl', 1598885384, '2023-04-07 11:35:13.983371', '2023-04-07 11:35:37.277556', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599112309AddListingFilterSystemConfigOption', 1599112309, '2023-04-07 11:35:13.988363', '2023-04-07 11:35:37.281431', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599134496FixImportExportProfilesForGermanLanguage', 1599134496, '2023-04-07 11:35:14.000845', '2023-04-07 11:35:37.285533', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599463278AddCustomerIdIntoSalesChannelContext', 1599463278, '2023-04-07 11:35:14.053529', '2023-04-07 11:35:37.290106', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599570560FixSlovakiaDisplayedAsSlovenia', 1599570560, '2023-04-07 11:35:14.064016', '2023-04-07 11:35:37.293776', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599720163AddEventActiveColumn', 1599720163, '2023-04-07 11:35:14.081205', '2023-04-07 11:35:37.297825', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599806584AddEventActionRule', 1599806584, '2023-04-07 11:35:14.103470', '2023-04-07 11:35:37.301710', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599806595AddEventActionSalesChannel', 1599806595, '2023-04-07 11:35:14.134268', '2023-04-07 11:35:37.305888', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599822061MigrateOrderMails', 1599822061, '2023-04-07 11:35:14.175868', '2023-04-07 11:35:37.310510', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600072779AddSearchKeywordsToProductTranslation', 1600072779, '2023-04-07 11:35:14.371732', '2023-04-07 11:35:37.318446', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600156989AddProductSalesField', 1600156989, '2023-04-07 11:35:14.509608', '2023-04-07 11:35:37.329072', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600253602AddOrderRuleIds', 1600253602, '2023-04-07 11:35:14.584560', '2023-04-07 11:35:37.338940', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600330846ChangeActiveColumn', 1600330846, '2023-04-07 11:35:14.733669', '2023-04-07 11:35:37.345358', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600338271AddTopsellerSorting', 1600338271, '2023-04-07 11:35:14.744451', '2023-04-07 11:35:37.350434', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600349343AddDeliveryStateTransitions', 1600349343, '2023-04-07 11:35:14.755622', '2023-04-07 11:35:37.354945', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600676671OrderLineItemCoverMedia', 1600676671, '2023-04-07 11:35:14.921478', '2023-04-07 11:35:37.358682', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600769357AddTransition', 1600769357, '2023-04-07 11:35:14.929144', '2023-04-07 11:35:37.362645', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600778848AddOrderMails', 1600778848, '2023-04-07 11:35:14.957750', '2023-04-07 11:35:37.366678', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1601388975RequireFeatureSetName', 1601388975, '2023-04-07 11:35:14.961621', '2023-04-07 11:35:37.401120', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1601451838ChangeSearchKeywordColumnToProductTranslation', 1601451838, '2023-04-07 11:35:15.019153', '2023-04-07 11:35:37.406089', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1601539530IntergrationRoleEntity', 1601539530, '2023-04-07 11:35:15.069488', '2023-04-07 11:35:37.409942', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1601543829AddBoundSalesChannelIdColumnIntoCustomer', 1601543829, '2023-04-07 11:35:15.207189', '2023-04-07 11:35:37.414334', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1601891339EventActionTitle', 1601891339, '2023-04-07 11:35:15.231685', '2023-04-07 11:35:37.418193', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602062376AddUniqueConstraintForEmailAndBoundSalesChannelIdIntoCustomerTable', 1602062376, '2023-04-07 11:35:15.313303', '2023-04-07 11:35:37.422056', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602146868AddTaxTypeToShippingMethod', 1602146868, '2023-04-07 11:35:15.404538', '2023-04-07 11:35:37.426021', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602153572AddSalesChannelIdColumnIntoSalesChannelApiContextTable', 1602153572, '2023-04-07 11:35:15.515285', '2023-04-07 11:35:37.430322', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602494493AddDefaultSettingConfigValueForWishlist', 1602494493, '2023-04-07 11:35:15.526629', '2023-04-07 11:35:37.434863', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602494495SetUsersAsAdmins', 1602494495, '2023-04-07 11:35:15.554616', '2023-04-07 11:35:37.438698', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602745374AddVatIdsColumnAndTransferVatIdFromCustomerAddressIntoCustomer', 1602745374, '2023-04-07 11:35:15.651298', '2023-04-07 11:35:37.442442', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602822727AddVatHandlingIntoCountryTable', 1602822727, '2023-04-07 11:35:15.768047', '2023-04-07 11:35:37.446271', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1603179023AddDefaultSettingConfigValueForProductListingPerPage', 1603179023, '2023-04-07 11:35:15.773742', '2023-04-07 11:35:37.450341', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1603293043FixCurrencyTypo', 1603293043, '2023-04-07 11:35:15.779430', '2023-04-07 11:35:37.454343', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1603970276RemoveCustomerEmailUniqueConstraint', 1603970276, '2023-04-07 11:35:15.846149', '2023-04-07 11:35:37.458166', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1604056363CustomerWishlist', 1604056363, '2023-04-07 11:35:15.890263', '2023-04-07 11:35:37.462505', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1604056421CustomerWishlistProducts', 1604056421, '2023-04-07 11:35:15.928868', '2023-04-07 11:35:37.467082', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1604475913AddCMSPageIdToProductTable', 1604475913, '2023-04-07 11:35:16.148491', '2023-04-07 11:35:37.470904', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1604499476AddDefaultSettingConfigValueForContactForm', 1604499476, '2023-04-07 11:35:16.157821', '2023-04-07 11:35:37.474753', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1604568928AddConfigurableToApp', 1604568928, '2023-04-07 11:35:16.259115', '2023-04-07 11:35:37.482498', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1604669773UpdateMailTemplate', 1604669773, '2023-04-07 11:35:16.281189', '2023-04-07 11:35:37.490100', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1605103533AddCookiesToAppEntity', 1605103533, '2023-04-07 11:35:16.352432', '2023-04-07 11:35:37.493762', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1605530777PrivacyPolicyExtensionsToAppTranslation', 1605530777, '2023-04-07 11:35:16.527319', '2023-04-07 11:35:37.497859', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1605609309AddCreatedByIdAndUpdatedByIdToOrder', 1605609309, '2023-04-07 11:35:16.852252', '2023-04-07 11:35:37.501805', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1605609477RemoveDeleteCascadeConstraintInDocumentBaseConfigTable', 1605609477, '2023-04-07 11:35:16.935039', '2023-04-07 11:35:37.505587', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1605861407RuleAssociationsToRestrict', 1605861407, '2023-04-07 11:35:17.202551', '2023-04-07 11:35:37.509366', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1606310257AddCanonicalUrlProp', 1606310257, '2023-04-07 11:35:17.413525', '2023-04-07 11:35:37.513251', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1607415095PromotionRedemptionsNullable', 1607415095, '2023-04-07 11:35:17.470628', '2023-04-07 11:35:37.517160', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1607500561UpdateSignUpMailTemplateTranslation', 1607500561, '2023-04-07 11:35:17.489565', '2023-04-07 11:35:37.521296', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1607514878AddOrderDeliveryRetourTransition', 1607514878, '2023-04-07 11:35:17.495827', '2023-04-07 11:35:37.525514', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1607581275AddProductSearchConfiguration', 1607581275, '2023-04-07 11:35:17.540183', '2023-04-07 11:35:37.529533', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1607581276AddProductSearchConfigurationDefaults', 1607581276, '2023-04-07 11:35:17.565713', '2023-04-07 11:35:37.533430', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1608624028RemoveDefaultSalesChannelAssignmentForCustomerRecoveryEvent', 1608624028, '2023-04-07 11:35:17.571234', '2023-04-07 11:35:37.537265', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1609125144AddLastUpdatedPasswordAtColumnIntoUser', 1609125144, '2023-04-07 11:35:17.630923', '2023-04-07 11:35:37.542220', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1609857999FixStateMachineHistoryUserConstraint', 1609857999, '2023-04-07 11:35:17.738580', '2023-04-07 11:35:37.551482', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1610531188AddUserConfig', 1610531188, '2023-04-07 11:35:18.227361', '2023-04-07 11:35:37.727495', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1610965670RemoveDeprecatedColumns', 1610965670, '2023-04-07 11:35:18.417559', '2023-04-07 11:35:38.083463', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1610974673DropProductListingPriceTrigger', 1610974673, '2023-04-07 11:35:18.421503', '2023-04-07 11:35:38.112657', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1611155140AddUpdatedAtToSalesChannelApiContext', 1611155140, '2023-04-07 11:35:18.437089', '2023-04-07 11:35:38.117571', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1614240671AddVatIdsToOrderCustomer', 1614240671, '2023-04-07 11:35:21.998209', '2023-04-07 11:35:38.169540', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1594104496CashRounding', 1594104496, '2023-04-07 11:35:12.793204', '2023-04-07 11:35:37.001262', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1604585230UpdateOrderMailsForCashRounding', 1604585230, '2023-04-07 11:35:16.272867', '2023-04-07 11:35:37.486294', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1609140710AddCmsPdpLayout', 1609140710, '2023-04-07 11:35:17.676465', '2023-04-07 11:35:37.546537', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610337444AddSlotConfigToProductTranslationTable', 1610337444, '2023-04-07 11:35:17.786370', '2023-04-07 11:35:37.555318', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610439375AddEUStatesAsDefaultForIntraCommunityDeliveryLabel', 1610439375, '2023-04-07 11:35:17.796866', '2023-04-07 11:35:37.559402', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610448012LandingPage', 1610448012, '2023-04-07 11:35:17.889744', '2023-04-07 11:35:37.565156', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610523204AddInheritanceForProductCmsPage', 1610523204, '2023-04-07 11:35:18.043437', '2023-04-07 11:35:37.570819', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610523548FixCustomerColumns', 1610523548, '2023-04-07 11:35:18.197502', '2023-04-07 11:35:37.722498', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610616655AddVisibleOnDetailToPropertyGroup', 1610616655, '2023-04-07 11:35:18.249817', '2023-04-07 11:35:37.732007', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610621999UpdateDateOfDefaultMailTemplates', 1610621999, '2023-04-07 11:35:18.316233', '2023-04-07 11:35:37.736503', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610625925RequireDataProtectionCheckbox', 1610625925, '2023-04-07 11:35:18.321758', '2023-04-07 11:35:37.741263', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610634383AddPositionToTaxEntity', 1610634383, '2023-04-07 11:35:18.408288', '2023-04-07 11:35:37.745553', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610904608TemporarilyDisableWishlistAsDefault', 1610904608, '2023-04-07 11:35:18.413823', '2023-04-07 11:35:37.749507', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1611732852UpdateCmsPdpLayout', 1611732852, '2023-04-07 11:35:18.449739', '2023-04-07 11:35:38.122632', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1611817467ChangeDefaultProductSettingConfigField', 1611817467, '2023-04-07 11:35:18.459181', '2023-04-07 11:35:38.127399', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612184092AddUrlLandingPage', 1612184092, '2023-04-07 11:35:18.479245', '2023-04-07 11:35:38.131270', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612442685AddDeleteCascadeToMediaTagTable', 1612442685, '2023-04-07 11:35:18.546013', '2023-04-07 11:35:38.135299', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612442686AddDeleteCascadeToCustomerTagTable', 1612442686, '2023-04-07 11:35:18.769806', '2023-04-07 11:35:38.139758', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612442786ChangeVersionOfDocuments', 1612442786, '2023-04-07 11:35:18.776946', '2023-04-07 11:35:38.144009', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612851765MakeCmsVersionable', 1612851765, '2023-04-07 11:35:20.563080', '2023-04-07 11:35:38.148082', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612865237AddCheapestPrice', 1612865237, '2023-04-07 11:35:20.840432', '2023-04-07 11:35:38.152405', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612970642AddHomeSettingsToSalesChannel', 1612970642, '2023-04-07 11:35:21.270460', '2023-04-07 11:35:38.156482', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612980753AddLinkSettingsToCategory', 1612980753, '2023-04-07 11:35:21.290866', '2023-04-07 11:35:38.160647', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1613665555AddHomeCmsVersionToSalesChannel', 1613665555, '2023-04-07 11:35:21.962092', '2023-04-07 11:35:38.165300', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1614249488ChangeProductSortingsToCheapestPrice', 1614249488, '2023-04-07 11:35:22.007824', '2023-04-07 11:35:38.352083', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1614691876AddMainModuleToApp', 1614691876, '2023-04-07 11:35:22.075626', '2023-04-07 11:35:38.357282', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1614765170UpdateAppModulesWithNavigationInformation', 1614765170, '2023-04-07 11:35:22.082427', '2023-04-07 11:35:38.364013', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1614765785ChangeDefaultValueOfAndLogicForSearchRankingConfig', 1614765785, '2023-04-07 11:35:22.087907', '2023-04-07 11:35:38.371003', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1615359964AddTaxFreeFromAmountForCurrencyAndCountry', 1615359964, '2023-04-07 11:35:22.215078', '2023-04-07 11:35:38.377272', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1615366708AddProductStreamMapping', 1615366708, '2023-04-07 11:35:22.256620', '2023-04-07 11:35:38.384208', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1615452749ChangeDefaultMailSendAddress', 1615452749, '2023-04-07 11:35:22.262806', '2023-04-07 11:35:38.390667', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1615802866ElasticsearchStreamFieldMigration', 1615802866, '2023-04-07 11:35:22.271168', '2023-04-07 11:35:38.395285', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1615819992AddVatIdRequiredToCountry', 1615819992, '2023-04-07 11:35:22.341907', '2023-04-07 11:35:38.399766', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1616076922AppPaymentMethod', 1616076922, '2023-04-07 11:35:22.385479', '2023-04-07 11:35:38.404887', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1616496610CheapestPriceCustomProductGroups', 1616496610, '2023-04-07 11:35:22.391244', '2023-04-07 11:35:38.409241', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1616555956AddPurchasePricesPropertyToProductProfile', 1616555956, '2023-04-07 11:35:22.398368', '2023-04-07 11:35:38.414552', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617000878AddTemplateDataToMailTemplateType', 1617000878, '2023-04-07 11:35:22.555314', '2023-04-07 11:35:38.419116', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617356092UpdateCmsPdpLayoutSection', 1617356092, '2023-04-07 11:35:22.571200', '2023-04-07 11:35:38.423481', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617784658AddCartIndex', 1617784658, '2023-04-07 11:35:22.603809', '2023-04-07 11:35:38.428219', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617864895UpdateMailTemplateForNestedLineItems', 1617864895, '2023-04-07 11:35:22.623370', '2023-04-07 11:35:38.432629', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617868381AddVersionIndex', 1617868381, '2023-04-07 11:35:22.663947', '2023-04-07 11:35:38.437420', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617877887AddCustomFieldToPromotionTranslation', 1617877887, '2023-04-07 11:35:22.700678', '2023-04-07 11:35:38.443565', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617896006MakeNameNullable', 1617896006, '2023-04-07 11:35:22.736205', '2023-04-07 11:35:38.450200', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617935350ActiveCaptchasV2', 1617935350, '2023-04-07 11:35:22.742617', '2023-04-07 11:35:38.456754', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617953690AddCustomFieldToProductReview', 1617953690, '2023-04-07 11:35:22.791719', '2023-04-07 11:35:38.463074', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617960456AddCustomFieldToEventAction', 1617960456, '2023-04-07 11:35:22.840728', '2023-04-07 11:35:38.468837', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617974402AddCustomFieldsToApp', 1617974402, '2023-04-07 11:35:22.858206', '2023-04-07 11:35:38.475408', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1618218491AddCustomFieldToSalutationTranslation', 1618218491, '2023-04-07 11:35:22.890539', '2023-04-07 11:35:38.479933', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1618389817RemoveTaxFreeFromColumnInCountryTable', 1618389817, '2023-04-07 11:35:22.956617', '2023-04-07 11:35:38.485361', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1618476427ElasticsearchStreamFieldManufacturerRevert', 1618476427, '2023-04-07 11:35:22.961582', '2023-04-07 11:35:38.490230', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1618569201AddCustomFieldToDocumentBaseConfig', 1618569201, '2023-04-07 11:35:23.005285', '2023-04-07 11:35:38.494701', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1618900427FixTotalRounding', 1618900427, '2023-04-07 11:35:23.215346', '2023-04-07 11:35:38.500941', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1618989442AddProductConfigurationSettingsUniqKey', 1618989442, '2023-04-07 11:35:23.309017', '2023-04-07 11:35:38.507909', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1619070236AppCmsBlock', 1619070236, '2023-04-07 11:35:23.376651', '2023-04-07 11:35:38.514521', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1619428555AddDefaultMailFooter', 1619428555, '2023-04-07 11:35:23.400628', '2023-04-07 11:35:38.521274', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1619604605FixListingPricesUsage', 1619604605, '2023-04-07 11:35:23.423385', '2023-04-07 11:35:38.527861', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1619703075ScheduleIndexers', 1619703075, '2023-04-07 11:35:23.431422', '2023-04-07 11:35:38.532297', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620146632AddActiveAndErrorCountIntoWebhook', 1620146632, '2023-04-07 11:35:23.462780', '2023-04-07 11:35:38.536847', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620147234CreateWebhookEventLogTable', 1620147234, '2023-04-07 11:35:23.573886', '2023-04-07 11:35:38.541624', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620201616AddUpdatedAtToCart', 1620201616, '2023-04-07 11:35:23.597834', '2023-04-07 11:35:38.546005', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620215586FixManufacturerForeignKey', 1620215586, '2023-04-07 11:35:24.292954', '2023-04-07 11:35:38.552357', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620374229UpdateCustomFieldNameInProductStreamTable', 1620374229, '2023-04-07 11:35:24.321759', '2023-04-07 11:35:38.556820', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620376945AddCompanyTaxAndCustomerTaxToCountry', 1620376945, '2023-04-07 11:35:24.501329', '2023-04-07 11:35:38.561872', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620632460AddedCategoryIds', 1620632460, '2023-04-07 11:35:24.652175', '2023-04-07 11:35:38.565999', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620634856UpdateRolePrivileges', 1620634856, '2023-04-07 11:35:24.657229', '2023-04-07 11:35:38.570221', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620733405DistinguishablePaymentMethodName', 1620733405, '2023-04-07 11:35:24.675361', '2023-04-07 11:35:38.574158', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620733405UpdateRolePrivilegesForDistinguishablePaymentName', 1620733405, '2023-04-07 11:35:24.679700', '2023-04-07 11:35:38.578007', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620820321AddDefaultDomainForHeadlessSaleschannel', 1620820321, '2023-04-07 11:35:24.688209', '2023-04-07 11:35:38.581684', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1621845357AddFlow', 1621845357, '2023-04-07 11:35:24.705044', '2023-04-07 11:35:38.585680', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1621845370AddFlowSequence', 1621845370, '2023-04-07 11:35:24.740858', '2023-04-07 11:35:38.589490', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1622010069AddCartRules', 1622010069, '2023-04-07 11:35:24.773816', '2023-04-07 11:35:38.593425', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1622104463AddPaymentTokenTable', 1622104463, '2023-04-07 11:35:24.793205', '2023-04-07 11:35:38.597224', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1622782058AddDeleteAtIntoIntegrationAndAclRole', 1622782058, '2023-04-07 11:35:24.855785', '2023-04-07 11:35:38.601477', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1623305620ChangeSalutationIdNullable', 1623305620, '2023-04-07 11:35:25.082124', '2023-04-07 11:35:38.605464', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1623391399ChangeConstraintAclRoleAndIntegrationInApp', 1623391399, '2023-04-07 11:35:25.331365', '2023-04-07 11:35:38.610018', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1623828962ChangeColumnAppNameAndAppVersionInWebhookEventLog', 1623828962, '2023-04-07 11:35:25.521137', '2023-04-07 11:35:38.614702', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1624262862UpdateDefaultValueOnCaptchaV2', 1624262862, '2023-04-07 11:35:25.530983', '2023-04-07 11:35:38.622328', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1624884801MakeMailLinksConfigurable', 1624884801, '2023-04-07 11:35:25.539593', '2023-04-07 11:35:38.626628', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1624967118updateMailTemplatesWithOptionalSalutation', 1624967118, '2023-04-07 11:35:25.608234', '2023-04-07 11:35:38.631254', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625304609UpdateRolePrivileges', 1625304609, '2023-04-07 11:35:25.616395', '2023-04-07 11:35:38.635376', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625465756DefaultSalutation', 1625465756, '2023-04-07 11:35:25.629641', '2023-04-07 11:35:38.639239', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625505190AddOrderTotalAmountToCustomerTable', 1625505190, '2023-04-07 11:35:25.771636', '2023-04-07 11:35:38.643559', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625554302UpdateMailTemplateForContactForm', 1625554302, '2023-04-07 11:35:25.781084', '2023-04-07 11:35:38.648023', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625569667NewsletterDoiForRegistered', 1625569667, '2023-04-07 11:35:25.788333', '2023-04-07 11:35:38.652032', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625583596CreateActionEventFlowMigrateTable', 1625583596, '2023-04-07 11:35:25.831507', '2023-04-07 11:35:38.656190', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625583619MoveDataFromEventActionToFlow', 1625583619, '2023-04-07 11:35:25.838520', '2023-04-07 11:35:38.660260', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625816310AddDefaultToCartRuleIds', 1625816310, '2023-04-07 11:35:25.844847', '2023-04-07 11:35:38.665956', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625819412ChangeOrderCreatedByIdConstraint', 1625819412, '2023-04-07 11:35:26.306088', '2023-04-07 11:35:38.670175', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625831469AddImportExportCrossSellingProfile', 1625831469, '2023-04-07 11:35:26.317478', '2023-04-07 11:35:38.674624', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1626241110PromotionPreventCombination', 1626241110, '2023-04-07 11:35:26.371574', '2023-04-07 11:35:38.680539', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1626442868AddGermanSalesChannelDescription', 1626442868, '2023-04-07 11:35:26.415450', '2023-04-07 11:35:38.684640', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1626696809AddImportExportCustomerProfile', 1626696809, '2023-04-07 11:35:26.430566', '2023-04-07 11:35:38.690549', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1626785125AddImportExportType', 1626785125, '2023-04-07 11:35:26.460891', '2023-04-07 11:35:38.696475', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627292049AddResultColumnForImportExportLog', 1627292049, '2023-04-07 11:35:26.490448', '2023-04-07 11:35:38.702190', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627540693MakeAccessTokenNullable', 1627540693, '2023-04-07 11:35:26.524872', '2023-04-07 11:35:38.707771', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627541488AddForeignKeyForSalesChannelIdIntoSystemConfigTable', 1627541488, '2023-04-07 11:35:26.580285', '2023-04-07 11:35:38.713249', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627562945AddImportExportPromotionCodesProfile', 1627562945, '2023-04-07 11:35:26.593123', '2023-04-07 11:35:38.717506', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627650101AddUploadPluginRolePrivilege', 1627650101, '2023-04-07 11:35:26.598100', '2023-04-07 11:35:38.721651', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627929168UpdatePriceFieldInProductTable', 1627929168, '2023-04-07 11:35:26.618137', '2023-04-07 11:35:38.725930', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627983652AddOrderExportProfile', 1627983652, '2023-04-07 11:35:26.627577', '2023-04-07 11:35:38.730141', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1628519513AddUnconfirmedTransactionState', 1628519513, '2023-04-07 11:35:26.655016', '2023-04-07 11:35:38.735596', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1628749113Migration1628749113AddDefaultSalesChannelLanguageIdsInLanguagesLists', 1628749113, '2023-04-07 11:35:26.665203', '2023-04-07 11:35:38.741672', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1629204538AddTimeZoneField', 1629204538, '2023-04-07 11:35:26.732673', '2023-04-07 11:35:38.746394', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1629700169AddEnqueueIndex', 1629700169, '2023-04-07 11:35:26.754279', '2023-04-07 11:35:38.750741', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1629877210UpdateWebhookNameAndSerializedWebhookMessageOfWebhookEventLog', 1629877210, '2023-04-07 11:35:26.804428', '2023-04-07 11:35:38.756242', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1630074081AddDeleteCascadeToImportExportLogTable', 1630074081, '2023-04-07 11:35:26.879410', '2023-04-07 11:35:38.761828', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1630485317UpdateContactFormMailTemplates', 1630485317, '2023-04-07 11:35:26.887104', '2023-04-07 11:35:38.767719', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1631625055AddPositionToImportExportMappings', 1631625055, '2023-04-07 11:35:26.907741', '2023-04-07 11:35:38.775575', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1631703921MigrateLineItemsInCartRule', 1631703921, '2023-04-07 11:35:26.913348', '2023-04-07 11:35:38.780623', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1631790054AddedStreamIds', 1631790054, '2023-04-07 11:35:27.079337', '2023-04-07 11:35:38.787150', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1631863869AddLogEntryCreateAndStateMachineTransitionReadPrivilege', 1631863869, '2023-04-07 11:35:27.083903', '2023-04-07 11:35:38.792004', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1632111590AddOrderTagPrivilegeForOrderRoles', 1632111590, '2023-04-07 11:35:27.088480', '2023-04-07 11:35:38.796470', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1632215760MoveDataFromEventActionToFlow', 1632215760, '2023-04-07 11:35:27.167423', '2023-04-07 11:35:38.800384', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1632721037OrderDocumentMailTemplate', 1632721037, '2023-04-07 11:35:27.253665', '2023-04-07 11:35:38.811432', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1633347511ChangeProductExportInterval', 1633347511, '2023-04-07 11:35:27.260432', '2023-04-07 11:35:38.819066', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1633358879AddUpdateByColumnToImportExportProfile', 1633358879, '2023-04-07 11:35:27.286081', '2023-04-07 11:35:38.823371', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1633422057AddSalutationPrivilegeForOrderViewerRole', 1633422057, '2023-04-07 11:35:27.290895', '2023-04-07 11:35:38.827399', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1634735841AddedNewsletterSalesChannelIds', 1634735841, '2023-04-07 11:35:27.374786', '2023-04-07 11:35:38.832968', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1635147952ShowShippingCostsInCartAnMailTemplates', 1635147952, '2023-04-07 11:35:27.389247', '2023-04-07 11:35:38.838580', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1635230747UpdateProductExportTemplate', 1635230747, '2023-04-07 11:35:27.395395', '2023-04-07 11:35:38.843941', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1635237551Script', 1635237551, '2023-04-07 11:35:27.422728', '2023-04-07 11:35:38.848319', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1635388654CreateIncrementTable', 1635388654, '2023-04-07 11:35:27.440600', '2023-04-07 11:35:38.852581', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1635936029MigrateMessageQueueStatsToIncrement', 1635936029, '2023-04-07 11:35:27.465854', '2023-04-07 11:35:38.857967', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1636014089UpdateOrderConfirmationMailTemplates', 1636014089, '2023-04-07 11:35:27.473659', '2023-04-07 11:35:38.863396', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1636018970UnusedGuestCustomerLifetime', 1636018970, '2023-04-07 11:35:27.479401', '2023-04-07 11:35:38.869211', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1636362839FlowBuilderGenerateMultipleDoc', 1636362839, '2023-04-07 11:35:27.646977', '2023-04-07 11:35:38.880582', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1636449347AddImportExportAdvancedPricesProfile', 1636449347, '2023-04-07 11:35:27.659879', '2023-04-07 11:35:38.885101', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1636964297AddDefaultTaxRate', 1636964297, '2023-04-07 11:35:27.666008', '2023-04-07 11:35:38.890712', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1636971615AddImportExportPromotionDiscountProfile', 1636971615, '2023-04-07 11:35:27.675389', '2023-04-07 11:35:38.896465', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1638195971AddBaseAppUrl', 1638195971, '2023-04-07 11:35:27.737210', '2023-04-07 11:35:38.901823', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1638365464CheapestPricePercentageDynamicProductGroups', 1638365464, '2023-04-07 11:35:27.743789', '2023-04-07 11:35:38.906505', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1638514913RemovedUnusedVarsInMailTemplates', 1638514913, '2023-04-07 11:35:27.763059', '2023-04-07 11:35:38.910596', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1638993987AddAppFlowActionTable', 1638993987, '2023-04-07 11:35:27.829762', '2023-04-07 11:35:38.914292', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1639122665AddCustomEntities', 1639122665, '2023-04-07 11:35:27.869273', '2023-04-07 11:35:38.918406', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1639139581AddPriorityToPromotions', 1639139581, '2023-04-07 11:35:27.939573', '2023-04-07 11:35:38.922581', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1639992771MoveDataFromEventActionToFlow', 1639992771, '2023-04-07 11:35:27.949001', '2023-04-07 11:35:38.927354', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1641289204FixProductComparisonGoogleShippingPriceDisplay', 1641289204, '2023-04-07 11:35:27.953541', '2023-04-07 11:35:38.933125', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1642517958AddCascadeDeleteToTagRelations', 1642517958, '2023-04-07 11:35:28.301909', '2023-04-07 11:35:38.942662', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1642732351AddAppFlowActionId', 1642732351, '2023-04-07 11:35:28.390351', '2023-04-07 11:35:38.946873', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1642757286FixProductMediaForeignKey', 1642757286, '2023-04-07 11:35:28.553864', '2023-04-07 11:35:39.109465', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1643366069AddSeoUrlUpdaterIndex', 1643366069, '2023-04-07 11:35:28.600728', '2023-04-07 11:35:39.114530', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1643386819AddPreparedPaymentsToAppPaymentMethod', 1643386819, '2023-04-07 11:35:28.638863', '2023-04-07 11:35:39.119085', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1643724178ChangePromotionCodesProfile', 1643724178, '2023-04-07 11:35:28.645428', '2023-04-07 11:35:39.123338', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1643878976AddCaptureRefundStateMachines', 1643878976, '2023-04-07 11:35:28.753345', '2023-04-07 11:35:39.127792', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1643892702AddCaptureRefundTables', 1643892702, '2023-04-07 11:35:28.825141', '2023-04-07 11:35:39.132134', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1645019769UpdateCmsPageTranslation', 1645019769, '2023-04-07 11:35:28.833890', '2023-04-07 11:35:39.136406', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1645453538AddRuleTag', 1645453538, '2023-04-07 11:35:28.855453', '2023-04-07 11:35:39.140451', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1646125417AddPathFieldToMediaFolder', 1646125417, '2023-04-07 11:35:28.884346', '2023-04-07 11:35:39.144944', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1646397836UpdateRolePrivilegesOfOrderCreator', 1646397836, '2023-04-07 11:35:28.888617', '2023-04-07 11:35:39.149436', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1646817331AddCmsClassColumnCmsPage', 1646817331, '2023-04-07 11:35:28.961913', '2023-04-07 11:35:39.153901', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1647260673AddIndexForEmail', 1647260673, '2023-04-07 11:35:29.071238', '2023-04-07 11:35:39.157923', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1647443222AllowLongLogEntryMessages', 1647443222, '2023-04-07 11:35:29.112004', '2023-04-07 11:35:39.162153', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1647511158AddRefundUrlToAppPaymentMethod', 1647511158, '2023-04-07 11:35:29.134770', '2023-04-07 11:35:39.165757', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1648031611AddOrderLineItemPromotionId', 1648031611, '2023-04-07 11:35:29.291030', '2023-04-07 11:35:39.170233', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1648031636AddPositionFieldToShippingMethod', 1648031636, '2023-04-07 11:35:29.361231', '2023-04-07 11:35:39.174699', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1648543185AddAppScriptConditionTables', 1648543185, '2023-04-07 11:35:29.492843', '2023-04-07 11:35:39.178411', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1648709176CartCompression', 1648709176, '2023-04-07 11:35:29.497354', '2023-04-07 11:35:39.271062', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1648803451FixInvalidMigrationOfBusinessEventToFlow', 1648803451, '2023-04-07 11:35:29.503970', '2023-04-07 11:35:39.277646', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1649040981CorrectStateMachineStateTranslationName', 1649040981, '2023-04-07 11:35:29.510261', '2023-04-07 11:35:39.284107', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1649315608AllowDisable', 1649315608, '2023-04-07 11:35:29.597307', '2023-04-07 11:35:39.290598', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1649858046UpdateConfigurableFormatAndValidationForAddressCountry', 1649858046, '2023-04-07 11:35:30.322509', '2023-04-07 11:35:39.296824', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1650249241UpdateTypeOfDepartmentAddress', 1650249241, '2023-04-07 11:35:30.631277', '2023-04-07 11:35:39.302213', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1650444800AddDefaultSettingConfigValueForUseDefaultCookiesConsent', 1650444800, '2023-04-07 11:35:30.639501', '2023-04-07 11:35:39.307808', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1650548599AppAllowedHosts', 1650548599, '2023-04-07 11:35:30.785062', '2023-04-07 11:35:39.313476', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1650620993SetDefaultCmsPagesAndSetCategoryCmsPageToNull', 1650620993, '2023-04-07 11:35:30.807859', '2023-04-07 11:35:39.319276', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1650872291CartAutoIncrement', 1650872291, '2023-04-07 11:35:30.847536', '2023-04-07 11:35:39.325075', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1650981517RemoveShopwareId', 1650981517, '2023-04-07 11:35:30.851995', '2023-04-07 11:35:39.332824', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1651118773UpdateZipCodeOfTableCustomerAddressToNullable', 1651118773, '2023-04-07 11:35:30.886055', '2023-04-07 11:35:39.338471', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1652166447AppLoadPriority', 1652166447, '2023-04-07 11:35:30.963753', '2023-04-07 11:35:39.344225', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1652345915UpdateSubjectMailTemplate', 1652345915, '2023-04-07 11:35:30.975433', '2023-04-07 11:35:39.350029', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1652441129ReplaceIconNames', 1652441129, '2023-04-07 11:35:30.984287', '2023-04-07 11:35:39.355885', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1652864153ReindexMediaFolders', 1652864153, '2023-04-07 11:35:30.988410', '2023-04-07 11:35:39.361333', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1653376989ResetDefaultAlwaysValidConditionValue', 1653376989, '2023-04-07 11:35:30.995848', '2023-04-07 11:35:39.366848', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1653385302AddHeadlineColumnToAppFlowActionTable', 1653385302, '2023-04-07 11:35:31.043866', '2023-04-07 11:35:39.372423', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1654839361ProductDownload', 1654839361, '2023-04-07 11:35:31.385815', '2023-04-07 11:35:39.378250', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1654839361ProductDownloadDelivery', 1654839361, '2023-04-07 11:35:31.397707', '2023-04-07 11:35:39.383973', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1654839361ProductDownloadMedia', 1654839361, '2023-04-07 11:35:31.406936', '2023-04-07 11:35:39.389759', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1655730949AddIsRunningColumnToProductExport', 1655730949, '2023-04-07 11:35:31.433153', '2023-04-07 11:35:39.396140', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1656397126AddMainVariantConfiguration', 1656397126, '2023-04-07 11:35:31.735926', '2023-04-07 11:35:39.401935', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1656928097AddNewsletterRecipientEmailIndex', 1656928097, '2023-04-07 11:35:31.777220', '2023-04-07 11:35:39.407656', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1657011337AddFillableInStorefront', 1657011337, '2023-04-07 11:35:31.811010', '2023-04-07 11:35:39.413313', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1657027979AddOrderRefundPrivilegeForOrderEditor', 1657027979, '2023-04-07 11:35:31.817667', '2023-04-07 11:35:39.417436', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1657173907DownloadMailTemplate', 1657173907, '2023-04-07 11:35:31.849478', '2023-04-07 11:35:39.421534', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1658786605AddAddressFormatIntoCountryTranslation', 1658786605, '2023-04-07 11:35:32.045200', '2023-04-07 11:35:39.425647', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1659256999CreateFlowTemplateTable', 1659256999, '2023-04-07 11:35:32.064381', '2023-04-07 11:35:39.429778', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1659257296GenerateFlowTemplateDataFromEventAction', 1659257296, '2023-04-07 11:35:32.077943', '2023-04-07 11:35:39.435649', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1659257396DownloadFlow', 1659257396, '2023-04-07 11:35:32.097624', '2023-04-07 11:35:39.441175', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1659257496OrderLineItemDownload', 1659257496, '2023-04-07 11:35:32.229203', '2023-04-07 11:35:39.446827', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1660814397UpdateOrderCancelledMailTemplate', 1660814397, '2023-04-07 11:35:32.263665', '2023-04-07 11:35:39.457994', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1661759290AddDateAndCurrencyIndexToOrderTable', 1661759290, '2023-04-07 11:35:32.349693', '2023-04-07 11:35:39.463189', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1661771388FixDefaultCountryStatesTranslationAreMissing', 1661771388, '2023-04-07 11:35:32.356470', '2023-04-07 11:35:39.468784', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1663238480FixMailTemplateFallbackChainUsage', 1663238480, '2023-04-07 11:35:32.377349', '2023-04-07 11:35:39.474461', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1664512574AddConfigShowHideSectionBlock', 1664512574, '2023-04-07 11:35:32.441410', '2023-04-07 11:35:39.480237', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1664541794AddIndexForLogEntryTask', 1664541794, '2023-04-07 11:35:32.456679', '2023-04-07 11:35:39.485888', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1664894872AddDelayableColumnToAppFlowActionTable', 1664894872, '2023-04-07 11:35:32.489431', '2023-04-07 11:35:39.491583', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1665064823AddRuleAreas', 1665064823, '2023-04-07 11:35:32.870318', '2023-04-07 11:35:39.497110', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1665267882RenameCountryVat', 1665267882, '2023-04-07 11:35:32.942964', '2023-04-07 11:35:39.502514', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1667731399AdminElasticsearchIndexTask', 1667731399, '2023-04-07 11:35:32.964112', '2023-04-07 11:35:39.508384', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1667806582AddCreatedByIdAndUpdatedByIdToCustomer', 1667806582, '2023-04-07 11:35:33.639866', '2023-04-07 11:35:39.514032', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1667983492UpdateQueuedTasksToSkipped', 1667983492, '2023-04-07 11:35:33.646575', '2023-04-07 11:35:39.519630', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1668677456AddAppReadPrivilegeForIntegrationRoles', 1668677456, '2023-04-07 11:35:33.651655', '2023-04-07 11:35:39.525670', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1669316067ChangeColumnTitleInDownloadsDeliveryMailTemplate', 1669316067, '2023-04-07 11:35:33.658795', '2023-04-07 11:35:39.531186', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1672164687FixTypoInUserRecoveryPasswordResetMail', 1672164687, '2023-04-07 11:35:33.665337', '2023-04-07 11:35:39.536834', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1672743034AddDefaultAdminUserPasswordMinLength', 1672743034, '2023-04-07 11:35:33.670998', '2023-04-07 11:35:39.542419', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1673001912AddUserPermissionRolePrivilege', 1673001912, '2023-04-07 11:35:33.675134', '2023-04-07 11:35:39.548059', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1673966228UpdateVersionAndOrderLineItemPrivilegeForOrderRoles', 1673966228, '2023-04-07 11:35:33.680039', '2023-04-07 11:35:39.553387', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1675218708UpdateDeliverOrderedProductDownloadsFlowTemplate', 1675218708, '2023-04-07 11:35:33.686511', '2023-04-07 11:35:39.558782', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1675827655UpdateVATPatternForCyprusCountry', 1675827655, '2023-04-07 11:35:33.721564', '2023-04-07 11:35:39.564089', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1552899789Theme', 1552899789, '2023-04-07 11:34:58.445768', '2023-04-07 11:35:34.817392', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1555406153SalesChannelTheme', 1555406153, '2023-04-07 11:34:58.768275', '2023-04-07 11:35:34.839828', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1563785071AddThemeHelpText', 1563785071, '2023-04-07 11:35:00.657283', '2023-04-07 11:35:34.959058', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1564385954ThemeMedia', 1564385954, '2023-04-07 11:35:01.159979', '2023-04-07 11:35:34.971673', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1564385960ThemeAddActiveFlag', 1564385960, '2023-04-07 11:35:01.204661', '2023-04-07 11:35:34.975701', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1565640170ThemeMigrateMedia', 1565640170, '2023-04-07 11:35:01.614995', '2023-04-07 11:35:35.458129', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1565640175RemoveSalesChannelTheme', 1565640175, '2023-04-07 11:35:01.639902', '2023-04-07 11:35:35.464254', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1595492054SeoUrlTemplateData', 1595492054, '2023-04-07 11:35:13.101729', '2023-04-07 11:35:37.218343', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1604502151AddThemePreviewMediaConstraint', 1604502151, '2023-04-07 11:35:16.213113', '2023-04-07 11:35:37.478656', NULL), ('Shopware\\Storefront\\Migration\\V6_4\\Migration1641476963ThemeDependentIds', 1641476963, '2023-04-07 11:35:27.981839', '2023-04-07 11:35:38.937942', NULL), ('Swag\\PayPal\\Migration\\Migration1584005462PosSalesChannel', 1584005462, '2023-04-07 11:38:00.222231', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1589800641PosProduct', 1589800641, '2023-04-07 11:38:00.261336', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1589800704PosInventory', 1589800704, '2023-04-07 11:38:00.327648', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1589882802PosRun', 1589882802, '2023-04-07 11:38:00.362792', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1589905764PosRunLog', 1589905764, '2023-04-07 11:38:00.411698', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1591365484PosMedia', 1591365484, '2023-04-07 11:38:00.449606', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1626082072AddStatusAndMessageCountToRun', 1626082072, '2023-04-07 11:38:00.504654', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1675420139AddManagerDataToRun', 1675420139, '2023-04-07 11:38:00.525633', NULL, NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `newsletter_recipient` -- CREATE TABLE `newsletter_recipient` ( `id` binary(16) NOT NULL, `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `first_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `zip_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `street` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `salutation_id` binary(16) DEFAULT NULL, `language_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `confirmed_at` datetime(3) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `newsletter_recipient_tag` -- CREATE TABLE `newsletter_recipient_tag` ( `newsletter_recipient_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `notification` -- CREATE TABLE `notification` ( `id` binary(16) NOT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `message` varchar(5000) COLLATE utf8mb4_unicode_ci NOT NULL, `admin_only` tinyint(1) NOT NULL DEFAULT '0', `required_privileges` json DEFAULT NULL, `created_by_integration_id` binary(16) DEFAULT NULL, `created_by_user_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `number_range` -- CREATE TABLE `number_range` ( `id` binary(16) NOT NULL, `type_id` binary(16) NOT NULL, `global` tinyint(1) NOT NULL, `pattern` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `start` int NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `number_range` -- INSERT INTO `number_range` (`id`, `type_id`, `global`, `pattern`, `start`, `created_at`, `updated_at`) VALUES (0x2555fa76897f4059a97bb818100d274e, 0xdf305b5a24bd45eab6241e1705791df0, 1, '{n}', 1000, '2023-04-07 11:55:19.453', NULL), (0x2cf3c613dea74684b2dcaff981c8d325, 0x2614b23be3904e27a3048e47e13f5b9c, 1, '{n}', 1000, '2023-04-07 11:55:19.026', NULL), (0x3ea420fe58384ae4af855d2ef56a889a, 0x4ad31dc31dce4c198f3a95a503e50c54, 1, '{n}', 1000, '2023-04-07 14:34:58.076', NULL), (0x47de3bc1aafa4dc6ae5317a34e4a6290, 0x47c834ecd8534a658473c7d23e28dac2, 1, '{n}', 1000, '2023-04-07 11:55:18.977', NULL), (0x4e2b9c38ebb74190b148878c2b0f860e, 0x9a3a88dd3dd649c2a510e25f7cf51ce4, 1, '{n}', 1000, '2023-04-07 14:34:58.090', NULL), (0x83d58ebeb5334759b129c1aeeab04fae, 0xc29a3fc14570400d886f15d751bb41cb, 1, '{n}', 1000, '2023-04-07 14:34:58.082', NULL), (0xa7f5880e7f664aea8db92d9c035e0092, 0xab01700fda8a4af8bb1264a477411ca2, 1, '{n}', 1000, '2023-04-07 11:55:19.464', NULL), (0xadf6955e65fe48a78e8f4cd30d6acb4a, 0xa97b4f6633fa4fe896a5aea62b6faefb, 1, 'SW{n}', 10000, '2023-04-07 14:34:58.133', NULL), (0xb615b616acec49be896059130cb61c38, 0xa3deaa047433494dbb415307b317d845, 1, '{n}', 10000, '2023-04-07 14:34:58.139', NULL), (0xb8d9ef5ec9a347b5b0fec742a6c08415, 0x4fbe8994e4eb4b50b11710cdf850b715, 1, '{n}', 1000, '2023-04-07 11:55:18.948', NULL), (0xb9c83ea3dbdd4be5bab2f1a0297ea052, 0xb094880c8b21465f9d58c8f8f33c2e62, 1, '{n}', 1000, '2023-04-07 14:34:58.086', NULL), (0xc60fac25b84f40acbcad8511ea42cf74, 0x36a516beec7d4ed2bf956aba4a1befdc, 1, '{n}', 1000, '2023-04-07 11:55:19.477', NULL), (0xd6b89a205b084101bdfa5feab5ed9295, 0xd84b5a653cde46adbc8955980733c2c7, 1, '{n}', 1000, '2023-04-07 11:55:19.488', NULL), (0xebda6c0a0af5418b9e1d0a8c5fb5add1, 0x07205861e3e44739a5df1aece65b71c1, 1, '{n}', 10000, '2023-04-07 14:34:58.136', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `number_range_sales_channel` -- CREATE TABLE `number_range_sales_channel` ( `id` binary(16) NOT NULL, `number_range_id` binary(16) NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `number_range_type_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `number_range_state` -- CREATE TABLE `number_range_state` ( `id` binary(16) NOT NULL, `number_range_id` binary(16) NOT NULL, `last_value` int NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `number_range_state` -- INSERT INTO `number_range_state` (`id`, `number_range_id`, `last_value`, `created_at`, `updated_at`) VALUES (0xd087f0f496274bb791788b742f135c9e, 0x47de3bc1aafa4dc6ae5317a34e4a6290, 1000, '2023-05-07 15:35:38.132', NULL), (0x0cffbcff98b844869cd740099c2445d0, 0xadf6955e65fe48a78e8f4cd30d6acb4a, 10001, '2023-04-07 12:31:34.307', NULL), (0x384fb7eb70674349ad9899855b10bca4, 0xb615b616acec49be896059130cb61c38, 10000, '2023-05-07 15:49:45.094', NULL), (0x62faa08e2d36451eb411f431611673e3, 0xebda6c0a0af5418b9e1d0a8c5fb5add1, 10000, '2023-05-07 15:50:00.621', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `number_range_translation` -- CREATE TABLE `number_range_translation` ( `number_range_id` binary(16) NOT NULL, `name` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `language_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `number_range_translation` -- INSERT INTO `number_range_translation` (`number_range_id`, `name`, `description`, `custom_fields`, `language_id`, `created_at`, `updated_at`) VALUES (0x2555fa76897f4059a97bb818100d274e, 'Retouren', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 11:55:19.454', NULL), (0x2555fa76897f4059a97bb818100d274e, 'Returns', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 11:55:19.454', NULL), (0x2cf3c613dea74684b2dcaff981c8d325, 'Lieferantenbestellungen', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 11:55:19.026', NULL), (0x2cf3c613dea74684b2dcaff981c8d325, 'Supplier orders', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 11:55:19.027', NULL), (0x3ea420fe58384ae4af855d2ef56a889a, 'Rechnungen', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 14:34:58.081', NULL), (0x3ea420fe58384ae4af855d2ef56a889a, 'Invoices', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 14:34:58.079', NULL), (0x47de3bc1aafa4dc6ae5317a34e4a6290, 'Lieferanten', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 11:55:18.977', NULL), (0x47de3bc1aafa4dc6ae5317a34e4a6290, 'Suppliers', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 11:55:18.978', NULL), (0x4e2b9c38ebb74190b148878c2b0f860e, 'Gutschriften', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 14:34:58.092', NULL), (0x4e2b9c38ebb74190b148878c2b0f860e, 'Credit notes', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 14:34:58.091', NULL), (0x83d58ebeb5334759b129c1aeeab04fae, 'Stornos', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 14:34:58.085', NULL), (0x83d58ebeb5334759b129c1aeeab04fae, 'Cancellations', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 14:34:58.084', NULL), (0xa7f5880e7f664aea8db92d9c035e0092, 'Rechnungskorrekturen', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 11:55:19.464', NULL), (0xa7f5880e7f664aea8db92d9c035e0092, 'Invoice corrections', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 11:55:19.464', NULL), (0xadf6955e65fe48a78e8f4cd30d6acb4a, 'Produkte', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 14:34:58.135', NULL), (0xadf6955e65fe48a78e8f4cd30d6acb4a, 'Products', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 14:34:58.134', NULL), (0xb615b616acec49be896059130cb61c38, 'Kunden', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 14:34:58.141', NULL), (0xb615b616acec49be896059130cb61c38, 'Customers', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 14:34:58.140', NULL), (0xb8d9ef5ec9a347b5b0fec742a6c08415, 'Picklisten', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 11:55:18.948', NULL), (0xb8d9ef5ec9a347b5b0fec742a6c08415, 'Picklists', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 11:55:18.948', NULL), (0xb9c83ea3dbdd4be5bab2f1a0297ea052, 'Lieferscheine', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 14:34:58.089', NULL), (0xb9c83ea3dbdd4be5bab2f1a0297ea052, 'Delivery notes', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 14:34:58.087', NULL), (0xc60fac25b84f40acbcad8511ea42cf74, 'Inventuren', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 11:55:19.477', NULL), (0xc60fac25b84f40acbcad8511ea42cf74, 'Stocktakes', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 11:55:19.478', NULL), (0xd6b89a205b084101bdfa5feab5ed9295, 'Zählprozesse von Inventuren', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 11:55:19.489', NULL), (0xd6b89a205b084101bdfa5feab5ed9295, 'Stocktake counting processes', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 11:55:19.489', NULL), (0xebda6c0a0af5418b9e1d0a8c5fb5add1, 'Bestellungen', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-04-07 14:34:58.138', NULL), (0xebda6c0a0af5418b9e1d0a8c5fb5add1, 'Orders', NULL, NULL, 0x74abf495620848a19755546e0f70dbac, '2023-04-07 14:34:58.137', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `number_range_type` -- CREATE TABLE `number_range_type` ( `id` binary(16) NOT NULL, `technical_name` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `global` tinyint(1) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `number_range_type` -- INSERT INTO `number_range_type` (`id`, `technical_name`, `global`, `created_at`, `updated_at`) VALUES (0x07205861e3e44739a5df1aece65b71c1, 'order', 0, '2023-04-07 14:34:58.127', NULL), (0x2614b23be3904e27a3048e47e13f5b9c, 'pickware_erp_supplier_order', 1, '2023-04-07 11:55:19.018', NULL), (0x36a516beec7d4ed2bf956aba4a1befdc, 'pickware_erp_stocktaking_stocktake', 1, '2023-04-07 11:55:19.470', NULL), (0x47c834ecd8534a658473c7d23e28dac2, 'pickware_erp_supplier', 1, '2023-04-07 11:55:18.972', NULL), (0x4ad31dc31dce4c198f3a95a503e50c54, 'document_invoice', 0, '2023-04-07 14:34:58.060', NULL), (0x4fbe8994e4eb4b50b11710cdf850b715, 'document_pickware_erp_picklist', 1, '2023-04-07 11:55:18.940', NULL), (0x9a3a88dd3dd649c2a510e25f7cf51ce4, 'document_credit_note', 0, '2023-04-07 14:34:58.073', NULL), (0xa3deaa047433494dbb415307b317d845, 'customer', 0, '2023-04-07 14:34:58.130', NULL), (0xa97b4f6633fa4fe896a5aea62b6faefb, 'product', 1, '2023-04-07 14:34:58.124', NULL), (0xab01700fda8a4af8bb1264a477411ca2, 'document_pickware_erp_invoice_correction', 1, '2023-04-07 11:55:19.459', NULL), (0xb094880c8b21465f9d58c8f8f33c2e62, 'document_delivery_note', 0, '2023-04-07 14:34:58.070', NULL), (0xc29a3fc14570400d886f15d751bb41cb, 'document_storno', 0, '2023-04-07 14:34:58.066', NULL), (0xd84b5a653cde46adbc8955980733c2c7, 'pickware_erp_stocktaking_stocktake_counting_process', 1, '2023-04-07 11:55:19.483', NULL), (0xdf305b5a24bd45eab6241e1705791df0, 'pickware_erp_return_order', 1, '2023-04-07 11:55:19.446', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `number_range_type_translation` -- CREATE TABLE `number_range_type_translation` ( `number_range_type_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `type_name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `number_range_type_translation` -- INSERT INTO `number_range_type_translation` (`number_range_type_id`, `language_id`, `type_name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x07205861e3e44739a5df1aece65b71c1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bestellung', NULL, '2023-04-07 14:34:58.129', NULL), (0x07205861e3e44739a5df1aece65b71c1, 0x74abf495620848a19755546e0f70dbac, 'Order', NULL, '2023-04-07 14:34:58.128', NULL), (0x2614b23be3904e27a3048e47e13f5b9c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lieferantenbestellungen', NULL, '2023-04-07 11:55:19.019', NULL), (0x2614b23be3904e27a3048e47e13f5b9c, 0x74abf495620848a19755546e0f70dbac, 'Supplier orders', NULL, '2023-04-07 11:55:19.019', NULL), (0x36a516beec7d4ed2bf956aba4a1befdc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Inventuren', NULL, '2023-04-07 11:55:19.471', NULL), (0x36a516beec7d4ed2bf956aba4a1befdc, 0x74abf495620848a19755546e0f70dbac, 'Stocktakes', NULL, '2023-04-07 11:55:19.471', NULL), (0x47c834ecd8534a658473c7d23e28dac2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lieferanten', NULL, '2023-04-07 11:55:18.972', NULL), (0x47c834ecd8534a658473c7d23e28dac2, 0x74abf495620848a19755546e0f70dbac, 'Suppliers', NULL, '2023-04-07 11:55:18.972', NULL), (0x4ad31dc31dce4c198f3a95a503e50c54, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rechnung', NULL, '2023-04-07 14:34:58.065', NULL), (0x4ad31dc31dce4c198f3a95a503e50c54, 0x74abf495620848a19755546e0f70dbac, 'Invoice', NULL, '2023-04-07 14:34:58.063', NULL), (0x4fbe8994e4eb4b50b11710cdf850b715, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Picklisten', NULL, '2023-04-07 11:55:18.941', NULL), (0x4fbe8994e4eb4b50b11710cdf850b715, 0x74abf495620848a19755546e0f70dbac, 'Picklists', NULL, '2023-04-07 11:55:18.941', NULL), (0x9a3a88dd3dd649c2a510e25f7cf51ce4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gutschrift', NULL, '2023-04-07 14:34:58.075', NULL), (0x9a3a88dd3dd649c2a510e25f7cf51ce4, 0x74abf495620848a19755546e0f70dbac, 'Credit note', NULL, '2023-04-07 14:34:58.074', NULL), (0xa3deaa047433494dbb415307b317d845, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kunde', NULL, '2023-04-07 14:34:58.132', NULL), (0xa3deaa047433494dbb415307b317d845, 0x74abf495620848a19755546e0f70dbac, 'Customer', NULL, '2023-04-07 14:34:58.131', NULL), (0xa97b4f6633fa4fe896a5aea62b6faefb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Produkt', NULL, '2023-04-07 14:34:58.126', NULL), (0xa97b4f6633fa4fe896a5aea62b6faefb, 0x74abf495620848a19755546e0f70dbac, 'Product', NULL, '2023-04-07 14:34:58.125', NULL), (0xab01700fda8a4af8bb1264a477411ca2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rechnungskorrekturen', NULL, '2023-04-07 11:55:19.459', NULL), (0xab01700fda8a4af8bb1264a477411ca2, 0x74abf495620848a19755546e0f70dbac, 'Invoice corrections', NULL, '2023-04-07 11:55:19.459', NULL), (0xb094880c8b21465f9d58c8f8f33c2e62, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lieferschein', NULL, '2023-04-07 14:34:58.072', NULL), (0xb094880c8b21465f9d58c8f8f33c2e62, 0x74abf495620848a19755546e0f70dbac, 'Delivery note', NULL, '2023-04-07 14:34:58.071', NULL), (0xc29a3fc14570400d886f15d751bb41cb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Storno', NULL, '2023-04-07 14:34:58.069', NULL), (0xc29a3fc14570400d886f15d751bb41cb, 0x74abf495620848a19755546e0f70dbac, 'Cancellation', NULL, '2023-04-07 14:34:58.068', NULL), (0xd84b5a653cde46adbc8955980733c2c7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Zählprozesse von Inventuren', NULL, '2023-04-07 11:55:19.484', NULL), (0xd84b5a653cde46adbc8955980733c2c7, 0x74abf495620848a19755546e0f70dbac, 'Stocktake counting processes', NULL, '2023-04-07 11:55:19.484', NULL), (0xdf305b5a24bd45eab6241e1705791df0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Retouren', NULL, '2023-04-07 11:55:19.446', NULL), (0xdf305b5a24bd45eab6241e1705791df0, 0x74abf495620848a19755546e0f70dbac, 'Returns', NULL, '2023-04-07 11:55:19.446', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order` -- CREATE TABLE `order` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `state_id` binary(16) NOT NULL, `auto_increment` bigint UNSIGNED NOT NULL, `order_number` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `currency_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `currency_factor` double DEFAULT NULL, `sales_channel_id` binary(16) NOT NULL, `billing_address_id` binary(16) NOT NULL, `billing_address_version_id` binary(16) NOT NULL, `price` json NOT NULL, `order_date_time` datetime(3) NOT NULL, `order_date` date GENERATED ALWAYS AS (cast(`order_date_time` as date)) STORED, `amount_total` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.totalPrice'))) VIRTUAL, `amount_net` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.netPrice'))) VIRTUAL, `position_price` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.positionPrice'))) VIRTUAL, `tax_status` varchar(255) COLLATE utf8mb4_unicode_ci GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.taxStatus'))) VIRTUAL, `shipping_costs` json NOT NULL, `shipping_total` double GENERATED ALWAYS AS (json_unquote(json_extract(`shipping_costs`,_utf8mb4'$.totalPrice'))) VIRTUAL, `deep_link_code` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `affiliate_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `campaign_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_comment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `item_rounding` json DEFAULT NULL, `total_rounding` json DEFAULT NULL, `rule_ids` json DEFAULT NULL, `created_by_id` binary(16) DEFAULT NULL, `updated_by_id` binary(16) DEFAULT NULL ) ; -- -- Tablo döküm verisi `order` -- INSERT INTO `order` (`id`, `version_id`, `state_id`, `auto_increment`, `order_number`, `currency_id`, `language_id`, `currency_factor`, `sales_channel_id`, `billing_address_id`, `billing_address_version_id`, `price`, `order_date_time`, `shipping_costs`, `deep_link_code`, `custom_fields`, `affiliate_code`, `campaign_code`, `customer_comment`, `created_at`, `updated_at`, `item_rounding`, `total_rounding`, `rule_ids`, `created_by_id`, `updated_by_id`) VALUES (0xb214948c0a4047a687132c74ee88e1ae, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8c20bc7ab3c44c4eb9cdb284e5f2c050, 1, '10000', 0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 1, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x9b9c4e9c336f4e518ce8a874bc3411ec, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, '{\"netPrice\": 44.06, \"rawTotal\": 52.43, \"taxRules\": [{\"taxRate\": 19.0, \"extensions\": [], \"percentage\": 100.0}], \"taxStatus\": \"gross\", \"totalPrice\": 52.43, \"positionPrice\": 52.43, \"calculatedTaxes\": [{\"tax\": 8.37, \"price\": 52.43, \"taxRate\": 19.0, \"extensions\": []}]}', '2023-05-07 15:50:00.616', '{\"quantity\": 1, \"taxRules\": [{\"taxRate\": 19.0, \"extensions\": [], \"percentage\": 100.0}], \"listPrice\": null, \"unitPrice\": 0.0, \"totalPrice\": 0.0, \"referencePrice\": null, \"calculatedTaxes\": [{\"tax\": 0.0, \"price\": 0.0, \"taxRate\": 19.0, \"extensions\": []}], \"regulationPrice\": null}', '1vUmGokl320D_1ZNedqy9_kaghNemDks', NULL, NULL, NULL, NULL, '2023-05-07 15:50:00.653', NULL, '{\"decimals\": 2, \"interval\": 0.01, \"roundForNet\": 1}', '{\"decimals\": 2, \"interval\": 0.01, \"roundForNet\": 1}', '[\"2ceda9c3f1f64dd088365c09cad2b78e\", \"3858957016644de4ae48c0500bf3ccc8\", \"54094d941b4249708051214fb53b427a\", \"e1378db7808a478f919e0d740d5d6c1a\", \"ef90711654e7402e8f506daa8f784921\", \"3cf541369e6d4a2fa70aa8687a65fc2d\", \"7fd6db768f8f42b29c4ff5f1ccc59bf6\", \"28caae75a5624f0d985abd0eb32aa160\", \"6a874aca3ab94f5da3a439e58107d8e3\"]', NULL, NULL); -- -- Tetikleyiciler `order` -- DELIMITER $$ CREATE TRIGGER `order_cash_rounding_insert` BEFORE INSERT ON `order` FOR EACH ROW BEGIN IF @TRIGGER_DISABLED IS NULL OR @TRIGGER_DISABLED = 0 THEN IF NEW.item_rounding IS NULL THEN SET NEW.item_rounding = (SELECT item_rounding FROM currency WHERE id = NEW.currency_id); SET NEW.total_rounding = NEW.item_rounding; END IF; END IF; END $$ DELIMITER ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_address` -- CREATE TABLE `order_address` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `country_state_id` binary(16) DEFAULT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `company` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `department` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `salutation_id` binary(16) DEFAULT NULL, `title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `first_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `last_name` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `street` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `zipcode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `city` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `vat_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone_number` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `additional_address_line1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `additional_address_line2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `order_address` -- INSERT INTO `order_address` (`id`, `version_id`, `country_id`, `country_state_id`, `order_id`, `order_version_id`, `company`, `department`, `salutation_id`, `title`, `first_name`, `last_name`, `street`, `zipcode`, `city`, `vat_id`, `phone_number`, `additional_address_line1`, `additional_address_line2`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x3ba778ce4def4dc1827d223b76aa8df8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x02b7e51eab1a4faf8dfb253958a7568f, NULL, 0xb214948c0a4047a687132c74ee88e1ae, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x5756580c64014cd885d45ab8938b3acb, NULL, 'Uygar', 'Sarıoğlu', '75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi', '33200', '75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi', NULL, NULL, NULL, NULL, NULL, '2023-05-07 15:50:00.648', NULL), (0x9b9c4e9c336f4e518ce8a874bc3411ec, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x02b7e51eab1a4faf8dfb253958a7568f, 0x4867b34d4dbf440d8b3c24c85a445e35, 0xb214948c0a4047a687132c74ee88e1ae, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x9f4a1860a2c24440a309e376dd4b80a3, NULL, 'uygar', 'sarıoğlu', '75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi', '33200', '75. Yıl Mahallesi GMK Bulvarı Şoray 1 Sitesi', NULL, NULL, NULL, NULL, NULL, '2023-05-07 15:50:00.647', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_customer` -- CREATE TABLE `order_customer` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `customer_id` binary(16) DEFAULT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `email` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `salutation_id` binary(16) DEFAULT NULL, `first_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `last_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `vat_ids` json DEFAULT NULL, `company` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `remote_address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ; -- -- Tablo döküm verisi `order_customer` -- INSERT INTO `order_customer` (`id`, `version_id`, `customer_id`, `order_id`, `order_version_id`, `email`, `salutation_id`, `first_name`, `last_name`, `title`, `vat_ids`, `company`, `customer_number`, `custom_fields`, `created_at`, `updated_at`, `remote_address`) VALUES (0x709f6d7767e64e70a1301311bca530aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xdffc461fca4a46cf9743efdb34fa9df7, 0xb214948c0a4047a687132c74ee88e1ae, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'uygarsarioglu@gmail.com', 0x9f4a1860a2c24440a309e376dd4b80a3, 'uygar', 'sarıoğlu', NULL, NULL, NULL, '10000', NULL, '2023-05-07 15:50:00.644', NULL, '172.69.251.0'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_delivery` -- CREATE TABLE `order_delivery` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `state_id` binary(16) NOT NULL, `shipping_order_address_id` binary(16) DEFAULT NULL, `shipping_order_address_version_id` binary(16) DEFAULT NULL, `shipping_method_id` binary(16) NOT NULL, `tracking_codes` json NOT NULL, `shipping_date_earliest` date NOT NULL, `shipping_date_latest` date NOT NULL, `shipping_costs` json NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `order_delivery` -- INSERT INTO `order_delivery` (`id`, `version_id`, `order_id`, `order_version_id`, `state_id`, `shipping_order_address_id`, `shipping_order_address_version_id`, `shipping_method_id`, `tracking_codes`, `shipping_date_earliest`, `shipping_date_latest`, `shipping_costs`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x93093e4738ec4270ac1e4fbbf8e480c8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xb214948c0a4047a687132c74ee88e1ae, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xae8d88f9118447e5b89a309a37d2b152, 0x3ba778ce4def4dc1827d223b76aa8df8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x09dcaa2626834e268b30ff74bb208e02, '[]', '2023-05-08', '2023-05-10', '{\"quantity\": 1, \"taxRules\": [{\"taxRate\": 19.0, \"extensions\": [], \"percentage\": 100.0}], \"listPrice\": null, \"unitPrice\": 0.0, \"totalPrice\": 0.0, \"referencePrice\": null, \"calculatedTaxes\": [{\"tax\": 0.0, \"price\": 0.0, \"taxRate\": 19.0, \"extensions\": []}], \"regulationPrice\": null}', NULL, '2023-05-07 15:50:00.650', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_delivery_position` -- CREATE TABLE `order_delivery_position` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `order_delivery_id` binary(16) NOT NULL, `order_delivery_version_id` binary(16) NOT NULL, `order_line_item_id` binary(16) NOT NULL, `order_line_item_version_id` binary(16) NOT NULL, `price` json NOT NULL, `total_price` int GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.totalPrice'))) VIRTUAL, `unit_price` int GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.unitPrice'))) VIRTUAL, `quantity` int GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.quantity'))) VIRTUAL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `order_delivery_position` -- INSERT INTO `order_delivery_position` (`id`, `version_id`, `order_delivery_id`, `order_delivery_version_id`, `order_line_item_id`, `order_line_item_version_id`, `price`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xefea5b040daa47988e09f5f99d72d59c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x93093e4738ec4270ac1e4fbbf8e480c8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x86932af36712483db589654dd82c9b3c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, '{\"quantity\": 1, \"taxRules\": [{\"taxRate\": 19.0, \"extensions\": [], \"percentage\": 100.0}], \"listPrice\": null, \"unitPrice\": 52.43, \"totalPrice\": 52.43, \"referencePrice\": null, \"calculatedTaxes\": [{\"tax\": 8.37, \"price\": 52.43, \"taxRate\": 19.0, \"extensions\": []}], \"regulationPrice\": null}', NULL, '2023-05-07 15:50:00.650', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_line_item` -- CREATE TABLE `order_line_item` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `parent_id` binary(16) DEFAULT NULL, `parent_version_id` binary(16) DEFAULT NULL, `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `referenced_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_id` binary(16) DEFAULT NULL, `product_version_id` binary(16) DEFAULT NULL, `promotion_id` binary(16) DEFAULT NULL, `states` json DEFAULT NULL, `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `cover_id` binary(16) DEFAULT NULL, `quantity` int NOT NULL, `unit_price` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.unitPrice'))) VIRTUAL, `total_price` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.totalPrice'))) VIRTUAL, `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payload` json DEFAULT NULL, `price_definition` json DEFAULT NULL, `price` json NOT NULL, `stackable` tinyint(1) NOT NULL DEFAULT '1', `removable` tinyint(1) NOT NULL DEFAULT '1', `good` tinyint(1) NOT NULL DEFAULT '1', `position` int NOT NULL DEFAULT '1', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `order_line_item` -- INSERT INTO `order_line_item` (`id`, `version_id`, `order_id`, `order_version_id`, `parent_id`, `parent_version_id`, `identifier`, `referenced_id`, `product_id`, `product_version_id`, `promotion_id`, `states`, `label`, `description`, `cover_id`, `quantity`, `type`, `payload`, `price_definition`, `price`, `stackable`, `removable`, `good`, `position`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x86932af36712483db589654dd82c9b3c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xb214948c0a4047a687132c74ee88e1ae, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, '33997fadf57d4b4ab8f39094a6ffcbdb', '33997fadf57d4b4ab8f39094a6ffcbdb', 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, '[\"is-physical\"]', 'Original Brother TN-1050 Toner', NULL, 0x1ffbf26b4af24e33a3509a67e37afa3a, 1, 'product', '{\"isNew\": false, \"stock\": 6, \"taxId\": \"e8562e7664fd4572bd1175d6f273950c\", \"tagIds\": [\"3c2fba6872744e139b5227a2a44cb7a8\", \"d279bf7245824516b1331a29a5294303\"], \"options\": [], \"features\": {\"1\": {\"type\": \"product\", \"label\": \"description\", \"value\": \"<p style=\\\"margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px \'Helvetica Neue\'; color: #000000\\\">Brother TN-1050 Toner bestellen bei <a href=\\\"http://Trixiton.de\\\"><span style=\\\"text-decoration: underline\\\">Trixiton.de</span></a> | Auf Rechnung + 24h-Versand Mo-Fr.| Blitzversand</p>\"}, \"2\": {\"type\": \"product\", \"label\": \"releaseDate\", \"value\": null}, \"3\": {\"type\": \"product\", \"label\": \"manufacturerNumber\", \"value\": null}, \"4\": {\"type\": \"product\", \"label\": \"ean\", \"value\": null}, \"5\": {\"type\": \"product\", \"label\": \"width\", \"value\": null}, \"6\": {\"type\": \"product\", \"label\": \"height\", \"value\": null}, \"7\": {\"type\": \"product\", \"label\": \"length\", \"value\": null}, \"8\": {\"type\": \"product\", \"label\": \"weight\", \"value\": null}}, \"parentId\": null, \"createdAt\": \"2023-05-07 15:38:25.665\", \"optionIds\": null, \"streamIds\": null, \"isCloseout\": true, \"categoryIds\": [\"a587ca66a94d4333aae0db7c2c043e3a\"], \"propertyIds\": null, \"releaseDate\": null, \"customFields\": [], \"productNumber\": \"SW10001\", \"manufacturerId\": \"c150139008e049aaa0a2254f1e34554d\", \"purchasePrices\": \"{\\\"extensions\\\":[],\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":44.06,\\\"gross\\\":52.4314,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"percentage\\\":null,\\\"regulationPrice\\\":null}\", \"markAsTopseller\": true}', '{\"type\": \"quantity\", \"price\": 52.43, \"quantity\": 1, \"taxRules\": [{\"taxRate\": 19.0, \"extensions\": [], \"percentage\": 100.0}], \"listPrice\": null, \"isCalculated\": true, \"regulationPrice\": null, \"referencePriceDefinition\": null}', '{\"quantity\": 1, \"taxRules\": [{\"taxRate\": 19.0, \"extensions\": [], \"percentage\": 100.0}], \"listPrice\": null, \"unitPrice\": 52.43, \"totalPrice\": 52.43, \"referencePrice\": null, \"calculatedTaxes\": [{\"tax\": 8.37, \"price\": 52.43, \"taxRate\": 19.0, \"extensions\": []}], \"regulationPrice\": null}', 1, 1, 1, 1, NULL, '2023-05-07 15:50:00.652', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_line_item_download` -- CREATE TABLE `order_line_item_download` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `position` int NOT NULL DEFAULT '1', `access_granted` tinyint(1) NOT NULL DEFAULT '0', `order_line_item_id` binary(16) NOT NULL, `order_line_item_version_id` binary(16) NOT NULL, `media_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_tag` -- CREATE TABLE `order_tag` ( `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_transaction` -- CREATE TABLE `order_transaction` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `state_id` binary(16) NOT NULL, `payment_method_id` binary(16) NOT NULL, `amount` json NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `order_transaction` -- INSERT INTO `order_transaction` (`id`, `version_id`, `order_id`, `order_version_id`, `state_id`, `payment_method_id`, `amount`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x9e3e2e565f19482191f6dbef70ef75ff, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xb214948c0a4047a687132c74ee88e1ae, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xee956dc098f04318982c4fb5f3596df3, 0x4e7e88d548d14942b3b5dfcea1810247, '{\"quantity\": 1, \"taxRules\": [{\"taxRate\": 19.0, \"extensions\": [], \"percentage\": 100.0}], \"listPrice\": null, \"unitPrice\": 52.43, \"totalPrice\": 52.43, \"referencePrice\": null, \"calculatedTaxes\": [{\"tax\": 8.37, \"price\": 52.43, \"taxRate\": 19.0, \"extensions\": []}], \"regulationPrice\": null}', NULL, '2023-05-07 15:50:00.652', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_transaction_capture` -- CREATE TABLE `order_transaction_capture` ( `id` binary(16) NOT NULL, `order_transaction_id` binary(16) NOT NULL, `order_transaction_version_id` binary(16) NOT NULL, `state_id` binary(16) NOT NULL, `external_reference` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `amount` json NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_transaction_capture_refund` -- CREATE TABLE `order_transaction_capture_refund` ( `id` binary(16) NOT NULL, `capture_id` binary(16) NOT NULL, `state_id` binary(16) NOT NULL, `reason` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `amount` json NOT NULL, `custom_fields` json DEFAULT NULL, `external_reference` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_transaction_capture_refund_position` -- CREATE TABLE `order_transaction_capture_refund_position` ( `id` binary(16) NOT NULL, `refund_id` binary(16) NOT NULL, `order_line_item_id` binary(16) NOT NULL, `order_line_item_version_id` binary(16) NOT NULL, `quantity` int NOT NULL, `reason` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `external_reference` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `amount` json NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `payment_method` -- CREATE TABLE `payment_method` ( `id` binary(16) NOT NULL, `handler_identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment', `position` int NOT NULL DEFAULT '1', `active` tinyint(1) NOT NULL DEFAULT '0', `after_order_enabled` tinyint(1) NOT NULL DEFAULT '0', `availability_rule_id` binary(16) DEFAULT NULL, `plugin_id` binary(16) DEFAULT NULL, `media_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `payment_method` -- INSERT INTO `payment_method` (`id`, `handler_identifier`, `position`, `active`, `after_order_enabled`, `availability_rule_id`, `plugin_id`, `media_id`, `created_at`, `updated_at`) VALUES (0x0b9652fcbd3249bea856f335a44c59ff, 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment', 2, 1, 1, NULL, NULL, NULL, '2023-04-07 14:34:57.830', NULL), (0x0e6f39d4b42a47d493d4826cdd6e5e06, 'Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler', -99, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0xae8e4c4f859844828cf3bf4caeaf975b, '2023-04-07 11:37:57.325', '2023-04-07 11:54:27.531'), (0x0ef17f76a54b4bc2804875f033588729, 'Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler', -99, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0xa64d4c78f5ba423081cadb0147fb1f2b, '2023-04-07 11:37:57.333', '2023-04-07 11:54:27.531'), (0x1445d4a58ba643478cb574293d753d1f, 'Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler', -89, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0x550aa506e94a4f73ac743572b12d7278, '2023-04-07 11:37:57.331', '2023-04-07 11:54:27.532'), (0x2215d2375b8041e4ba89e6864a0487b0, 'Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler', -91, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0x5e5ff8699b804f358c8dd85b8bc55e22, '2023-04-07 11:37:57.330', '2023-04-07 11:54:27.533'), (0x2a86de050f6849acb1095e9b7f1f1e7b, 'Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler', -100, 1, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0xa64d4c78f5ba423081cadb0147fb1f2b, '2023-04-07 11:37:57.325', '2023-04-07 11:54:27.534'), (0x33698521aeb147e896c5e8ec370fcebf, 'Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler', -97, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0x267df48b4efd41d8a5eef8deb53a3ba4, '2023-04-07 11:37:57.326', '2023-04-07 11:54:27.534'), (0x35a1ca05dfe4428cb2719c5da5635a31, 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment', 4, 0, 1, NULL, NULL, NULL, '2023-04-07 14:34:57.816', NULL), (0x39ee707161484f98ac420faf1b368701, 'Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler', -96, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0xc2bcf7424c774bb7a5db7d0493eb4537, '2023-04-07 11:37:57.327', '2023-04-07 11:54:27.535'), (0x3db6f973f30c404c8b97c29d2abd55fc, 'Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler', -97, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0x50e9c59c62ed45fd9ebb5409c8147302, '2023-04-07 11:37:57.327', '2023-04-07 11:54:27.536'), (0x4e7e88d548d14942b3b5dfcea1810247, 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment', 1, 1, 1, NULL, NULL, NULL, '2023-04-07 14:34:57.826', NULL), (0x546d7b9ed421407c9264967f237972c8, 'Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler', -98, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0xb1e4c5da36de40e883746b15604039f4, '2023-04-07 11:37:57.326', '2023-04-07 11:54:27.537'), (0x5af0fdf4c84141a583bbcf4b4559c713, 'Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler', -87, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0xaf04a10a51584e93b0fffed49826d8c1, '2023-04-07 11:37:57.332', '2023-04-07 11:54:27.537'), (0x60e9aa6a94234326ab3d5b0a81d7a6e4, 'Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler', -86, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0x1ae9822898de4376ba5a3ad72aade9bf, '2023-04-07 11:37:57.332', '2023-04-07 11:54:27.538'), (0x76836b96230f46c2bc23933c5fba014a, 'Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler', -88, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0x7c7ceb9aa48c40c39d2d632038fc1c16, '2023-04-07 11:37:57.331', '2023-04-07 11:54:27.539'), (0x7e712c4c75e84952b9d0faf2f5b7323c, 'Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler', -93, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0x2cafdc1f353740acbe45a10f3b132a48, '2023-04-07 11:37:57.329', '2023-04-07 11:54:27.540'), (0x845f2151ea344a63bdd4f93992f0e3fd, 'Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler', -94, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0x2a63cfc031b64d60a9b6fba515d1f04e, '2023-04-07 11:37:57.328', '2023-04-07 11:54:27.540'), (0xa1738812302240f0b9d7956bf425f7e6, 'Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler', -96, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0x832170dbf31043f4a1c7fc77b3355318, '2023-04-07 11:37:57.333', '2023-04-07 11:54:27.541'), (0xd3bcc54cda874fedbe59370906ec072e, 'Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler', -90, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0x24aa48f6f8fe49db9d563db21a60c5b9, '2023-04-07 11:37:57.330', '2023-04-07 11:54:27.542'), (0xdb201e6b6450445f8c3bce4a94b56d0c, 'Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler', -92, 0, 1, NULL, 0xe90d2472a9634c13bd5878bfb9797a93, 0xb4b4115de0dc428a8dfe125689b5b44b, '2023-04-07 11:37:57.329', '2023-04-07 11:54:27.543'), (0xf25999b82d7b463eaee6446c821901f0, 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment', 5, 1, 1, NULL, NULL, NULL, '2023-04-07 14:34:57.823', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `payment_method_translation` -- CREATE TABLE `payment_method_translation` ( `payment_method_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `distinguishable_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `payment_method_translation` -- INSERT INTO `payment_method_translation` (`payment_method_id`, `language_id`, `name`, `distinguishable_name`, `description`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0b9652fcbd3249bea856f335a44c59ff, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vorkasse', NULL, 'Sie zahlen einfach vorab und erhalten die Ware bequem und günstig bei Zahlungseingang nach Hause geliefert.', NULL, '2023-04-07 14:34:57.832', NULL), (0x0b9652fcbd3249bea856f335a44c59ff, 0x74abf495620848a19755546e0f70dbac, 'Paid in advance', NULL, 'Pay in advance and get your order afterwards', NULL, '2023-04-07 14:34:57.831', NULL), (0x0e6f39d4b42a47d493d4826cdd6e5e06, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rechnungskauf', 'Rechnungskauf | PayPal-Produkte für Shopware 6', 'Kaufen Sie ganz bequem auf Rechnung und bezahlen Sie später.', NULL, '2023-04-07 11:37:57.326', '2023-04-07 11:54:27.530'), (0x0e6f39d4b42a47d493d4826cdd6e5e06, 0x74abf495620848a19755546e0f70dbac, 'Pay upon invoice', 'Pay upon invoice | PayPal Products for Shopware 6', 'Buy comfortably on invoice and pay later.', NULL, '2023-04-07 11:37:57.451', '2023-04-07 11:54:27.531'), (0x0ef17f76a54b4bc2804875f033588729, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Später bezahlen', 'Später bezahlen | PayPal-Produkte für Shopware 6', 'Jetzt kaufen und später bezahlen - unterstützt von Paypal', NULL, '2023-04-07 11:37:57.333', '2023-04-07 11:54:27.531'), (0x0ef17f76a54b4bc2804875f033588729, 0x74abf495620848a19755546e0f70dbac, 'Pay Later', 'Pay Later | PayPal Products for Shopware 6', 'Buy now and pay later - provided by Paypal', NULL, '2023-04-07 11:37:57.461', '2023-04-07 11:54:27.532'), (0x1445d4a58ba643478cb574293d753d1f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'OXXO', 'OXXO | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.331', '2023-04-07 11:54:27.532'), (0x1445d4a58ba643478cb574293d753d1f, 0x74abf495620848a19755546e0f70dbac, 'OXXO', 'OXXO | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.458', '2023-04-07 11:54:27.532'), (0x2215d2375b8041e4ba89e6864a0487b0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Multibanco', 'Multibanco | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.330', '2023-04-07 11:54:27.533'), (0x2215d2375b8041e4ba89e6864a0487b0, 0x74abf495620848a19755546e0f70dbac, 'Multibanco', 'Multibanco | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.456', '2023-04-07 11:54:27.533'), (0x2a86de050f6849acb1095e9b7f1f1e7b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'PayPal', 'PayPal | PayPal-Produkte für Shopware 6', 'Bezahlung per PayPal - einfach, schnell und sicher.', NULL, '2023-04-07 11:37:57.325', '2023-04-07 11:54:27.534'), (0x2a86de050f6849acb1095e9b7f1f1e7b, 0x74abf495620848a19755546e0f70dbac, 'PayPal', 'PayPal | PayPal Products for Shopware 6', 'Payment via PayPal - easy, fast and secure.', NULL, '2023-04-07 11:37:57.451', '2023-04-07 11:54:27.534'), (0x33698521aeb147e896c5e8ec370fcebf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SEPA Lastschrift', 'SEPA Lastschrift | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.327', '2023-04-07 11:54:27.534'), (0x33698521aeb147e896c5e8ec370fcebf, 0x74abf495620848a19755546e0f70dbac, 'SEPA direct debit', 'SEPA direct debit | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.453', '2023-04-07 11:54:27.535'), (0x35a1ca05dfe4428cb2719c5da5635a31, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lastschrift', NULL, 'Vorab autorisierte Zahlungsvereinbarung, Zahlungen werden direkt vom zu belastenden Konto abgebucht.', NULL, '2023-04-07 14:34:57.822', NULL), (0x35a1ca05dfe4428cb2719c5da5635a31, 0x74abf495620848a19755546e0f70dbac, 'Direct Debit', NULL, 'Pre-authorized payment, funds are withdrawn directly from the debited account.', NULL, '2023-04-07 14:34:57.819', NULL), (0x39ee707161484f98ac420faf1b368701, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'BLIK', 'BLIK | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.328', '2023-04-07 11:54:27.535'), (0x39ee707161484f98ac420faf1b368701, 0x74abf495620848a19755546e0f70dbac, 'BLIK', 'BLIK | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.454', '2023-04-07 11:54:27.535'), (0x3db6f973f30c404c8b97c29d2abd55fc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bancontact', 'Bancontact | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.327', '2023-04-07 11:54:27.536'), (0x3db6f973f30c404c8b97c29d2abd55fc, 0x74abf495620848a19755546e0f70dbac, 'Bancontact', 'Bancontact | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.453', '2023-04-07 11:54:27.536'), (0x4e7e88d548d14942b3b5dfcea1810247, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nachnahme', NULL, 'Zahlung bei Erhalt der Ware.', NULL, '2023-04-07 14:34:57.828', NULL), (0x4e7e88d548d14942b3b5dfcea1810247, 0x74abf495620848a19755546e0f70dbac, 'Cash on delivery', NULL, 'Payment upon receipt of goods.', NULL, '2023-04-07 14:34:57.827', NULL), (0x546d7b9ed421407c9264967f237972c8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kredit- oder Debitkarte', 'Kredit- oder Debitkarte | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.326', '2023-04-07 11:54:27.537'), (0x546d7b9ed421407c9264967f237972c8, 0x74abf495620848a19755546e0f70dbac, 'Credit or debit card', 'Credit or debit card | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.452', '2023-04-07 11:54:27.537'), (0x5af0fdf4c84141a583bbcf4b4559c713, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sofort', 'Sofort | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.332', '2023-04-07 11:54:27.537'), (0x5af0fdf4c84141a583bbcf4b4559c713, 0x74abf495620848a19755546e0f70dbac, 'Sofort', 'Sofort | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.459', '2023-04-07 11:54:27.538'), (0x60e9aa6a94234326ab3d5b0a81d7a6e4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Trustly', 'Trustly | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.332', '2023-04-07 11:54:27.538'), (0x60e9aa6a94234326ab3d5b0a81d7a6e4, 0x74abf495620848a19755546e0f70dbac, 'Trustly', 'Trustly | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.459', '2023-04-07 11:54:27.538'), (0x76836b96230f46c2bc23933c5fba014a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Przelewy24', 'Przelewy24 | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.331', '2023-04-07 11:54:27.539'), (0x76836b96230f46c2bc23933c5fba014a, 0x74abf495620848a19755546e0f70dbac, 'Przelewy24', 'Przelewy24 | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.458', '2023-04-07 11:54:27.539'), (0x7e712c4c75e84952b9d0faf2f5b7323c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Giropay', 'Giropay | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.329', '2023-04-07 11:54:27.539'), (0x7e712c4c75e84952b9d0faf2f5b7323c, 0x74abf495620848a19755546e0f70dbac, 'Giropay', 'Giropay | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.455', '2023-04-07 11:54:27.540'), (0x845f2151ea344a63bdd4f93992f0e3fd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'eps', 'eps | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.328', '2023-04-07 11:54:27.540'), (0x845f2151ea344a63bdd4f93992f0e3fd, 0x74abf495620848a19755546e0f70dbac, 'eps', 'eps | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.454', '2023-04-07 11:54:27.541'), (0xa1738812302240f0b9d7956bf425f7e6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Venmo', 'Venmo | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.333', '2023-04-07 11:54:27.541'), (0xa1738812302240f0b9d7956bf425f7e6, 0x74abf495620848a19755546e0f70dbac, 'Venmo', 'Venmo | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.460', '2023-04-07 11:54:27.541'), (0xd3bcc54cda874fedbe59370906ec072e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'MyBank', 'MyBank | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.330', '2023-04-07 11:54:27.542'), (0xd3bcc54cda874fedbe59370906ec072e, 0x74abf495620848a19755546e0f70dbac, 'MyBank', 'MyBank | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.457', '2023-04-07 11:54:27.542'), (0xdb201e6b6450445f8c3bce4a94b56d0c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'iDEAL', 'iDEAL | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-04-07 11:37:57.329', '2023-04-07 11:54:27.543'), (0xdb201e6b6450445f8c3bce4a94b56d0c, 0x74abf495620848a19755546e0f70dbac, 'iDEAL', 'iDEAL | PayPal Products for Shopware 6', NULL, NULL, '2023-04-07 11:37:57.456', '2023-04-07 11:54:27.543'), (0xf25999b82d7b463eaee6446c821901f0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rechnung', NULL, 'Sie zahlen einfach und bequem auf Rechnung. Shopware bietet z.B. auch die Möglichkeit, Rechnungen automatisiert erst ab der 2. Bestellung für Kunden zur Verfügung zu stellen, um Zahlungsausfälle zu vermeiden.', NULL, '2023-04-07 14:34:57.825', NULL), (0xf25999b82d7b463eaee6446c821901f0, 0x74abf495620848a19755546e0f70dbac, 'Invoice', NULL, 'Payment by invoice. Shopware provides automatic invoicing for all customers on orders after the first. This is to avoid defaults on payment.', NULL, '2023-04-07 14:34:57.824', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `payment_token` -- CREATE TABLE `payment_token` ( `token` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `expires` datetime(3) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_bundle_installer_bundle_usage` -- CREATE TABLE `pickware_bundle_installer_bundle_usage` ( `bundle_class_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `used_by_class_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_bundle_installer_bundle_usage` -- INSERT INTO `pickware_bundle_installer_bundle_usage` (`bundle_class_name`, `used_by_class_name`, `created_at`, `updated_at`) VALUES ('Pickware\\ApiErrorHandlingBundle\\PickwareApiErrorHandlingBundle', 'Pickware\\PickwareErpStarter\\PickwareErpStarter', '2023-04-07 14:55:14.000', NULL), ('Pickware\\ConfigBundle\\PickwareConfigBundle', 'Pickware\\PickwareErpStarter\\PickwareErpStarter', '2023-04-07 14:55:14.000', NULL), ('Pickware\\DalBundle\\DalBundle', 'Pickware\\ConfigBundle\\PickwareConfigBundle', '2023-04-07 14:55:14.000', NULL), ('Pickware\\DalBundle\\DalBundle', 'Pickware\\DocumentBundle\\DocumentBundle', '2023-04-07 14:55:14.000', NULL), ('Pickware\\DalBundle\\DalBundle', 'Pickware\\MoneyBundle\\MoneyBundle', '2023-04-07 14:55:14.000', NULL), ('Pickware\\DalBundle\\DalBundle', 'Pickware\\PickwareErpStarter\\PickwareErpStarter', '2023-04-07 14:55:14.000', NULL), ('Pickware\\DebugBundle\\ShopwarePluginsDebugBundle', 'Pickware\\PickwareErpStarter\\PickwareErpStarter', '2023-04-07 14:55:14.000', NULL), ('Pickware\\DocumentBundle\\DocumentBundle', 'Pickware\\PickwareErpStarter\\PickwareErpStarter', '2023-04-07 14:55:14.000', NULL), ('Pickware\\MoneyBundle\\MoneyBundle', 'Pickware\\PickwareErpStarter\\PickwareErpStarter', '2023-04-07 14:55:14.000', NULL), ('Pickware\\ShopwareExtensionsBundle\\PickwareShopwareExtensionsBundle', 'Pickware\\PickwareErpStarter\\PickwareErpStarter', '2023-04-07 14:55:14.000', NULL), ('Pickware\\ValidationBundle\\PickwareValidationBundle', 'Pickware\\PickwareErpStarter\\PickwareErpStarter', '2023-04-07 14:55:14.000', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_document` -- CREATE TABLE `pickware_document` ( `id` binary(16) NOT NULL, `deep_link_code` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `document_type_technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `mime_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `page_format` longtext COLLATE utf8mb4_unicode_ci, `orientation` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_size_in_bytes` bigint NOT NULL, `file_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `path_in_private_file_system` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_document_type` -- CREATE TABLE `pickware_document_type` ( `technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_document_type` -- INSERT INTO `pickware_document_type` (`technical_name`, `description`, `created_at`, `updated_at`) VALUES ('pickware_erp_export', 'Exported file', '2023-04-07 14:55:18.992', '2023-05-07 18:58:43.520'), ('pickware_erp_import', 'Imported file', '2023-04-07 14:55:18.980', '2023-05-07 18:58:43.513'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_address` -- CREATE TABLE `pickware_erp_address` ( `id` binary(16) NOT NULL, `salutation_id` binary(16) DEFAULT NULL, `first_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fax` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `website` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `department` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `street` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `house_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address_addition` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `zip_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `country_iso` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `province` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `comment` text COLLATE utf8mb4_unicode_ci, `vat_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_address` -- INSERT INTO `pickware_erp_address` (`id`, `salutation_id`, `first_name`, `last_name`, `title`, `email`, `phone`, `fax`, `website`, `company`, `department`, `position`, `street`, `house_number`, `address_addition`, `zip_code`, `city`, `country_iso`, `state`, `province`, `comment`, `vat_id`, `created_at`, `updated_at`) VALUES (0xaa1d5b926b7c490e87489256ffb039e6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-04-07 14:55:18.894', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_analytics_aggregation` -- CREATE TABLE `pickware_erp_analytics_aggregation` ( `technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_analytics_aggregation` -- INSERT INTO `pickware_erp_analytics_aggregation` (`technical_name`, `created_at`, `updated_at`) VALUES ('demand_planning', '2023-04-07 14:55:19.000', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_analytics_aggregation_item_demand_planning` -- CREATE TABLE `pickware_erp_analytics_aggregation_item_demand_planning` ( `aggregation_session_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `sales` int NOT NULL DEFAULT '0', `sales_prediction` int NOT NULL DEFAULT '0', `reserved_stock` int NOT NULL DEFAULT '0', `stock` int NOT NULL DEFAULT '0', `reorder_point` int DEFAULT NULL, `incoming_stock` int NOT NULL DEFAULT '0', `purchase_suggestion` int NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_turkish_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_analytics_aggregation_session` -- CREATE TABLE `pickware_erp_analytics_aggregation_session` ( `id` binary(16) NOT NULL, `aggregation_technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `config` json NOT NULL, `user_id` binary(16) NOT NULL, `last_calculation` datetime(3) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_analytics_aggregation_session` -- INSERT INTO `pickware_erp_analytics_aggregation_session` (`id`, `aggregation_technical_name`, `config`, `user_id`, `last_calculation`, `created_at`, `updated_at`) VALUES (0xc90c9d13944441b9b90c7612fecd5b16, 'demand_planning', '{\"salesPredictionDays\": 30, \"salesReferenceIntervalToDate\": \"2023-05-07T15:29:44+00:00\", \"salesReferenceIntervalFromDate\": \"2023-04-08T15:29:44+00:00\", \"salesReferenceIntervalSelectionKey\": \"1month\", \"showOnlyStockAtOrBelowReorderPoint\": false, \"considerOpenOrdersInPurchaseSuggestion\": true}', 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, '2023-05-07 15:29:44.638', '2023-05-07 15:29:44.624', '2023-05-07 15:29:44.639'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_analytics_report` -- CREATE TABLE `pickware_erp_analytics_report` ( `technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `aggregation_technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_analytics_report` -- INSERT INTO `pickware_erp_analytics_report` (`technical_name`, `aggregation_technical_name`, `created_at`, `updated_at`) VALUES ('demand_planning', 'demand_planning', '2023-04-07 14:55:19.000', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_analytics_report_config` -- CREATE TABLE `pickware_erp_analytics_report_config` ( `id` binary(16) NOT NULL, `report_technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `aggregation_session_id` binary(16) NOT NULL, `list_query` json DEFAULT NULL, `calculator_config` json NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_analytics_report_config` -- INSERT INTO `pickware_erp_analytics_report_config` (`id`, `report_technical_name`, `aggregation_session_id`, `list_query`, `calculator_config`, `created_at`, `updated_at`) VALUES (0xc72e9570d73c4a40bf571cf5f9a16840, 'demand_planning', 0xc90c9d13944441b9b90c7612fecd5b16, '{\"page\": 1, \"limit\": 25, \"sortBy\": \"product.productNumber\", \"productIds\": null, \"sortDirection\": \"ASC\", \"hideInactiveProducts\": true, \"hideClearanceSaleProducts\": true, \"hideMainProductsOfVariants\": true, \"showOnlyProductsNotOnPurchaseList\": true, \"showOnlyProductsWithPurchaseSuggestionGreaterZero\": false}', '[]', '2023-05-07 15:29:44.823', '2023-05-07 15:29:44.971'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_bin_location` -- CREATE TABLE `pickware_erp_bin_location` ( `id` binary(16) NOT NULL, `code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `warehouse_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_config` -- CREATE TABLE `pickware_erp_config` ( `id` binary(16) NOT NULL, `stock_initialized` tinyint(1) NOT NULL DEFAULT '0', `default_warehouse_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_config` -- INSERT INTO `pickware_erp_config` (`id`, `stock_initialized`, `default_warehouse_id`) VALUES (0x00000000000000000000000000000001, 1, 0x2707af01c7214405b0b0d9d9888344ce); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_demand_planning_list_item` -- CREATE TABLE `pickware_erp_demand_planning_list_item` ( `id` binary(16) NOT NULL, `report_config_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `sales` int NOT NULL DEFAULT '0', `sales_prediction` int NOT NULL DEFAULT '0', `reserved_stock` int NOT NULL DEFAULT '0', `stock` int NOT NULL DEFAULT '0', `reorder_point` int DEFAULT NULL, `incoming_stock` int NOT NULL DEFAULT '0', `purchase_suggestion` int NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_import_export` -- CREATE TABLE `pickware_erp_import_export` ( `id` binary(16) NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `profile_technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` binary(16) DEFAULT NULL, `user_comment` text COLLATE utf8mb4_unicode_ci, `state` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `state_data` json NOT NULL, `current_item` int DEFAULT NULL, `total_number_of_items` int DEFAULT NULL, `started_at` datetime DEFAULT NULL, `completed_at` datetime DEFAULT NULL, `errors` longtext COLLATE utf8mb4_unicode_ci, `document_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `config` longtext COLLATE utf8mb4_unicode_ci NOT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_import_export_element` -- CREATE TABLE `pickware_erp_import_export_element` ( `id` binary(16) NOT NULL, `import_export_id` binary(16) NOT NULL, `row_number` int NOT NULL, `row_data` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `errors` longtext COLLATE utf8mb4_unicode_ci, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_import_export_profile` -- CREATE TABLE `pickware_erp_import_export_profile` ( `technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3), `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_import_export_profile` -- INSERT INTO `pickware_erp_import_export_profile` (`technical_name`, `created_at`, `updated_at`) VALUES ('absolute-stock', '2023-04-07 14:55:19.005', NULL), ('bin-location', '2023-04-07 14:55:19.006', NULL), ('product-supplier-configuration', '2023-04-07 14:55:19.010', NULL), ('relative-stock-change', '2023-04-07 14:55:19.003', NULL), ('stock-per-product', '2023-04-07 14:55:19.007', NULL), ('stock-per-stock-location', '2023-04-07 14:55:19.009', NULL), ('stock-per-warehouse', '2023-04-07 14:55:19.008', NULL), ('stock-valuation', '2023-04-07 14:55:19.012', NULL), ('stocktake', '2023-04-07 14:55:19.014', NULL), ('supplier', '2023-04-07 14:55:19.013', NULL), ('supplier-order', '2023-04-07 14:55:19.011', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_location_type` -- CREATE TABLE `pickware_erp_location_type` ( `technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `internal` tinyint(1) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_location_type` -- INSERT INTO `pickware_erp_location_type` (`technical_name`, `internal`, `created_at`, `updated_at`) VALUES ('bin_location', 1, '2023-04-07 14:55:18.848', NULL), ('order', 0, '2023-04-07 14:55:18.849', NULL), ('return_order', 0, '2023-04-07 14:55:18.850', NULL), ('special_stock_location', 0, '2023-04-07 14:55:18.853', NULL), ('stock_container', 0, '2023-04-07 14:55:18.854', NULL), ('supplier_order', 0, '2023-04-07 14:55:18.851', NULL), ('warehouse', 1, '2023-04-07 14:55:18.847', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_message_queue_monitoring` -- CREATE TABLE `pickware_erp_message_queue_monitoring` ( `id` binary(16) NOT NULL, `last_cli_worker_run` datetime DEFAULT NULL, `last_administration_login` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_message_queue_monitoring` -- INSERT INTO `pickware_erp_message_queue_monitoring` (`id`, `last_cli_worker_run`, `last_administration_login`) VALUES (0x00000000000000000000000000000001, NULL, '2023-05-07 19:09:53'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_order_pickability` -- CREATE TABLE `pickware_erp_order_pickability` ( `id` binary(16) NOT NULL, `warehouse_id` binary(16) NOT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `order_pickability_status` enum('completely_pickable','partially_pickable','not_pickable') COLLATE utf8mb4_turkish_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_turkish_ci; -- -- Tablo döküm verisi `pickware_erp_order_pickability` -- INSERT INTO `pickware_erp_order_pickability` (`id`, `warehouse_id`, `order_id`, `order_version_id`, `order_pickability_status`, `created_at`, `updated_at`) VALUES (0x23853bd43e0841968fece46ead0e0af9, 0x2707af01c7214405b0b0d9d9888344ce, 0xb214948c0a4047a687132c74ee88e1ae, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'completely_pickable', '2023-05-07 18:50:00.700', NULL); -- -------------------------------------------------------- -- -- Görünüm yapısı durumu `pickware_erp_order_pickability_view` -- (Asıl görünüm için aşağıya bakın) -- CREATE TABLE `pickware_erp_order_pickability_view` ( `created_at` datetime ,`id` binary(16) ,`order_id` binary(16) ,`order_pickability_status` varchar(20) ,`order_version_id` binary(16) ,`updated_at` datetime ); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_pickware_product` -- CREATE TABLE `pickware_erp_pickware_product` ( `id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `reorder_point` int DEFAULT NULL, `incoming_stock` int NOT NULL DEFAULT '0', `reserved_stock` int NOT NULL DEFAULT '0', `stock_not_available_for_sale` int NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_pickware_product` -- INSERT INTO `pickware_erp_pickware_product` (`id`, `product_id`, `product_version_id`, `reorder_point`, `incoming_stock`, `reserved_stock`, `stock_not_available_for_sale`, `created_at`, `updated_at`) VALUES (0xb2b8bfd2a6f4403488052ecd68f68069, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0, 1, 0, '2023-05-07 18:38:25.682', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_product_sales_update_queue` -- CREATE TABLE `pickware_erp_product_sales_update_queue` ( `id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_product_supplier_configuration` -- CREATE TABLE `pickware_erp_product_supplier_configuration` ( `id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `supplier_id` binary(16) DEFAULT NULL, `supplier_product_number` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `min_purchase` int NOT NULL DEFAULT '1', `purchase_steps` int NOT NULL DEFAULT '1', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_product_supplier_configuration` -- INSERT INTO `pickware_erp_product_supplier_configuration` (`id`, `product_id`, `product_version_id`, `supplier_id`, `supplier_product_number`, `min_purchase`, `purchase_steps`, `created_at`, `updated_at`) VALUES (0x96e5fd282d1d4ea087943d2ac5ed2627, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 1, 1, '2023-05-07 18:38:25.751', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_product_warehouse_configuration` -- CREATE TABLE `pickware_erp_product_warehouse_configuration` ( `id` binary(16) NOT NULL, `warehouse_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `default_bin_location_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_purchase_list_item` -- CREATE TABLE `pickware_erp_purchase_list_item` ( `id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `purchase_suggestion` int DEFAULT '0', `quantity` int DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_return_order` -- CREATE TABLE `pickware_erp_return_order` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `price` json NOT NULL, `amount_total` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.totalPrice'))) VIRTUAL, `amount_net` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.netPrice'))) VIRTUAL, `position_price` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.positionPrice'))) VIRTUAL, `tax_status` varchar(255) COLLATE utf8mb4_unicode_ci GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.taxStatus'))) VIRTUAL, `internal_comment` text COLLATE utf8mb4_unicode_ci, `number` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `state_id` binary(16) NOT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `warehouse_id` binary(16) DEFAULT NULL, `user_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_return_order_line_item` -- CREATE TABLE `pickware_erp_return_order_line_item` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `type` enum('product','promotion','custom','credit') COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `quantity` int NOT NULL, `price_definition` json DEFAULT NULL, `price` json NOT NULL, `unit_price` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.unitPrice'))) VIRTUAL, `total_price` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.totalPrice'))) VIRTUAL, `product_id` binary(16) DEFAULT NULL, `product_version_id` binary(16) DEFAULT NULL, `product_number` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `return_order_id` binary(16) NOT NULL, `return_order_version_id` binary(16) NOT NULL, `order_line_item_id` binary(16) DEFAULT NULL, `order_line_item_version_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_return_order_refund` -- CREATE TABLE `pickware_erp_return_order_refund` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `money_value` json NOT NULL, `currency_iso_code` char(3) COLLATE utf8mb4_unicode_ci GENERATED ALWAYS AS (json_unquote(json_extract(`money_value`,_utf8mb4'$.currency.isoCode'))) VIRTUAL, `transaction_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `transaction_information` json NOT NULL, `amount` double GENERATED ALWAYS AS (json_unquote(json_extract(`money_value`,_utf8mb4'$.value'))) VIRTUAL, `state_id` binary(16) NOT NULL, `return_order_id` binary(16) NOT NULL, `return_order_version_id` binary(16) NOT NULL, `payment_method_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_special_stock_location` -- CREATE TABLE `pickware_erp_special_stock_location` ( `technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_special_stock_location` -- INSERT INTO `pickware_erp_special_stock_location` (`technical_name`, `created_at`, `updated_at`) VALUES ('import', '2023-04-07 14:55:18.886', NULL), ('initialization', '2023-04-07 14:55:18.887', NULL), ('product_total_stock_change', '2023-04-07 14:55:18.888', NULL), ('shopware_migration', '2023-04-07 14:55:18.889', NULL), ('stock_correction', '2023-04-07 14:55:15.382', NULL), ('unknown', '2023-04-07 14:55:18.890', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_stock` -- CREATE TABLE `pickware_erp_stock` ( `id` binary(16) NOT NULL, `quantity` int NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `location_type_technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `warehouse_id` binary(16) DEFAULT NULL, `bin_location_id` binary(16) DEFAULT NULL, `order_id` binary(16) DEFAULT NULL, `order_version_id` binary(16) DEFAULT NULL, `supplier_order_id` binary(16) DEFAULT NULL, `stock_container_id` binary(16) DEFAULT NULL, `return_order_id` binary(16) DEFAULT NULL, `return_order_version_id` binary(16) DEFAULT NULL, `special_stock_location_technical_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_stock` -- INSERT INTO `pickware_erp_stock` (`id`, `quantity`, `product_id`, `product_version_id`, `location_type_technical_name`, `warehouse_id`, `bin_location_id`, `order_id`, `order_version_id`, `supplier_order_id`, `stock_container_id`, `return_order_id`, `return_order_version_id`, `special_stock_location_technical_name`, `created_at`, `updated_at`) VALUES (0xa87b094ee7fd418da3827695960b3863, -6, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'special_stock_location', NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'initialization', '2023-05-07 18:58:43.339', NULL), (0xcfb1f58c92944948a911d2653e21965c, 6, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'warehouse', 0x2707af01c7214405b0b0d9d9888344ce, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, '2023-05-07 18:58:43.340', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_stocktaking_stocktake` -- CREATE TABLE `pickware_erp_stocktaking_stocktake` ( `id` binary(16) NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `is_active` tinyint(1) GENERATED ALWAYS AS (if((`import_export_id` is null),1,0)) VIRTUAL, `number` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `completed_at` datetime DEFAULT NULL, `warehouse_id` binary(16) DEFAULT NULL, `warehouse_snapshot` json NOT NULL, `import_export_id` binary(16) DEFAULT NULL, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_stocktaking_stocktake_counting_process` -- CREATE TABLE `pickware_erp_stocktaking_stocktake_counting_process` ( `id` binary(16) NOT NULL, `number` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `stocktake_id` binary(16) NOT NULL, `bin_location_id` binary(16) DEFAULT NULL, `bin_location_snapshot` json DEFAULT NULL, `user_id` binary(16) DEFAULT NULL, `user_snapshot` json NOT NULL, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_stocktaking_stocktake_counting_process_item` -- CREATE TABLE `pickware_erp_stocktaking_stocktake_counting_process_item` ( `id` binary(16) NOT NULL, `counting_process_id` binary(16) NOT NULL, `product_id` binary(16) DEFAULT NULL, `product_version_id` binary(16) DEFAULT NULL, `product_snapshot` json NOT NULL, `quantity` int NOT NULL, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_stocktaking_stocktake_product_summary` -- CREATE TABLE `pickware_erp_stocktaking_stocktake_product_summary` ( `id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `stocktake_id` binary(16) NOT NULL, `counted_stock` int NOT NULL, `absolute_stock_difference` int NOT NULL, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_stocktaking_stocktake_snapshot_item` -- CREATE TABLE `pickware_erp_stocktaking_stocktake_snapshot_item` ( `id` binary(16) NOT NULL, `counting_process_item_id` binary(16) NOT NULL, `warehouse_stock` int NOT NULL, `total_counted` int NOT NULL, `total_stock_difference` int NOT NULL, `stock_location_stock` int NOT NULL, `counted` int NOT NULL, `stock_difference` int NOT NULL, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_stock_container` -- CREATE TABLE `pickware_erp_stock_container` ( `id` binary(16) NOT NULL, `warehouse_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_stock_movement` -- CREATE TABLE `pickware_erp_stock_movement` ( `id` binary(16) NOT NULL, `quantity` int NOT NULL, `comment` longtext COLLATE utf8mb4_unicode_ci, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `source_location_snapshot` json DEFAULT NULL, `source_location_type_technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `source_warehouse_id` binary(16) DEFAULT NULL, `source_bin_location_id` binary(16) DEFAULT NULL, `source_order_id` binary(16) DEFAULT NULL, `source_supplier_order_id` binary(16) DEFAULT NULL, `source_order_version_id` binary(16) DEFAULT NULL, `source_stock_container_id` binary(16) DEFAULT NULL, `source_return_order_id` binary(16) DEFAULT NULL, `source_return_order_version_id` binary(16) DEFAULT NULL, `source_special_stock_location_technical_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `destination_location_snapshot` json DEFAULT NULL, `destination_location_type_technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `destination_warehouse_id` binary(16) DEFAULT NULL, `destination_bin_location_id` binary(16) DEFAULT NULL, `destination_order_id` binary(16) DEFAULT NULL, `destination_supplier_order_id` binary(16) DEFAULT NULL, `destination_order_version_id` binary(16) DEFAULT NULL, `destination_stock_container_id` binary(16) DEFAULT NULL, `destination_return_order_id` binary(16) DEFAULT NULL, `destination_return_order_version_id` binary(16) DEFAULT NULL, `destination_special_stock_location_technical_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_stock_movement` -- INSERT INTO `pickware_erp_stock_movement` (`id`, `quantity`, `comment`, `product_id`, `product_version_id`, `source_location_snapshot`, `source_location_type_technical_name`, `source_warehouse_id`, `source_bin_location_id`, `source_order_id`, `source_supplier_order_id`, `source_order_version_id`, `source_stock_container_id`, `source_return_order_id`, `source_return_order_version_id`, `source_special_stock_location_technical_name`, `destination_location_snapshot`, `destination_location_type_technical_name`, `destination_warehouse_id`, `destination_bin_location_id`, `destination_order_id`, `destination_supplier_order_id`, `destination_order_version_id`, `destination_stock_container_id`, `destination_return_order_id`, `destination_return_order_version_id`, `destination_special_stock_location_technical_name`, `user_id`, `created_at`, `updated_at`) VALUES (0x0869582d26af48128709da8f22192afc, 6, NULL, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 'special_stock_location', NULL, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'initialization', '{\"code\": \"HL\", \"name\": \"Hauptlager\"}', 'warehouse', 0x2707af01c7214405b0b0d9d9888344ce, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, '2023-05-07 15:38:25.722', NULL); -- -------------------------------------------------------- -- -- Görünüm yapısı durumu `pickware_erp_stock_valuation_view` -- (Asıl görünüm için aşağıya bakın) -- CREATE TABLE `pickware_erp_stock_valuation_view` ( `created_at` datetime ,`currency_id` binary(16) ,`id` binary(16) ,`product_id` binary(16) ,`product_version_id` binary(16) ,`purchase_price_gross` double ,`purchase_price_gross_in_default_currency` double ,`purchase_price_net` double ,`purchase_price_net_in_default_currency` double ,`stock_valuation_gross` double ,`stock_valuation_gross_in_default_currency` double ,`stock_valuation_net` double ,`stock_valuation_net_in_default_currency` double ,`updated_at` datetime ,`warehouse_stock_id` binary(16) ); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_supplier` -- CREATE TABLE `pickware_erp_supplier` ( `id` binary(16) NOT NULL, `number` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `customer_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `default_delivery_time` int DEFAULT NULL, `language_id` binary(16) NOT NULL, `address_id` binary(16) DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_supplier` -- INSERT INTO `pickware_erp_supplier` (`id`, `number`, `name`, `customer_number`, `default_delivery_time`, `language_id`, `address_id`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x39c978212cae4f7584ad80adbe7d09a9, '1000', 'HP', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, '2023-05-07 15:35:38.299', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_supplier_order` -- CREATE TABLE `pickware_erp_supplier_order` ( `id` binary(16) NOT NULL, `supplier_id` binary(16) DEFAULT NULL, `supplier_snapshot` json NOT NULL, `warehouse_id` binary(16) NOT NULL, `currency_id` binary(16) NOT NULL, `item_rounding` json NOT NULL, `total_rounding` json NOT NULL, `state_id` binary(16) NOT NULL, `payment_state_id` binary(16) NOT NULL, `number` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `supplier_order_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order_date_time` datetime(3) NOT NULL, `due_date` datetime(3) DEFAULT NULL, `delivery_date` datetime(3) DEFAULT NULL, `price` json NOT NULL, `amount_total` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.totalPrice'))) VIRTUAL, `amount_net` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.netPrice'))) VIRTUAL, `position_price` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.positionPrice'))) VIRTUAL, `tax_status` varchar(255) COLLATE utf8mb4_unicode_ci GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.taxStatus'))) VIRTUAL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_supplier_order_line_item` -- CREATE TABLE `pickware_erp_supplier_order_line_item` ( `id` binary(16) NOT NULL, `supplier_order_id` binary(16) NOT NULL, `product_id` binary(16) DEFAULT NULL, `product_version_id` binary(16) DEFAULT NULL, `product_snapshot` json NOT NULL, `price` json NOT NULL, `quantity` int GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.quantity'))) VIRTUAL, `price_definition` json NOT NULL, `unit_price` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.unitPrice'))) VIRTUAL, `total_price` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.totalPrice'))) VIRTUAL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_warehouse` -- CREATE TABLE `pickware_erp_warehouse` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `is_stock_available_for_sale` tinyint(1) NOT NULL DEFAULT '1', `address_id` binary(16) DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_warehouse` -- INSERT INTO `pickware_erp_warehouse` (`id`, `name`, `code`, `is_stock_available_for_sale`, `address_id`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x2707af01c7214405b0b0d9d9888344ce, 'Hauptlager', 'HL', 1, 0xaa1d5b926b7c490e87489256ffb039e6, NULL, '2023-04-07 14:55:18.894', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_erp_warehouse_stock` -- CREATE TABLE `pickware_erp_warehouse_stock` ( `id` binary(16) NOT NULL, `quantity` int NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `warehouse_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_erp_warehouse_stock` -- INSERT INTO `pickware_erp_warehouse_stock` (`id`, `quantity`, `product_id`, `product_version_id`, `warehouse_id`, `created_at`, `updated_at`) VALUES (0x472be29e979644e1ad42e5d600a951c6, 6, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2707af01c7214405b0b0d9d9888344ce, '2023-05-07 18:38:25.704', '2023-05-07 18:58:43.376'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `pickware_shopware_extensions_order_configuration` -- CREATE TABLE `pickware_shopware_extensions_order_configuration` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `primary_order_transaction_id` binary(16) DEFAULT NULL, `primary_order_transaction_version_id` binary(16) DEFAULT NULL, `primary_order_delivery_id` binary(16) DEFAULT NULL, `primary_order_delivery_version_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `pickware_shopware_extensions_order_configuration` -- INSERT INTO `pickware_shopware_extensions_order_configuration` (`id`, `version_id`, `order_id`, `order_version_id`, `primary_order_transaction_id`, `primary_order_transaction_version_id`, `primary_order_delivery_id`, `primary_order_delivery_version_id`, `created_at`, `updated_at`) VALUES (0xe2700aa48de14a57ae88d56f717ab711, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xb214948c0a4047a687132c74ee88e1ae, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9e3e2e565f19482191f6dbef70ef75ff, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x93093e4738ec4270ac1e4fbbf8e480c8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, '2023-05-07 18:50:00.674', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `plugin` -- CREATE TABLE `plugin` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `base_class` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `composer_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '0', `managed_by_composer` tinyint(1) NOT NULL DEFAULT '0', `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `autoload` json NOT NULL, `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `copyright` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `license` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `upgrade_version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `icon` mediumblob, `installed_at` datetime(3) DEFAULT NULL, `upgraded_at` datetime(3) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `plugin` -- INSERT INTO `plugin` (`id`, `name`, `base_class`, `composer_name`, `active`, `managed_by_composer`, `path`, `autoload`, `author`, `copyright`, `license`, `version`, `upgrade_version`, `icon`, `installed_at`, `upgraded_at`, `created_at`, `updated_at`) VALUES (0x33bc9b3318e5412fa9e833f54d0cc260, 'SwagExtensionStore', 'SwagExtensionStore\\SwagExtensionStore', 'swag/swag-extension-store', 1, 0, 'custom/plugins/SwagExtensionStore', '{\"psr-4\": {\"SwagExtensionStore\\\\\": \"src/\"}}', 'shopware AG', 'shopware AG', 'MIT', '1.7.0', NULL, 0xffd8ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080080008003012200021101031101ffc4001c0000010403010000000000000000000000000102030405070806ffc4004310000103020206060508080700000000000100020304110512061321314151071422526171325381a1b215364274829192c1163437437283b1f0172324273362a2ffc400190101000301010000000000000000000000000102030405ffc4002511000201030401040300000000000000000001020311310412214161051315232232f1ffda000c03010002110311003f00dfe84210024cc156c42b23a0a1a8ab96fab823748eb0db602eb523fa66ae34ceac8f46c8a3cf91b2be72013cb76d3e4a545bc10da46e4cc39a330e6bcfe89e32fd26d1ba5c59d10a733e6ff2c3b3016711bfd8b37a977acf7287c124b98734661cd45a977acf724d511fbdf72026cc39a330e6a1d51f5a8d51f5a809b30e68cc39a87547d6a3547d6a026cc1170a2119f589c196fa6809109a078a7200421080c2e957cd6c5bea92fc25733c7a4354cc01985064418d0f636500e7d5b8ddcc3c08b8bded71cd74c6957cd6c57ea72fc25733c15984b746a6a59685cec4dd2031d403b1a367e57d9c56f495ccaacb6dac6fee8a7f67586f9c9f195ed178ae8a47fb75866de327c657b4b78958cb268b02a6383b81b7b2e9d6f128b7895048cb3fbe3f0a3b7b3b43f0a7dbc4a2de2500cb3ede98fc29c09b6d373e496de2516f12802e8ba2de2516f1402a10840084210185d2af9ad8afd4e5f84ae6aa6c42a99a293d1370f6be99d202eaaca7b2766cbff7bd74ae957cd6c5bea72fc25735d33718fd139dd116fc979fb63666bdc5ede17b2da9b825f9b339d2f738b5edc9beba29fd9d619fccf8dcbd9af17d1491fe1d619fccf8caf6971cd652cb2eb02ac4be93161512ba2ae608dcf25ad7b736517f2feecb2b71cd6364aaa612baf5d9483bb6ec48a6f0449a592d5247531c6f1553095c5e4b5c1b6ecf00aca8246195ad2d94b4731c52b222c8cb4ca493c792824990abc70398f0e33b9c0702a7b8e6805424b84b742410842004d7bdb1b1cf7b835ad17249b0039a72d07d29e9e4d8b6233605874c598753bb24ee61ff009de378fe10765b89f62b462e4ec43763d6699f4a5a3ecc3ebb0ba174b5f3cd13e132422d1b49047a477fb168b6d44eda634c269040e399d1871ca4f3b26216ea092b19ee66eee8bf4d7038347e8b01aaaaead5b19701ae1958fbb89003b75f6f1b2da4b8fced5b87a28d3b9a69d9a398a4c6425bfe8e679b9d9fbb278ecddf772549c3b44c65d1b7d3835c4037f7a6a335be92c8b0ed5bbc1191de09b9cf7919cf7909e07647782323bc13739ef2339ef201f90f8250d2981c7bc9e09e6807592a409541261f4a712760fa2b8a57b0da4829dee61e4eb587bc85ca1727692493b493c5752e9d51bebf41b19a78c5deea573801c72f6bf25cb4372da960ce6494f03aa6a22859be470683caeaef56c384c2133d5e624341d4b40373bf69dca0a1af9e866639923c459c39ec69b072b4f3452d53277e22f390b6c0d39b868dc3615dd4e3071f3e7fa715595453f1e3929d6d1be8a7744f7c6eb388058e0771e36dde49b49572d056c1590bb2cb048d91847020dd495f51155553e58a0110739c490e24bae779bee55831d2b846d04b9e72803892b1a8a3b9edc1bd272705bb275d52cedaaa486a1be8cb1b641e445ff34d354c06d677dc9987539a4c369299de94303233e61a07e4abbbd23e6bc2f50d4ce825b3b3ba8c14b25beb51f228eb51f22a9a1799f275fc1b7b112e0aa6136b1da9b3d64504991c1c4dafb02acdf4879a8b11fd6fec85e9687533ad1939f471eafea8a712eb71084fd177dca765546edc1cb0b1abd0aefb9c90ad279324d901e69e0ec55e3dcac0dc149d716d88e68734b480411620f15cc9a7ba25368a6904b1b6377c9f50e3252c9c2dc59e63fa58ae9d58ec6705a0c7b0e928312a76cf4efe077b4f020f03e2ad096d624ae724a16ccd29e87eb30986a2bb0bad8ea28e263a47473f6646b40b9da363bdcb5b36195d0ba66c6f3134d8bc0d83daba1493c19b5618bdf745ba252e378f478ad444461d42f0fcc46c9251e8b473b6f3ec573417a308b4870fa7c6312ac228a4272d3c22cf758dbb4ee03c96eda1a1a6c3a8e2a4a3819053c432b2360b068549cfa44a4580b1cef48f9ac92ad2430b1d676b093b762f27d434d3aea2a1d1d34a6a392aa15b64103fe93dbfc446d52f518f9bbef5e67c65737f7a2506fa43cd4588feb7f642c9f528c6dbbb66ddea2a8a48a43ad933dfd1ecaf4b41a69d18c94bb38f59f6c52898b8f7abd0a747494c5c00320f1255b65246d1b0b8fb577d8e3a7424b211ee5606e098d88379a937293ae29a04210858c4e91c7acd1dc499dea6907fe4ad054f84568c0276b1d18a5cdda611da3bb77b9743628cd661556cef42e1ee5aa860c72dac6dc969076292573d974754fd5f41a823b5ac5ff115eaacb13a2d0757d1da68ad6b177f52b316546f9246d923a36bcdc91bbba13eca1338048c855656ecb24de0904710b5dad279e5493c7ae0d0257c795d7bb0efd876266bc770fde93ac0ee144d16d92194f48e865d63ab2797b1972bcf64eedb6e7b3deac1687372b8f1bed175189c136c8548e76536b29fd8ab4d641b1c637869fb213ec32968d83c3828c3ff00ea9e1de096b1001845bb6e2a44d06e9c84821084047333590c8cef348584f91877567d097056a283abd2b22b6ebab164a84036ca2d56ddca74286ae4a7620d5782355e0a7425913b99008b6ee4f732e548852b821bb91e54a1a9e84204b2542101ffd9, '2023-04-07 11:39:18.967', NULL, '2023-04-07 11:39:14.843', '2023-05-07 15:59:22.161'), (0x4c1049f9eaf64a52b0f16f51570eef19, 'SsikLibertyTheme', 'SsikLibertyTheme\\SsikLibertyTheme', 'ssik/liberty-theme', 1, 0, 'custom/plugins/SsikLibertyTheme', '{\"psr-4\": {\"SsikLibertyTheme\\\\\": \"src/\"}}', 'Wonderthemes.de', NULL, 'MIT', '1.9.31', NULL, 0x89504e470d0a1a0a0000000d4948445200000080000000800806000000c33e61cb000000097048597300000b1300000b1301009a9c18000000017352474200aece1ce90000000467414d410000b18f0bfc610500000b56494441547801ed9d4b6c54d719c7bf33338ec74484a9d24d5984c9a6511760a352296a146356c922a42cd2a65212d96c428148c0a2a9541698452ab55d006a8d039b60b55d44cd220d59d0559c448db248c5181655570c5dd04d51aff3c036b6e7e4fcef9d6b6698b933f7751ef7def393c6f37ef87efff37ddff9cee332328891393e51269a60ccbdec100f4d70a21a717161e292253839e2373be25613d77c93964a8c1aeb9c9aebc759830c819146aa7fe053a50aed17469e12076c2273468e8b278e46ab45efb7883ed62908e50280d159990e899bd38531f8709ac2108beb2dbaa05a0c4a04507b87d756eed174a9e41a7e8a2c810883345a9cceaf1e630ba400a90280e1efafd209cee9a46ded91698ae3362b5b08d20430f6363f412d9ab5864f8c5421a42e0037c657e80c59579f364d912c1f583dca9a9422a90900ee7e6d4d181eeede220d61b0d97b47d9594a895404509de775f1411f899b75b2a820356f50a2843c7a894f334ed7c91a5f256870d7c72ef2c4de369100b65de2674431e38a4df4b480eae8b96df3fc0c25207608105ffc8e70433364d18fa81bac1c63a72806b104608d6f1ec290574472789822125900d6f8e612470491720051dc39678d6f2eb00d1a6894f7841600123edbc7379fb608422786a142805bd615890659328318789bf9e6c8f0f2f15001b8451ef4f36d572f6b38c21bec1d562c1a1a02dc0a9f357e16a9c17628d10f7ad14001b871df56f8b24c7d6d8506e6038121a05ddfbf4596ccd31e3758ecf75ca007680fee587280b065a017e82b80ea1c9f21ebfaf3c454d0c051df103036cfe1faeb64c913ce68959e740e33a7f3c11e0f90b7d67f7c37d19dc3dee5f43e2a32b5d57bbd85bc1e0f90a7d60fe3fffe99eec79efb80e8d33b54547abc409707c853ebdfb5bdd7f8e0b5a7a8c8d444b770a6f3812e013046272807d44689aebdd8ffb927b653b161f493cebb5b0278f432c7d2ac09ca01bfdee779807e8c3f4e45674ad478a6fc3b5b02d8dcd037d2f7ec4ea27fbd4274ef1744970e041b2fec67bdb13bf8f91da35604626ce7907f7b4b00c2fdef270dc0d8973b8c8e180d11c4e57288f742248586d1b47fd31580ebfe35257f30c6c32d7e72673c23bdfa5438eff1c29354746a7e187005b0b1a16f154f50df3c4e9f3dec7b1002100a0a4dcbb3b92b80d24399a12a267706b7d8a85e206ceb0730fec13a151a56f2427ec5bde76dcea09c5786f4c9d1a29fff804211d56340307ffe37a502ba9d2fd41f8876574a5d4dfcbed7e50dc9b93dbe0ae27f6b53cf848f17eb839ff70fe8b0ca5d94d6dff9d9f004cb6b9408080f15c79a8490f2d6172493da88b07d896fe849fe7c030c0359fdb0d7c5adee0dea2e0e0382fbfca79e0064181fadfff6572495f23a4d945a5c4ff1276c268e037dfa87839f8fdbad8300e22483f84e541af748ac27486efd2ed88cabc4ca344e1a78f67be15ffbc61e91b405082649bc85f1a37a01dff869c5f97ea868fd003bb195dc2dd814b3e311d115fb6ea4b7d0e5a9fe07fd933bc95a4b542f90b452190615ad1f70e1fd4b5c430128aaf1c18ef6004f3f63e180c53d6851bc0092cd49c9554455addf8551adc4347880dd3163275adebbcff57f0e0288db658200c2b46a15134a54b5fe36b5928e39ffbb1ea3d8a005068d15a0f53cfdd7e82d085e60d8f8c3e44ef9ae1fe14c59ebf7a825de21240e4947e3060d18ddb8eb158fa2cefa991c328aa862004971eb77d12280c71ea1c40c12015a11a67ee1804629f49cde37b8341d06ffbbb7bded09314a8bd631554d8b00d22a9c400441892180009e7e2f7cc9179ff3eef3fd9f0b2bda9f5f7b6048b8f42386afaed022803463295ae6e72f057f265a2092c3b0ad31a8b81356b44b77bbef7f62f804542d02481bb72cfb92d74d0b0286f8c15f885ebe26d7d53e9c2bec89d1e555492e0400e0be316e30ac5073b5e9c5688841469f1bbfc1f722104350b7d5142a94335e6b176b10ff07c57e3f3400bc1ea566182e69b6ef0f1265052d0240662e73468e3fcf10210149d8b0568ef0607aac96859610e0dc27254cb6671baba8df67153d02483809232a080b1002ba8c07ed84d02eb484809b77e30d0825051e01178404b8fcb91b5ee5b0c868f1004bff23ad201cc02b2059f343043c4311c384160ff01fb5031e03f1c5e04f2b43788257c0e5f697e2b77eed3d564ba17c6d225a046072c68d8a9f1f2a8a809610b07c5f7f18b07868ab047efa5fb2188036017c6837a033026d02401eb0acb81e60e945eb60d01f6f9245337a0570832c9ad12a00f4060abc639711689f0fa06322a4e501da058064d07a017d183123c87a017d1821007881b4366bb044c3983981bffc87ad0be8c01801a047f0d63fc9a218a36605a32e601342b518372dfcf58f942f9034025dffb37102c081307d39950cac003a40afe0cdcfa850e89a9b68ecca20e403451a2cbaa169828cd14bc3de145dc33f15a43e70d30aa03fc807f22e02c4ff251b0282c9bb08b060551799591d0c11e4352798d3382f2253cbc39113e46de048e9b6707dc8dcfe0010409eba88ba059dc90d22d0458cb31d9c69e86efd20b33b84a07082b2b193d1114418de847096a91d42b08e0f2766c0ca625cd7246e32211b18df040f66b400f264f04ed09b3165028c5102c8abc13b41e8426fc6142ac4c9d1b15f302882c13bf1b7b13508a7c219398cd408a06806efc437be6149ab53619e0790068c8c73f9befafd6219bc13c4fcdf7c615e8f8513352be2cf122379e70dfaed8f8b7bca76181c8637b5842decbe5c117f1c9248518d7ff59657b134b958c55bd4a8704e0d26310460279071c3f7cb4d13ff1c465998dcda2ad3f54a79841aad4d92c6af3ef3f6e7cb3368e5e8d7cfddcc56659297e8b6dbf6c72ef2ffcbec0afeee9964276934051817eb17708dbd0ee1dd3e6c66764cc25939cabee315821835c4df2992040a1fe38fab39ed4a18f07b8abe398548fe61736f3048dcf99824f3b36bfa770643cb7df9efd6f84074ffff866b7f3470912403d78942882e11c04de3fbafdacda95c362a9ecdb7f27fd979800fce1a7afa476a730254e170a69022ae380aa029e2bfbb6d76e77c800552003c016230fac82a5603a3c5473d7b57de611d1e7f4b00624ce07d52883babe73db9c3a288f588f9599d34228bf5325df06f779580c6e63956e54d91620ed6bd3384a7d94b48723ee15c230a7f2bc7d85eff6ed794b0563b33548d7f2227b8eaa41e01ad1d53c5acf1fbc3cb74bef37e9707a89de3b5b551baa56b7ec0d6ef18f5868be11970dab5b0fbf823ce23d92bfa492006b095fcf9f48c0254e7f9ac78f00c1904cee60511400cb80d813cb1fd8130b25a8a558d28fdceac1e615dc97e8f004cf10296d4e969fda0675ab8738a3954a6b364c915a2f5cff67b3c702058578fc02285bead1f042e0c11e303d60be40461cb0341cf050a60f5285b14efbc40964cc35b7456d8b219f4fcc0b9406e4258a5ebe2669d2c5924d0f5fb0c5c1b8884d0751f5ceebc418b0484cd06b97e9fa18b43e13ec438c129b2648d81aedf27d4ea60f141576c52981d10f745bdff7c98d7469a0f5cbdc8af3046d364311791b80be39f0cfbf2c813c2ad08cc85735a583dc666a2bc27d68a002b02f388637c106b8710f78b6c8dc018e21a1fc4de220671c62686fa710b3d318d0f122f0a1bbbc44fd2a6183eb6a3876a413f5f74cfd143a304a4b22ab03acfebe283307854278b0a9a28f284e9e70f23955dc2f0435072b421410122f71aadd2de348c0f525f176cbd811cb83795fbac3b489722d216860b21ccb4a796d5c9121f6f1c2674652f2a127706f0b042888997e45da856e9bc7398491b8c932e001f57089c4e886f94b61d4d1e80abc7229db1515a9069781f6502f01999e3136546274525713f59afe0e1b9f905183eed183f0ce502e80462289569bff00c87c465a230b504cfbd637d3e96e52faa367a275a05f03010c408a37a4b88411ca071e609a22ec451cb9c383c233bac6d6c71bd8cfd9836891aebc759830ce15bdfa5c55bcf06403f0000000049454e44ae426082, '2023-04-07 12:14:31.058', '2023-05-07 15:52:54.650', '2023-04-07 12:14:25.588', '2023-05-07 15:59:22.140'), (0x586ca2c249eb45b9aaa98c95c6e6c744, 'PickwareErpStarter', 'Pickware\\PickwareErpStarter\\PickwareErpStarter', 'pickware/pickware-erp-starter', 1, 0, 'custom/plugins/PickwareErpStarter', '{\"psr-4\": {\"Pickware\\\\PickwareErpStarter\\\\\": \"src/\"}, \"exclude-from-classmap\": [\"**.unit.php\", \"**.integration.php\"]}', 'Pickware GmbH', NULL, 'proprietary', '2.42.6', NULL, 0x89504e470d0a1a0a0000000d4948445200000080000000800806000000c33e61cb000000097048597300000b1200000b1201d2dd7efc00000a1049444154789ced9d5d681b5716c7ff322b10c63be821209558b1f21056c20f95fda2b894c4860eb1fb6439c5100a8953876543d82c4ea1dd902c8a59976c0259b3594296256e9340087893d8b050bb3b8528a6c4f18bad3e18ab782152ec500b0215c218811e761f66469f235923cdf79cdf8bad19f9deeb39ff39f7dc73ef9d714025b8743e04c00f2004a04bf81dc267b75af59a9c0c80b8f07b12404af89c643dce78ad3f6a0587520571e9bc1fc03080e3c24f4279e601bc0030cf7a9c49250a6c59005c3a3f06e00c80fe56cb22641103f080f538efb75248d302100c1f45d1b513fa900430d9ac10640b40e8dba74177bcd1880198901b2bb4c9f93297ce5f03b00632be11e907b026d8a8611af2005c3aef06300732bc59880188b01e6766bf2fee2b00c1f8cfc10fdf08f3100730b09f08ea0a808c6f7af615414d0190f12d435d11d40b02e740c6b70221f0b6944452004224d9af4e7b081de8af353aa8ea028471fe9ada2d2274a1a7324f20e501a6356a0ca13d55b62d138090deedd7a83184f6f40b362e50e901a2dab585d089321b17042028c3af716308edf1977a81520f7046fbb6103a51b0b503282ce678ad576b085d38cc7a9c49d103d00a1efb310c14bb80e33a3684d087e3405100e401ecc730003828f3676b7ada40433f3be36f03cdf8d999501bf84d1b843de9a22ec0def87fa5554d89b51412ab29a43677b0b79bd3aa5a53d1dee142d7112f02bd5d08f468e3981d5c3aff0b54dcabf7c3b73f626e6609ef7ede77812a51c281f7dc888c1fc3871fbfaf6635190797ceff4f8d92f77673f8db1f6791584da951bc6d08f476e10f7f19457b874b95f2656d0c6994bddd1cae5f7848c65780c46a0ad72f3c54addb544500d72f3cc49bcdb41a45db92379b695cbff05095b2150f02e767966a1abf2fecc7201b4477d0ab74b596607d63078bdc0696579255e7de6ca6313fb384e1f1638ad6a9680cb0b79bc3e7237faf72570ce3c2e4d5218c8e50cea911669fc5119d5a40365b7e1ddb3b5cb8f5ecf78ac6038a7601ab4b3f49f655647c798c8e84307975a8eaf8de6e0eab4b3f295a97a202d89008fafac27e327e138c8e84d017f6571d97bac6ada0a800deed548ff5474ff6285985ad90ba7652d7b81554190594e23b48cf836a162dae9dea02208c0d09c0e690006c8e66b381f558dfd841746aa19000e90bfbf1f5dd536098f2f16e746a01f7eebf0200f83addb8766508836ca0aaacf1f38fb1b5cd074ba3274398bc32545516c163080f307efe7159f66b792589cfce3f2efbce5f6fc70ac60780aded0c6fe8b7c5a8389bcde1934fbf29181f00669fc611fd6a41bdc69b1cdd05b0bc922c3358d9f112e3be5c91deb7f2afa7c5ddce8bdf27aab267002f02421add05a02452c627eaa3bb00ba835ec9fed9d7e92e1b07fb3aa5c7c49d25c74f54c403225219358247770188134595c766ee9e2a3b367965a86a1671f464a82ccdec3be8c6f4cd48d9777c9d6ec9bc3ac16388518098f7de16620129afc0302efce7dfe70bc122c3b824a7951b298b2862080100fcdddb48eab31177de68598401ba00425f48003687046073480036870460730c330a3013e3e71f63914bb454c6dbff4e2ad49ad6200f20937bf75fb56c7c2341029089d5e61b480032e9ac31276156480032191d09e1f38b0396492f5310d804972ef6e3d2c57ec973b3cfe298f8a2e6fb190c070940414a97ac99051280424c7c3967ca9547140328403de31b7d273409a005b2d95c5de30fb2013c797456e356c983ba8026115720af6fec489e1f3d19c2f48d88e43923614901cc3e8b6379e535fac28731f85140f1219b558c0f584c00d96c0ed1af160a2e79f6691c13e0fb61f1e924ad2e10b592f1010b0960eb6d06e3bf7b2c6998f58d1dac6fec148668836c007de1c338c106642d1dabdc7554c9f4cd88e99e856009012c72094c7c39d7709e7e914b60914b203ab5005fa71b7d613f4e7c14c407617fcdee627d63079f7cfa4dcd3acc687cc002026835f9b2b59dc1d676bcd06d7407bd18648338c1060a43b8568defeb74d7f41a7a635a0164b3397c56b1a7b092662ebcd85ddcbafd1c0ce3c207613f5eae24258dcf302e4cdf88546d50ad6474a407b76e3f2f7c36d24615530a60bf3b92615cf8faee29f485fdd87a9bc1775c02cb2baf65cfe367b3b99a7fc3302e3c7974b6a144cfa58bfde8ec74637b3b03867119aaab309d00eedd7f85e854edddbedd412f66fe71aa10dcf90eba716eec28ce8d1d05c06f3a159fc5572b92df0f39c6173192d14b318d00c4ac5bbdbbb89121585fd85f70c15b6f33585e4916bc4323416433c63732a610c0fac60e26be98ab79c736fb204adf41377c23fcfec2e91b7c3da51ea292eea0174f1e9db5cc5a00c00402a8f5d44c91eea017d337238adc91dd412fba835e9c1b3b8a6c3687978277f8eefb04985fbb2c677cc0e002d86f8837c806307d23a28a5118c685413680413660e9ddc5861440bdac9ec8e4d5a1426047348fe10420678847b48ee10450cff8b59e1e46348fe11684d432feb9b1a3960cc2f4c6701e80615c65226834dd4a3487e13cc09347670b0f84ea0bfbf1e4d15932be8a18ce037407bd78159bd0bb19b6c1701e80d0161280cd2101d81c1280cd2101d81c1280cd2101d81cd50550facc7f421e5a5c3b450570c05bbdc962f6e99a9255d80aa96b27758d5b415101047bbbaa8e2daf2431fbcc7cfbe6f586dfdf98ac3a2e758d5b415101f41efb8de48b8da3530b24021988cbe02a69ef70e1c38fdf57b42e45df1e0ef0af8f9f9b7921798e5e1f5f9f7aaf8f0780c8f87163bf3e5ee44f67fe89379b69a58bb535878e78f0e707bf55bc5c55460197ef9cc6a1231e358ab625878e7870f9ce6955ca564500ed1d2e5cbe731a018503163b12e8edc2e53ba725632b257070e9fc2f00547bfce50fdffe88b99925bcfb99f2017238f09e1b91f1638a077d15641c5c3aff1c40bf9ab50040622d85c46a0aa9cd1deced5aeb79bb4ad1dee142d7112f02bd5d08f468e23d639aad080af468f64f1132680390d4bb11846e24db00a4f46e05a11ba9360094a2b32f71ea02ec4dd201006a640309e3c37a9c0e311134af6b4b083d98078a9940e9d91bc2cabc008a02200f603f8a1e80f5389300623a3686d0969860f3b2c9a007fab485d08182ad1da547b974fe3500bfd6ad213425c97a9c87c50f95d3c1c6789f29a126653676549ed56a7690d08518eb710e941e905a10429bf3ad4b956dab04c07a9c71505760452605db9651d5058850576029aa5cbf48bd358111d04ca1158883b7a524353d000070e9bc1bc07300c67cd639b11f710003acc7597341665d0100240213b3aff1810696850b050c8052c5662286068c0f34e0014ae1d2f96b00a2cdb589d08849d6e3bcd6e89765090000b8743e04601a3442301a3100135243bd7ac816800897ce8f81f706fe66cb20142109feaebfdfcc1f372d0011410867401e416b62001e346b7891960520c2a5f37e00c3008e0b3f09e59907bf92675e9ccf6f15c5045089102bf8c10f1fbb50ec2a4250712fa2c9c9a0987c4b82dfb311073f85ab4a52eeffd48d8e264c23937f0000000049454e44ae426082, '2023-04-07 11:55:18.816', '2023-05-07 15:58:43.386', '2023-04-07 11:55:09.168', '2023-05-07 15:59:22.111'); INSERT INTO `plugin` (`id`, `name`, `base_class`, `composer_name`, `active`, `managed_by_composer`, `path`, `autoload`, `author`, `copyright`, `license`, `version`, `upgrade_version`, `icon`, `installed_at`, `upgraded_at`, `created_at`, `updated_at`) VALUES (0x7e7276c468e6463fa9bc10f78d530557, 'SwagPlatformDemoData', 'Swag\\PlatformDemoData\\SwagPlatformDemoData', 'swag/demo-data', 1, 0, 'custom/plugins/SwagPlatformDemoData', '{\"psr-4\": {\"Swag\\\\PlatformDemoData\\\\\": \"src/\"}}', 'shopware AG', NULL, 'MIT', '1.0.9', NULL, 0x89504e470d0a1a0a0000000d49484452000000a8000000a80806000000744ba5b4000000017352474200aece1ce900000044655849664d4d002a00000008000187690004000000010000001a000000000003a00100030000000100010000a002000400000001000000a8a003000400000001000000a800000000718c1dd600004000494441547801ecbd7bccef5d7ad6f5ddfb7de7d04ecfedf438efcc185b28c59a222dd404826834a12248d47820955023c5d434dac418adb68da2ffa8180f25085a2827e5909628143140634481967094160ba5d377a6d0f34c0f737a0f7b7b7daeebbed65abfe779f674a69dd258bbf6fe7dd75af77d5dd77dddebfbfd3d7b3fcf7ef6de8fae0f72fcc23ff4f4b53ffce3d7af7cfcf4fa354f9e5e9fa3f9d39f5ed7a78bfe519678aadd8c475d3037ccac04b9a7c23ef20ac00cf39d4d8efd23edab5b1de08796d9da5bd3f84d436d81ab43dd593f1a3c1897337e5fec061b56393c9b7fdb417a2a370c108ddfeaa701501e37fe29a8cc9dbad5015f2d601e37fc8969b28b3b3a64b7567bf8c0fd5b716c6d7e8ab70686a32620957b468fae1f57e4ef3e7afaf4ef2afa6d4f1f3ff73f5f4f9fffe6bff1358f5eb2ee4f7049950f007aebef7afaa92fbd7a7d956afe7a35f6313938dbda2c3c69e486a759ef75d1cec6cd30ae8d909c6610d558c7e5f8ed019f0febd60ac664f3b3e206d8a7eee079331c54caf73f25394a87997cc343b5373f60e39f7c6c429cfead75b706b8111f8e6b0c8590c740123ece84e41d3ea19ead3d1c5a5ee2c320b82c34acb181ebe1717ec7831dfed197e3d5d1c1585fdcdecff0108b96f3413dd3ffba2f8f1ffda81ed8dfff118f5ff71f7debd73cfade55eb8145741f487ce6373d7ddd7bbeeffacaa74faeaf50b36fc088ada8f1f591a707198f5191e7dee825eb43491c4a8b3ef4f0c05987998aebd05be641be6ba4d02d5f82e393b86bce13baec5798e20ad29f7d36be36939f0e7ce00aad7aed1398e3ba30269ecd6dffc4ccaf19835238ba58e2010eb2fe984bd9e7ad422e2cb4e6c657cf48584bfdcd7a5499cc29ddfc445d27f503f2397a6915fbef59102eb6e782cfc6e24fa0c4defdf4d1d3dffae64f7afd7ff227befcd1fbe1de1d8b7726e6a3e6374ae30b51b2a1398d160d5ef4153f14e23b01bb03c7766b5987eae68faad60e29fc087c375a7a2836cfd66e785295ca1c03dbaba287cf4a5793b9a5aad358eecec9ef433e88d1b5c25a931b4d3c671b0fd340bc3531b3f9e36478cb2b8b3bc3ba0fc477aff5bafd5b6244ede1f47c47cb4e94ef476fa05dd3559ce69e46f710981af320f6f6af370df8e85fd7e3ebd19f7ffdf3affd750f7d34057333def4f54fffe1272f5f7f5cec37c5fb5d03b1958a431d332dc83c289e490ff66b383609820bc33b3b0fa9158ec3331fdc08e7a34a5593708a030594cd2a496c7f249a67a5d99cfc508e7ec9db83d8d25b3515ab154b2cff6985d2679cb5ed74068f4f032d0c44983e50d9a5b6533ba7adcbc1d70fc643bfec2643729c12188edd9f9eb536de1814673f98448eab35b31fd971a21d394ded0514188f536f7c99af0e1e3fbadea147f58bfefa7ffcbabf5e38f3e373c347ce27af5c7f5c0dbcc9a7d08634ef0fe1aa82079d6e0be75d25a578f36c2ff00704ff46c36c25472b3ee6d04376a835cc2742cebaca38490d744cca1a907139286f276f09e5ea8bfde23b9e3709f15547024ff599a13509ebb5ba1f0e7006965a4a2cc7b8b877120e8d67d08ab93e18fd606d3e5063c1b0f6267a5a9643c05e269f78b0e6b8510b582762e1e315ed7516ac2796293aac6d861a13a2263f086d2fbd1783d754bd5bffc151d73da3f3e47a9376dff4055ff3f45329d7b11e507ecfa94f86be514202e626e5b02426b40fc12c97f481e17576bb49300431ae1f18335f6e820530839c5d8251164177cc3c3233835b7c380c6b8757afe61b09f1a82f7858a343ad15039a9eebdb5e860fd33e43191d09a041f9e991aded53489bf44434fa06b31e857a4dcbe9a35a08b84d92e678da6b8793731eb0b0e1c7803d0fbfb5d74c1cfaf21a7d87566c16296000910ed79aba164252ba65794650a33d87afebc226e27bf5e4e99bdef7f2fbbef157fdd74f5f17d6f111f43d7f4f9f105d4ff57bce9142f86caeeb99412d03c66efc946c8dcce629c347228d62682891ceca2530f183ce121dfd0c3f0f201adb6bf026bb267b70891bebc8de3b477e3093597b6ae5e0538f7c0ffc86237efb8ac646861f9d6586f478bff52595c38feb0b5a1fd032c009a8577bb8f1e5e078d5ba7c66ab391025b70ec60b62b3e8defce97f62d6991a0b1fb9754dadb5954fc87a298157ef898d8e565ff88eef7fe92bcb30df9f143dbdfeb63ecceab375c0d394b2fcd2e677328a23028965dee1959a5971047a50b9316294a46c8d056382a3f0f8e9fae059aa50b51221e8ccd689c11577de2573002335f9519146dffc2b1fd92930ee5c5fa182875e8f3e87c698c75bbad416c0fd0e48c4bf08ab3f6347c3fe0d4355180d6bb3604497e9d67fdee86812777d6be952fd835ecda5213d14ee7a629f38e46ac18a29e3a5ef1d9e2ae89af5b2bdae1a473eb654fbe9a377bffeb5affb4c3e69f22ff17c9d530fe21b7a68fb973b8cce98e66c0903511b7bdae04c18e26e66f0c03cd89b773e34b2098fb1f269cef1e656be7e482c67ab76c454dd0fd3d684be8dce7ad1a788eb6bad787e393f8b2b38fe0c688af981f5ba5993a3140f4a1e566f7499618de42a55ff3d83f02935082788321223978771fa373ab9553f8452f68c8aa0f557ff85b3776dcbe5fe25070972b82ca9e58773e2c1559b2070ee63fd3712ff8e3fbadef0fe97deff55641ef12744effcb1eb0764ee636c444e43755b606c8029a208c5040d113332b58179ef05c064bd3552b1448f07f5ce47a70ff425261fc63498fa483fe4d52573196f0ba57d4a1e07359834db9e943fbc11b57bf852f639506109a7dc0a0dce518305749dd45d0fc45123f92d897463d6f13ebe167f19403f8dd8abd6486ffe6cf00594df6e69417463e03b62ad3989b9e7906ef5a19e67b475c844c98c944a9d7516879688373e1e3dfad1cf7ecdebdef8f847f5c797327a3c9c3c3852e682e89885cccdb136958f9c1f945137ce5c4466cc121c4b43b5f2e185b0cc790beda0f750224b234269136fc75a1cf80cd397461689ed83686f6753d5764f23445d2f6d60d69ab6ffc4ea9379f195626d67e68f17adf14abd9d1f1d387ba9f5b11b2d26b8b77c709c476b2232f793a5ebb3c892070b0fa9df19be058cdbd8214db49eeef1099c7ebded99e75c7c70d347fd675ee27caef231dff1d2fb7fe5e357f567ebd118116d72f0aeb4cc832192a8163e20a28c1c72da652754ef9e8d24d6bc29e60ba7993130af578d2341ec266ea4014ef4905369b010ac9fcae1e7da03de32634401acfba38293e7b91c0a8577063b379c6aab573516169eca9f88cf68dfbc91705510bce86bf39c1a955dd86aeb9c433c1fbea916c1d1edb9e73eba927b0e36feb99ee7ba04b0a1f23da3d427bb9d12b3ea7963571e81aaa5fff4395111391a95f835cf8bff392e6421a26dbc730a132742d12e02ed013a63be715c8660db0ff205d04fdfa74db7c6e9c966ada75adaec9b56be62fa81440f74e4709b380b79f0a11b2b441a18c4e02686223f21b7e6ae410cbd686673f015af67df3497127bc5e7cc14684c4ae37f34b54b3d0a65b4ef1587af541e8be90d418d64a2b9cc3843dbc2fa1c830c3f757a7e56c12f90369362ee3b2105466ba4dd0f17dc008cf664ed4d7138fa618fd450687df5c0189780f4398f95f8742197b0759541beaf9a66efb1160dc0af482d6956650adff287acf839c29f9a38d680cf20c76a986b76f2b820e96627563cd6b2eeb599ee45102875b67f8b3995fa231bade57ff0e653473fecbb73fdef9a5945807533f6ef7d22a32c8156ce5c7caa0d5f98f39c4e5d7aeba8329af730c2b52673cfff963fd5177ff6a749f59ffb703fe7a31933cd5e4fb5c222af0932e933f84fe7b3787dcb9c8cad4416c6eb426fe4fa8e44c40800f0d8d1d808ac9c621c183030e878809de5a9651da39504cc4f935223ebc94dcd0d1fcdd618fda1c77feb3a589d107059ff4305b07ce017daeaad0d4c309351a113e80b6dfde8c3933e84a5342fa6539bbda39350d247cb3c3a76026990f13f2481373f90f84ed4b512b0a7ade560442c9dfb97c0f845ce3e52d91600581a0c1e0df2da77dfa0e492da7d90321e812c3a59f2c93ca0fa7e4e04a0a39b22e03918f3e0f3944f6c63129b2780ac64c417914c67c4ab83863d3bcf8548ea7a432ddf1176d1213fb0ac4620fac1ac66a70f734a3a62a7d7e8e7da9ef0da6af5819647756eea071dbe0ada0885a33bcc359101cbf0f92ad098db568a3d23f5b56bdd89950fb25576ff73d6c6a2523a48345b5f7b6d528b2bbc996d24eaf0b70231f899810dd441f49203851ab3c6e95fb19e75f2b798a52d9a901ff5bcd923e00311021003aa1f38ad3042bc7b030c0caa78cb8e80bee76f0c233602c79232b019ebb00c73217390e2b10f92386f80f1c21ab231867b0d3a4d900dd787918462895bdb87da9b6ab5e1c214c19cad8db4f9931a25fb4f4a1184357c350ecf13d79ea5a559b3f4ccea180ac6955d0857129c590b21aab5c2de98098f78ee9f6b5a35680ab7c64444d36afc5bd805f09c070b8dfadf35a0452157e91a5755aa701789a7225ceb1fd3424f53701e53104fc661780c14ecc350acf10516c13a8700c563c02c21345748b92ea995380a5161bae10fd83716820055b56e42f655613cee0390807fea4282514d2fb3a95fe7235098e7eddf085f60d63f879e3372f1a9156de2cbbf3d1c719486b26b4c60aa108fb603ba94cf5e6bdad22b51d6b97f0d10cf1b23385d9d5a7802e33fade7fe39ac4bfccf4e00eb35e9397eeddfcbf2ed7af0ad9673f2ae0dd7ff40ea61f5ad1af9669169d206b840ec80b50462929bea836921616329506e5a343a47ac52cce61f2d47ca47e287ac983c5c32809482b6e7a46a69636bca79c68782938e07360099f5a282fd4b106c78ca2d85d0e238b4ae2bbcfab7da54a6860733b59872c39c993d10f8aea8c4ca916057afa3e19e1ba3078dfbfe1df6e5562fd858db0fcfe9bfcc9e85f904550a979424466597ef46fb9c9e0283f1ddabd7c1dbbf9070e3bb426955bbcd97d47a43b9e2f18062803167605389dc1a201663ae188848cb88f35cc20b004e5eec59f790da39751b5f8d8e493ab071c81ac169719866b9f95983f5403b77c9dbcd1f01261920ce60f61a9e23334b23fbfd903b8d79f3951d9dd65bfca9df3db8fae7415883b8aaec4ada3ad4ca9a59423796b918cd338c56dc3ae4591d6780003f2c652f80b433562bb0b30edbd91d13079af9060ed8665a6b00d45967879a865286b26431f406dbbf3f822e335b2f7811db13223d90a8612d4decc669b88da5222886f95e7893037032e69731171cc3f613bd5d1b2d0e10b18cf80f873507ef61ff0015f9b9efe7ccc1cdd1709ff891b3ec61f65e7064013ac3d1cefe3c57ee0167bdef39f725e7ed5b205e73b7fcdcbf565df7cc25114d6d667d233303635ee4c27ac411668bc80931909c5d1e26115ffcd4bac76f316b2b0b453137017f092466fe44c9b1f701acd8f009ba7c34692a07234e6b2e4eb088b5472adb3e05960ed1e8c7d77210b004d2726a560b0197743f655aeaf01feda52f6cf831d0b33d5838c9165de8cbeb8409add82c484dffc336d8b588db2333cbdcef25cd42a3773ffc139b88f50fff7e70a58d5ef8ba6a39e8a9b5f7b93f2db6cff4b1f9c4fd0a6089587a2e062af373dfcfc95ddc27c35aaf9b1bc16df07906c679b2f57c728d2b3fa03e08b7f703bd797066b65a8547df180a79cca27bf3e68199187438199d673b933147287d0aab045ebd4763e90c1839d73cf6e29cb0bc37e0829d97a6d424a0df83de183003911c861125924345538d31138d86d659d8c48e8b139ae50a3a6bf8dd2372d42833752a2881a3bc7506e2ea535618ad44cd298cdaecfb0e2dd6f567d3d82e07a97df1f0a567c700b90e67c49aad56bcccd265f94f0035e70e9d18250f2fdcf8efc33e5171fad12868ae1ad43806fae991d4aa1884f6a84567707730f50081d4eac5073a7bc7834c8de212e31a7e9f1fedc72647b6d653036c39a4d37ffc37ae7f7f61060b3712520d346dd763d037d789dcbc2c95749e4296f2fe965fe314c3d20cb69cca1c5a8db6a651603a6ee893285fb2b95127610c39c47a84981f58fb70a4673b82e0949ed79934818c3592ab54fd1ba660f84007e104514662e4ac3f0f7bd0c9adfa2194b2675404adbffa2f9cbd6b5b6e3eea39090972b82ca9b51e260233a29d005a7d8092b67bd7279ef327b3057a643d0b77eff4680a400dd7d7b5bdf823a8c1ae44231939e41a49b4b14148240df54adc48e223ba1b19e391b2911a8a9eae700ea3c4d7614d9a1823d0fa6b4451f3c9a7c91c568adeac45d9fee1ef013ad8e890a15efa6797780f1193ce9310f9ecabfe93e79ae115068e7df42d60ff683d938fc0f0a31d4f36802644e5e30c4d428d0d56b1406ffde7264ece9d1915be9677bfb123ec94b4a7a32fd35b279251c4b40b2db6bdfa8da478bdfab3781fe810987cf0679129409ca5a116998d0f22f5ccd7d24066c66831e5e609650ee863ad3c11864bfab27613e3d003686bd69fa063d24e9de0a6bc63f585b46f3ebcd6d9c0cd27edb880cc83a93ef5765ee01995649b536bc2952d03f7969f1c7ea20907fd833b6b62dc44db3f3cf904d92f5296eef58c4dd3f7f804d681ecba09e75c7d70d6dafed347f123814787f63d5b7db98fed3fef9dbca12c3d5ef3857a1f4292e899d6bb37c05849b9a9199c0bdd9cc798326a25601eec4932a58b653caac142381a093fd79b9b6e9931a235d6fd0e242e813076ccfbc23b031591dc4dafea7ff1671554f04bbfe734e0e8286b7e825b8762bbb0e3e59352e07cf8caab91e0016a48267ee473fcef0efae601086b2985e77b3cd1d109a2e710ffb03356e7de069bf3499f8415e56792f33e998d533b312b6b99bf6192c8e67914b61d61b5e7e8fc61dc0bea09dc387213f7434563688db8cf194d82de88dde5c4f74d13d97c1da47e2061cd2da755a429891e5e82ad681183734dd6d146142fe8ee1ac4d08b663607df9e5ccef5e25fec159f3343736275c1dec1d327498df61d1ff10f3ce73fbd59006b64e2691fa043d1714fecc70b8db25b7ca7124d0340a7494d2eaf80f0be579035ea1f5508f1e6d424e3bbf7014db4eefeb21ff72967b6035c866fff41ddaf4165e5f4733e82529b0084c2354be4e7be9f3367d353d9e7c359e506702b1939bd8d589c4003d2b5f822bd17260ff0d65c38df97d013d35578d63718e15a93793d7837fc612c7e150e93dc7785ab95cea67ee137b51584ce6bf24c0bbaa4471171e717e278fe9c3217fffa2449201a5b24015c8c8f0e791f83593d828d86715e0b9fd2e304303f4dcaa1658d3698d4741d874673e84b9ebd5e58ebcd5b46461b2c2eebbf5ce3c6071e59d6eb6a6082998c0add3c1198d1d68fd64f1f1872caf891496c87c357d247cb3c3aab7f8b401b0c6a0223ed3135e23b51d79a46b617720e1ebcdcbf04c6af36ab0faf934d4130789c84d6fcc8192497d4eec35e2c219c896bb224792f221ae4d4c0073f5aaff7cfcfd19405938fa0790224c0e1705879dc3a53e5a811cfa0093a411fb8d106af4eb08b8e12850d066c70c5403f6b246f589a9ca58b4ead7073edc12fb0c4eaa354bc7998dffaa91b3efedd806075369c99f0985ee1cf6b626ebb7d2896fa680e7962e5b74634d969a8be676309948e9fd40b5f7b150c962bbc998ff387bf1552c32d2a5aff81e4be27e74aa3b7e886512367855670e1fb9ae3d3d2192e0cfa9f33c073f8b0878f110a1b868ff21f5dfa3d68c25ca31701ef456a33668d48f5a086a35941af75f1013a89169822352bb0f8ac29640c1a598336d1d970ad9e8492015a5ba41e58e2e5222b82395b1b69e326354af69f9422086bf86a5c6e9ee3da2f9facc17966750c05d39d5d08974a88aeb536daba50d81b33e1111763a5500d9ac2ad3111d1b41aff1676013ccf7da5fe68ed1ad0a290ab748dcb0e1d6a526d9ff562bb0cbb859ea6769ff8a73ed0faf706da1aedcbcf8fa27c3fb13e82a236b614888142111ebe725d12491c2eaf4c70177fc018cba83176a38fc75d3e0dac3ae2f9a72e0699662914ebb0f59c00b7f8a61ffe8dd87c447c5ce36bb8a7216a2cfff660926b0fddf0dd621b421beef8a4478ff2d9684d5caf4459737e49e9eab8eb0f6ec558ac11ffb19ff36f2afe67270075562d87254c9ca097e5c39cfa8b913ae6b7e1f1b5b6a3b1fa760d3154037fc539bc74a963556152bfb5c1ad4f920a2229980dc775e4b8bac8cc39d82d95e23e922904b060e16ade2112318c42b45810cb3bcd9bf211a7b85e54a0114860cd77a1ace045dd0aa665452219f3b58cdbe1a50181d82b0954f8bc01123af9a4a198cdc683805ee3cf325ae7214333c0fbfecbbfab07053ef9780171fa2fb3676168e0305c9218955dbe1bed737a0a2849d8e7b1fc079ffee7a3dff88f90f09018e56b9f5e27e869fab717ada9848efbda02b917f101cd8635e50115781951d0341b059941ac72cc3d240b999f7c756cb4553467bfb5f0b8d31ce5c9dfb5cce000d66914071f16332f9acf585ee11d314e34fbfd903b8d8ef9ca8e4eeb2dfed4efdeb557f959208696aaec4ac408b5b266968af90c59920f4d8b0ca315b30e3956c71940e087a51098bad6010dd6bcad574d47848762be81031e9dd41a0075a4677ee4ac6da8f6eb592037c11bb4656e225639fb3fd724ddaa78fe2b1fbb711a6e63315c530838c2456b739c9c758d55d9381feb34133d8a03358c8d86b5083aae872795761d223ff7fd9c39b83946ee133f7296eb2ecd59ea507b3f38608e76f66cc9f981f3ad3eeff9dc0b13c2ebf370cbcffd6b55b47ccfec0dd13139753060fe84b110f753e37818faf88081f7b80f478d589cca12f334b31b3249970a620014184c62cce62a9018bbbe58b186c3f09a193e41b48892af2691d65c9c600db58f50286fe8d24128fa287b3d73bd9a6321698c166ad119be99b96cffc95913b0b8e183c843901a46847cd6861e68a36d1bba6293349d753bf032b5a6ae33e2d4ff9266a131a73e75a4b5b0d175b3877feec5baa7e6eb22cea087bff7b93f2dc67d4f4d3f1354f7616e3cfac620a88575a18f44f9fa7e50a08cce1229c8f15c2078b0d0cf18cd0368130b509ce6158b6132315c7ef686a1df1a00d9cc3e3dd044ea91ed8117438c757c79379720a95b9ded0b0e7538ac146b5fd63deb0bbaf84b5e91c547eb8eafa5195cf9cc5673c09bb4217ccfde62a4c6037556ff872fd7b74481d1eb35b5bac32e38bd94d87ada8fd785342c67e6187b714e58de1b702359afa949d014cf25fa5742c77b5f921e90a7d3f3f37b2382ffd82826e681574d0c442c6c5c8299035370bd3becc9493b5b072082f5946a3d1a75833ea6d8b34e35269e03814fdd7d60ae9fd0d26c8d1cc61c001dc8ffc7bdfed1f5c2c75ed70b1ff7f87af3c769fed8ecdffcf18fae8f7dfd75bdf8ceebfa4fffccabd7b7befdf4ef92b49b1a785ed51add913494373a517ac5a7fe278b7bfeedb18721dccffbe447d77ff8ab9ebf3eeb8d8faef7be7c5d6f7fe753bfdef1c333bff391f64fae77be87b39ac6538140abd96bcfd689711f2fc5edfb170bbb07dce7de46b53ee7f82db9b4b428d33a02511b8dc6ed85bd733ec0b856028e7931aa8d76f0c9b126ffa6af7df5a9d79c37814cf5b58b51897c0b090936cd7865718aec38f9d4a5f01aac05da38ad46ff969f8f98a3b8f48b0d3ffacf49f2333e8607f0d1f5661e443f8c7a08b57f8b1ec88f7e1de80f3c5ed5ef73bffc8fbe7afda9bf859d313cfeb39d835f4d494f6bfc7153f8d983adc7c40c7371bb18e9baf9bccf78747ddd173f7f7dc46b7e628fef7ee9e9f53d7a78dfa1d78b7a7899dffec397e7ef79d7d3eb95574775d56021dde9a75e73a64a4ddcac67f8cf8d8a2e0edd7eb6ecf4bad527b51e32eb9b65689f1f221e43b78c028df7b97af4821e501e8ad3a87f9919cd911971ed24d8774844401c600a4e242b5d8f9897baa4e4dc708083c9621e4935e71b3e87988f824faf17f48f45f6a3200fe39bf5107eda475fd773b77f3f6095ff50162fbdf2f4fad7fed0abd7b7bce8472e07b6bc8dd2f8ea433c6e95dce7e807c13885177fcea9fdeb0df1999ffcf8fa7dbfe1f9eb633f82dc4f6de0e7fb7e340f6b1e5c3dc0fd08acd91f7df1c2791ef7dc5e65d20e96d7c3cbc49643f66e258b2e3d57679d45a2a8f99ca8dd515d416c49f1ced117e785dfa60754c055e40057270f2f080d29ec87e636d607b616f6834ee4c0766dc168f6c068e2333efae9f5cbdec2473e3e1ae623220fe407f351b0923f95f93dfa28f565dff0eaf57fbe2d372d7d6dffed65223a923b67c229cff0470c3d883c0f9cf3393ee7531f5dbfe35f79fefac43754e9cc7ef8d7ef797f3ee2f2f0fac1d543fbd7f55b9abff13d4f7c4f7bff4e9f371f48e4bf1f9ceace6d4dfffcfef2ee47c8f38dda63b9d7ad746f74d07301b1fd1194cd1cdebd831c553ffdc0c6cc7e6887587e4a59de97154f08399b51c16a46ebba3ee923afebbffaa2e7ae7ff4857b2d6cbdbf4fab97f5befd77ffd8abd71ffb36dd3c3b3e0e51fb9b1b35678435b02ba738edaf372a80e9ff0bf406fcda7ff1f9eba33e88df7a40fbe91c7fe31d4fae7fff8fbc7c7dd70fd8ad4ae50139da9a13702a5694f4072a4203ec43c5fdec39f80084b9ff5c25b66accb9b81036663c7ae1bf9ddf834ec0040ae4ada3a84aa9f219cf3b2d8f990f5c80befb5af07cc40669911a678e28851f5d1ffddaebfaa62f7eacdf479ecc31f533387ddd5f78f5facfbff9c9a5e7f541ffb9a5e9d0bdf500c673ba397bbdaedff8858fafaff8279ebb9eff30fc96e4c375343ffceea7d717fff697aeb7ffd0f174487cdd0d87d3ad1fc0b9e7d4f7bdac91b37fc17976aca23829ef673654973c6b8119449919fac7c332fad0452fb6f2e19afb927744b1cb7403d5d05c0384c051abc65061ec8682e0faa59faf5fda7f9a1ece1f7a8f7e49fb91f9cc58f38bfa6cf8edefd2fe47e448067fcfbffcfcc567f30f8d2ff9a5cf5dffc89b1e5dffc137bd7afdad1f086223fd48a64fe9e423e7032abe13d7f569fa24eeabbfe8f9eb577cd6fa13e67be077caeb6ffcfa97af77e9b3f517e4e94d1f7fe9a54ff6bccefc49fc7b84b9f3f7f83fd9c027e8b719bff91f7ffefa4a7d24f5079d53683d30b973f9ac3af731bf46708f7b7743f419e1d1bd47802d71767e26bc363267675840890aff667d048d2457964a59144852be0d37068a819361b4e0e7033a74c7d6436e67f7f97ff25f7deefaac4f44e5431f2fa985efe1c1d367b16fe741d4ccfa1db37fcf4bc74778c9fb98dd636a7d8a3ec1fafdfabde0b31e5250fc92ff7bbef5c9f53bffaf57af77bdefbeffddffaed5fedff09aebfaf55ff0f8fad25ffedcf591af7d768f79385fb9bee3fbf86dc5ba1b5addd67bbd3eac7c060fac7e8ffec227f0d0ea21f6ac37b9e2afff20be1a404f77073d7efe57bd3fb79f24f793d966f6b3910f5c7d36829b9b2c68fa87d6618dc01db21c2b3f53ce06ca5e0f10cf4ac7a337f359bcf67e80fcc4cb8f386042053c01b3f6daef626bcd87efaace0cbf3af9e8124507ddca26fcb52f7b7cbde103dc3c3e0abea88f7aefd0473d1ebe17f520f20032f399eb93692e05f138e7aa450f6daa2f4f7e336141d837bee1e9f5dffd0bafb97ea13e71f940834fa0fef05f7972fdd1bff6e4faf6efdb67d43e4fee5b3f41ffc8fae73e77fd4bbff8f1f5f11ff98175f9c4e5dff8032f5f7fe707cff386e3035efda0ef5a23670490e99fdc1bf5119607361f79593ff69ad81bf566fc401f7d7fe957bfef7a9f3e88ae31e55b34f572a60bc382c2336c8d6d1f24e2935efc75f8936b53f4c1f336e3e62368c37e8225d8a739714bbbd059d7b916df901c980add3e9854b5f3cc478d3ff79b9ebb3ee5a35269bc5dafe8b3c25ffb7b5ff52fc7ef7965a84db6a6c3b74d9d87b50ea6a68ff248d9323eb4fe08fd3ef83ffb679ebbfec99ff7ec5f82e174f0c5f4bfa44f30fe9fefcb977064f7faf88fb8ae7ff0931e5d9fa7df167c96be84f4c18cbff4e293ebcbffe0cbfa32d0f47fdcecd3ffbe2f529dfead3f3d99edf87cc068cf02f94d2ad2ebf405631edcdff125afbd3ef9ce6fa99ea8815ff2d5efbf5ee2ac85cd8312f19ed34dfcf43035cc1cffe5302f2b3c80de80ecd835889c7de61fb0e5f608c3c3c4b0317fea893039e2311cccb46b4e8a9b6f580c80f64ffd298ef9e8e8273826ae68f923b7d66fd39fe47c8adef9e7e0938877bdefbade73bea3cdcc052e25ed770e25fc144a1f94c768901870dcb56dc78787d07bf5d1f1dffc23af5c5ff285cf5dfff6af787cbdf6b9388de6fd2bbf2f7ce1e375c73ff77eee8389e0ebebf45b86ffe6cf3cb9f49fa969e0b1e7337de93ed8ba2ef7ddd097703a5b303e8dd973bae73993a56fbecefb5d3fa43792be6272777caf7e35229f7bde6a9a256e76964323af621ae882f0397befb02fdc7660f8cb92ab863724586be31ace586f127cbb5d0816728a662926b05f56f09a78748945d76c6da3422c876540f96300513733e260c37b7abd4dbf5c3f34f85ae81ae6d18bb0ae097ff2694050f6c953af9e772fe1530d8ad96c3c08e84f75fefcabd73fffbb5eb9fea63e32fe740d7e49ff92dff3caf55ffca957af97f58fb1f72cec87a26e21f781184edc7e37daa777059424ecd3a0a9754e2c7be6590b767dbafe70e335c71f721363bcf843f97aa88be5622d3fb0da57cbfae8ae334f8d788856e9ccc419e6b3c11f0d91198d6ab9a7f10f2effc2b216c4c29d62265a05c5c34c710e53c505416e7ed6ce39affd6aa6b8f08c11f9bb75c31e1aff80be40cf409b663ceb4ab3d3a5ebd3409b03d37ac1dfdfbbe129a9ee51cfb0eea3eb3bbeffba7eddfff0caf5d5dff4cac597603e5c833faafc2ffff42bd73ffdb52f5d7fe16df3c91035a76eadd8ff51d63d61a231e1a1108fff498c4efa1f8010ec7b167c62f5d078912f31998fee81b1cc4dc4f4dc8350ce35c99bc787bd5fd5d44c1dbf94d0ec8757a8ea44e0d2df491af3fe2e139a40d944660acd47543633489f068ac146d76e47c0eef51fd5664416a4f6984c0d7e897f68bc45bf8c025ac68787aec75943b8d6336bb4e92737712aac78f6f54a53e5d30b9f78fdc1bf725dffcbfffdf2f5cf7ddee3eb377cc173fefddba87c48d30ffef8d3eb0f7ccbabd7fff8179f5c3ff2debc99e2319e7de6877f1f8c2ab84b1f53382e3a3db3ee8d355fe0e5dfbfb5cabefd5b4b9cb73ce3ab252f9e9fa071beadc3f97166141c91de3fc785edfdf16d11b6c6c1b1b596e743d7e1f465be7e3be3fb8a2824bdf4811e421a49b3a8e0c241171e4f2434a62402decd3c26f9df40aac90d8f7145ec2ba4e869cd76e2dfadcfd01f1a6fed47506b05617d963422811c5e6af120569f9ac1ac8e60256f2b6380d8784dc4c47558fc1ef8f77eebd3ebf77dcbcbd72f79ebe3eb9ffaf98fae7f4c5fcbfc8cf3b71f56bebdfcc08f3dbdfe8fef7c72fd6fdffee4fa73dff9d45faa5ade05f579e7607060aff55f67e98d6cba1a67c2f2f3786847a7fe9d9b9ee098ad24b0179ef580ea97780ff35233cf44ee1f6799faa98d07f41a67df71de133f74009befd27a08a0431040413cac7a40f30061e6ce30aee0dcfc68c42478cb59748e8fc012d28677f184da686660d244018ec6b31e503e82bad634537e4e4644d75f32535e8c89a36d7ee7d121eecce2c351842619f61573f63a387e59fe96b75dd76ff9934fae8ffb88a7d72ff89447d7277ff4a3eb63f42d7b7ccefea3faa4ee87f45b826fffde27d70ffef8f898c33f7530e54acbe71c04b58f316e56a4f78bfef960b0ce63216631fe179fbd36947b8bbecaf0d078d17fd4195fbe37222c64cf892f5528988c50d91e459b698551305febd159c7acfdaa311414daa7ff24a937259fb8abe254ddc03ccdbe81b58231ea8d55c27917b052b22db004b56e127b4a44734a5defd39736be4fbf0cdefd5213df24124cdaa85782f6c72f0bfa31a27b568828dcb8615357c01a5d6c1a302199c4f1f9acefe77cd77bafebcf7d17683cccd0969b7ba85a93bde306a6ce383471aa0963b8ad44b16e263e95f260b64ae7d44e0ef6d4d134ad59f2cd0ffc1e942f317d0fbfcdbae39ff3c339e78e2e92fae93533af355c6472ac3d103c91d3a9b458a11d1161d0d758fe15ca17ea88933440a429949839cacdccc4baf59b285ff13c4427618a3bc47ab4988ff543bf0fe57b243f555f7ec2b40f08aa7d9e1ac955aafe0d5310abb6d7624e106584c5c3931b30fdb39f5cf8dd2d4aa951914cfd71eca7c7dc060040e7468795d8704953cbf7968df1068e760238718da40cb45bf5453ce74f720bb86545f8e37fbe607f777caffe00c45f6252c27e8710e478965c72f1698d9660761eff277e2aa1873f09c67fe2a69b4b3ebae693d6fef6db157023110eba2dacc352aa31b8819e0745442ff359c5640e0b078a1d62e147c7495ddef68ccfe4fbcbbcf9915afae64a77aabba987fc27cf35c32b79ed70dea7a798fb5744cb5a76de55864f60f8c9a56793808c569ca14908cd9cade38a057aeb1f6c473246cdf949a7f9551f0729694f134f50d7d6d1f2d3f5fbe607bfc4a44f90a8c5c303a15ea5ba041a4bb5155ea76264e8cb6bf8c26a9cf78f78efd3ea5102b63e6704275f077580ec96734fbe00cb22b11c70b06315552fd324555a1c1c69abb0e85a01df7c78137bd6979adefa7100f0073fe0eafb501d234f958c63a9f0b11b2c13dc5b3eb8e8a09fc141ce92c5accd5703b63f80706e7dc20c7616951aa17b7c022d32580412ceb9fae05c73fb4f1f4b3c12f26a9ef42afb26fdf1eb4383ef62ca994ebfd35379cce47b14d620a817d0e6fd1e0475c3cf7361bee260c97bd63575898d0e7986f67a40130594914337d955891eb191bd63d50547c0e7e7778b033522153f913141d949cf421f419ff1997cbed454177bce13be1b46684ad8a5edfb207a1429955d0dd44ff6cee98257d6ebf02c7ef04bd73cc8c54984680e7fb352d97b7877ce238c1402d9fae1ef78f7514bffdba7a2fc4c729e93d9687acb27e57775d5e8fcdd7c04dd307b27b79f8bf819481f1bcfc1914f3673d6b7fc8d80935d0e92c7afda9dc1f8df66e2a078e04854f004390e7a6e76b08a1e0f35e95bbe2a525b41eb0bbb6b10438f17ced8f06d7004ee8fb7fa6ba14f163437431c34377dea8b4f50bbe57324cb5b71f846c60c07d6fe934105406a8d8c31e98908e706cac883efd42d3fc5a08ca416f2d007d56a60ec0bbd6a93d198becc91b23d8ed6dd5ff69161c495160e3cbddefc8c2f31e5fb4085760de0228cb655f0d4fdcc86eab2fcdb72782eee4b1fcae11333f1d67ffc914bed3ebc376f27e57c706daab38d213cedb6e4de2b25501f80f0749d072f710bf8e23cc56697bdfeb8f3037cb1feac19fd08b0cedebd795d6ce7d5fcaa380ba1179f83e1b047afb3913ed070524b57e1ef61cc2f42dad37f6e48f9c96ffeec4f93e2415dfe8f5c25512bd39f25731cbc26c8b4f3da78e8afd13ce301fdee1fd4d740eff469ffd6e5223d09561368d6b9e6811e03f69ffec93a27b491ab81685ad8985909d4be99fd80f6c61ce760b4fd6244a48d19e1262d7ebc8ba68e9b05031fcccce7213698dc237da9497fe94b5f6aba3bf2a5a63c3cf8b022d3406fb477384595f49930ebc7e66f010e709d9b16231b7d6d7cb0ae3b7d247047cbc158b774deb0092837a23dc7816c3c55ec910694d5cb37d67593031c7efa2095aa6b317be146c60b83883cfc457a7f89497f3394e18743d058b083242c98786ad68bd2ca959752e91daffcd8e70e367bfb32affcccbaae057c7d166f691b3afa306cdd34cc7510c4bd7961d7408c0f589bf511a4dcea989f3c1c5e3df8b7e92f72dd1d7ca9a9dfe9542c18acf8a5b5f94e462f79027a1d9278029b51ff690934bd79d6126d46d0392762e16baf4d205ce7e09987d8ec568837cac300365044cd4bce596198356a574b6239abacb97a0c6669839d94f9d4d4fee12f31e91bb2f5c181e1074a38a8bb3fa77c21beeabb81c9b970bde1b23fc81f677af287ea093e039ffe91faf924c9410224674030c79750585ac8366d14740d87ad9c718977bd0ecbf2c1584ad81c4a2a3feb4f94deaa6fbaf510be5a8b4f6c3b1f9c54f161f5fdf010dc582a0797eab92ae41ea26f91d4d432bd16b76b4c4444ad52784432f98dc1521af67f53035a147245377595d1d89ef759274ece7eb585cb0baaf996880ef53f4d7f43f6a12f31bd7dfe88b38f94f9969ffe24b1cf5c5ed820db170bc55c5fb358e3ffe03b1b6fd5a284073aca138fffe12b9eff0a91a8461bcb366897ed610d8e2976e0ecc31b81b19262cb8c4db88cf389bb9568a5f833bfabe92dfd52d3d4b6156942db3526e0326d58c8553b0dac2b71f8b16531b73a01a69b9bc17e5ea520c059c47e6f4cb2c44f6f0f71211a63ebe5c36c2d568cd4f1aea2f53f907a201d0578da2841ee997fc4e96f120196fac88de4f20f3fb1c978b2e9a346f9adce1cbc324bb34a6872fe4dacfa6aa0bc7ca17e1517564913c533d9ce5484592f887e7752d042058ef1a111652cad6363be6b6e233d89b7cdef854c3e2efe4c7ec4dc8872b9115ad0a4873c10340ebf2ce3d3b1834f72fb2f7fce6ae9954f3e870fe2f45f66b5d629b83c9c6822e9f200463f3701bfc1f83496ffe0eddf35d90f7166a01ee56b8f8fe86fac630abef08983bf33f15d4cbd1395acc77a8392b3f4626ab8a0d552833ea8bf6b0fd01361f4dbc75dff662b987c34f2eba6986c4b66e6b506c24bad38659791accb59fc31848e73d208e6d68475a445f6bbf5372e1f1a6f9d3f9e6b8d70828cfb61d9538f7beabab956d6cc52b11e9429c6ecca46dbbf56e470779c01417e580a81a91bacd060cd8b26385e2b263c14f31d1cf0e8a4d60094676f7ee4ac6328922c861e1f765ba473b0dffc89f3dba49df1ea457d067f73168abad56ab2f7ab0e34bbe6d4d51a3e35aa1301cbfb72fa47e5ae674a359e4ebdcb67f139cc1463cdc17b50749cfefdfaf7395f7c17c6ee0ffe799b35642fbe1271431c9846fdb2f621f4a4c91b92199c15b535c4841cd26abf8b88cd4d61032e3f90dd5ee6bca8533f8029397bb6e45c5f06f2907be1d4f26f8dd4b9cfa726b90c38be677088b6d6d47115ad9ff54bfcdbf557403a7c16d621c243c715c93194cdf84f36e73ff81ee6c09b834fc8438b7d66b3467fc507a9697de3bf9b14e827fbfd9c6d24456483623d2c998e7efc39ced24df3ae0b9626defbb2bed4a4efa3fc147d0bdb39deacbf5afb06fda53647c7bf8b24e25a7d08a2fff4ea5f378e4e1dce4c517466dbac432bd6a8660e5e9c46d0a49e0f1a2d329af3c01dd24ac169cfe183e5277a440010cb4d24e69c62ae411a0c5aa1fa23cbeb398fa11b511fa05d7774a6c6430f285f627a873e82569f320ca4ec430bf7d8c224c703a0fadfe720a2073c74c03c300c7b80efb88922e97ff9c84d9d3224979a361fc2f773da82288bbe3c453b46f781af93e52434720dffbbf5057bfeaefa39f852d35ffe0afd05f30f61f0d72bbefd7b9f5ebffdcf3eb9feecdfd97fbd221e75e58f5fa6b0a71eb80144b498a93723e79554602350a13bfe8c39629baf73f9497c3fe7e7ea6f8b7ea9fe81855ffcd6c7d7477e18fed91cbe8be9e5fe8b78d32c9edbd5baa3be4f9c47327d63e4be1e0d6ac91d5f7d36759c6310d4d8b8709491f0aeefffe5230174f22ed062ccf87011e6c6d9d17e37d8980194cba8e9d584c3fa58208d56b10e403461f21353bc46e7a1af854eea439af87bf69fffe6c7d77faf7f94e137ff32fe81c6edb51e2b48edf488b59ee664c76b3eaa0dee0e06f7f54faa6ba959c4fb390790bd81c1855d059f6d59a1cbdb75fdda5ff4dcf5bb7fd36baf5ffef3f50f407c181e4e4abcedfba7001b8a68ecfade4d0bc9d1d9f63f8e490df7864fbcf26b1d4e6b442dda3e7f1d5e72c9e4eba051c5994f3637aaca242540ce21d6c434981f58db820b1905db4529ecd1998d3562aa52dfacbf1ef1e11e5faebf46ccdf55f7a87c6705dddef8aaff7a60cfc3995ef7c3e5001aa4c4654905dfab895723bd13043e6fce261dc919f8b6ac9b1d3cb04ffdd8ebfaf77ecdf3d7f33fc15f855e921fe4e27fffb6f9f0397ee37f7a546c4e8c06fdc25afca7801d9a4bbefd735e1abe8c9109a0d707907c4ecd41123a3b9d805e89cf9f2445c2d60cc28b6fca1090619c0f6e0a1d0d44c457d0c14687a0d5d39d31d5cf86dd6889fccd7ffbc9f537cf77b6413fb58bfe31feebd77eeefe2c162b3ef4a99bfa0ea690bdf6419229fd744f9c8939bad2286b6113d386d8c49d7366562e2a7cf31cb446d8e868436ce293b4deaffebc0ffccfe618fb215efe9ebe62f227fef2ab87c3292d0bbd7fb8eb48ff6b279bc75910e6486869e20eb92756a4b796b13aa8236284dfc8e623e66fb7531c5523e78668dfe2804833429eb5261f28bcc91fc0cd2fcf8eb658f5316d5de7a3cd5f7bf9d7fff02bd777def997d692fdc95f7f111f41572ff8cf91a5fef477c727d57c3ceeb38d229375c2595b87408bb0644820e19cab0fce874afdf49f3970d391d4cb3c2d3efbd3f69b6b503fa5e97bdff5e4fab77ef74bd78fe9ef50b93fcae15305dd9bfdf5b1c87341de182a83b583fa27167c4e237b4348cc367c1771ef66b82e6aadc3321cff9d24c80db0f4834779836a84f836e35434a164cc0d8fcd8951bc69ad68de3703d33e8dc98fa1095ddfff63fa778df4f7d2ffd97f48bf8f7cd363fd31dd8dea28de9f6ae9f3f56f8cdefd17975f37ffa89631f43f60fcf870c67f1c469b03cd00c398bded2bd6fed8fb8795ac68f4e2b34be7ac18514cffebc613d587587250437f747d94fe52de43e32feb2ff1bda27f5eebee30ff08a6d6757dbf3e29e2df03fd06fde314ef3ffe3921eae41cf60c7df7df38b5a29e6e523bfc146c2defdc4095399b8e9c72f7b775849907c1ff5f7c0a4ed99c882c880a5bd5fa60e6e1caa1c177dece62c921f6fad9070d6b59f3ee6b7c1e01051ac376f8e8a630ffdada1ff9ab975efd7d529b3af8e6c58c0fccdcebfa8bffce6bf48fc3a27a0c6435fc30c854a0a3e5eac919331777d66662ebe84f0189f8973ef01ad6d4055580fbd634a9381cfd00c54fe4effeb24f2986eb67f9e0f5cbbffefdd78fbdf740d9c04047db2a78ea7e66437559fe9121a89f7bb483e19330f1d6ffe298debe111afe1987eff3275f44b07d50f97f3ad1f4af1b6e4f01dfb80a72349c9c46e25efa127cf735d006b437af73f9d1aa1d579704d16662712346b9d0165cf822eba73e4fcd459a456ae9aa6237381f480f36caebc6915bfc286cfeecd71d1250fd7304cbff919b23b55a991ffcf773d6c5fdd937f6c627365401eb138fa77009a57eaeba7b83d35e40b87e41b7c8748388c73e13b66b077d2967656f8e8739e9d964b2455d506f054af901c5c0ba19a5c1f02b049626e2a40a13cc44706c9a377cb4f5a30f8fcd2200f4802fed1d9efa7823b8756c801a2310ffda32041ed9ecef5ced758a6d2f301c0cdad252750d42ca8de8ea43d195760e0c1e27a1353f024a2ea9dd077ce3c165d1c9e5ac8ff6e4e0df1d4e51771e1c3f125316afd03d584cbc72ed25e51555be7ae69abffd46277b0b2f7c79296521cac11f6fcc46b1a78af78337a6dcf8a8d7fccb22236673ae1cad3e58a536d543efa190af11e738ac317f1c9165a861ace6395363377f9a759e071b825e33a8593ec87a06e735cd16fcc06c6bc6882b20d830e6e0d805a45cb235505dd762a39711f6185e7c0499ab92a77f314effb1b831e18f718bdbe0041e9a04322e45386fecbbe6f471b2029d1e0d1cec34156fa03ad0157eb68bdf7467f8a034f5aed848e88b4f8c1a8c8de3414e1b23904972fe24e9de818d801fae68eda6471a23a46c9806daec7128a61a377974f5d35096aca59199d53114ccb1d8c53433fca98a9822d134356e123cb48ee5cd0d386aecea5a61c823f558f68d8176fd136ffd04d38f7d1957553ad18de187b41b1df69a1a4ff970926c868a7706609ba07670eb01508e34d1de16d7f7e6d4b1d9b095333fa1cd5736fea3d59a56717d55a790d6abfe70e24ad734a668b5d4e37098e23f9eabebff0ab18d59402211dc8d15ecd942633296234cf1be4601ddf5e0da5c941d476c2836e9fd04589b3ba615ce289f9dd6c4f5aa5fea1f6542b97305bbf0cee5418875f8ab180e7280e0147f88eb3809d1e0860f3375b2b240f458b6e1fa1f43f5407af3b4393c41bf3b8a6dfdd606b74aad739a629e6c1a946b6c7e1599835767b3b22a97d8a287915c7c152dcf33186035c37a919cf225fcc88d64ffe186a38aa0a337a42dd08342280fc636b24ec28593070fd6c5109d83b6116d732388b78690048d8b86f98d1d7c4834dc460e8543afd1ce143a3e421cec6a2d3d97c77f0e0ca6cb0360a391eaf80dc6a751afca834fffd4ccda440b89d362e56bef9ba8bd453da54ff39e79e18c979ba0aca1e56813cc597a31f22e482a7599f5c36609dae70869628b65741877fd9bad60f2e5418a66ce62f8d2b87d602d197d2d879d4f92bc83108c67afd13e6214cafe0113e62b3b3a2dbef8d34df7eeb63d2c3b3823d8e39efa0eb5b266968af5a04c096ddc3e6b5ad52dd08f0ad699bab5b21f9468c1349b3a0ce1a1c40ac1498c4efa1f8072eccfeaf16fa5f431748b2a7c836e2ef07b574ade9c05fc185b58b65b53bb90625beb3c3cbdaf1558f41bff96367ff2f0ad1f1fa973185072f79fac5b4283a1896518790e5913bff3ffc50f68f16601d686b477a84fbf6414cfcd2095b5eb0235160c6b6f28eb7d396c6d79f289076b4e4f9abcc39957c3daceb31fddd167ba3faa919ad445767b995e141bf33eb4fbfe83a3ae7b06054763f9b746eadce783239701c7b7d81a688d98e61bbdc1df4c826effd1ad174c51c356aca95536e6543be78f6aeb958447fce8a7f8503db4b8ad399e577c90c79eef274e5bd1b12e62c644966beec9f0957cecfa1c44b016f10d8798a4d931046ae22c5c716eb2b16924289a2d06ce1e5edb438d280f9843b01713572ccc2acc4c6de8812e7d870add25d7ea4cb9d6d4b51092ae7f4823a8d1030d5fd7851dc53bfeb90df4845ef8ba6ab9ea9bbff739df60393868fb6689b588965b17ca02761afa489c7c72e7fd036ca87966ce59474b5716d858e7618d2472759da9abc8f24f6117c8dcf3243f9566565e3fe3df0cf79c188529c3df8bf7828d0684ac8e6b845bc8076e130361add7cd8d4005ddd14693a5e7936b5cf901b58df023e09878e5335badc2a1dac7fa1319636e2fe8c47fe2d6597ec6ec2dc535cf50fa1456e4ad971e4e5cfdc7ab32c86bb3cab1f51eeee49935c2c9e6869ff4cdf5d48b50f9858d4281ccfa4994d7ba9fcd3bae0ce563418b633db8a8e63c7ba649ad3b7890f61bb50750d4d8718955d075537cff4992207e9a81de98e0e1a399b10428279b98b7ca2a16c4f00766395d9c3b749619ab84eb77a18ae52120269638fd6884d64d0d023388e75d8cfd34d75ce7e80cce98a5362e824cbf9bc5cac8f18fafd68842bcdaafb0e41aef4df6d98e2d72b5580eb1f45f7e148cbb3524e41e41cdde45ca2fc607a84d91f1bacf7852c385b5fc43e951ae751c1713b5689ff76fc5e1731e87feaa3196663a309052677f04b510d44949d487e37d4ca729059a003c06c8b164ec83d64641f7a67921ccafadb0c8595f8da41947a287cca1bf0ab5a0f3c140486bac1e1afbe1b23934f036fab8f2594ebc0af6368571765b235ec110df37631b74cb68534e6177ef7430ae6f7efca7dee0406fa95acadc38b35ef13f3dcede408aa26f297c1e7473c91f7cd2c43bbc0eaf7d92a7738fa59ffe133f049c9f7e1a6626ce38d63edbc1dffefba0811adb433658f1365e3fc47b8874edfc144a0311ebcd4ebec752a3757aea2b267331a9381485eef11d0f3f3930034ee97bd768e690ab0f885eab9183dad4648c32ceabda9ec32d265ee37f291c9658323cfb82d0627bd51bebf3b7fe2160f6fdcba96b8a647bffa69a49d12c3ff70f6e1d602cfcfd00f7fc612d5c363aaa8d2304c2cf84448cc54712c95a2c01e2eb415f18477d0be27f3e49720490dd653e1f3217a514f9c1348f919d5f9596a465cf9df970d2f02d5f41d789f9a805ebb5eb276afe3c58a95fcef80cecce15fd8cbef37b5044ad43e0f49b440e5a4583690ddca7ffcc803528332fcb6953d97a4d0958a9cbbd23b7746850a33c6f1eba98179cf9ec11bfe15737fea3399e542175252e1ab954bebf205e8fc182a6a0b4e649beeb3f79c134e0ae5ada9be382e3059dd103c7d8bfc4b39b1b0ec8406226b1a0146a7b062f40a223e89031e0626af314d088ca3a865bfe0030bff9a69538f8894966906e38dab90ee2988e38bc31ebe8e894cfccab07159176d21d73fadf072f163f2193759bb3716a27663538e96cd8f474b7bea1b717eba74edd658ed8e99f78a2bd3247009f89ee798c693a155b7eeefb6c6feb4019b53e172bd47889cc7993b4727c82d3dfeaf4091e37ca8530ab7c4c0bee354f7fe3980ba0b19409277745457df32894919b78c445e678d27e34db6832e400a45654a8c1cda42922e32548e78abb3f9b0065f584481f54ab01b12f2a577b945c305ef06c8fa3b5be7a105394f0b07f560e7019befd0795fe0d77edc095d34f5a3767d2f726fc4fef9ea81fd981362bb7e811b5c75bff8b637a35111afe19b710e74fbe8860578c5c42cb56b0949f33273f6bfe8b6fbc99afb8fbd6accfe26ba00d68ef6ce711343d25dce474c43a7be1663d8a554e02ea8ce25bdb7b916d5c986a2edc1c04f4c474a589b5d7c207d28305f9f0a8b7cd6f15dccfe0b0145ed859608a3900002d4749444154e995ac8fa6b0993ff8efe71cc511d9fae9dd3d1cdabe0fd83afa6fc93dc77fde2c80318eff7941b7ffdbda44cfb17647df3050f743e3f83008de19b6a80ba9a67b56e46ee2ec56c1111228f71fdfc474d162be50cf96e8b050ec4b31727d786c162cd0036ecdeed1678c860b6a5d1d172737021c609b613132ab46b41385166c1ada5a46b9ec16c8f6bcae3ea8de429ee929075cdfbeb10625874e0f919954aaaec5ecc73ababc0c62517e66f79da07a8a92ef83a068bb8659cfbe54babcec7336e19fe76e03be0ff6a51a9b4fae75b2488fdc9b7eb4145ac6526b8113b3107c30d1a207d6a4d0f2603656b3d77db696c0f0935fffb2080279c722902216deaeadef1858ede64c2db8f953df798a6bc16b469b850f32f371b347db5925e1873e58c77248d4871f378979b78ca1723b8c97a021e55380ba0a52afaec0ba7a0c7847cebdcece130e07137ea2632e39f2d4738d7a3d7111f0436b93e0b540f0038d980cee216d1bcb092163697abdabe93ad4033359d717d0b1214c0d761b77dcbf82e1b8587856742b5af1b7229574dee93953e387688ffe3d28f5737382156a0ec57abaac3cf1e133b35d9a6d2a7e9ccc31c06e33908eb536e412636135ef276c9dd58ce9a882d39081d69888825a8d7f63ee5cec79ca906afd9e5674a48bcf7582a949b5fd702ef688c4bda3231a9f6cb81979f8e3780c180723a37d5183c1dfcbb10fd68e3c70995a3e23d2aea3a07e627ff355dffe1327bf86d77854046aebab6afc821c31afaaa573190e53fb1dfad272dc66d08173ff2cac430deb6102417d99691d18aa7d199582eb26b92aec89b3184ac4d94f801c765d4f178a7994cf66e2ca25aa90f84719c75d1ffe68805d78ad497000290d7f1573f6eee52e17a2fd8b0637fc1c756a95913adeb5e1f1b5b6a3b1fa767131ac2bdf956a7ccca5daae0facd0729ed995fb6d8df8472ffcbd52666956dd5484a758fbe7cc4f8575f635634a49d384a6f02337593f8ccaf86763302a852f339830a4977173f13f010e61319c8e600e760815b0cec84ac43ae43c08e8d5ce5d4ffcc61c276d31c7cd2f5df3ad5eb06926870fc27c49f410a1e750877fe8dd5b5260fc868fdff07c5bea1598e2d422deb5f5ec9f9aa35ebef6eb0dd522f00d8c7fd78cd8c4d1480de42a597abd4da5fbd398480df852187f99a759f712fd9c3f5e476efc9bad60ef8fb36801d49cb3c899b06f4d709562a6222f0f7b49749fa5b2c8c6ad61d532b202e2facfe229e682d31ca09380c2dd7d38d6562d14678c211f94426839dd83246217940ccf134b83216c5e0e3c917a30c055b9b1a333754f2bc1ddb9d6aaf0506285e0244627b506a01cfbc39ee186aefa5367823768cbdc440c3efb3fd7247d5c63c97b331eb88051cd9b9b6fc28ddb1bfffbcc460fbe968dc7a97701e07ff59facadad03b08575963079e548bdd25ef37a06c0dbf8e89ffe03ebbdd617eaf73b019b24ca4d7d094bab0768c5311c75cc80b165f34dc01fb19e346b4332af860b418cf5cc994c6089d8bcb2a5263f52c22c40a97fd082be7315c9f5dd9ad6fa116fd8458b5a999abbdfff7815cc67568eb5c6c0d441ccfcc357dc4f8db971da492b31d6f0ba3da849adebe93f7d39f580ffa5a145fa8c88d73edfc607b970f2ff93fc7e4efc33d2bf04f373ea2bbb6a1895b3542cf77bbe0eea9b3c3709a188d2ec0035b510325e2382fa8c3619be893181b84715669e03b19820cd82ee4df2c3d11a73138b43d2b588bb06f3c45cefe14bf827361117954efdef376bfc1b75f84caded3b373c58b4b0847ff4bcbae31f7d6310d6a2fa6df7e49373fe81967246cafb1ca21558ee5ffa09ff46c3567baf87dfa6a836be175ffae17796003d12646e69c7e0e322fd93c31f3323b300ee1b2c3e7266eb2c06e88fa0047390254312c2451263897071f01da111f3b5d572d980404ec331adcb6736d7016f520a4c280acea27bf3e7864fcc3a5363e123f7cc6bfc4b40e41c8ad6682c9da152c3358fbd3827cccf84b960e7a5c9bec67fd6e40068e24b2c1ad42677ea45a47cc38ceceaa19907dd228750ce5be8940aadebc1c557ced367323271d64a25cdb9135efce9125ee15d39b0a3a1b1dff72fdd2397376a756fa444f117eafd741f4fb8c1aaef77871891cea2c2db169144f32eeec33e51913944e76c712c1c074a84768bc9439403305a58d4a23338f337a61ec0df91b64474a8931fa991ba3b1a3d7259e94af31a3e8baeb56f0dd49c3726f8f013370ebd1ea6c2646eeb5b628a241736711fe000ee4fc671a93e8cfa77a1e1ac751c17d3f30075debf15a7e7d3ffc899efe2e967f19d87d493d1d27e62c03675497dc5f8494a17268fd01dcf378b48000271468c5a57176b5043cb41b05972899143c3855cd191e8e97aea5766cdce0703c1565d835df6aeed52c7bb1901624cc2b39c5ea13d73803c8e43b8784583f87a98ac1899da419fb50f938283717df3c7ef1072e8b71f39167fd32333bad4470fe9f057191837635938f0e6837272e0038cffe95fb19c1a58367923850fc1a4081cfa2b6cc8608ef5ba7f8baeaac37747ac3d349ba7cdca0b6193c4fc7b502de6e9f561c011d8eba40c647fded46051cf701e6517da07d062f7f804c66872d51fcdd14a4d4c6133fa4b6b418322be1a8eaddbab01d219deae9f44bc52ab00d149b5cea819ed0b899e0ab31eac3150afa74063a9f6b0ae4b4bd658d75be8a97e3b91ad032d625d2265f5fc612d5c36f65a1c211079631cf72f89642d9600bc3c27a782a33e81f81f1d47a6a775cfa945c56384bee29caebf0e6a534089cc38966ea471b3dd481af64d7151f8b0a2134d5831623ef911b639356c4fe6a5e1f0c10d50c4606761216492bfc727d022835d936575e1a0ad4ffddc94cc83447a5e96d3a6b2ab2ff26623a5bc2573432ced8bbbb1167c70a6416510342fcba503ea867fc332755fea5f11c15ca7c945cb82ab6bb828d86de07ca04eff311841fb571216c31c17ecf9a47fbc835d63968e696dfea1b371d5ce3981d3d741b738c0be4948a6f6149dbd315c8ea36ec1955300f39b6fc2389ba9fe6dd8c8c501d11fbb5130bc66c01bb38e8e4e1007aef899cf4cd6e99f3a8bab45cf21e73c2ce2f5b0f011367fc3166efb8ffb81ac87a9c7489d6a670ef2e4df6965b6226a849fd0aad1c428dfc47bdf43b979a08cbb3d00779dd0a8a4ec3c067993a4c3f4b17ac801da41fbb32d2eadb103ac06eb25ffcbc7c651da7abea8a89bd86de5261e71e1f099c279907ba0c99003a0ab35d9b01456b184c21ba473c6cce5869f623e94482a305ac019d68c7002f7aef182677b9cfeeffeb24f2986ebb37080cbf0ed3fa8f3e0a7a91bed72b0856fb4e29f75ce422bc3cc8fac4304978789dc4c87a6e3daeffb86d0f0cff818e9bd0a22d815039390ebb365d87e3d139bf5b3be9fd39c9e95f0eddb3db9c604ab0d01cd54ca3f7dd303a01eeb1e49671b8538a3f822530c5d84ab91d9148ccc0857577c2996bd1663b63599fb11d2b9c51fc6e25761d7c85330843b931f90a5350bfebb1de8bc468ea9cabbff713722f58a8a6fec9d3eeddfbaf106ad9a40b3ce356f963120205cbfd0de0628f5e04805a55ca3ca71686f8e0f35e91b1d5bd78554d3d3a68fff260e62151c197173fff14d4c9711e87311643c0dcb38c3a74bd61bb1febff8313545576d5c631a96cdf3518fac029e83f43b36556c6af3e1557bb0ec8d4d435bab02e1a09f5ada1f07d26651b305d2968ea748a716a9bb23fcf4013f55d762f6915c2d46d452ab3efef4a3f5fa66f2e14a0e2e584d192c269e9ac957babcea99bb6a9451b13d6f7ef49349d56ae08d75cf3ab582315eb9799606a369bc3253237c2fe6d00630dafba10a770e401be0d42f4d0b06933d65baf5e4a413cfdb98f618f0216bdde348632386a8469b0da6b67898b681cd4f71ca91755c17d762af35b1dc66aeb323819fd9838882a7d402aa9719a4c77f7c107d78a099fae48b93404a44bb548b6b63fdc077ffe58e0c8535fcd096377d383117a7c6eb7a2aacaf8bf03d9bcd69f11d7970e5fa5247a67db9bed08e0d6b6ab0dbb8e3fe151c3be9dd585db082f687f0fd9c798b9a083963bcf67923b8fa6e0dc5b0afbf9344f2301b0907fbe0c0590fcbc2124df9f664f3168c0888888bed3b13c63a18156e0dd2195ab9017652b00866e7a380f6d51a44300ec6c12245f0e6ba1fcec55ef07a48f9f30d82ff7c1488e3d5cc8d76fba206e3e6fb39a72dd7c7ebf4158134e5faaea37d42736f827ae6d55ac719b7beee5a4fd82773271e2f52a596a6f817c37a89e7bc945d9e752e0f9c0569ab30238006bfb11f2da78138ae1d29bd029fb3f66640e495f5ff171f71c8c302835d116c5ae10c1422ea2b71bd12653dcd4d8069bd4b46c331c5f788b99486bf8ab9f6e9ed212e358d110d6ef8636017592b672a4a29bdd67634d8e76641d3c6ba1b17b15da3d8d627d3eca99dd8643cb9e05123fed12bb6abd47ce04a0f23b9eaab68799ec100ab19d68be4942fe1476e248783cf55c6d84ac9b1d53c71efb81f20e6529c497321e5f4dcafe56bf19df57d59ff5f7cb84aa008908aaec7033031c749274f3c52537915de7bb031b91f1ef32571b2abb5f45c1e4e9a71452e009835c2c75bc2ec97d7401ebe4e1ff12548f9920a1fda14b1ff14752f1880bfe2c1bab696203d865e6d62eb2ccc27e2822c52d791d12708ae3ed83f6b0896bae9dfe75b1e1a73ffe23f3e6efd979ff9a6aa3da0bedf3cd6774dbacef0b969696405c4351dc8c4561eac9f1f45c87968ad58fc2ba0b8bf1f54320320c8bac79d824ecfddb42557011a9ea7d0960e1078c61ba6d5680444d5bcdbd2f008188bcfd3787c54d37c15a56eac401aa2cd189932cfba0a6e284c16436fd0becb558efd5dd5b3ff730dcdad5693bd5f55d0ec9a53576bf854a84e0450fa20067cc150afceec42c6bf0ca57a665bc30343134bf3b56136d6e98335f7cf3873cb3ffd532bf5900e3b31f68cc51fba0d4c5d8c90af4b3fa0de8cd93c4461fab07ad2e41dcebc1ad6767c3b6f43c6b19d05aecc0f972d35f94138350dca1a5afd24acedad96ebab1835e21f60b50e6cc2b757d7c443065af66a1aa2c3d71c6fb901673b712fbeb5aa44fdc4a29cc3462dfeb5cac6bad5defe5b6f34d0c6259c0f30ac8367f0a78163ff33f5fd9cb68db59ea902ace3932c67343d8e5f4d1e50f21df5dab649932140a4d9254c8c31337194026d34a1159b8569e1e54a00e9b38632481223a79767165e87b9ae0b9b88cc421efec442bdb9ae8cf9ab9b39b0169b378e1ce007540fb47c1e6852791ee2d9a647c2b9e1c3097fd89a80edb39e7c82e397b32966420f4ca338fa1218bf9d7b9ed40fb633d8fad76c3f5c0e2f77fcaf5af6915a79b8e83f6746dde2bc108cd1aa6bed38173e38a466ce345ad691d0f1fda04209b98460b9d9894de1364c949f56ef04069ec72cba377f6ef8c4dcc8d45842a5cf6ccc11cb03230197af9ef64be7003fb03c617d00dc039e4e5fb359f587f893fe7ece1666d64f7479b91fc7a6b8e3cab0dd216d1e1ef0a38116987507b5aec09c13e98016caa5897b0cde53b99331afe7bdaba4be30a31b34fb79696a9f9d49b276c606760f893b690d7d04a5a134d58f986eb85115e2c9befb11e4ae21848b297fca4820ef8ae80c6e1a2ea61ed893da467350de3b1e646a149758ba801f4eb5efce681552cef22f2afcc68d63ef0f95220a18fee1ab0506137e8308b286c588d7789c2a299eb4ae8bef422bfce0226ad13eefdf8a53fbf43f2aae319666da3ddaf07803bfce8373d05e9778d4869f1363f2a066e3693eda8a47b5fcc0eb35fe15f3a107abff27296a3c3cfc04e442029161b0cf8166bd1205380f3237d60a14b17338320409fc6a2e78c7cc8c986bbb20f93d5a1f353fe876d5fc787549912dd2dced6c6970845d924b0e8c50ba9f03ec59343ffab939a035421fadd15d3dce591ae7623edf936fba53bae8a78fac7cc75de5999774ae6e7a532dc0967b710cf2a33f50efcd83e35a5cf0dcf3a8c2d6b7c153c03cea6811fa3d888d2cce688dcf381c2e1bc5a98a7f7eacffedd8566c34156bd23a0a391faa350ded9f2838c2c5d299476bcad97cdfe1a0aa6fd651d74d129c619cd75a8dbc7f1be1f5e155c4e4132bff9c3fede31e5dffd397bdf60c7de8eb67cb7fe85ac3e8a979bbcefa56ee853782ba3f6ea3f3c612cce7ae9b7ce67dfe73c0aee9fc0d424c1e0bce5af1959f73568c0787e1fb7247dfc59406617d66ebc0184e96c92fbed0fda2be628baf85ff2b44bfdbc690a50d02c6e847132d15ef60998609bba5cc4ba7c8d008dff06dc3d5863f3a8b0f61c6e8c35f7559c85b647938f7cd19e9b2d7fc5a75fb0b3ee3d05d99ff2f2fd40fe7b3faef39f45e25cf41e5e1cabda2e3de3ff3d77d0e3fa73be73252e66bdd7b79ef24f1818e7fe4dea0308fbc675d34ea31ebb9a9461201030cfdf9321341331de482790079f8b4608c234f815b69908b03b03f7228258f005bf17b40d50b275862bc367fc75931a2c6a19c3eb54bc298ffbf5cce7372fb7e8a7c303e026209cde11cf78f030b3fb9de3b1fe47a2ef6dd41d0f4d6d8015652e3c70c3fb45937ba72468d91b38e0095f67f856823236ca3e23043b51868364b8b772c1842131c4b6934ef21d6f0fd201a5c8118700de2c7f05697c0f38e6c630ea2a824315781ae10753c4cbcae77befb56b7e99f4df3cbaf3cbddefdde9e11679007cd9dcf39f86c72643e3ecec9f7c80b6f7276baa1b9a79c3d0a7a79e65ef5ac556bb4a03b3f18b65b12eee415e507813c0fd172ac1e216b18a59825a7bcffa833c5a847b3017636d30caf9c374202f730e65b4d39fda01bc60dbfb1f267ef8e02e714a0ba89084c42b1c21559cb07be9ff37ffd6b4f16e767ebe2cffcd557af57a74d1fb1cf7f9f4bcf8a1c67d5f3f2b9f2009d43a03e40e1093d027d2e02df77e5762fbe02a9b32b81a96ef0f5b10dd4cf3d9f92c9ff762c69bc0060b10c8d06e58825e7c9e0841611543c78da866dc9e2d1b11e4824672ec6efd66295cb2744ad517e3c4235bf42a347f9dff6a75fb95ef3dc75fdeacf7beefac48f0e0afccf86f1eef73dbdfef45f79e5faaddff052dad179f959f2b91f6735cdd2bdef696f7267f0eb7ee7239b29d6f1c55b1ea0fd4c4c7c61c8711fe69e6c23bebf08f49edef3617560e7f3a7604bd3d767ff9697b4e5ddd39b3d2c84c12e3085928bd96c364662618469a2b343dafaae355a8baf601ad93813efe8f420421f113aaacf544f4dae8d4fd1d4abd70ddb8d4e7d78bd9187cee2f7309a6b53f4e173a8f6189829fc3b3d5ac3054d6a57de0c2f8d4cc6678246910fdc3ff1ce6725fd1d7c25cbf6f1e19b806d68317df8e1218c9e0dcd86eac53b74b7efe0fbac54c7d10fc6bf34917f1e223f537c2a6252c3939d6d33291434aeb10572225a6b3506ac305a7d17b9562894981ad0a290ab74f134b1e8e71dbedec99b3d22ed41db18979316c27fdee9dbbf40e3cd5258301e7e121fceefe7449bdae94bc5ceda5ee331f1557f38eb64ea6b69ed870a4cfca786b6aed107c4e2ae03e7fe59e4a8a5620f0282ed977e58a2c7705c3b207a05cefdd7ca9b019177207be7ed1f810c7b436a741a770d5de0fb1f6e40d743486b4c80c90f099aa3eb58d0738d397814ece192c4541ad746b987b88e93b8e1bb9dc19364a48e77151d5f6b3b1aeca3004f1bfba217f61d7b536cfd9369b61cfa4b6c329e5c30e8e9dd87beaaa31c7c8efbb6369a3ed7915cf555b43ccfe034f61b162f2525c735fcf89cec70f059ffc1afbe6ac05ec0e53e455e552ab4cb38e5f0f4bc7cd190f921c1c527e11898b8a3112497682003d6261de6fb4183f5d5600b26e8039f206b889e2dbca47d10ec5644796e4a0dc01cbabda21e0b62582bfbbc214007effaaec93ef10809df62e56bbfde503ef888e400f3e6714d74f45a072b2c71e42a597abdc50f9c1a23e2822c96d6d22768bff59c6de889ddf58f1e9ed267799a014a2b67c152b11bff764245fb87396ce31a0dfff6fee187d1b3883f052c92fb67c088aefc70d2af1144108a3f42e2b8a6fdb38f2bfb070d1cdccd6824587f1dd43cf6cd75a9d83690c3db5a32af1f507a6016886e1a9e351c70966f4c45a96b7e4e03d834d15a03a08eba313f28e156bf537f1273083768cbdc440cee414139d724393cdb32b2feeb407348c1680d9f0ad589c090adb7eb5bdafcc9c307a357757a3246e07ff51f1df0f6e0394bf3392bc578c5bf57da6b7653a34cfd36487dbde23fb0f381456aa82caded3e6d8248b452b3f5d9658dcfbb7a6779f78144043cd9af62f925de89d4198c36c82f07da68ed97536e6637b4056c049a1dac9adade6af9c045a346cda09c46a885067c83eef0c18df670ecd525c07be1b97ab7071a5d2153e3387d2f874e120cdbf8d72a1bfbac763d1a5f2de36efd13f2d022dc6cbd9eb3ade62d4eddfd0cfdfb9cf571de3fd6dbff71ffa6aff6e9db30e7e1ef026b42a23e7bc4d75968c15a3f5a8b7bea7fdd2e095b61e99b5f70ee48838730da351a27863a460e8a31ba68f8267ace0e40b0639546a4d318e63804f6c3b0e8d918a9ee6f6eac79a919beaacf41158fbef904b4709c5229979ca2f1232df387adc950f312733e41fb050165f1151d76f2ae3375c9595f414c819c79f1959f4a3383852738331354c7e06bade87d7eb006d4ffcce16f4f1145074eaaafb5f5b9a8065719c999c2a77efa8f29f23033d6327443a2cf3d81377ce9e45fb7132ff594f402a15974bf9a5060622ee4ae0e3ccb632c3313c3800594c094f7c4964e81c068f6d86b73c2d2c7f81959d0e110e85a8b21fe8c7d3f67ec2c1ff198fe73064d9d8f4249734e34347d14c5b6a8b57260474363dff3ced9376ec9d125e6017c24f0ea07676612f56f3fe2b687c4ad70879f7b61dca43d4d5d97d2a57d15b2bfa35e91bc8b6326720393881f268cc9419ff01343bee6a8d9755d7a3f06ac35c6820bbb0a3d0cabd83935e5a56b966b5d05305a2b1e7ee2c6e9d2de3046a60715d4f4e922e54fcc82ac8b8cd7f0c731a9e1825cfe5d8888c65a87534cd4a2dd734d2e19f77cfa8f5a6a84b69d2d0f1cce78030f7f0c18a24b6b106e6ce484377d5aca41f76ca3533ee2a964b70801f7a18f03edd9bac660e1804bac8aec71308471bc1e504430cd3065d6ddf3e1dbc5952d2e62420c1736255a277814aa1d7db4622b3904fc433557a36115d09ead8f351fa6e54653c11c7afcd7a371427b6f1eebe1a31e7ae68973501b3f1620e9456ff19fb8e95c9c8faef9a49d0c2e6bfa033afd2359d0d2d70950dff143e0d02f2590c13081d158f76fd131ad8df7b3367262c4575e7c9b24362fb0d6b640d6069160a0332fc5f3a0110d1e68d38157076ad69c89cfdcee4380bfbe9b094f6e6c447327e62089e9a70b4b6861a70ef1c4e2b51298496656d3d4fa6dc4982bc66962138765e1d6712021c75d68b15dab37b65e4f81c6f0eaf180ae4b2b6eac410b3dfd0f57d5f2a05161309ac2cf19814c4fe12c9c131ce9c615e19b241163f19184afdb53e2a97f83102e2710ece8f89cf05283f0efbc51a980946ad2c32c6f7a3efd3b6f9f4324c050ace78256fb27edb5415172af132432517710affa2cbe85a22d45ace190d70c962974c4dab4302ed4d94637ce12124838e62d66fd98ea41af92d0e7659e36956dad949f96d017e04667c4ca63267fe38ca0799ec2670fea869f1b6d3eb568aab376a94b6c74c83356b12cb8d663b0dbc0f940b9f4d48f41ab99bb6a29640e12f5e29906e69c435b3ee0d6e3e214c35c1d81f0ea3e09cf6e9fcbd1730f70a14d406a455c5761cb909825fe633f3193ac8795c4e64f920c73c3319507876b812957cba990431d2336948244405a750a61aaf1ac8727d7c5455d577e6613cf4698aed54eccca72f82c877871db7fea2d8efd0a789c4d39dbfd3e288a100fbf57e608d066b53bc3e9a113bb894fdfc61836468a6b33737ee65b60540af7dcfb945c7c9a31f5eb7db8d4a3706bb01e1d87579fc4e70da9e56df7410ed1b8c55599252dddc573f9d94d5fd48dab2cea303dcc9fc58732b021da6fc954234e1018718788f160848b41d37599c76e99239764b4a8997764b4eefeb24f29c6527680cbf055b30fdfb46c7c6a60116fd12e076fb63a73bd2eff1423a89f7b545d8af0489878eb7f714ca77b8b093cfc336ea1bbfe297ac4ea4332b545e9ace7cca10887ff9fae7f9fb3fe394fdbc6a37eb82b02c7a83742f5cc79f34a3be1e5834982e9da686bf69e7213e0ec3feab4c214760159f0ddd4e63032c70ddf26d69e408778366604c19dab24516c793cf0fd9ce4767e708a383622bb361655e3c627072334a5271e4fd12214fd5c39f4e0b41710ae5fd02d725b3bc2f575eca02fe5aceccdf1c1a7e42653637c926a1abf8c7a5d7110e0cf21906f3cd50dd46504122fb8eeeeeedbe5f65f27d5dd0c56db8015e7f828edf2ccb3a8ff668a67bff0e6f3fc1505dfff3ea8423e9d5113c0b5a761b6a68c9f36cbd634d2ce45c72a24e09330a835d8ee7711a9545d8bd947d254a51264517e66f45bcf0fa3a1d4225f8c698e359e9ac9874f89f0b297b204fc728dfd910de162d1db7ccc4dad5954036fac8d5efc05c6c8ba99c144cb94a9113ef10950c3eb68e7564f7da4c95920bd6d1a49f2bcb24e8efe279764f68ad53fbdee3e10c9f07df04168df99147afa595ee77568530fcded9f7ee086efff2f9e349180620854f741efda08f8dd215a8a462c8d10235abcc0149b412e86080467c060acbdc1e192e345bdb9d9ad61e832010cffc56be16e8d3aa0d3a381839da66e0f0b4a8a23c94829cee6ce701dea81992cfae37de1c77fb48ae3cd10ed11c8441abe86915e6bd5bf4d3b74b2f66d3c425a48d0675d0391c975bc7296d55f7db706352da38063a18693c0ea5380e5ff0ed6a58edae7fd43bfc3f78d0dbe894b077dff1bf5ec36d6ae8627d414acb0892360bd5ea65a74c6f072b00f6b3f9c256afe7fdb397f5ecdaa328acfbd7303a39249488831686ce8eca7c756133b2bbf8b994068f90c345476d4265892d0f987c29a203542948999ebfaadf5acbdf7fb8ee80770f6f09eb3f7f3ac7f7b9f732fc3cc0df5a0a4914d8593a6a24a8b7a36320186175636147e1a2f7f9ed307e6e3c973e170f5e1b9d0d2c727c94bc1cc0b9f60fa2e64edbe1f0c0219fda2a84eeb799ef3caa9e9df1f8f27c2d6d2bd3c4732b919e28182fe1c745e1ed530e4d381d07ec7c0650fed6717aacfc6363f1182e7ca888f5715c54a9fb59c0caca3004f0be7da38aaae67b2b0f5c7c33edc67d2c3581dd76d18f4ec1d0defdbda7bc66155b31a6892bf8de52fd3e6f71d0cb08661be486ef9127ee4ea150e39978db19522973bdc08e4fc29d9a54266e542c96561bddf25567e4894c9e97d3ac0d45d8d16bd54b56e06b7b243e707446f06f8ee9fb2e7e5c6cc4870eb6f92100ad13d0bb2f90628dfa0315b0cad6bba0249c6b97401d7b9d55968f45cbcf759874f774ce01b38878953c48e07be5f2a72780cbddad4f2303c1979a127443c7a58db7be7882dfae830aef39bad62fa87064071ec5ffeda97a57c7ed6a43f1f77ec65d7e18fbe409c2b1dc6ce9f9c11c9f333604493df1573ac3051516453dd1f1aceecfce2ccbedba75cff28726d25a2d933358bb94fadf5a0d543ec1ca11f7f50df8398c67e51c2826e89e913160a35cd7c357274fa5295c4fa22822886c2648204638a1768f5585ff00d0dc9f4e1cd2dfbada6b070b7825621c557f31e98b3087b7d60677eb4ae3363d57a7cbc42c91e9b9faea335ac164cc3c8776ae63913cf927d1ea271e65ac5e49d3fd173fed144ea7cfe8b3ff418c59720f49bd2eed40e6ff44e7b2fd00a78f3674fe0ada7be21143c12205a13666eb6d37cfe17e0a54d1040662d4f2d8789b0e63e70d178396dbe84d1d2c21a138ce5055f75c1ea8a965f726b20ea89ef3998bc40d6c45f034ff305ede1b94e71e84cba8cbf1af456fe7477fed93f42c6c587397c4a1e9a5c7a4a87ccab3ec863fdfffaf39c9c2007e3f3e758e668e6e91d6796a3ed8b090ecead0f9ac345688a911ce92b417a97d854fcc6f110f5c19cc789b683859130e6eb62af7850ca03af193c7ae56be6e41b8fbe310e9b17114d7fb81d7c20e1376b60cdaa76fae67361901f9d685b238d5c0d1b5f55567e8c95db0126bfb912e34e2f77e1f48fb7c55d1d535dd34a77aacb7ff18335c0d9c092236796395c0d8b76cae2985b9f8b785ca59f338d9675cc373039177f26a103b53f999c974d1dd9dcf546c34b1291223d58f528596b70e2e8af3a176a5c2f6f7b5ba913c04a6ae4504675e90cdfb0fd001d26b99741f6013f920dbc36a0f2f21ffd973fcf99f35aafb9ce258f84433c46cf5425ceb02f7a9f5fce5557c8d6a8ee95c6e26f9d03113efa147569ae13f382bfc149509cf72081553586bf49bab9f91a10c26d02ee7cacb39e0020b3d1e2c2ae420fc3dd31f21750e7f24ba0f8c65f73bfb1f4e6abb838d616705067b9f447416330db9fa24ceddb1d256bf8939856f561d89f5ae8ba1ef3708a895ab4937fbe8b886c24de677e8b8dc7449adbdea303c7c7f0751e9c035972fe4668dd5a75869e7a36afb9baca12d5f213869a7f0da60fc7588e0fde88bb066dd552a19d673484713274e56f56f8c2cd08b7d968216eecdff93de81798518452b0175b232417c9b65fa07850d12f69ac8dbab105f064a0cf9cbb28bdc4df7c7a2f7e0138b479f486bfe9d19a3a07b5f1803420a12fe3e49fb27bed47d7fcd6038bbe98c93ffb47329bb076f4951e7fd705e8b0ffb96f356853671c733ff2c1a74968010c9d7949e6c16f5f1e0e59cd28c4c702c11a343d84cdd75df5bc68d8050fb46d335830b8cddcef8fe7a40f61f1799efc1adac85a221aa39f4afc05bebfbff99bfe2efefe0b02b1273e250c563557dd6df0eb1fec28c67b26c54a625a34678aae1597d962db2b9be24512c03a00b3b3d64c456836dcb591d4f469d671033d9a9eb2927c5eb82620982da71e8eaecba74ea6ab1c3eb88c6822624d72b4a5fbce947afc2f1042e504821d9d09d0fd23893e594fb617aab54eec706084935978ddbf57151279d5d1a73e3e9e5b2027062e0014f22bf995dbcf2f756abc33ad21613bd53cb460bd6af6939ebe79f2c3229fd9488018422993b98682849cf00e453855f9950de5c08287938f7904a4a15abd62013bb5bc8fe046c7fa3b747117c928eae3733a7562a44af9d53d0f7f32d96fe7b38f99ba2cb34cb876aff4923e017cf82a5ee74fc008c20d3f6b736c58fff0d9d03a27a093c335fb521b4ea4725d35f155419ad195efc2d0d939927fa34d407ef3cd49dd8d99923ff1d1a438aeba9df94b2fb750b8e153d158a62445ebfeb3dbfbdb871f01628d9de7730f196047fb59079b83bad8b01afd6a4bb820115f0a6a4cd562e66fd8c29d1ba5bd38ceabc2c4cbded28d47e697fcba9fb808acb3393d48e60d9c8a14192fe64f7d325e1e8073a7343be8b1fa9e17a6bbc36d39da3fe7965a5c421badc4d175ef6b75c4efbcfcae839f20a78f008ddff7028be6377ff0e94f00784c35ba83fd5ea49edecc071cbd74520afbf6e6e147faaff8bb8fe5fc55e9f6d5857bc46b25849b92d09daadf73f6a7528407636e14a9bb07cefcdcf9ea43ffd243c8c1f82b481c0ec5df690e4d1f4aa1ce321e18c13f3f72e7978af6d2643c92bf5a203c4ce7c28a4bd84c9bd5faaab3665e07eede93a9f44cf71e1a2911d548a4e183135b35f301c71025ef3f672d2f6342c7db1fa34e49ea2a5aa7e9f659a34535fc21e3630a382643a7ee066b78739f20684d1a6bfa4c5441001df0117069f853b707fc8c6a43d4afafde78eb071fdffee5e9cdb39b9bfb0f115c43e6f87b132eee9ec30ed0e6cc5ffe3ce73cd43cc09e4bcfaa0f6ad5794cfb48739a3c147dfc3a19a8cb08f4c508703f95cb350f350f7e23e258dde0e7e53802182ff20b39435ff5328b670dc430f3aff77f08d4bcf8590f422bbf94d9bfae0f6f6f3efc9dde4dff5dfcf71ebcfa8efe48f41b92c42c69bd655253f59d5b0e913ba518acc9acb11bcad053293f77f4ebe7ef9276c28b7e312a322c987a3cd30f7f8e4a98ea25dfde34ebe8247ff5367f3c021a287b145e2f4af842b3c6a57a208d3145177ad40632994eff0919c068e7518f86f915c8deb04b569a1ac53075efcce4661ace96fcf0f73e10c9f073b0b8d6bdd342d8dae12dbe31f4f069af44bc28ba417b6d97f95098ce423c61f74baffacdfd37faade73b40fc827efaf4e6cbfb9be7efe7410cd894314d0ef0aefaa1cd9c8ac7600840c59f69256c607dd804ca431188ef14ddacc02ca182e57e0ed6cbbf400036ee83a87af9bc541917fca9f9d6939bc302177fcd664fc6c9b32f5b5d102ffd049ff1d0f33900e6e73975effed0e99eba0fe04d3f444a1963b6f9f8f70b07086ed13701bb19701a16fdfc4a69670cd8d8120f7ef61ffd2a5c7eb319be736c81a44a565795a567e4fc934dffbb9bf7fff0c16b5f82593fcdf4d3371ebda7409f38a44e32212a3e9bd73207b1ebaaf81f2a3bc084f0c1e4747230e58384777ccccf765d465013e640c9ced81b61319f01d85f400e2bf90ffe1c167ad542cf031d1e95049cccbe2afa1f9a7cd481ac0f2919f5a04d25e969d0d5309c8be6cb547ce6674f8bb455776f380645278e99578b388c3c13b8598fb8e3a63299c197343cb0941615c2e00cd585653303cefee78cdda7c620833e1034cca48ffe185c3ebff4564d9c9b9bdb4f1ebdfef83d0bb0ee84fb93a7f73ffac7bffef9a9ca3f719031c32840ccc78dfb04e999662dec11d2fa60a5105c37a892ebeecc668cbe0c45a93e4341c7a3195680947d80f4568e08404b39fbf01c8a1b4c84338d3eeb19a315fece9f17a320dd8703ee62c067ffbae62c8380cf5879bdda71caa8aedba278ffba2ffeb94ff7e73bf2d4f302c48903a8eed83b57b5b389e4eb3eb2cfb51afee18f42c5660fe3165932b53ef9036713ec277cdd3e7f7077f7a4df3da1acefa02cf857fd83bbdb5f6a7b9fb346a4e13aa7de30e87a60a209ebfd72aac810d1351e0df36e66d50d72dd1a26c19bc9681b650e3d15ddb7a181f120876af419be779e251ee4605ce7375bc5f4cbd31da038c93f7cadeb692d2ba2a0fe7c5cb257aaddbff5914d5ac3aa957c15c1d3ed25bafa2ac3c97e0783fbca1f0d7b3a3feb88d9dffce42d3b771c181b6b0fd6b317f8d65df9d5c3e31ca19bb23ad7fee59b7efbf9dddddd2fce9713b98b1794c29f9fbefac747778f9edcea5bad435a3d0f6319016c5ea6184fa06c828d1f68025c565008cff7cb393defb79aacfda9a6eef61cdfe3c07af8d70796878972b4ae3363857a0f7e56c055d44a81e2be1e57324c9f38e60bccdd58444fd63c44e320f4d02ef2e3c5c70ac34e0d35c6e25b9f4ab4cc9016f7a65cb52bbdd33e6739c22bbf989235bf7a5a74ad924602446bc2cccd76073ff87d8678e65959f4137d637cf2fb0f5efb5370fbfac20b4a8befa43ffee12b6fcbe4dd5bffd7bda238c510313ec27298b29bbc6a14ab7b0e7ac24c785488eacd5acb338b776371ca61438bff788c6eb5ad64edfa41c8a73df88620ac495f00969e9379d50779ac5ffe3c67cea787384fef38334e32ef8531c039530637cfbbce73d24f2a7da3bfca7cf7fbaf3f7efbfa3ba779baec37a395ab3bbf2ffdf6d9b7bfd51f75fe46fff5f99817082f88be9f0a0e318562946e6f26c1cee0172fe4e46f84785cbd746e0254577e4b9bbafd0df025fcffb0c9e5f35dfc68cf2ebdd7faf92bb33eecd126f1a4ccd2977a90d120d5cd3b0940bb9edf37466a5f4767a3d0699b891da332b9acd930275ff333af75463837018cd1aa59ad332935df79cf1cb3e5c3ab09978e0be1eb5bc5570f1fdc7c787ff7f09def7a31cbcfeebafa2ff75f3fbd7fe5afcfbefdb932fc4a397fa66fbd6feaa57df3fef9f3d7125ae4efdc4c370c461f2d7b88b38c33fce3080837929707068a9356d3fdb0d7156dbe08cc074ba746100e0f0b4cc51ce9c6175cc6a9775ddb6be2f401521d436ad26cafb95a334ce88baca573d7689e72583b134def8789862cfd02c238eae1d7e3c8e82d4e4ef3a757c2e89cbec8d2b6d1e1917d5c690ba81ff8f85a58fdc4dcf32fb4fa4cdf313f7ae3adc71ff387f0c8fcaff16f15712d774e44b54c0000000049454e44ae426082, '2023-04-07 11:37:07.222', NULL, '2023-04-07 11:37:02.896', '2023-05-07 15:59:22.185'); INSERT INTO `plugin` (`id`, `name`, `base_class`, `composer_name`, `active`, `managed_by_composer`, `path`, `autoload`, `author`, `copyright`, `license`, `version`, `upgrade_version`, `icon`, `installed_at`, `upgraded_at`, `created_at`, `updated_at`) VALUES (0x89ea7a250f914c4f947ad80a0cd4111d, 'SsikMetroLight', 'SsikMetroLight\\SsikMetroLight', 'ssik/metro-light-theme', 0, 0, 'custom/plugins/SsikMetroLight', '{\"psr-4\": {\"SsikMetroLight\\\\\": \"src/\"}}', 'wonderthemes.de', NULL, 'proprietary', '3.1.10', NULL, 0x89504e470d0a1a0a0000000d4948445200000078000000780806000000396436d2000000097048597300000b1300000b1301009a9c18000000017352474200aece1ce90000000467414d410000b18f0bfc6105000009c1494441547801ed9d4b6c1bd51ac7bf3321b7694b62df4aaeae04bdf26d7525fa0814210182052c0a52d9f0e882c786c082c78200122d9b4a14010bc482d702894de902018b425614019b2e40b04054a22d0b082d25ad80f0701c0a69833dccdfe984c1b5c7e79b39c7e7ccf1f949511cdb8922fffdbdbf3916d481cfcbd5f28ae1e06e12e27aa2706b188a2a792c243c2484382e429ada383bbdafd33344fb1d47d76eb8a519d2dee88132798ac4f180684fbbd041f287a395f5cf8721bde3c52d24d526d16b5fae5dff44f2ce650bc603cd50ec214fe11114beb069f69b47976e471cae6c98886eec258f330841b76efa717aaa25f091cafa63d15d55f2b844edec62e37f434bd62b26c8e31a2341207e08a214fb66f2388908c4f50105e156f2b849489705e49b182e530da8600463a354bee3b6d6774f6f2ea08230b26523956ebf8dfe7de78e48dcb1e89e5d547bf36df2a463bdc0abaebd8a2a8f4dd2eae8fb3feebfe66a2fb004d60a0c37bce6be7b5a96db896ef77bfe89550223aec205afb96f8286d75d9cfa5c088ce737ebf3e4e98e3502c3622b3b277b0a9b6464cb26fafde34fc9d31de30223c6fee7a9dd995c2e7ea75f02afbae6aa9667018bdfcdd09f3327e9ec89e82bba7de6f097642bc604867b5dbbebe1e5172d0bb0e07e71d1cbcf76f52ecd7a9d1622914f7ff469eb6be1f0516b428711816179ebf6bdc272c7ddfe4e3f40f848fb5f51b6c1c2f155d9b9741f3c4bedcdfd2dc117bf3b49a6e8bbc010a53af5fab95a361fc3eb2ea27e50ba7d0771890507bfbcba97bedffd0c99a0ef9d2cb86415e282a1d2586e2fd08b91cd1bcfabc1b9a0dcd3fd7f76a370adca7646b65c423a5973ff041599c20bacd332e02146b7df4845c6010bd697498f6edf1689ac66a81194cc0c471c10585f269d25b9eac690a2bc838b032e5a4f268dbf9b37b9b281c20bac2b9376415cd077817574787464d22addb349fa2e7063ae4eaa516dc1aeb8675078170d5467d2ae880bfa2e302631aa519d49c72d469534eaea3d970c4e58b0ea4c5a870537e7cc4c979c105865268ddeb3a9beb10efa2e3086e43a587ded95a40297e22fe87f9934a72716ad501487577981f3a12bd918be588d5bc53aae4b38d1e8002bc7f35b30e2ef90a6a140636e8e4ce044a3032031ca9b1ce98cbfa676b48c64d10d4d2543de96a56bf1171811b859d7e3aef20aa46bf4a8cb6bc9e09405afccd1b2d459ff36eb0326b08e762558b139bb058e8ceb5b1c68cc99db913664c17aded1793a5aa3db6f205d0c9c05ebcc28b3265aaed5bf314e5930c89268e9ac7f81aef6ac0c4ec56090a5a3a5bbffdca89b69720027a64949b28875a1c6f80b9a839664e9745959122ddd16acd363f5c239170d38a3431ddb1bed0c5ca343775f96333aecc7fcd7d7c18a59cd2879fa61c126af0f369664e974d3f1012d32702c38ab250e5c0c06dc178bfb7c99555aaef5fefef127c465c1f0f91dc604c639161cb82faecc648863bd590f7b31d9a604c604e6265a38eb82836a0bfef58dfd994e26f883f946568db9187c82179760091c91654aa5be58b0c10c1a988bc14cd785e605e745eeb5c2c3b15e34669009a389c26561502d98dbcdc215f2389688439a15af64d4caf3efbddffa9e6520d118540be6960e4363a59615717e2fade1c1e93fcfbffb2165c5640d0c0a9364c5752de708e1b4151ed92b12d194894343966502933530305807d759eeeb82f252fce3245add567838f3dff9031f50564cf6a0638c8e0b39db95f11584b02659ab4052d42999e2ec5f71cbb324678e983fa4d4a8c059bb3cf307e46362a7860727838e2d38cb25aa7fd606dc82392e2c19ffeaefcabbcdb19bce4fa664e32fbc459ec9d7c05b3037c38c132dbcf0b2f11b7138397880db965d7047f72a264b8235f031985d2a954acbb7e7de92ab899704fddb6239ee39ef61e3a6070dc0b08b66964a89cc97e3a6476fdab67c5bb63d0971f2d6b08dfaa05bf0096eb3e3ef5621c74d27170064af7e38dd36bdfad77ff949960d47fd9b1578866721ed2fb2ac9b4e2e00c85a709eee1530dde088319e45e7e9d572dc74f98e1dd2f137d9bd8ae11e266aba451963fc5357f04e1f2ac9b9cdf6796ceca665ba52289704c9d1a9b91130274926af6648627cf19de3ca3a8deb64dd3462ef85dbb7493d374f7b32c6bbe873705c59a75a54d64de3cdb1725cbec1d1e9f739989e03c79817f844be773a279b9659b959ea759fecf0bbbc59b0e939708c718139b562b71759d64dcbc049dcd2f0167c8e852fe46bc57864d88e2a51c0e92edd2b4eab1259b82d9f7c66de45cf706270e76603c74da781cc574573c28621438c79179db3168e51e1a6b32cb677c28631618c15d707cb0efed39224156e3a6d1d88d3aaf416dc86ecd425ad54c18b9ac71374ea5e65c5961a185821b08ab929fec6fc81f7292bbd567382b112c9624b170b582170de66474c1e0becd5bde2ec44db30268cb14460352e0dbb5a59ddb4ca4f12b7e913c1ed88c15fa87941e0a6b334187a0df7396d4a1bb63892d81183eb9ce5bbf46c364bb974ba4779c469539abe5cb41d6b62b0ac6bed150bb3b8e9bcc3fd24a62f176dc79a73b238cbec6970dd34325e95f177d1a20c1a5823b0cae6fcec732f493f5755f72ac6a61a185823b06c735ea6e90f8b94bde48473319b0c672d59d58971d282818c15cbba67ce24c9a61209d823b064a924fb51e93256acda3ddb5622017b922cc9b1e110a365786a72576a46adda3ddb5622016b045635364c82f26bf6b9173b3ea63a7b06b69548c0aae384653250ee6ed42fafbed6d155ab76cfc0b612095825b04ca2d56d6d278d998907cf9bf070dcb3ec2cd8c7e01ec864a0590e2383fbfff6d6bb9645d6e19e812d8b76498c5fd99044a686ccfad90a88c710b9b273528ba5d9b46897c42a8175585512887c6af271d2814d6b3a49ac72d1b0823c879e98c4c60c1a582530e0f4916d42d54c5b35d6090c378dd2a61bba3e5f302f0bde45cb032bb66971add7ff527b6bbf753de8182b05462c469bb108fc11b9e6530fe949dc5460a5c000aefafbdd4f93cdc0b267261e209bb156608058dc9e74d9325047df1c75b52d473574c36a8101044e8a6ccb75b7271fda65bdb8c07a810104feea8aeb5acbe936f47b11737f7b4fdd25ab3a11472a1b42f2a48255ddff7f76b0751be2d6145e70ae1bab5a95b6821e33bc073c898d13a334bc053b4e2162b0273b0189f038791c253c1450531c228f9b08f16d105278903c4e1289fb8ef8bc5c2d0f0f0f1d134465f2b8c4b1cdb3d3eb83cb6bc76bcd26dd431ea788b2e727cf7d27baf4e7e9a948e417c9e304cd503cb971767a1f6e2f9749e33f4f3f8207c85364c2a8a9f1c2f84f5fef89ef38ef08e5c3950d1382c227a287aae4290a10b61608ba77d38fd353c907ba9e91dd123aa49ba32cbb2a84d84a6e53d06e5ed4c308c52121c28367169bfb904fb53fe32f27013b4f71ea068b0000000049454e44ae426082, '2023-05-07 15:20:07.919', NULL, '2023-05-07 15:20:01.204', '2023-05-07 15:59:22.151'), (0xd7d74294542b4dc29021fd5e3c068dbb, 'wawision_Shopimporter_Shopware6', 'wawision\\Shopimporter_Shopware6\\wawision_Shopimporter_Shopware6', 'wawision/shopimporter-shopware6', 1, 0, 'custom/plugins/wawision_Shopimporter_Shopware6', '{\"psr-4\": {\"wawision\\\\Shopimporter_Shopware6\\\\\": \"src/\"}}', 'Module Factory', '(c) 2020 Iguana-Labs GmbH', 'proprietary', '20.1.4', NULL, 0x89504e470d0a1a0a0000000d494844520000002f0000002f0806000000732793ac000004c0494441546843ed974b731a4710c7ff2dd656723258174350190e7adc82ab6455f964f80496af7e60a8c83727963e41d027308a7c489571096c49959b954f107c8d52158e423ea00711271b74b2b0804ecd4aa0dd651f33c8a5942adaebf6f4fcfe3ddd3d3d840bfcd10566c725fc7f757a9791bf8cfc0011f87fa54d65ee6fff70bbf50e401c4036b4747b5e3568d5b93f6343eda17700fb012c84966e67557d087be5c8fff3d34686183f77376350febba5a9b4ece6c7e0f4070001ae7f4d9f1688666f35647d74edce0c2f1c09015f7cbe792f003bf073853f4e9b7611e0ef4d9162949a9a967012507bb611678248b75ec4f5f5448ba15fa6e654a33e50da88456e023a1aa7c3d9e9921166ffc70d01f7a20f90b9107a399d1a04dc133e95aafb8f7c9d173c447e8016d65e057a508e024ed2688850e44e47ac4b8110eb03b489f864ad9061d05d10ad976f3c5ef412e59af30f673fad03b877e2a4c1440959016e1b13381d5c9ace1b6dc66b6ff3047e725a8c94d80c3e2ebafb71f9fb68f6539181bb06137b01ada32c887a1b3bb964e0809852a197532228bdcf0aaeff60cc974349d716ea1af9074feb29625eb6c0f40910fff79ffd350362b1d94d5b78e60269ed4c307b67db131c7cd03cec44b6a369d7f6e9d92a55047445f010c788110373034425f2b5d6add0c2f624c77b77c6b1283ee8b43bf10fe1b4a9e8ed02e2092f163908285d6951229f0f285f2ec7e06fe30c169795e19307178ba4e075013f7ccc12d173e356045e58c98d64dc8acaee5fa4b2ec1ffed657011b7bbe1ab812bc307e38fb310f980ab371a54551d5e8dba50bc1bbbb5803211d79b150effb1a8b82bb76ea88e6577301a5c16aa2566800d4f3214e7033f844f90495e08fa35f9f03d8785bfebe9abb3e239b3a7aca7ce3ab1bed9b87ed80576719b8608d0b1fcdd64d8546c0fb95dc75311e4b7d3685fabe1c4c4aaf37d79cd496a746d6cea30ebf1c61f82a3d8f8446f94632a088a19b2ba78df5d61da4e34cd4deb02582e9cd60d2342ec8885182b7c977882eb1920bb8ce205690be7180d0687e6e4755f35e1ade9aeb27c7a694ef5d1193354beae8ceb8d4fcdc49a80890827ff0b41e23d66f43e343e2a0ad51ecb75f03a65945e6b8858dfd68806239984cc8faf08477000731dd5f791d304d87bdc8eeedc53b44373bccdb5a4bdbd98c066d054ed4de8874334ead6020bf154c4abd89bda64abb888389d26baf02a6028b542afeabdad5e7008b5793e5a907019fd90a870bc6a8ea3d7fd85704c1f4a49415e00a6f33cf8ba9afb09a1b313dddc677f767401d313a9ba12de7cf40f1a875747f3b1aed0d734e0208f0ec408af0fde0637bd52c01a681cd23671b4c487c08877b23af9d8033c39fe4bbc8cb6bccbcb8f67ac4f4ca1fdfade641b07b41ed005c2290dff212ebeaf2122075eb7a16ac53149dc179616b74b437644d566a11d6da791b117d0264bb4cd76e207807f00326c48de960847158732601caf063bbd51411acef5a57f0ae0887b58d2fada3a8b188654f40197e7c6f2f0390f1dd2905ee268009b79c4ecc4d8832fc58b52a1ed77a1103d861c28ceac6c61310536979347c3e23b17eb5576a1168adc861ab551ae4b8850f11041fb37f73745469a83bd33c2f9b8fe761a79c36e70125bbc725bc6ca4beb6dd65e4bf764465fd5de8c8ff0bc391494ef357c3310000000049454e44ae426082, '2023-04-07 11:55:41.891', NULL, '2023-04-07 11:55:37.375', '2023-05-07 15:59:22.198'), (0xe90d2472a9634c13bd5878bfb9797a93, 'SwagPayPal', 'Swag\\PayPal\\SwagPayPal', 'swag/paypal', 1, 0, 'custom/plugins/SwagPayPal', '{\"psr-4\": {\"Swag\\\\PayPal\\\\\": \"src/\"}}', 'Shopware', '(c) by shopware AG', 'MIT', '6.0.3', NULL, 0x89504e470d0a1a0a0000000d49484452000000280000002808060000008cfeb86d00000006624b474400ff0000000033277cf3000000097048597300002e2300002e230178a53f760000000774494d4507e3050307171895f1e9570000001374455874436f6d6d656e740073686f7077617265204147dad6eb560000032e4944415458c3ed98cb8f0c511487bf5b559deee96e339ac1c49ba00d135a82042124c42b165e3b89350b6cc42324b340c888855762e30f108944622122b1100b1b0926440c134446cc3062ba6bbaa6ab8e452f90e9badd555d2d22cea65355f754be3ee79e737eb7e0bffde3a6aaae9873314edade67407b6daf14db536a006100dc5e3cf3294f8f7c681c60eeec7105a7eb0cc45b517205a7788deecea1208e460dff606504999aa5449d57b1c413169dcb460a086423dc52739421b759d4958a06706d67029815f1be9f6798eed168000712730133eaca14d4de68000d59d090de21328d8517c64500a8b234ca62c5e65a96595a3e8f76d135a27c1f780e8868da802ac7c130419960c5c14a815beaaf3b82a23415ec3ae016f570e57482b8e5f5251b8607a1d087dabefe21fb6fa4eb8860a7a16d319e133ebd2d19983979b18a592f04a6858b602e3e1d48fa4770243ce0cc19e5df2913a772e0eeb19029ae52c1520a395c152c5ff2f3b239bd371ca054a96037648adba6c2f8cccfeb74d39450808652edba568b172282ca84cdeb7fbf675a562840d1c9ab30702858b31ada5a7fbf3de2d861fb6036b2025106ac5e03ab968d7e66173f05075c726602c204ff0c07004ca661cb2698575973487ef85e7040cfc86aa5ac5b25c5a6059956c875c0d21c18cabf893b85abc101952cd08aed741216e620d1f40b9409a9244c9e04cde9daa2fbb1bf87cbdb5e06063494cafa4e3005ecd9056352d465ae87f47f3d186a168ba8f9be1ea964fd7080f4bcbfc9a54d7742ce62cd1419d752af16445ebdbb45d7badde1d4cc8a0b4dc0745f8fcc98f070df868ad2fde6305deb76d4ea323a827629ab1d81991a0ac01991f2b451c250214fbed02b83dfaff32c7e99071b0275f9d180ca9b8f4ee2659ab560d2fd7a2357b6de8b4a781b9554b4d64307f879f063947095f7a04e2424e2904cf8bfcd1eee89fae86204120963f5fb4f9c91670d070499eddf62aa1cc49cd2a3a801ad0a6deaa4a12a8b5569cdec04c6fbe933868bf7a3065481169f7adc475beba48a0f870a2539d411fb0329d6582ae9ff35206f0f36e27c1f0c3099f08d907cb79f3702d00a34469fbf394acceca8305f07287e39c17ffb0bed07d98df0b96e58275d0000000049454e44ae426082, '2023-04-07 11:38:00.526', NULL, '2023-04-07 11:37:53.276', '2023-05-07 15:59:22.171'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `plugin_translation` -- CREATE TABLE `plugin_translation` ( `plugin_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `manufacturer_link` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `support_link` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `changelog` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `plugin_translation` -- INSERT INTO `plugin_translation` (`plugin_id`, `language_id`, `label`, `description`, `manufacturer_link`, `support_link`, `changelog`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x33bc9b3318e5412fa9e833f54d0cc260, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Store', 'Entdecken und kaufen Sie Erweiterungen ganz einfach, direkt in Ihrem eigenen Shopware-Shop. Erhalten Sie Zugang zu vielen Erweiterungen, die Sie in Ihren Shop integrieren können.', 'https://www.shopware.com/en/', 'https://www.shopware.com/en/', '{\"1.0.0\": [\"Erster Release im Store\"], \"1.1.0\": [\"Es wurde ein falsches Verhalten gefixt, wenn der Benutzer keine Bezahlmethode hinterlegt hat\", \"Es wird nun eine Warnung angezeigt, falls der Benutzer keine Bezahlmethode hinterlegt hat\"], \"1.2.0\": [\"Wenn die Installation einer Erweiterung fehlgeschlagen ist, wird auf der Detailseite der Erweiterung ein Fehlermodal angezeigt\", \"Es wird nun auch eine Checkbox für die AVV angezeigt, wenn keine Berechtigungen benötigt werden\", \"Es wurde ein Fehler in der RouteMiddleware behoben. Dieser führte dazu, dass manche Plugins keine Routen mehr erweitern konnten\"], \"1.3.0\": [\"Fehler in Route behoben, der die Kompatibilität bricht\", \"Der Suchbegriff bleibt erhalten während man durch den Extension Store navigiert\", \"Fehler bei der Anzeige der Detailseite von Enterprise Erweiterungen behoben\"], \"1.4.0\": [\"Korrigiert die Nachkommastellen in der Preisdarstellung im Erweiterungskaufmodal\", \"Verbessert und refaktoriert die Preisdarstellung auf der Kaufen-Detailseite und dem Kaufen-Modal\", \"Platzhalter zur Suchleiste hinzugefügt und den `initialSearchType` umbenannt\", \"Verbessert Fehlermeldungen\", \"Fehler behoben, der beim Wechseln der Tabs die Seite nicht zurücksetzte\", \"Verbessert Darstellung im Kaufen-Modal, wenn Probemonat bereits genutzt wurde\", \"Verbessert Fehlerbehandlung im Bestellprozess im Kaufen-Modal\"], \"1.4.1\": [\"Fehler behoben, der beim Wechseln der Variante das Kaufen-Modal im Ladezustand lässt\"], \"1.5.0\": [\"Fehler behoben, der den Kaufprozess im Fehlerfall nicht unterbrochen hat\", \"Verbessert den Aufruf der Methode `getCart` in der Komponente `sw-extension-buy-modal`, um sicherzustellen, dass keine zweite Anfrage unnötig gesendet wird\", \"Erhöht die Version des `@shopware-ag/jest-preset-sw6-admin` Package\", \"Filter für die Kategorien besitzt nun mehr Ebenen, für mehr Filteroptionen\"], \"1.6.0\": [\"Ladeanimation im Listing optimiert\"], \"1.7.0\": [\"Anzeige des Changelog auf der Detailseite verbessert\"]}', NULL, '2023-04-07 11:39:14.844', '2023-05-07 15:59:22.162'), (0x33bc9b3318e5412fa9e833f54d0cc260, 0x74abf495620848a19755546e0f70dbac, 'Shopware Store', 'Explore and buy extensions easily, right from within your own Shopware shop. Get access to loads of helpful Extensions and modern Themes that can be integrated into your shop.', 'https://www.shopware.com/en/', 'https://www.shopware.com/en/', '{\"1.0.0\": [\"First release in Store\"], \"1.1.0\": [\"Fixed a wrong behavior when user has no payment method\", \"A warning is now displayed if the user has not configured a payment method\"], \"1.2.0\": [\"If the installation of an extension failed, an error modal is displayed on the extension detail page\", \"A checkbox for the AVV is now also displayed if no permissions are required\", \"Fixed a bug in the RouteMiddleware. This caused that some plugins could no longer extend routes\"], \"1.3.0\": [\"Fix annotation in route that breaks compatibility\", \"Keep search term when navigation through the extension store\", \"Fix detail page of Enterprise extensions\"], \"1.4.0\": [\"Fix price precision display in extension buy modal\", \"Improved and refactored price display on buy detail page and in buy modal\", \"Added a placeholder to the search bar and renamed the `initialSearchType`\", \"Improved error messages\", \"Fixed a bug that didn\'t reset the page when switching between tabs\", \"Improved display in buy modal, if trial month has been already used\", \"Improved error handling in the order process in the buy modal\"], \"1.4.1\": [\"Fixed bug that kept the buy modal in loading state after changing the variant\"], \"1.5.0\": [\"Fixed bug that didn\'t interrupt the buying process in case of an error\", \"Changed calling of the `getCart` method in the component `sw-extension-buy-modal` to ensure that no second request is sent unnecessarily.\", \"Increases the version of the `@shopware-ag/jest-preset-sw6-admin` package\", \"Filter for the categories now has more levels, for more filter options\"], \"1.6.0\": [\"Improved loading animation in listing\"], \"1.7.0\": [\"Improved the display of the changelog on the details page\"]}', NULL, '2023-04-07 11:39:14.844', '2023-05-07 15:59:22.162'), (0x4c1049f9eaf64a52b0f16f51570eef19, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Free Liberty Responsive Theme', 'Liberty ist ein völlig kostenloses mobiles Thema mit vielen anpassbaren Funktionen ermöglicht es Ihnen, das Aussehen Ihres Shops flexibel anzupassen und in kurzer Zeit Arbeit anzufangen.', 'https://www.wonderthemes.de/', 'https://www.wonderthemes.de/', NULL, NULL, '2023-04-07 12:14:25.588', '2023-05-07 15:59:22.140'), (0x4c1049f9eaf64a52b0f16f51570eef19, 0x74abf495620848a19755546e0f70dbac, 'Free Liberty Responsive Theme', 'Fully free, mobile theme with lots of customizable functions allows setting the skin of your shop flexibly and starting the work within a short time.', 'https://www.wonderthemes.de/', 'https://www.wonderthemes.de/', '{\"# ssiklibertytheme 1.0.0\": [\"init project\"], \"# ssiklibertytheme 1.0.1\": [\"small fix\"], \"# ssiklibertytheme 1.1.0\": [\"small fix\", \"added Quick view of products\"], \"# ssiklibertytheme 1.1.1\": [\"small fix\"], \"# ssiklibertytheme 1.1.2\": [\"fix newsletter form\"], \"# ssiklibertytheme 1.1.3\": [\"small fix in product page\"], \"# ssiklibertytheme 1.1.4\": [\"upd conf in theme.json\"], \"# ssiklibertytheme 1.1.6\": [\"small fix in quickview plugin\"], \"# ssiklibertytheme 1.2.0\": [\"*Default. As in Shopware Storefront** – optimized version of the standard theme Shopware.\", \"*The Liberty Theme style** – optimized proper style Liberty Theme.\"], \"# ssiklibertytheme 1.2.1\": [\"upd conf in theme.json\"], \"# ssiklibertytheme 1.2.2\": [\"Now changing the product image on mouse hover works in product’s sliders\"], \"# ssiklibertytheme 1.3.0\": [\"Reworked sticky navigation feature\", \"Added option to activate dropdown menu function\"], \"# ssiklibertytheme 1.3.1\": [\"small fix\"], \"# ssiklibertytheme 1.3.2\": [\"small fix\"], \"# ssiklibertytheme 1.3.3\": [\"small fix\"], \"# ssiklibertytheme 1.4.0\": [\"Added the ability to change icons in the header of the site.\", \"Minor visual tweaks\"], \"# ssiklibertytheme 1.4.1\": [\"New color settings added.\"], \"# ssiklibertytheme 1.5.0\": [\"Added a new version of the site header.\", \"Fixes to color settings\"], \"# ssiklibertytheme 1.5.1\": [\"Small visual edits to the product list\"], \"# ssiklibertytheme 1.5.2\": [\"small fix\"], \"# ssiklibertytheme 1.5.3\": [\"Fixed display error for dynamic products\"], \"# ssiklibertytheme 1.5.4\": [\"Web Fonts are now loaded from a local server\"], \"# ssiklibertytheme 1.5.5\": [\"small fix\"], \"# ssiklibertytheme 1.5.6\": [\"small fix\"], \"# ssiklibertytheme 1.5.7\": [\"small fix\"], \"# ssiklibertytheme 1.5.8\": [\"Compatibility with Shopware 6.4.8.0\"], \"# ssiklibertytheme 1.5.9\": [\"Fixed cart compatibility bug with custom plugins\"], \"# ssiklibertytheme 1.6.0\": [\"Settings Page Optimization\", \"bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.1\": [\"bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.2\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.3\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.4\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.5\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.6\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.7\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.8\": [\"Compatibility with Shopware 6.4.10.0\"], \"# ssiklibertytheme 1.6.9\": [\"Compatibility with Shopware 6.4.11.0\"], \"# ssiklibertytheme 1.7.0\": [\"Added two blocks \\\"Our advantages\\\"/Zwei Blöcke \\\"Unsere Vorteile\\\" hinzugefügt\"], \"# ssiklibertytheme 1.8.0\": [\"Registration/Login Page Optimization / Optimierung der Registrierungs-/Anmeldeseite\", \"Added modal login window / Modales Anmeldefenster hinzugefügt\"], \"# ssiklibertytheme 1.8.1\": [\"small fix after update v1.8.0 / kleiner Fix nach Update v1.8.0\"], \"# ssiklibertytheme 1.8.2\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.8.3\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.8.4\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.8.5\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.8.6\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.8.7\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.8.8\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.8.9\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.0\": [\"Added color settings / Farbeinstellungen hinzugefügt\", \"Added settings for displaying information in product cards / Einstellungen für die Anzeige von Informationen in Produktkarten hinzugefügt\", \"and other bug fixes and performance improvements / und andere Fehlerbehebungen und Leistungsverbesserungen\"], \"# ssiklibertytheme 1.9.1\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.2\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.3\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.4\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.5\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.6\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.7\": [\"On the product list page, the ability to display the manufacturer of the product has been added. Added the ability to edit the copyright through the configuration.\", \"Auf der Produktlistenseite wurde die Möglichkeit hinzugefügt, den Hersteller des Produkts anzuzeigen. Möglichkeit hinzugefügt, das Copyright über die Konfiguration zu bearbeiten.\"], \"# ssiklibertytheme 1.9.8\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.9\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.5.10\": [\"Fixed compatibility bug with custom plugins\"], \"# ssiklibertytheme 1.5.11\": [\"small fix\"], \"# ssiklibertytheme 1.5.12\": [\"Compatibility with Shopware 6.4.9.0\"], \"# ssiklibertytheme 1.6.10\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.11\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.12\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.13\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.14\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.15\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.16\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.17\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.18\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.19\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.20\": [\"Added ability to hide text module placed after the logo/Möglichkeit hinzugefügt, den Textbaustein nach dem Logo auszublenden\", \"If the product\'s Layout Type is set to \\\"Minimal content\\\" the add to cart button is hidden/Wenn der Layouttyp des Produkts auf „Minimaler Inhalt“ eingestellt ist, wird die Schaltfläche „In den Warenkorb“ ausgeblendet\"], \"# ssiklibertytheme 1.6.21\": [\"fixed a bug with incorrectly calculating the aspect ratio for the product image / Fehler behoben, bei dem das Seitenverhältnis für das Produktbild falsch berechnet wurde\"], \"# ssiklibertytheme 1.6.22\": [\"Added two serif font options: Roboto Slab, Merriweather / Zwei Optionen für Serifenschriften hinzugefügt: Roboto Slab, Merriweather\"], \"# ssiklibertytheme 1.6.23\": [\"added additional color settings / zusätzliche Farbeinstellungen hinzugefügt\"], \"# ssiklibertytheme 1.6.24\": [\"Added color settings for the product card. / Farbeinstellungen für die Produktkarte hinzugefügt.\"], \"# ssiklibertytheme 1.6.25\": [\"Compatibility with Shopware 6.4.13.0 / Kompatibilität mit Shopware v6.4.13.0\"], \"# ssiklibertytheme 1.6.26\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.27\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.28\": [\"Added the ability to specify the logo height and fill behavior. (See more. Theme configuration > Logo Container) / Möglichkeit hinzugefügt, die Logohöhe und das Füllverhalten festzulegen. (Siehe mehr. Theme-Konfiguration > Logo-Container)\"], \"# ssiklibertytheme 1.6.29\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.30\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.31\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.32\": [\"Added the ability to display the logo in the footer/Möglichkeit hinzugefügt, das Logo in der Footer anzuzeigen\"], \"# ssiklibertytheme 1.6.33\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.6.34\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.8.10\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.8.11\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.8.12\": [\"Added the ability to set the max-height value for the logo.\", \"see Content - Themes - Liberty - Header - Logo\", \"Möglichkeit hinzugefügt, den maximalen Höhenwert für das Logo festzulegen\", \"siehe Inhalt – Themen – Liberty – Header – Logo\"], \"# ssiklibertytheme 1.8.13\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.8.14\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.8.15\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.8.16\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.10\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.11\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.12\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.13\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.14\": [\"A custom block has been added to the footer to customize contact information. See the configuration for the block settings. Read more in the documentation at the link. (https://drive.google.com/file/d/1VwfyBhEW38RUYkDaUncOYkqSjRPOujSy/view?usp=sharing)\", \"Der Footer wurde ein benutzerdefinierter Block hinzugefügt, um Kontaktinformationen anzupassen. Siehe die Konfiguration für die Blockeinstellungen. Lesen Sie mehr in der Dokumentation unter dem Link. (https://drive.google.com/file/d/1K1_UBkqzupU2QXY5rML7Tju5pQ4gN-fm/view?usp=sharing)\"], \"# ssiklibertytheme 1.9.15\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.16\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.17\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.18\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.19\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.20\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.21\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.22\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.23\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.24\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.25\": [\"Added the ability to customize the width of the container for the logo.\", \"Möglichkeit hinzugefügt, die Breite des Containers für das Logo anzupassen.\"], \"# ssiklibertytheme 1.9.26\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.27\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.28\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.29\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.30\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssiklibertytheme 1.9.31\": [\"The latest version contains bug fixes and performance improvements\"]}', NULL, '2023-04-07 12:14:25.589', '2023-05-07 15:59:22.141'), (0x586ca2c249eb45b9aaa98c95c6e6c744, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pickware ERP', 'Pickware ERP, das integrierte ERP System in Shopware', 'https://www.pickware.de', 'https://www.pickware.de/support', NULL, NULL, '2023-04-07 11:55:09.169', '2023-05-07 15:59:22.111'); INSERT INTO `plugin_translation` (`plugin_id`, `language_id`, `label`, `description`, `manufacturer_link`, `support_link`, `changelog`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x586ca2c249eb45b9aaa98c95c6e6c744, 0x74abf495620848a19755546e0f70dbac, 'Pickware ERP', 'Pickware ERP, the ERP system integrated into Shopware', 'https://www.pickware.com', 'https://www.pickware.com/support', '{\"## de\": [\"*Fehlerbehebungen:**\", \"Beim Abbrechen der Kommissionierung mit _Pickware WMS_ kann jetzt wieder der ursprüngliche Lagerplatz ausgewählt werden.\", \"*Fehlerbehebungen:**\", \"Behebt einen Fehler beim Update auf Version 2.42.4.\", \"*Fehlerbehebungen:**\", \"Der Meldebestand von Produkten kann per Bestandsimport auch gelöscht werden.\", \"*Fehlerbehebungen:**\", \"Behebt einen Fehler, dass in manchen Fällen die Administration Erweiterungen des Plugins nicht geladen werden konnten.\", \"Behebt einen Fehler beim Picken und Versenden, falls eine Bestellung gelöschte Produkte enthält.\", \"*Fehlerbehebungen:**\", \"Lieferantenbestellungen können jetzt auch als PDF heruntergeladen oder als CSV-Datei exportiert werden, wenn sie ein gelöschtes Produkt beinhalten.\", \"*Neue Funktionen und Verbesserungen:**\", \"Picklisten zeigen ab jetzt immer die zu versendenden Positionen zum Zeitpunkt der Picklistenerstellung an.\", \"Lagerplätze können in der Lagerplatzübersicht eines Lagers jetzt auch per Mehrfachauswahl gelöscht werden.\", \"Der Bestand aus laufenden Pickprozessen (mit Pickware WMS) wird jetzt korrekt bei der Auswertung der Kommissionierbarkeit weiterer Bestellungen berücksichtigt.\", \"*Fehlerbehebungen:**\", \"Produkt-Lieferanten-Zuordnungen können nun auch importiert werden, sofern mehrere Hersteller mit dem selben Namen existieren.\", \"Reduziert sich die angezeigte Menge an Positionen in der Bedarfsplanung aufgrund einer Anpassung der Filter, wird die Liste jetzt automatisch aktualisiert.\", \"*Neue Funktionen und Verbesserungen:**\", \"Verbessert die Performance beim Aktualisieren von Bestellungen (u.A. beim Picken mit Pickware WMS).\", \"*Fehlerbehebungen:**\", \"Lieferantenbestellungen können jetzt auch wieder per E-Mail an den Lieferanten gesendet werden, ohne dass ein \\\"BCC-Empfänger für Lieferantenbestellungen\\\" gesetzt sein muss.\", \"Das Erstellen von Picklisten über die Mehrfachänderung von Bestellungen ist jetzt auch mit Shopware Version 6.4.14.0 kompatibel.\", \"*Neue Funktionen und Verbesserungen:**\", \"Beim Ändern des Einkaufspreises eines Produkts in einer Lieferantenbestellung, erscheint jetzt eine Abfrage, ob der Preis dauerhaft für das Produkt als neuer Einkaufspreis übernommen werden soll.\", \"Die getroffenen Filtereinstellungen können nun per Klick in allen Ansichten in der Administration rückgängig gemacht bzw. auf den Standardwert zurückgesetzt werden.\", \"In der Konfiguration können E-Mail-Adressen hinterlegt werden, die bei jeder Lieferantenbestellung per E-Mail in BCC gesetzt werden.\", \"In der Konfiguration können nun Vorlagen für Kommentare für Warenbewegungen angelegt werden, die dann in der Administration und in der Pickware WMS App als Vorauswahl zur Verfügung stehen.\", \"Die Ladezeiten beim Kommissionieren von Bestellungen mit der Pickware WMS App sind jetzt deutlich kürzer.\", \"*Fehlerbehebungen:**\", \"Die in der Storefront auswählbare Menge von Produkten wird bei aktiviertem Abverkauf jetzt wieder korrekt auf den verfügbaren Bestand beschränkt.\", \"Der Inventurexport kann jetzt auch wieder durchgeführt werden, wenn eines der in der Inventur enthaltenen Produkte zwischenzeitlich gelöscht wurde.\", \"*Neue Funktionen und Verbesserungen:**\", \"Abgeschlossene Inventuren können nun in der Gezählt-Ansicht einer Inventur als CSV-Datei exportiert werden.\", \"Picklisten können jetzt über die Mehrfachänderung von Bestellungen erstellt und heruntergeladen werden (ab Shopware Version 6.4.14.0 und höher).\", \"Fügt einen \\\"Reset\\\" Button zu diversen Filtern in Listenansichten in der Administration hinzu.\", \"*Fehlerbehebungen:**\", \"Die dynamischen Produktgruppen werden jetzt beim Buchen von Bestand immer neu ausgewertet.\", \"Das PDF-Dokument der Lieferantenbestellung wird wieder korrekt an die E-Mail angehängt.\", \"Die Inventurzählungen eines Produkts mit Lagerplatz \\\"Unbekannt\\\" werden jetzt auch korrrekt verbucht, wenn das Produkt zusätzlich auf weiteren Lagerplätzen im Lager gezählt wurde.\", \"*Neue Funktionen und Verbesserungen:**\", \"Der Firmenname von Lieferanten kann nun gepflegt werden.\", \"Zeigt den Firmennamen von Lieferanten auf Lieferantenbestelldokumenten.\", \"*Fehlerbehebungen:**\", \"Die Detailseite einer Lieferantenbestellung kann wieder geöffnet werden.\", \"*Neue Funktionen und Verbesserungen:**\", \"Unter _Lagerhaltung -> Inventur_ können ab sofort Inventuren für einzelne Lager gestartet und beendet sowie fortlaufend bearbeitet werden.\", \"*Fehlerbehebungen:**\", \"Pickware Dokumente (z.B. Lieferantenbestelldokumente) können jetzt mit verschiedenen Sprachen, welche die gleiche Region besitzen, erstellt werden.\", \"*Fehlerbehebungen:**\", \"Behebt einen Fehler beim Update des Plugins.\", \"*Neue Funktionen und Verbesserungen:**\", \"Das PDF-Bestelldokument für eine Lieferantenbestellung wird jetzt immer automatisch als Anhang in die E-Mail an den Lieferanten geladen.\", \"Die Berechnung der Kommissionierbarkeit von Bestellungen ist jetzt deutlich schneller.\", \"*Neue Funktionen und Verbesserungen:**\", \"Die Benachrichtigung per E-Mail über Produkte, die ihren Meldebestand erreicht haben, wird jetzt über den Flow Builder abgebildet.\", \"Die Berechnung der Kommissionierbarkeit von Bestellungen ist jetzt deutlich schneller.\", \"*Fehlerbehebungen:**\", \"Zusatzfelder können wieder für Lieferanten und Lager erstellt und zugewiesen werden.\", \"*Fehlerbehebungen:**\", \"Zusatzinformationen von Varianten werden jetzt korrekt auf dem PDF zu Lieferantenbestellungen angezeigt.\", \"In der Dokumentenauswahl für die Mehrfachänderung von Bestellungen, steht der Dokumententyp \\\"Lieferantenbestellung\\\" nicht länger zur Auswahl.\", \"*Neue Funktionen und Verbesserungen:**\", \"Lieferantenbestellungen können ab jetzt auch als PDF-Datei heruntergeladen werden.\", \"Lieferanten können jetzt per CSV-Datei exportiert und importiert werden.\", \"Die Kommissionierbarkeit von Bestellungen wird nun pro Lager berechnet.\", \"Ein Lager kann per Aktionsmenü in der Listenansicht zum Standardlager gemacht werden.\", \"*Fehlerbehebungen:**\", \"Lieferanten können nun gelöscht werden, selbst wenn noch Zuordnungen zu Produkten oder Lieferantenbestellungen existieren.\", \"*Fehlerbehebungen:**\", \"In der Bestandsplanung kann jetzt der vorraussichtliche Bedarf für 0 Tage berechnet werden, um Bestellvorschläge auch ohne Berücksichtigung voraussichtlicher Produktverkäufe zu ermitteln.\", \"Der Produktimport per Shopware Import/Export funktioniert jetzt auch wieder wenn zuvor ein Lager gelöscht wurde.\", \"Im Flow Builder wird das gespeicherte Lager beim Öffnen des Modals zur Bearbeitung einer Aktion zur Dokumentengenerierung wieder korrekt angezeigt.\", \"*Fehlerbehebungen:**\", \"Behebt einen Fehler bei der Installation in Shopware Version 6.4.12.0 und neuer.\", \"*Neue Funktionen und Verbesserungen:**\", \"Picklistenpositionen werden nun sekundär nach der Produktnummer sortiert.\", \"Lieferantenbestellungen können nun als PDF exportiert werden.\", \"*Fehlerbehebungen:**\", \"Lieferanten können nach Kontaktperson sortiert werden.\", \"Beim Setzen des Bestellstatus auf \\\"Abgeschlossen\\\" wird jetzt wieder das Feld \\\"sales\\\" von Produkten korrekt berechnet.\", \"Nachdem der Bestellstatus auf \\\"Abgeschlossen\\\" beim Versenden einer Bestellung gesetzt wurde, wird die Bestellung neu geladen.\", \"*Neue Funktionen und Verbesserungen:**\", \"Es wird nun eine Warnung angezeigt, wenn seit der letzten Berechnung der Bedarfsplanung neue Lieferantenbestellungen erstellt wurden.\", \"Im bewerteten Warenbestand werden Produkte ohne Bestand nun standardmäßig ausgeblendet.\", \"Fügt mehrere neue Filer in der Bestandsübersicht hinzu.\", \"Fügt neue Filter in der Bestandsübersicht hinzu.\", \"Es sind weitere optionale Spalten in der Lieferantenübersicht verfügbar.\", \"Felder in der Lieferantenübersicht sind nun editierbar.\", \"*Neue Funktionen und Verbesserungen:**\", \"Hauptprodukte von Varianten werden nun standardmäßig in der Bedarfsplanung ausgeblendet.\", \"*Fehlerbehebungen:**\", \"Behebt einen Fehler beim Plugin-Update, der auftreten konnte, wenn mehrere Einträge für Business-Events mit Pickware-E-Mail-Templates angelegt wurden.\", \"*Fehlerbehebungen:**\", \"Allgemeine Verbesserungen im Umgang mit mehreren Versionen einer Bestellung.\", \"*Neue Funktionen und Verbesserungen:**\", \"Wird der Bestellstatus einer Lieferantenbestellung auf \\\"Geliefert\\\" gesetzt, erscheint nun ein Hinweis, wenn diese zuvor noch nicht vollständig eingelagert wurde.\", \"Lieferantenbestellungen sind nun in der Detailansicht bearbeitbar.\", \"*Fehlerbehebungen:**\", \"Bestellungen können jetzt wieder bearbeitet werden.\", \"*Neue Funktionen und Verbesserungen:**\", \"Es wird jetzt eine Warnung ausgegeben, wenn sie den Status einer Lieferantenbestellung auf \\\"Geliefert\\\" stellen, obwohl die Liefermenge unter der Bestellmenge liegt.\", \"Lieferantenbestellungen können jetzt auch in der Detailansicht direkt gesendet oder eingelagert werden.\", \"*Fehlerbehebungen:**\", \"Behebt einen Fehler beim Updaten einer Datenbanktabelle aus dem letzten Release.\", \"*Neue Funktionen und Verbesserungen:**\", \"Lieferantenbestellungen können jetzt auch in der Detailansicht direkt als CSV-Datei exportiert, gesendet, eingelagert oder gelöscht werden.\", \"In der Detailansicht von Lieferantenbestellungen ist neben der \\\"Bestellmenge\\\" jetzt auch die \\\"Liefermenge\\\" in einer weiteren Spalte zu sehen.\", \"*Fehlerbehebungen:**\", \"Der Datepicker zur Auswahl von Zeiträumen (z.B. für Promotions) funktioniert in der Administration wieder an allen Stellen.\", \"Änderungen von anderen Plugins in der Administration in der Bestelldetailseite im Bereich der Lieferungen werden nun nicht mehr überschrieben.\", \"*Neue Funktionen und Verbesserungen:**\", \"Bei vollständiger Deinstallation werden nun auch E-Mail-Templates entfernt.\", \"Verbessert die Berechnung der Komminissionierbarkeit von Bestellungen und damit die Ladezeit der Bestellübersicht.\", \"*Fehlerbehebungen:**\", \"Behebt ein Problem bei der Verwendung des Extension-Frameworks von Shopware unter Composer 2.2.x.\", \"*Fehlerbehebungen:**\", \"Das Erzeugen von Picklisten Dokumenten funktioniert nun wieder über den Flow Builder.\", \"*Anforderungen:**\", \"Das Plugin benötigt nun mindestens Shopware Version 6.4.10.0.\", \"*Fehlerbehebungen:**\", \"In Shopware Installationen mit MariaDB kann Pickware ERP jetzt wieder auf Versionen > 2.26.0 aktualisiert werden.\", \"*Neue Funktionen und Verbesserungen:**\", \"Offene Lieferantenbestellungen werden nun in den Zustand \\\"An Lieferanten gesendet\\\" überführt, wenn sie durch das\", \"Fehlende Datenbank-Views werden nun bei einem Update oder eine Neuinstallation automatisch erkannt und neu erstellt.\", \"Die Summen über dem bewerteten Warenbestand wurden in die Tabelle als fixierte Summenzeile verschoben.\", \"*Fehlerbehebungen:**\", \"Produktbilder werden auf der Einkaufsliste wieder korrekt angezeigt.\", \"Korrigiert kleine Anzeigefehler im Bestandstab von Produkten in der Administration in Shopware Version 6.4.10.0.\", \"Der Meldebestand kann im Bestandstab von Produkten auch nach mehrfacher Änderung wieder gespeichert werden.\", \"*Neue Funktionen und Verbesserungen:**\", \"Lieferantenbestellungen können nun über das Aktionenmenü in der Listenansicht eingelagert werden.\", \"Die Verlinkung von Brutto- und Nettoeinkaufspreisen von Produkten kann in der Administration nicht mehr aufgehoben werden.\", \"Verbessert die Omnisuche in der Administration für die Pickware Module \\\"Lager\\\" und \\\"Lieferantenbestellungen\\\".\", \"Ermöglicht das Erstellen von Picklisten über den Flow Builder.\", \"*Fehlerbehebungen:**\", \"Die Bedarfsplanung wird auch mit Shopware Version 6.4.9.0 und höher wieder korrekt geladen.\", \"*Neue Funktionen und Verbesserungen:**\", \"Im Reiter \\\"Bestand\\\" eines Produkts wird ab jetzt bei Bestandsbewegungen zusätzlich der Benutzer angezeigt.\", \"Lieferanten können nun mit einem Klick direkt aus der Übersicht der Lieferantenbestellungen geöffnet werden.\", \"In der Einkaufsliste werden Produkte jetzt mit einem Warnhinweis versehen, sofern deren Bestellmenge nicht zur hinterlegten Mindestabnahme oder dem Abnahmeintervall des Produkts passt.\", \"Werden Änderungen an der Produkt-Lieferanten-Zuordnung eines Variantenprodukts vorgenommen, welche für alle Varianten übernommen werden sollen, wird jetzt eine Fortschrittsleiste angezeigt.\", \"Wird der Bestellstatus einer Lieferantenbestellung auf \\\"Bestätigt\\\" geändert, wird nun automatisch das voraussichtliche Lieferdatum auf Basis der Standardlieferzeit des jeweiligen Lieferanten gesetzt.\", \"*Neue Funktionen und Verbesserungen:**\", \"Bestelldokumente können in der Detailansicht einer Bestellung nun direkt durch Klick auf den Dokumententyp geöffnet werden.\", \"Das Plugin ist nun kompatibel mit dem Plugin \\\"Mail Archive\\\".\", \"*Fehlerbehebungen:**\", \"CSV-Dateien zu Exporten beinhalten wieder alle relevanten Datensätze.\", \"*Anforderungen:**\", \"Das Plugin benötigt nun mindestens Shopware Version 6.4.6.0.\", \"*Fehlerbehebungen:**\", \"Auf Picklisten werden die zugehörige Bestellnummer und das ausgewählte Lager wieder korrekt angezeigt.\", \"Das Layout von Picklisten unterstützt jetzt auch Adressen mit sehr langen Namen.\", \"Die Performance und Stabilität beim Import und Export von großen CSV-Dateien wurde verbessert.\", \"*Neue Funktionen und Verbesserungen:**\", \"Das Ziellager für Lieferantenbestellungen kann ab jetzt geändert werden.\", \"Bestellpositionen in Lieferantenbestellungen können ab jetzt bearbeitet und gelöscht werden.\", \"Es können nun Picklisten über den Flow Builder generiert werden.\", \"Unterstützt jetzt die Shopware Mehrfachänderung für den Lieferstatus \\\"Retour\\\", sodass unter Auswahl eines Lagers automatisch der korrekte Bestand eingelagert wird.\", \"*Fehlerbehebungen:**\", \"Picklisten können für Shopware Version 6.4.7.0 und höher wieder erstellt werden.\", \"Im Reiter \\\"Bestellungen\\\" eines Produkts werden die Statusfilter wieder angezeigt.\", \"*Neue Funktionen und Verbesserungen:**\", \"Unterstützt jetzt die Shopware Mehrfachänderung für den Lieferstatus \\\"Versandt\\\", sodass unter Auswahl eines Lagers automatisch der korrekte Bestand ausgebucht wird.\", \"In den Produkt-Lieferanten-Zuordnungen kann jetzt nach Produkten, Lieferanten und Herstellern gefiltert werden.\", \"*Fehlerbehebungen:**\", \"In der Bedarfsplanung werden alte Bestellungen, zu denen mehrere Versionen vorliegen, nun nicht länger mehrfach berücksichtigt.\", \"Der Import für Produkt-Lieferanten-Zuordnungen funktioniert nun auch korrekt für Produktvarianten.\", \"In den Produkt-Lieferanten-Zuordnungen können zugewiesene Lieferanten nun auch wieder über die Administration entfernt werden.\", \"*Anforderungen:**\", \"Das Plugin benötigt nun mindestens Shopware Version 6.4.2.0.\", \"*Neue Funktionen und Verbesserungen:**\", \"Lieferantenbestellungen können jetzt per E-Mail an den Lieferanten gesendet werden.\", \"In der Bedarfsplanung werden inaktive Produkte jetzt standardmäßig ausgeblendet.\", \"In der Bedarfsplanung werden Produkte, für die der Abverkauf aktiviert ist, jetzt standardmäßig ausgeblendet.\", \"In der Bedarfsplanung können Produkte jetzt nach Hersteller gefiltert werden.\", \"In der Bedarfsplanung können Produkte jetzt nach Kategorie gefiltert werden.\", \"Vererbte Produktnamen von Varianten werden nun korrekt in der Detailansicht der Lieferantenbestellungen angezeigt.\", \"Lagerplatzimporte werden jetzt auch in der Übersicht aller Importe und Exporte gelistet.\", \"*Fehlerbehebungen:**\", \"Der Bestand von Produkten kann nun wieder per absolutem Bestandsimport auf 0 gesetzt werden.\", \"*Fehlerbehebungen:**\", \"Der Import für die Produkt-Lieferanten-Zuordnung geht nun korrekt mit leeren Einträgen für Einkaufspreise um.\", \"*Neue Funktionen und Verbesserungen:**\", \"Das Plugin unterstützt nun Shopware Version 6.4.3.0.\", \"Standardlagerplätze werden nun in der Bestandsübersicht markiert und können per Import geändert werden.\", \"Der bewertete Warenbestand kann nun als CSV-Datei exportiert werden.\", \"Die zu exportiertenden Spalten der Lieferantenbestellungen können nun in den allgemeinen Plugin-Einstellungen angepasst werden.\", \"Die Bedarfsplanung kann jetzt nach Lieferant gefiltert werden.\", \"Die Einkaufsliste kann jetzt nach Lieferant gefiltert werden.\", \"Der Meldebestand eines Produktes kann nun per Bestandsimport geändert werden.\", \"Die Bedarfsplanung berücksichtigt jetzt eingehende Lieferantenbestellungen für den Bestellvorschlag.\", \"*Fehlerbehebungen:**\", \"Meldebestands-Emails werden nun wieder zur konfigurierten Zeit versandt.\", \"*Neue Funktionen und Verbesserungen:**\", \"Unter \\\"Einkauf\\\" -> \\\"Lieferantenzuordnung\\\" gibt es ab sofort eine weitere Spalte \\\"Lieferantennummer\\\", um die Produkt-Lieferanten-Zuordnung anhand dieser durchführen zu können und nicht mehr den Namen des Lieferanten in der CSV-Datei angeben zu müssen.\", \"Unter \\\"Einkauf\\\" -> \\\"Lieferantenzuordnung\\\" kann jetzt nach Produkten gefiltert werden, die noch keinem Lieferanten zugeordnet sind.\", \"*Fehlerbehebungen:**\", \"Picklisten können für Shopware Version 6.4.2.0 und höher wieder heruntergeladen werden.\", \"Das Plugin lässt sich für Shopware Version 6.4.2.0 und höher wieder ohne Fehler installieren.\", \"*Neue Funktionen und Verbesserungen:**\", \"Ermöglicht das Erstellen von Lieferantenbestellungen aus der Einkaufsliste heraus.\", \"Unter \\\"Einkauf\\\" -> \\\"Lieferantenbestellungen\\\" werden ab sofort alle Lieferantenbestellungen gelistet, die zuvor erstellt wurden.\", \"Unter \\\"Einkauf\\\" -> \\\"Lieferantenbestellungen\\\" können Lieferantenbestellungen ab sofort als CSV-Datei heruntergeladen werden.\", \"Produkt-Lieferanten-Zuordnungen können nun unter \\\"Einkauf\\\" -> \\\"Lieferantenzuordnung\\\" als CSV-Datei exportiert und importiert werden.\", \"Bei Lieferantenproduktnummern wird nun eine Länge von bis zu 64 Zeichen unterstützt.\", \"*Neue Funktionen und Verbesserungen:**\", \"Unter \\\"Lagerhaltung\\\" -> \\\"Bestandsübersicht\\\" kann ab sofort zwischen einem Export mit Bestand, als Vorlage für absolute Bestandsänderungen und einem Export ohne Bestand, als Vorlage für relative Bestandsänderungen gewählt werden.\", \"Unter \\\"Lagerhaltung\\\" -> \\\"Bestandsübersicht\\\" kann ab sofort zwischen einem absoluten Bestandsimport, z.B. bei einer Inventur des Lagers und einem relativen Bestandsimport, z.B. beim Wareneingang einer Lieferantenbestellung, gewählt werden.\", \"Unter \\\"Einkauf\\\" -> \\\"Lieferantenzuordnung\\\" vorgenommene Änderungen an der Produkt-Lieferanten-Zuordnung von Varianten, können jetzt optional für alle Varianten übernommen werden.\", \"*Neue Funktionen und Verbesserungen:**\", \"Unter \\\"Einkauf\\\" -> \\\"Lieferantenzuordnung\\\" können ab sofort Produkt-Lieferanten-Zuordnungen festgelegt und bearbeitet werden.\", \"Unter \\\"Einkauf\\\" -> \\\"Bedarfsplanung\\\" können ab sofort, auf Basis von vergangenen Verkäufen, Bestellvorschläge für einen gewünschten Prognosezeitraum berechnet und die entsprechenden Produkte anschließend auf die Einkaufsliste übernommen werden.\", \"Unter \\\"Einkauf\\\" -> \\\"Einkaufsliste\\\" werden ab sofort alle Produkte gelistet, die zuvor auf die Einkaufsliste gesetzt wurden.\", \"Exporte der Bestandsübersicht werden ab sofort geloggt und können nun nachträglich unter \\\"Einstellungen\\\" -> \\\"Import/Export (Pickware)\\\" eingesehen und abgerufen werden.\", \"*Fehlerbehebungen:**\", \"Bestellungen, die bereits vor der Installation von Pickware ERP im Lieferstatus \\\"Versandt\\\" waren, können nun retourniert werden.\", \"Bestellungen mit sehr vielen Positionen führen nun nicht mehr zu ungewollt leeren Seiten zu Beginn der Pickliste.\", \"Zusatzinformationen von Custom Products werden nun auch auf der Pickliste angezeigt.\", \"*Fehlerbehebungen:**\", \"Das Plugin kann ab Shopware Version 6.4.0 wieder erfolgreich aktualisiert werden.\", \"*Neue Funktionen und Verbesserungen:**\", \"Das Plugin unterstützt nun Shopware Version 6.4.0.\", \"Eine Bestellung, die bereits im Lieferstatus \\\"Versandt\\\" war, kann jetzt auch erneut als \\\"Versandt\\\" markiert werden, wenn sich der Lieferstatus zwischenzeitlich geändert hatte.\", \"*Anforderungen:**\", \"Das Plugin erfordert nun mindestens Shopware Version 6.4.0.\", \"*Neue Funktionen und Verbesserungen:**\", \"\\\"Leere Positionen\\\" einer Bestellung werden jetzt auch auf der Pickliste angezeigt.\", \"Es wird nun eine Warnung in der Administration angezeigt, wenn die Message Queue nicht ordnungsgemäß läuft.\", \"*Fehlerbehebungen:**\", \"Bestellungen, die Custom Products enthalten, können nun wieder gelöscht werden.\", \"Die E-Mails zur täglichen Benachrichtigung über alle Produkte, die ihren Meldebestand erreicht haben, werden wieder korrekt versandt.\", \"*Fehlerbehebungen:**\", \"Vererbte Einkaufspreise und Zusatzbezeichnungen von Varianten werden im bewerteten Warenbestand jetzt korrekt angezeigt.\", \"CSV-Dateien für den relativen Bestandsimport können nun auch unter Windows hochgeladen und importiert werden.\", \"Die Konfiguration der Pickliste unter *Einstellungen -> Dokumente* wird nun auch für Shopware Version 6.3.5.0 oder höher wieder korrekt geladen.\", \"Für Bestellungen, die Produkte beinhalten, welche zwischenzeitlich gelöscht wurden, können nun weiterhin Picklisten erzeugt werden.\", \"*Neue Funktionen und Verbesserungen:**\", \"Verbessert die Auswahl von Standardlagerplätzen am Produkt, indem Lagerplätze mit Bestand bevorzugt angezeigt werden.\", \"Bei der Migration von Shopware 5 auf Shopware 6 wird der Lagerbestand von Produkten ab jetzt korrekt synchronisiert.\", \"*Fehlerbehebungen:**\", \"Produkte denen ein Standardlagerplatz zugeordnet ist, können wieder korrekt dupliziert werden.\", \"Die Produktsuche in der Produkt-Lieferanten-Zuordnung funktioniert jetzt auch wieder für Shopware Version 6.3.5.0 oder höher.\", \"Das Datumsfeld für den \\\"Wunschtag\\\" bei der Versandetikettenerstellung mit dem Plugin _DHL Versand_ funktioniert nun wieder wie gewohnt.\", \"Das Plugin lässt sich nun wieder auf Systemen aktualisieren, die in MySQL keine SUPER-Privileges haben.\", \"*Neue Funktionen und Verbesserungen:**\", \"Die Migration der Bestände von Produkten von Shopware 5 nach Shopware 6 funktioniert nun korrekt.\", \"In der Bestandsübersicht können ab sofort relative Bestandsänderungen, unter Angabe des gewünschten Lagerorts, per CSV-Datei importiert werden.\", \"Unter *Einstellungen -> Shop -> Import/Export (Pickware)* gibt es ab sofort eine Übersicht aller laufenden und vergangenen Importe/Exporte, inklusive Fortschrittsanzeige, Fehlerausgabe und Dateidownload.\", \"*Fehlerbehebungen:**\", \"Die Pick-Anweisung wird jetzt auch beim Einsatz von Shopware Version 6.3.5.0 oder höher nur noch einfach auf der Pickliste angezeigt.\", \"*Neue Funktionen und Verbesserungen:**\", \"Fügt eine Auswertung zur Bewertung des Warenbestandes hinzu.\", \"Änderungen an einer Produkt-Lieferanten-Zuordnung können nun für alle Varianten eines Produkts übernommen werden.\", \"Fügt der Produkt-Lieferanten-Zuordnung das Feld \\\"Mindestabnahme\\\", \\\"Abnahmeintervall\\\" und \\\"Lieferantenproduktnummer\\\" hinzu.\", \"*Fehlerbehebungen:**\", \"Änderungen an Bestellpositionen wirken sich nun korrekt auf das Versenden der Lieferung der entsprechenden Bestellung aus.\", \"*Fehlerbehebungen:**\", \"Picklisten lassen sich nun auch für Bestellungen erstellen, für die ein automatischer Versandkostenrabatt vorliegt.\", \"Die Pickliste wird für Shopware Versionen ab Shopware 6.3.4.0 jetzt korrekt dargestellt.\", \"*Neue Funktionen und Verbesserungen:**\", \"Eine \\\"Auftragsampel\\\" zeigt jetzt in der Liste aller Bestellungen an, ob ausreichend Bestand vorliegt, um diese zu kommissionieren (Grün = Vollständig kommissionierbar, Orange = Teilweise kommissionierbar, Rot = Nicht kommissionierbar).\", \"Die Liste aller Bestellungen kann jetzt nach Kommissionierbarkeit gefiltert werden.\", \"Die Liste aller Bestellungen kann jetzt nach Bestell-, Zahlungs- und Lieferstatus gefiltert werden.\", \"Die Bestandsübersicht kann in der Ansicht *Je Produkt* jetzt zusätzlich nach Lieferanten gefiltert werden.\", \"*Neue Funktionen und Verbesserungen:**\", \"Unter \\\"Einkauf\\\" -> \\\"Lieferanten\\\" können ab sofort Lieferanten erstellt und Stammdaten zu diesen gepflegt werden.\", \"Im Reiter \\\"Produkte\\\" eines Lieferanten können diesem ab sofort Produkte zugeordnet werden.\", \"Im Reiter \\\"Lieferant\\\" eines Produkts kann diesem ab sofort ein Lieferant zugeordnet werden.\", \"Sofern ein Kunde im Bestellabschluss einen Bestellkommentar angibt, wird dieser jetzt auch auf der Pickliste angezeigt.\", \"Verbessert die Suche und Darstellung von Lagerplätzen an diversen Stellen in der Administration. Diese Verbesserung greift ab Shopware Version 6.3.2.0.\", \"*Fehlerbehebungen:**\", \"Lieferadressen werden wieder korrekt auf Picklisten angezeigt.\", \"*Fehlerbehebungen:**\", \"Unter Shopware 6.3.2.0 kann der Bestellstatus einer Bestellung jetzt wieder automatisch auf \\\"Abgeschlossen\\\" gesetzt werden, wenn der Lieferstatus auf \\\"Versandt\\\" gesetzt wird und die E-Mail für den Lieferstatus \\\"Versandt\\\" wird wieder korrekt verschickt.\", \"Die manuelle Zuweisung eines Produktes zu einer Kategorie funktioniert nun wieder.\", \"*Neue Funktionen und Verbesserungen:**\", \"Das Plugin unterstützt nun Shopware Version 6.3.2.0.\", \"*Neue Funktionen und Verbesserungen:**\", \"In der Bestandsübersicht wird in der Ansicht *Je Produkt* ab sofort der \\\"Meldebestand\\\" eines Produkts angezeigt.\", \"In der Bestandsübersicht kann in der Ansicht *Je Produkt* ab sofort nach Produkten gefiltert werden, die ihren Meldebestand erreicht bzw. unterschritten haben.\", \"*Neue Funktionen und Verbesserungen:**\", \"In der Bestandsübersicht stehen ab sofort drei unterschiedliche Ansichten zur Auswahl, um den Bestand *Je Produkt* / *Je Produkt und Lager* / *Je Produkt und Lagerplatz* anzeigen und exportieren zu können.\", \"Das Plugin unterstützt nun Shopware Version 6.3.1.\", \"*Anforderungen:**\", \"Das Plugin benötigt nun mindestens Shopware Version 6.3.1.0.\", \"*Fehlerbehebungen:**\", \"Die Dokumenteneinstellungen unter *Einstellungen -> Dokumente* werden wieder vollständig geladen.\", \"*Neue Funktionen und Verbesserungen:**\", \"Im Reiter \\\"Bestand\\\" eines Produkts kann jetzt ein produktspezifischer Meldebestand gepflegt werden.\", \"In der Konfiguration des Plugins kann jetzt definiert werden, zu welchem Zeitpunkt und an wen täglich eine Liste aller Produkte, deren Lagerbestand den Meldebestand erreicht oder unterschritten haben, per E-Mail gesendet werden soll.\", \"Ein Klick auf einen beliebigen Lagerplatz in der Bestandsübersicht filtert die Bestandsübersicht ab sofort automatisch nach diesem.\", \"*Neue Funktionen und Verbesserungen:**\", \"Unter *Lagerhaltung -> Lager und Lagerplätze* können im Reiter *Lagerplätze* eines Lagers ab sofort Lagerplätze per CSV-Datei importiert werden.\", \"Sämtliche Varianteninformationen zu einem Produkt werden nun zusätzlich zum Produktnamen auf der Pickliste abgedruckt.\", \"Bestandsbewegungen, die einen negativen Lagerbestand in einem Lager oder auf einem Lagerplatz zur Folge hätten, sind ab jetzt nicht mehr möglich und führen zu einer entsprechenden Fehlermeldung.\", \"Das Plugin kann jetzt optional unter Beibehaltung aller Daten deinstalliert werden.\", \"Das Plugin unterstützt nun Shopware Version 6.3.0 (ab Version 6.3.0.2).\", \"*Fehlerbehebungen:**\", \"Beim Erstellen oder Bearbeiten eines Lagers wird nicht mehr automatisch \\\"Deutschland\\\" in der Adresse des Lagers vorausgewählt, wenn keine Lageradresse gewünscht ist.\", \"*Anforderungen:**\", \"Das Plugin benötigt nun mindestens Shopware Version 6.3.0.2.\", \"*Neue Funktionen und Verbesserungen:**\", \"Im Reiter \\\"Bestand\\\" eines Produkts kann jetzt ein Standardlagerplatz je Lager festgelegt werden. Die Zuordnung eines Produkts zu seinem Standardlagerplatz bleibt auch dann erhalten, wenn der Bestand dort auf 0 fällt.\", \"Wird der Bestand eines Produkts per Shopware API bzw. Shopware Produktimport erhöht, wird der Bestand jetzt immer auf den Standardlagerplatz des Standardlagers eines Produkts gebucht.\", \"Wird der Bestand eines Produkts per Shopware API bzw. Shopware Produktimport verringert, wird jetzt die selbe Ausbuchungsstrategie angewandt wie beim Versenden einer Bestellung.\", \"Die Berechnung des reservierten Bestands eines Produkts erfolgt jetzt unter Berücksichtigung der bereits versendeten Positionen sowie der Bestell- und Lieferstatus der Bestellungen.\", \"Lagerplätze und Produktvarianten werden in der Bestandsübersicht jetzt deutlicher dargestellt.\", \"*Voraussetzungen:**\", \"Das Plugin erfordert mindestens Shopware 6.2.3.\", \"*Neue Funktionen und Verbesserungen:**\", \"Die Bestandsübersicht kann jetzt unter Berücksichtigung der gesetzten Filterparameter als CSV-Datei exportiert werden.\", \"Bestand wird jetzt ins ausgewählte Lager eingebucht, wenn der Status der Lieferung einer Bestellung auf \\\"Retour\\\" geändert wird.\", \"*Fehlerbehebungen:**\", \"Produktnamen von Varianten werden jetzt korrekt auf der Pickliste dargestellt.\", \"*Neue Funktionen und Verbesserungen:**\", \"__Highlight:__ Es ist nun möglich **Picklisten** für Bestellungen zu erstellen. Alle zu kommissionierenden Produkte werden dabei nach Lagerplatz sortiert aufgelistet.\", \"Bestand wird jetzt gemäß der Ausbuchungsstrategie von den Lagerplätzen ausgebucht, wenn der Status der Lieferung einer Bestellung auf \\\"Versandt\\\" geändert wird.\", \"In der Bestandsübersicht und weiteren filterbaren Ansichten lassen sich vorherige Filtereinstellungen nun per Browsernavigation wiederherstellen. Durch Kopieren der URL können die Filtereinstellungen jetzt auch mit anderen Personen geteilt werden.\", \"*Fehlerbehebungen:**\", \"Produkte, für die bereits Bestandsbewegungen vorliegen, lassen sich nun wieder löschen und duplizieren.\", \"Bestellungen lassen sich nun wieder löschen, auch wenn sie bereits versendet wurden.\", \"Sofern einer Bestellung \\\"Leere Positionen\\\" oder \\\"Gutschriften\\\" hinzugefügt wurden, funktioniert die Statusänderung jetzt wieder ohne Fehlermeldung.\", \"Das Plugin kann jetzt auch aktualisiert werden während es deaktiviert ist.\", \"*Neue Funktionen und Verbesserungen:**\", \"Im Reiter \\\"Bestellungen\\\" eines Produkts kann die Liste der Kundenbestellungen jetzt nach Zahlungs-, Liefer- und Bestellstatus gefiltert werden.\", \"Ein Klick auf _Reservierter Bestand_ im Reiter \\\"Bestand\\\" eines Produkts öffnet nun die Liste der zu versendenden Kundenbestellungen zu diesem Produkt.\", \"Im Reiter \\\"Bestand\\\" werden bei der Auslagerung und Umlagerung von Produkten jetzt nur noch Lagerplätze zur Auswahl angeboten, auf denen das Produkt aktuell einen Bestand > 0 hat.\", \"Die unter _Einstellungen -> System -> Zusatzfelder_ angelegten Zusatzfeld-Sets können ab sofort auch für Lager verwendet werden.\", \"Das Plugin unterstützt nun Shopware Version 6.2.0.\", \"*Fehlerbehebungen:**\", \"Der verfügbare Bestand eines Produkts wird jetzt sofort reduziert, wenn zu einer bestehenden Bestellung eine neue Bestellposition hinzugefügt wurde.\", \"*Anforderungen:**\", \"Das Plugin erfordert nun mindestens Shopware Version 6.2.0.\", \"*Neue Funktionen und Verbesserungen:**\", \"Im Reiter \\\"Bestellungen\\\" eines Produkts findet sich ab sofort eine Liste aller Kundenbestellungen, in denen das Produkt enthalten ist.\", \"Im Reiter \\\"Bestand\\\" eines Produkts findet sich ab sofort eine Übersicht des gesamten Lagerbestands, reservierten Bestands und verfügbaren Bestands des Produkts.\", \"Beim Ändern des Lieferstatus auf \\\"Versandt\\\" erfolgt nun eine Abfrage, um den Bestellstatus der Kundenbestellung gleichzeitig auf \\\"Abgeschlossen\\\" zu setzen.\", \"Unter \\\"Lagerhaltung\\\" —> \\\"Lager und Lagerplätze\\\" kann das Standardlager ab jetzt konfiguriert werden.\", \"*Neue Funktionen und Verbesserungen:**\", \"Bestand wird jetzt automatisch aus dem gewünschten Lager ausgebucht, wenn der Status der Lieferung einer Bestellung auf \\\"Versandt\\\" geändert wird.\", \"Unter \\\"Lagerhaltung\\\" —> \\\"Bestandsübersicht\\\" findet sich ab sofort eine filterbare Übersicht des Bestands aller Produkte je Lagerplatz.\", \"Via CSV-Datei Import kann jetzt der Produktbestand im Standardlager angepasst werden (Kompatibilität mit Shopware Version 6.1.5).\", \"Via Shopware API kann jetzt der Produktbestand im Standardlager angepasst werden.\", \"*Initiales Release mit folgenden Features:**\", \"Mehrere Lager verwalten\", \"Lagerplätze verwalten\", \"Chaotische Lagerhaltung (Mehrere Lagerplätze pro Artikel)\", \"Protokoll aller Warenbewegungen\"], \"## en\": [\"*Bug fixes:**\", \"When canceling picking process with _Pickware WMS_, the original bin location can now be selected again.\", \"*Bug fixes:**\", \"Fixes a bug during the update to version 2.42.2.\", \"*Bug fixes:**\", \"The reorder point of products can now be deleted per product via stock imports.\", \"*Bug fixes:**\", \"Fixes a bug that in some cases the Administration components of the plugin could not be loaded.\", \"Fixes picking issues for order which contain deleted products.\", \"*Bug fixes:**\", \"Supplier orders can now also be downloaded as a PDF or exported as a CSV file if they contain a deleted product.\", \"*New features and improvements:**\", \"Pick lists now always show the items to be shipped at the time of the pick list creation.\", \"Bin locations can now also be deleted via multiple selection in the bin location overview of a warehouse.\", \"Stock from ongoing pick processes (with Pickware WMS) is now correctly taken into account when evaluating the pickability of further orders.\", \"*Bug fixes:**\", \"Product supplier assignments can now also be imported if multiple manufacturers exist with the same name.\", \"If the displayed quantity of items in the demand planning is reduced due to an adjustment of the filters, the list is now automatically updated correctly.\", \"*New features and improvements:**\", \"Improves the performance when updating orders (e.g. when picking orders with Pickware WMS).\", \"*Bug fixes:**\", \"Creating picklists via the bulk edit of orders is now compatible with shopware version 6.4.14.0.\", \"Supplier orders can now also be sent to the supplier by email again without having to set a \\\"BCC recipient for supplier orders\\\".\", \"*New features and improvements:**\", \"When changing the purchase price of a product in a supplier order, the user is now asked whether the price should be permanently adopted for the product as the new purchase price.\", \"The filter settings can now be undone or reset to the default value with one click in all views in the administration.\", \"BCC recipients for each supplier order mail can now be configured in the plugin configuration.\", \"Templates for comments for manual stock movements can now be created in the plugin configuration..\", \"Loading times when picking orders with the Pickware WMS App are now significantly shorter.\", \"*Bug fixes:**\", \"The quantity of products that can be selected in the storefront is now correctly limited to the available stock again when clearance sale is activated.\", \"The stocktake export now works again if one of the products included in the stocktake has been deleted in the meantime.\", \"*New features and improvements:**\", \"Completed stocktakes can now be exported as a CSV file in the counted view of a stocktake.\", \"Picklists can now be created and downloaded via the bulk edit of orders (Shopware version 6.4.14.0 and higher).\", \"Adds a \\\"reset\\\" button to multiple filter fields in list views in the Administration.\", \"*Bug fixes:**\", \"The dynamic product groups are now re-evaluated when moving stock.\", \"The PDF document of the supplier order is correctly attached to the email again.\", \"The stocktake counting processes of a product on an unknown bin location are now considered correctly, even it the same product was counted on other locations in the warehouse as well.\", \"*New features and improvements:**\", \"The supplier company name can now be set for suppliers.\", \"Shows the supplier company name on supplier order documents.\", \"*Bug fixes:**\", \"The supplier order detail page can be opened again.\", \"*New features and improvements:**\", \"Stocktaking for a warehouse can now be started, finished and edited in _Warehousing -> Stocktake_.\", \"*Bug fixes:**\", \"Pickware documents (i.e. supplier order documents) can now be created with different languages that have the same region.\", \"*Bug fixes:**\", \"Fixes a problem while updating this plugin.\", \"*New features and improvements:**\", \"By default, the PDF order document for suppliers is now loaded as an attachment in an e-mail to the supplier.\", \"The calculation of the order pickability is now much faster.\", \"*New features and improvements:**\", \"The email notification of products that have reached their reorder point can now be configured in the flow builder.\", \"The calculation of the order pickability is now much faster.\", \"*Bug fixes:**\", \"Custom fields can be created and assigned for suppliers and warehouses again.\", \"*Bug fixes:**\", \"Additional product variant information are now displayed correctly on the supplier order pdf.\", \"Removes \\\"Supplier order\\\" from document selection for order bulk edit.\", \"*New features and improvements:**\", \"Supplier orders can now be downloaded as PDF files.\", \"Suppliers can now be exported and imported via CSV file.\", \"The order pickability is now calculated per warehouse.\", \"The default warehouse can be selected via the action menu in the list view.\", \"*Bug fixes:**\", \"Suppliers can now be deleted, even if mappings to products or supplier orders exist.\", \"*Bug fixes:**\", \"The estimated demand can now be calculated for 0 days in demand planning to determine order proposals without taking expected product sales into account.\", \"Product import via Shopware Import/Export now works again even if a warehouse was previously deleted.\", \"In the Flow Builder, the saved warehouse is now preselected correctly when opening the modal for editing an action for document generation.\", \"*Bug fixes:**\", \"Fixes an error during the installation in Shopware version 6.4.12.0 and above.\", \"*New features and improvements:**\", \"Picklist items are now secondarily sorted by their product number.\", \"Supplier orders can now be exported to PDF.\", \"*Bug fixes:**\", \"Suppliers can be sorted by contact persons.\", \"When setting the order status to \\\"Completed\\\", the \\\"sales\\\" field of products is now calculated correctly again.\", \"After setting the order status to \\\"Completed\\\" when delivering an order the order will be reloaded.\", \"*New features and improvements:**\", \"A warning is now displayed if new supplier orders have been created since the last demand planning calculation.\", \"Products without stock are now hidden by default in the stock valuation report.\", \"Adds several new filters in the stock overview.\", \"Adds new filters in the stock overview.\", \"There are more optional columns available in the supplier overview.\", \"Fields in the supplier overview are now editable.\", \"*New features and improvements:**\", \"Main products of variants are now hidden by default in demand planning.\", \"*Bug fixes:**\", \"Fixes an issue during plugin updates, that could occur when multiple entries for business events relating to Pickware e-mail templates had been created.\", \"*Bug fixes:**\", \"General improvements in handling multiple versions of an order.\", \"*New features and improvements:**\", \"A warning is now displayed if the order status of a supplier order is set to \\\"Delivered\\\" that has not yet been stocked completely.\", \"Supplier orders are now editable in the detail view.\", \"*Bug fixes:**\", \"Orders can now be edited again.\", \"*New features and improvements:**\", \"A warning is now shown, when you set a supplier order to \\\"Delivered\\\", even though the delivered quantitity is below the ordered quantity.\", \"You can now send and stock supplier orders directly in their detail view.\", \"*Bug fixes:**\", \"Fixes an error with the updating of an existing database table in the last release.\", \"*New features and improvements:**\", \"You can now export, send, stock and delete supplier orders directly in their detail view.\", \"The supplier order detail view now shows the \\\"Delivered Quantity\\\" next to the \\\"Ordered Quantity\\\".\", \"*Bug fixes:**\", \"The date picker for selecting time periods (e.g. for promotions) works again in all places in the administration.\", \"UI changes of other plugins in the administration in the order detail page around the shipments are not overwritten anymore.\", \"*New features and improvements:**\", \"Mail templates will be removed when uninstalling the plugin completely.\", \"Improves the pickability calculation of orders. Reduces the loading time of the order list in the Administration.\", \"*Bug fixes:**\", \"Fixes an issue when using Shopware\'s extension framework with Composer 2.2.x.\", \"*Bug fixes:**\", \"The picklist document creation works again via the flow builder.\", \"*Requirements:**\", \"The plugin now requires at least Shopware version 6.4.10.0.\", \"*Bug fixes:**\", \"In Shopware installations with MariaDB, Pickware ERP can now be updated again to versions > 2.26.0.\", \"*New features and improvements:**\", \"The state of open supplier orders will now be changed to \\\"Sent to supplier\\\", when they are sent to the supplier via\", \"Missing database views are now automatically detected and recreated during an update or a re-installation.\", \"The sums above the stock valuation were moved into the table as a fixed summary row.\", \"*Bug fixes:**\", \"Product images are shown in the purchase list correctly.\", \"Fixes small styling errors in the stock tab of products in the Administration in Shopware version 6.4.10.0.\", \"The reorder point of products can be edited and saved multiple times in the stock tab of products.\", \"*New features and improvements:**\", \"Supplier orders can now be stocked using the actions menu in the list view.\", \"Gross and net purchase prices of products cannot be unlinked in the administration anymore.\", \"Improves the search bar in the administration for the Pickware modules \\\"Warehouses\\\" and \\\"Supplier orders\\\".\", \"Supports creating picklist documents via the flow builder.\", \"*Bug fixes:**\", \"Demand planning is now working for Shopware version 6.4.9.0 and higher again.\", \"*New features and improvements:**\", \"The user is now additionally displayed for stock movements in the \\\"Stock\\\" tab of a product.\", \"Suppliers can now openend via link directly from the list of supplier orders.\", \"Products are now displayed with a warning in the purchase list if their order quantity does not match the minimum purchase or the purchase steps of the product.\", \"If changes are made to the product supplier mapping of a variant product, that should be applied to all variants, a progress bar is now displayed.\", \"If the order status of a supplier order is changed to \\\"Confirmed\\\", the expected delivery date is now automatically set based on the standard delivery time of the respective supplier.\", \"*New features and improvements:**\", \"Order documents can now be opened directly by clicking the document type in the order detail view.\", \"The plugin is now compatible with the plugin \\\"Mail Archive\\\".\", \"*Bug fixes:**\", \"CSV files for exports again contain all relevant records.\", \"*Requirements:**\", \"The plugin now requires at least Shopware version 6.4.6.0.\", \"*Bug fixes:**\", \"The order number and the selected warehouse are displayed correctly on picklists again.\", \"The picklist layout now supports addresses with very long names.\", \"The performance and stability when importing and exporting large CSV files has been improved.\", \"*New features and improvements:**\", \"The target warehouse for supplier orders can be changed from now on.\", \"Order items in supplier orders can edited or removed from now on.\", \"Picklists can now be generated via Flow Builder.\", \"Now supports the shopware bulk edit for the delivery status \\\"Return\\\", so that the stock is automatically restored in the selected warehouse.\", \"*Bug fixes:**\", \"Picklists can be created again for Shopware version 6.4.7.0 and higher.\", \"Filters can now be set again in the \\\"Orders\\\" tab of products.\", \"*New features and improvements:**\", \"Now supports the shopware bulk edit for the delivery status \\\"Shipped\\\", so that the stock is automatically removed in the selected warehouse.\", \"Product supplier mappings can now be filtered by products, suppliers and manufacturers.\", \"*Bug fixes:**\", \"Multiple versions of old orders are no longer considered multiple times for demand planning.\", \"The import for product supplier mappings now works for product variants as well.\", \"In the administration, assigned suppliers can now be removed again for product supplier configurations.\", \"*Requirements:**\", \"The plugin now requires at least Shopware version 6.4.2.0.\", \"*New features and improvements:**\", \"Supplier orders can now be sent to suppliers by email.\", \"In demand planning, inactive products are now hidden by default.\", \"In demand planning, products in clearance sale are now hidden by default.\", \"In demand planning, products can now be filtered by manufacturer.\", \"In demand planning, products can now be filtered by category.\", \"Inherited product names of variants are now correctly displayed in the detail view of supplier orders.\", \"Bin location imports are now also listed in the overview of all imports and exports.\", \"*Bug fixes:**\", \"The product stock can now be set to 0 again using the absolute stock import.\", \"*Bug fixes:**\", \"The import for product supplier mappings now handles empty entries for purchase prices correctly.\", \"*New features and improvements:**\", \"The plugin now supports Shopware version 6.4.3.0.\", \"Standard bin locations are now highlighted in the stock overview and can be changed by CSV-import.\", \"The stock valuation can now be exported as a CSV file.\", \"The columns of the supplier export can now be adjusted in the general plugin settings.\", \"The demand planning can now be filtered by supplier.\", \"The purchase list can now be filtered by supplier.\", \"Reorder point of a product can now be changed via stock import.\", \"Incoming supplier orders are now taken into account in demand planning.\", \"*Bug fixes:**\", \"Reorder point emails are now sent at the configured time again.\", \"*New features and improvements:**\", \"There is now an additional column \\\"Supplier number\\\" that can be used instead of the name of the supplier to perform the product supplier mapping via CSV file in \\\"Purchasing\\\" -> \\\"Supplier mapping\\\".\", \"It is now possible to filter for products that have not yet been mapped to a supplier in \\\"Purchasing\\\" -> \\\"Supplier mapping\\\".\", \"*Bug fixes:**\", \"Picklists can be downloaded again for Shopware version 6.4.2.0 and higher.\", \"The plugin can now be installed again without errors for Shopware version 6.4.2.0 and higher.\", \"*New features and improvements:**\", \"Enables you to create supplier orders from the purchase list.\", \"All supplier orders that have been previously created are now listed in \\\"Purchasing\\\" -> \\\"Supplier orders\\\".\", \"Supplier orders can now be exported as a CSV file in \\\"Purchasing\\\" -> \\\"Supplier orders\\\".\", \"Product supplier mappings can now be exported and imported as CSV file in \\\"Purchasing\\\" -> \\\"Supplier mapping\\\".\", \"Supplier product numbers can now have a length of up to 64 characters.\", \"*New features and improvements:**\", \"It is now possible to choose between an export with the current stock, as a template for absolute stock changes, and an export without the current stock, as a template for relative stock changes, in \\\"Warehousing\\\" -> \\\"Stock overview\\\".\", \"It is now possible to choose between an absolute stock import, e.g. following a stocktaking of a warehouse, and a relative stock import, e.g. when stocking a supplier order, in \\\"Warehousing\\\" -> \\\"Stock overview\\\".\", \"Changes made to the product supplier mapping of variants in \\\"Purchasing\\\" -> \\\"Supplier mapping\\\" can now optionally be applied to all variants.\", \"*New features and improvements:**\", \"Product supplier assignments can now be defined and edited in \\\"Purchasing\\\" -> \\\"Supplier mapping\\\".\", \"It is now possible to calculate purchase suggestions for a desired forecast period based on past sales in \\\"Purchasing\\\" -> \\\"Demand planning\\\". The products can then be transferred to the purchase list.\", \"All products that have previously been placed on the purchase list are now listed in \\\"Purchasing\\\" -> \\\"Purchase list\\\".\", \"Exports of the stock overview are logged from now on and can be viewed and downloaded afterwards in \\\"Settings\\\" -> \\\"Import/Export (Pickware)\\\".\", \"*Bug fixes:**\", \"Order that have been shipped before Pickware ERP was installed, can now be returned.\", \"Orders with a large number of items no longer result in unintentionally blank pages at the beginning of the picklist.\", \"Additional information of custom products are now also displayed on the picklist.\", \"*Bug fixes:**\", \"The plugin can be successfully updated again with Shopware version 6.4.0 or higher.\", \"*New features and improvements:**\", \"The plugin now supports Shopware version 6.4.0.\", \"An order that was already in the delivery status \\\"Shipped\\\" can now be marked as \\\"Shipped\\\" again if the delivery status had changed in the meantime.\", \"*Requirements:**\", \"The plugin now requires at least Shopware version 6.4.0.\", \"*New features and improvements:**\", \"Custom items are now also displayed on picklists.\", \"A warning is now displayed in the administration if the message queue is not running properly.\", \"*Bug fixes:**\", \"Orders that contain Custom Products can now be deleted again.\", \"The daily reorder notification emails are being sent out properly again.\", \"*Bug fixes:**\", \"Inherited purchase prices and additional information of variants are now correctly displayed in the stock valuation.\", \"CSV files for the relative stock import can now also be uploaded and imported using Windows.\", \"The picklist configuration in *Settings -> Documents* is now loaded correctly again for Shopware version 6.3.5.0 or higher.\", \"Picklists can now still be created for orders that contain products that have been deleted in the meantime.\", \"*New features and improvements:**\", \"Improves the default bin location selection of a product by preferentially displaying bin locations with stock.\", \"The product stock is now synchronized correctly when migrating from shopware 5 to shopware 6.\", \"*Bug fixes:**\", \"Products with default bin locations can be cloned again.\", \"The product search in the product supplier assignment now works again for Shopware version 6.3.5.0 or higher.\", \"The date field for the \\\"preferred day\\\" when creating shipping labels with the plugin _DHL Shipping_ now works as usual again.\", \"The plugin can now be updated again on systems that do not have SUPER privileges in MySQL.\", \"*New features and improvements:**\", \"The migration of the stocks of products from Shopware 5 to Shopware 6 now works correctly.\", \"Relative stock changes can now be imported for specific stock locations via CSV file in the stock overview.\", \"All current and past imports/exports, including progress, error output and file download are now displayed in an overwiew in *Settings -> Shop -> Import/Export (Pickware)*.\", \"*Bug fixes:**\", \"The picking instructions are now only displayed once on the pick list when using Shopware version 6.3.5.0 or higher.\", \"*New features and improvements:**\", \"Adds a report for evaluating the inventory value.\", \"Changes of a product supplier assignment can now be applied to all variants of a product.\", \"Adds the fields \\\"Minimum purchase\\\", \\\"Purchase steps\\\" and \\\"Supplier product number\\\" to the product supplier assignment.\", \"*Bug fixes:**\", \"Changes in order positions now correctly affect the shipping of the order\'s delivery.\", \"*Bug fixes:**\", \"Picklists can now also be created for orders with an automatic shipping cost discount.\", \"The picklist is now displayed correctly for Shopware version 6.3.4.0 and higher.\", \"*New features and improvements:**\", \"The order list now contains a \\\"traffic light\\\" that shows whether there is enough stock to pick an order (green = completely pickable, orange = partially pickable, red = not pickable).\", \"The order list can now be filtered by pickability.\", \"The order list can now be filtered by order, payment and delivery status.\", \"The stock overview can now be additionally filtered by supplier in the view *Per product*.\", \"*New features and improvements:**\", \"Suppliers can now be added and edited in \\\"Purchasing\\\" -> \\\"Suppliers\\\".\", \"Products can now be assigned to a supplier in the \\\"Products\\\" tab of the supplier.\", \"A supplier can now be assigned to a product in the \\\"Supplier\\\" tab of the product.\", \"If a customer enters an order comment in the checkout, this comment is now also displayed on the picking list.\", \"Improves the search and display of bin locations at various places in the administration. This improvement applies to Shopware version 6.3.2.0 and higher.\", \"*Bug fixes:**\", \"Shipping addresses are now shown correctly on picklist documents again.\", \"*Bug fixes:**\", \"In Shopware 6.3.2.0 the order status of an order can now automatically be set to \\\"Done\\\" again and the delivery mail is sent correctly again when the delivery status is set to \\\"Shipped\\\".\", \"The manual assignment of a product to a category now works again.\", \"*New features and improvements:**\", \"The plugin now supports shopware version 6.3.2.0.\", \"*New features and improvements:**\", \"The view *Per product* in the stock overview, now shows the \\\"reorder point\\\" of a product.\", \"In the stock overview, it is now possible to filter for products that have reached their reorder point.\", \"*New features and improvements:**\", \"The stock overview now supports three different views to display and export the stock *Per product* / *Per product and warehouse* / *Per product and bin location*.\", \"The plugin now supports shopware version 6.3.1.\", \"*Requirements:**\", \"The plugin now requires at least Shopware version 6.3.1.0.\", \"*Bug fixes:**\", \"The document detail pages in the document settings are loaded properly again.\", \"*New features and improvements:**\", \"A product specific reorder point can now be set in the \\\"stock\\\" tab of a product.\", \"In the configuration of the plugin, it is now possible to define at what time and to whom a list of all products that have reached their reorder point should be sent by email every day.\", \"Clicking on any bin location in the stock overview now filters the stock overview automatically after this.\", \"*New features and improvements:**\", \"You can now import bin locations via CSV file in the *Bin locations* tab of a warehouse in *Warehousing -> Warehouses and bin locations*.\", \"All variant information for a product is now printed on the picklist in addition to the product name.\", \"Stock movements that would result in a negative stock in a warehouse or in a bin location are no longer possible from now on and lead to a corresponding error message.\", \"The plugin can now optionally be uninstalled while keeping all data.\", \"The plugin now supports Shopware version 6.3.0 (from version 6.3.0.2).\", \"*Bug fixes:**\", \"Fixes a bug that caused the country \\\"Germany\\\" to be preselected (and therefore unknowingly saved) in the address of a warehouse.\", \"*Requirements:**\", \"The plugin now requires at least Shopware version 6.3.0.2.\", \"*New features and improvements:**\", \"You can now define a default bin location per product and warehouse in the \\\"Stock\\\" tab of a product. The assignment of a product to its default bin location is retained even if the stock there falls to 0.\", \"If the stock of a product is increased via Shopware API or Shopware Import, the stock is now always posted to the default bin location of the default warehouse for a product.\", \"If the stock of a product is decreased via the Shopware API or Shopware Import, the same clearing strategy is now used as when shipping an order delivery.\", \"The calculation of the reserved stock of a product is now based on the items that are already shipped and the order and delivery status of the orders.\", \"Improved display of bin locations and product variants in the stock overview.\", \"*Requirements:**\", \"The plugin requires at least Shopware 6.2.3.\", \"*New features and improvements:**\", \"The (filtered) stock overview can now be exported as CSV file.\", \"Stock is now stored in the selected warehouse when the status of the order delivery state is changed to \\\"Returned\\\".\", \"*Bug fixes:**\", \"Inherited product names of product variants are now displayed correctly on the picklist document.\", \"*New features and improvements:**\", \"__Highlight:__ It is now possible to create **picklists** for orders. All products to be picked are displayed sorted by bin location.\", \"Stock is now cleared from the bin locations according to the clearing strategy when the status of the order delivery is changed to \\\"Shipped\\\".\", \"In the stock overview and other filterable views, previous filter settings can now be restored via browser navigation. In addition, you can now share filter settings with others by copying the URL.\", \"*Bug fixes:**\", \"Products that already have stock movements can now be deleted and duplicated.\", \"Orders can now be deleted even if they have already been shipped.\", \"If \\\"custom items\\\" or \\\"credits\\\" have been added to an order, the status change now works again without an error message.\", \"The plugin can now also be updated while it is deactivated.\", \"*New features and enhancements:**\", \"The list of all customer orders including a specific product can now be filtered by payment, delivery and order status in the \\\"Orders\\\" tab of that product.\", \"A click on _Reserved stock_ in the \\\"Stock\\\" tab of a product now opens the list of customers orders that have to be shipped for this product.\", \"Only bin locations with stock > 0 can now be selected when removing or transferring products in the \\\"Stock\\\" tab of a product.\", \"The additional field sets created in _Settings -> System -> Custom fields_ can now be used for warehouses as well.\", \"The plugin now supports Shopware version 6.2.0.\", \"*Bug fixes:**\", \"The available stock of a product is now adjusted as soon as a new product has been added to an existing order.\", \"*Requirements:**\", \"The plugin now requires at least Shopware version 6.2.0.\", \"*New features and enhancements:**\", \"A list of all customer orders including a specific product is now shown in the \\\"Orders\\\" tab of that product.\", \"An overview of the total stock, reserved stock and available stock of the product has been added to the \\\"Stock\\\" tab of a product.\", \"When changing the delivery status to \\\"Shipped\\\", a pop-up is now displayed to set the order status of the customer order to \\\"Done\\\" at the same time.\", \"The default warehouse can now be configured in \\\"Warehousing\\\" —> \\\"Warehouses and bin locations\\\".\", \"*New features and enhancements:**\", \"Stock is now automatically cleared out of the desired warehouse when the status of an order delivery is changed to \\\"Shipped\\\".\", \"A filterable overview of all product stock per bin location has been added in \\\"Warehousing\\\" -> \\\"Stock overview\\\".\", \"Product stock can now be adjusted in the standard warehouse via CSV file import (compatibility with Shopware version 6.1.5).\", \"Product stock can now be adjusted in the standard warehouse via the shopware API.\", \"*Initial release with these features:**\", \"Manage multiple warehouses\", \"Manage bin locations\", \"Multiple bin locations per product (dynamic warehousing)\", \"Complete log of all stock movements\"]}', NULL, '2023-04-07 11:55:09.169', '2023-05-07 15:59:22.112'); INSERT INTO `plugin_translation` (`plugin_id`, `language_id`, `label`, `description`, `manufacturer_link`, `support_link`, `changelog`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x7e7276c468e6463fa9bc10f78d530557, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware 6 Demodaten', 'Demodaten Plugin für Shopware 6. Nicht in Produktiv-Umgebungen nutzen! Die Daten werden beim Aktivieren des Plugins importiert und überschreiben bestehende Daten.', 'https://store.shopware.com/shopware-ag.html', 'https://docs.shopware.com/de', '{\"1.0.9\": [\"Pipeline hinzugefügt\", \"Dev tooling hinzugefügt\", \"Plugin Validierungsfehler gefixt\", \"Plugin Aktivierung gefixt durch CMS Page Umbenennung\"]}', NULL, '2023-04-07 11:37:02.896', '2023-05-07 15:59:22.185'), (0x7e7276c468e6463fa9bc10f78d530557, 0x74abf495620848a19755546e0f70dbac, 'Shopware 6 Demo data', 'Demo data plugin for Shopware 6. Do not use in production environments! The data is imported on plugin activation and it will overwritten existing data.', 'https://store.shopware.com/en/shopware-ag.html', 'https://docs.shopware.com/en', '{\"1.0.9\": [\"Add pipeline\", \"Add dev tooling\", \"Fix plugin validation errors\", \"Fixed plugin activation by CMS page renaming\"]}', NULL, '2023-04-07 11:37:02.896', '2023-05-07 15:59:22.186'), (0x89ea7a250f914c4f947ad80a0cd4111d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Theme Metro Light', 'Metro ist ein völlig kostenloses mobiles Thema mit vielen anpassbaren Funktionen ermöglicht es Ihnen, das Aussehen Ihres Shops flexibel anzupassen und in kurzer Zeit Arbeit anzufangen.', 'https://wonderthemes.de/', 'https://wonderthemes.de/', NULL, NULL, '2023-05-07 15:20:01.204', '2023-05-07 15:59:22.151'), (0x89ea7a250f914c4f947ad80a0cd4111d, 0x74abf495620848a19755546e0f70dbac, 'The MetroLight', 'Fully free, mobile theme with lots of customizable functions allows setting the skin of your shop flexibly and starting the work within a short time.', 'https://wonderthemes.de/', 'https://wonderthemes.de/', '{\"# ssikmagictheme 2.2.0\": [\"Added new configuration settings/neue Konfigurationseinstellungen hinzugefügt\", \"Added a new CMS block to create an image slider with content/Einen neuen CMS-Block hinzugefügt, um einen Bild-Slider mit Inhalt zu erstellen\", \"Fixed the error of manually entering the quantity of goods added to the cart/Der Fehler bei der manuellen Eingabe der Menge der dem Warenkorb hinzugefügten Waren wurde behoben\", \"and other small bug fixes and performance improvements/und andere kleine Fehlerbehebungen und Leistungsverbesserungen\"], \"# ssikmetrolight 2.0.1\": [\"Minor fixes.\"], \"# ssikmetrolight 2.1.0\": [\"Added option to activate dropdown menu function\", \"New color settings added\", \"and also small fixes\"], \"# ssikmetrolight 2.1.1\": [\"Compatibility with Shopware 6.4.8.0\", \"Web Fonts are now loaded from a local server\", \"and also small fixes\"], \"# ssikmetrolight 2.1.2\": [\"Compatibility with Shopware 6.4.9.0\"], \"# ssikmetrolight 2.1.3\": [\"Compatibility with Shopware 6.4.11.1\"], \"# ssikmetrolight 2.1.4\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 2.1.5\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 2.1.6\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 2.1.7\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 2.1.8\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 2.1.9\": [\"Compatibility with Shopware 6.4.13.0\"], \"# ssikmetrolight 2.2.1\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 2.2.2\": [\"Compatibility with Shopware 6.4.15.0\"], \"# ssikmetrolight 2.2.3\": [\"Compatibility with Shopware 6.4.15.2\"], \"# ssikmetrolight 3.0.0\": [\"New version v3.0.0\"], \"# ssikmetrolight 3.0.1\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.0.2\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.0.3\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.0.4\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.0.5\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.0.6\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.0.7\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.1.0\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.1.1\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.1.2\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.1.3\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.1.4\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.1.5\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.1.6\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.1.7\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.1.8\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.1.9\": [\"The latest version contains bug fixes and performance improvements\"], \"# ssikmetrolight 3.1.10\": [\"The latest version contains bug fixes and performance improvements\"]}', NULL, '2023-05-07 15:20:01.205', '2023-05-07 15:59:22.152'), (0xd7d74294542b4dc29021fd5e3c068dbb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware ERP & CRM extension (All-In-One Edition powered by xentral) für Shopware 6', 'Mit der Shopware E-Commerce Edition - powered by xentral, stehen Euch 100 Apps in nur einer All-In-One-Edition zur Verfügung: Versand, Labels, Abo, CRM, Retouren, Buchhaltung, Warenwirtschaft u.v.w.', 'https://www.module-factory.com', 'https://xentral.com/shopware', NULL, NULL, '2023-04-07 11:55:37.375', '2023-05-07 15:59:22.199'), (0xd7d74294542b4dc29021fd5e3c068dbb, 0x74abf495620848a19755546e0f70dbac, 'Shopware ERP & CRM extension (All-In-One Edition powered by xentral) for Shopware 6', 'With the Shopware E-Commerce Edition - powered by xentral, 100 apps are available in just one All-In-One-Edition: shipping, labels, subscription, CRM, returns, accounting, merchandise management and much more.', 'https://www.module-factory.com', 'https://xentral.com/shopware', '{\"20.1.0\": [\"first version for shopware 6\"], \"20.1.1\": [\"Adaptation to changed user administration of shopware\"], \"20.1.2\": [\"Sync from store to Xentral now works correctly\"], \"20.1.3\": [\"Synchronization status is displayed correctly\"], \"20.1.4\": [\"Adaptation for shopware 6.4\"]}', NULL, '2023-04-07 11:55:37.376', '2023-05-07 15:59:22.199'), (0xe90d2472a9634c13bd5878bfb9797a93, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'PayPal-Produkte für Shopware 6', 'Bieten Sie Ihren Kunden Deutschlands beliebteste Bezahlmöglichkeiten mit nur einer Integration: Das neue PayPal-Modul bietet PayPal PLUS, Kauf auf Rechnung, Ratenzahlung & den Expressbutton', 'https://store.shopware.com/shopware-ag.html', 'https://issues.shopware.com/', '{\"0.9.0\": [\"Erste Version der PayPal-Integrationen für Shopware 6\"], \"1.0.0\": [\"PT-11181, PT-11275 - PayPal PLUS Integration hinzugefügt\", \"PT-11277 - Die Übermittlung des Warenkorbs und der Bestellnummer ist jetzt standardmäßig aktiv\"], \"1.1.0\": [\"PT-11276 - Banner für das Bewerben von Ratenzahlungen hinzugefügt\"], \"1.1.1\": [\"PT-11443 - Behebt ein Problem mit der Fehlerbehandlung bei den Paypal-Zugangsdaten\", \"PT-11475 - Verarbeitung von Gutscheinen während des Checkouts verbessert\"], \"1.2.0\": [\"PT-11233 - Der PayPal Express Button wird auf der Produkt-Detail-Seite nicht mehr angezeigt, wenn der Artikel im Abverkauf ist\", \"PT-11292 - Möglichkeit zum Eingeben separater Zugangsdaten für den Sandbox Modus\"], \"1.3.0\": [\"PT-10448 - API-Zugangsdaten können nun auch im Einstellungsmodul über einen PayPal Login geholt werden\", \"PT-11292 - Zeigt nun auch Möglichkeit zum Eingeben separater Zugangsdaten für den Sandbox Modus im First-Run-Wizard\", \"PT-11498 - Der PayPal Express Button wird nun in der QuickView des CMS Extensions Plugin angezeigt\", \"PT-11550 - Korrigiert die Nutzung der Sandbox-Zugangsdaten nach einem Update\"], \"1.4.0\": [\"PT-11540 - Korrigiert übrigen Betrag für mehrfache teilweise Erstattungen\", \"PT-11541 - Verhalten von mehrfachen partiellen Erstattungen & Einzügen einer Transaktion verbessert\", \"PT-11606 - Shopware 6.2 Kompatibilität\"], \"1.5.0\": [\"NEXT-8322 - Shopware 6.2 Kompatibilität\", \"PT-10654 - Aktivieren und setzen Sie PayPal als Standard für den ausgewählten Saleschannel im Einstellungsmodul\", \"PT-11599 - Behebt ein Problem, bei dem PayPal Plus nicht per Saleschannel konfiguriert werden konnte\"], \"1.5.1\": [\"PT-10640 - Behebt ein Problem mit den SalesChannel-API Routen\", \"PT-10897 - Ländercodevalidierung für Smart Payment Buttons und Express Checkout\", \"PT-11294 - Fehlerbehandlung für Smart Payment Buttons\", \"PT-11582 - Wehook-Registrierung korrigiert\", \"PT-11637 - Einzugs- und Rückerstattungs-Workflow verbessert\"], \"1.5.2\": [\"PT-10502 - Abbrüche der Zahlung auf der PayPal-Seite führen nicht mehr zu Fehlern\", \"PT-11710 - Korrigiert die Installation des Plugins in Umgebungen, in denen die Standardsprache nicht de-DE oder en-GB ist\"], \"1.6.0\": [\"PT-11519 - Registriert Webhooks mit HTTPS\", \"PT-11593 - Hinweis an der \\\"Zahlungsabschluss\\\"-Option hinzugefügt, um Verwendung mit PayPal PLUS zu verdeutlichen\", \"PT-11704 - Anzeige des Express-Checkout-Buttons auf paginierten Produktlistenseiten korrigiert\", \"PT-11706 - Beim Express Checkout wird nun auch das Bundesland gespeichert\", \"PT-11717 - Fügt PayPal-Cookies zum Cookie-Manager hinzu\"], \"1.7.0\": [\"PT-11669 - Kompatibilität mit dem Zahlungsprozess nach einer Bestellung hinzugefügt\", \"PT-11707 - Individuelle Formular-Parameter der Bestellseite werden nicht mehr ignoriert\", \"PT-11748 - Weiterleitungs-URL für PayPal Plus und Express Checkout korrigiert. Die Webhook-URL wurde geändert, sodass sie unabhängig von einer Storefront ist\", \"PT-11773 - Kaufen von Custom Products mit PayPal korrigiert\", \"PT-11813 - Fehlerbehandlung für Express Checkout Buttons\", \"PT-11858 - Verarbeitung von mehreren Transaktionen pro Bestellung verbessert\", \"PT-11869 - Handhabung von Zahlungen verbessert, die von Kunden abgebrochen wurden\"], \"1.7.1\": [\"PT-11884 - Wenn PayPal nicht verfügbar ist, werden Plus und Smart Payment Buttons nicht mehr geladen\"], \"1.7.2\": [\"PT-10491 - Intern genutzte Zusatzfeld-Entität für Transaktions-IDs entfernt\", \"PT-11627 - Bestelltransaktionen haben nun den Status \\\"In Bearbeitung\\\" wenn der Zahlungsprozess gestartet wurde\", \"PT-11680 - Verkaufskanäle mit unbekanntem Typ in den Einstellungen entfernt\", \"PT-11681 - Titelleiste in Bestelldetails in Administration korrigiert, wenn Zahlungsdetails direkt aufgerufen wurden\", \"PT-11860 - Sprache der Bestellbestätigungs-E-Mail bei PayPal Plus korrigiert\", \"PT-11888 - Kleine Performanceverbesserung beim Erstellen einer Zahlung\", \"PT-11903 - Durch den Nutzer abgebrochene PayPal Plus-Zahlungen werden nun korrekt als fehlgeschlagen markiert\", \"PT-11928 - Eingabelänge von Textfeldern in der Administration passend zur PayPal-API limitiert\"], \"1.7.3\": [\"PT-11946 - Ein Update funktioniert nun auch wieder bei deaktiviertem Plugin\", \"PT-11949 - Das Setzen von PayPal als Standardzahlungsart für alle Sales Channel ist wieder möglich\"], \"1.8.0\": [\"PT-11912 - Die Storefront Übersetzungen werden jetzt automatisch registriert\", \"PT-11920 - Shopware 6.3 Kompatibilität\"], \"1.8.1\": [\"PPI-32, PPI-35 - Erweiterbarkeit für Dritt-Plugins verbessert\", \"PPI-36 - Weitere PayPal API Elemente hinzugefügt\"], \"1.8.2\": [\"PPI-46 - Behebt Fehler beim Erstatten ohne Betrag\", \"PPI-47, PPI-48 - Erweiterung der PayPal API Elemente\"], \"1.8.3\": [\"PPI-70 - Bestellnummer wird jetzt für Zahlungen mit Express Checkout, PLUS und Smart Payment Buttons korrekt übermittelt\"], \"1.8.4\": [\"PPI-125 - Shopware 6.3.2.0 Kompatibilität\"], \"1.9.0\": [\"PPI-1 - Korrigiert das mobile Layout der Bestellabschlussseite bei \\\"Kauf auf Rechnung\\\"\", \"PPI-68, PPI-118, PPI-136 - API-Objekt-Nutzung für Dritt-Erweiterungen verbessert\", \"PPI-69 - Der Express-Button wird nun ausgeblendet, wenn die PayPal-Zahlungsmethode deaktiviert ist\", \"PPI-97 - Korrigiert Fehler beim Express Checkout, wenn erforderliche Felder nicht von PayPal gesendet werden\", \"PPI-124 - Korrigiert Weitergabe von Fehlern während der Kommunikation mit PayPal\", \"PPI-128 - Korrigiert Problem beim Express Checkout bei Änderungen auf der Bestellbestätigungsseite\", \"PPI-130 - Neues Event hinzugefügt, welches geworfen wird, wenn der Plus-iFrame geladen ist\", \"PT-11048 - iZettle-Integration (Point of Sales) hinzugefügt\"], \"1.9.1\": [\"PPI-141 - Performance der API zu PayPal verbessert\"], \"1.9.2\": [\"PPI-149 - Korrigiert auftretende Fehler bei der Kommunikation mit iZettle\"], \"1.9.3\": [\"PPI-67 - Aktivierung der Webhooks überarbeitet\", \"PPI-110 - Einschränkungen für Alternative Zahlungsarten, welche durch PayPal festgelegt sind, hinzugefügt\", \"PPI-114 - Kleine Verbesserungen beim Onboarding-Prozess\", \"PPI-145 - Kleine Verbesserungen der Einstellungsseite\", \"PPI-151 - Korrigiert Fehler bei Zahlungen mit bereits vorhandenen Bestellnummern\", \"PPI-158 - Korrigiert Fehler beim Update auf Versionen ab 1.7.0, wenn keine Konfiguration vorhanden ist\"], \"2.0.0\": [\"PPI-182 - Webhook-Registrierung verbessert\", \"PT-11875 - Umstellung auf PayPal API v2 für folgende Features: PayPal, Express Checkout und Smart Payment Buttons\"], \"2.0.1\": [\"PPI-171 - Message-Queue wird nun nur noch genutzt, wenn es iZettle Sales Channels gibt\", \"PPI-172 - Einzugs- und Rückerstattungsprozess verbessert\", \"PPI-177 - PayPal Express Checkout Buttons in Produkt-Listings korrigiert\", \"PPI-185 - Fehlerbehandlung des PayPal-Tabs im Bestellmodul verbessert\", \"PPI-194 - Deregistrierung von Webhooks beim Löschen von Sales Channel korrigiert\", \"PPI-196 - PayPal Plus Checkout-Prozess verbessert\", \"PPI-197 - \\\"Warenkorb übertragen\\\" Funktion korrigiert\"], \"2.0.2\": [\"PPI-199 - Webhook-Log-Einträge verbessert\", \"PPI-200 - Übertragen von Warenkörben mit Rabatten korrigiert\"], \"2.1.0\": [\"PPI-174 - Warenkorb- und Bestellpositionen werden jetzt mit SKU gesendet\", \"PPI-174 - Es wurden Events hinzugefügt, um Positionen anzupassen, die zu PayPal gesendet werden\", \"PPI-202 - PayPal Checkout für Kunden mit Nettopreisen korrigiert\"], \"2.1.1\": [\"PPI-208 - Weiterleitung bei abgebrochenen Plus-Zahlung in Shopware 6.3.3.x korrigiert\", \"PPI-210 - Verarbeitung von Promotionen beim Express Checkout verbessert\", \"PPI-220 - Speichern der Kundentelefonnummer beim Express Checkout korrigiert\", \"PPI-223 - Behebt ein Problem mit dem Status des Express Checkout Buttons\", \"PPI-224 - Express Checkout für Shopware-Versionen vor 6.3.2.0 korrigiert\"], \"2.1.2\": [\"PPI-211 - Name der Lieferaddresse wird nun korrekt zu PayPal übertragen\", \"PPI-222 - Express-Checkout-Button auf der Suchseite und der Wunschliste hinzugefügt\", \"PPI-229 - Bestell-Transaktionen mit einer veralteten PayPal-Zahlung werden mit einem ScheduledTask abgebrochen\", \"PPI-231 - Löschen der Rechnungskauf-Regel beim Deinstallieren korrigiert\", \"PPI-234 - Entity-Definition verbessert\"], \"2.2.0\": [\"PPI-191 - Übersicht der PayPal-Konflikte hinzugefügt\"], \"2.2.1\": [\"PPI-241 - Abbruch der Bestell-Transaktionen mit dem ScheduledTask verbessert\"], \"2.2.2\": [\"PPI-244 - Problem bei der API-Authentifizierung behoben\", \"PPI-221 - Problem mit überlangen Produktbeschreibungen bei Zettle korrigiert\"], \"2.2.3\": [\"PPI-256 - Behebt das Abbrechen von abgeschlossenen Bestellungen über den Browserverlauf\"], \"3.0.0\": [\"PPI-65 - Kompatibilität für Shopware 6.4 hinzugefügt\", \"PPI-239 - Rebranding von iZettle auf Zettle\"], \"3.0.1\": [\"PPI-65 - Kompatibilität mit Shopware 6.4 und Zettle verbessert\", \"PPI-255 - Problem mit Express Checkout und Datenschutzbestimmungen-Checkbox behoben\", \"PPI-263 - Das Plugin ist jetzt valide für den Konsolenbefehl `dal:validate`\"], \"3.0.2\": [\"NEXT-15014 - ACL-Handling verbessert\"], \"3.0.3\": [\"PPI-20 - Behebt ein Problem, bei dem Webhooks fehlschlugen, wenn der Zahlungsstatus bereits identisch gesetzt wurde\", \"PPI-235 - Behebt Webhook-Registierungsfehler bei Verkaufskanal-eigenen Zugangsdaten\", \"PPI-238 - Behebt ein Problem, bei dem Zahlungen über PayPal Plus nicht in den Disputes verlinkt wurden\", \"PPI-243 - Weitere, PayPal-spezifische Transaktionsdaten zu Zusatzfeldern hinzugefügt\", \"PPI-265 - Behebt Kodierungsfehler bei gekürzten Zettle-Produktbeschreibungen\"], \"3.1.0\": [\"PPI-246 - Option zur erweiterten Protokollierung hinzugefügt\", \"PPI-251 - Behebt ein Problem, bei dem der Transaktionsstatus bei verzögertem Zahlungseinzug nicht korrekt gesetzt wurde\", \"PPI-276 - Entfernt mehrere unnötige Hintergrundrequests bei PayPal Plus\"], \"3.2.0\": [\"PPI-262 - Behebt ein Problem, bei dem der Express-Button in CMS-Buyboxen nicht angezeigt wurde\", \"PPI-271 - Behebt ein Problem, bei dem der Cache bei Einstellungsänderungen nicht korrekt invalidiert wurde\", \"PPI-273 - Bestellnummern-Prefix wird nun immer korrekt mitgesendet\", \"PPI-277 - Behebt ein Problem, bei dem die Express-Zahlung bei Änderungen auf der Bestätigungsseite fehlschlug\", \"PPI-282 - Behebt eine Inkompatibiltät mit dem Sendcloud-Plugin\", \"PPI-283 - Zusätzlicher Bestätigungsschritt bei Smart Payment Buttons entfernt, sodass Alternative Zahlungsmethoden korrekt dargestellt werden\"], \"3.2.1\": [\"PPI-279, PPI-297 - Erweiterung der Partner-Referral-API\", \"PPI-290 - Erweiterbarkeit verbessert\", \"PPI-295 - Behebt ein Problem, bei dem die Bestelldetails in der Administration nicht komplett angezeigt wurden\", \"PPI-296 - Darstellung von APMs im Footer verbessert\", \"PPI-298 - Behebt Probleme mit dem Spinner bei Smart Payment Buttons\", \"PPI-300 - Es ist nicht mehr möglich, andere Zahlungsarten beim Express Checkout auszuwählen\"], \"3.3.0\": [\"PPI-219 - PayPal wird jetzt deaktiviert, wenn der Warenkorbwert 0 ist\", \"PPI-227 - Die an PayPal gesendete Bestellnummer kann nun mit einem Suffix versehen werden\", \"PPI-281 - Verbessertes Storefront-Verhalten bei Abbrüchen und Fehlern bei Express Checkout & Smart Payment Buttons\", \"PPI-287 - Behebt ein Problem, bei dem der Express-Button in CMS-Buyboxen nach Variantenwechsel nicht angezeigt wurde\", \"PPI-289 - Behebt ein Problem, bei dem der Express Checkout Button für eingeloggte Nutzer sichtbar war\", \"PPI-304 - Behebt ein Problem, bei dem die Smart Payment Buttons trotz Warenkorb-Fehlern sichtbar waren\"], \"3.3.1\": [\"PPI-316 - Behebt ein Problem beim Wechseln der Standardsprache nach der Plugininstallation\"], \"3.4.0\": [\"PPI-228 - Weiß als Farbe für ECS- und SPB-Buttons hinzugefügt\", \"PPI-321 - Verbessert den Ablauf bei Zettle-Synchronisationen\", \"PPI-322 - Verbessert das Entfernen von PayPal von den verfügbaren Zahlungsarten, wenn die Zugangsdaten ungültig sind\", \"PPI-323 - Behebt Probleme mit dem Spinner bei Smart Payment Buttons\", \"PPI-329 - Behebt Rundungsprobleme bei Anfragen mit PayPal API v2\"], \"3.5.0\": [\"PPI-5 - Setzen von PayPal als Standardzahlungsart im Ersteinrichtungs-Assistent implementiert\", \"PPI-77 - Ersetzt Snippets in der Administration durch `global.defaults`\", \"PPI-126 - Fehlerdarstellung bei Authorisierungsfehlern in Zettle verbessert\", \"PPI-270 - Der Express Checkout erstellt keine doppelten Gastkonten mehr\", \"PPI-293 - Skript-Ladevorgang in der Storefront verbessert\", \"PPI-330 - Verbessert Nachkommastellen-Verhalten der Zettle-Synchronisation\", \"PPI-334 - Behebt ein Problem, bei dem eine Fehlermeldung beim verzögerten Zahlungseinzug erschien\", \"PPI-339 - Behebt ein Problem, bei dem doppelte Symbole für externe Links in der Administration dargestellt wurden\"], \"4.0.0\": [\"PPI-252 - Fehlerbehebung von Webhooks verbessert\", \"PPI-327 - Verbesserte Datentypenstruktur\", \"PPI-343 - Behebt ein Problem, wenn der Kundenname sich vom Versandanschriftname unterscheidet\", \"PPI-352 - Behebt ein Problem mit Zettle Webhooks bei POS-Verkäufen\"], \"4.1.0\": [\"PPI-344 - Behebt ein Problem mit ungültigen Telefonnummern mit API v1 Zahlungen\", \"PPI-346 - Behebt Rundungsfehler im Zahlungseinzugsfenster in der Administration\", \"PPI-350 - Aktivieren des Zahlungsprozess nach einer Bestellung für unbestätigte Zahlungen ab Shopware 6.4.4.0\", \"PPI-356 - Verbesserte Plugin-Erweiterbarkeit\", \"PPI-366 - Verbesserte Fehlerbehandlung bei Zahlungen\", \"PPI-367 - Verbesserte Formulierung der Fußzeile von Sales Channels\"], \"4.1.1\": [\"PPI-395 - Texte für veraltete PayPal-Produkte entfernt\"], \"5.0.0\": [\"PPI-317 - Separate Kreditkarten-Zahlungsmethode hinzugefügt\", \"PPI-385 - Neuer Rechnungskauf hinzugefügt\", \"PPI-410 - Separate alternative Zahlungsmethoden hinzugefügt\", \"PPI-418 - Kompatiblität für PHP 8.1 hinzugefügt\"], \"5.0.1\": [\"PPI-615 - Behebt ein Problem mit fehlenden deutschen Übersetzungen in der Administration\"], \"5.0.2\": [\"PPI-621 - Behebt ein Problem, bei dem die Zahlungsmethodenübersicht in Shopware 6.4.7.0 oder niedriger fehlte\", \"PPI-623 - Behebt ein Problem, bei dem eine PayPal-Bestellung mit Rabatt nicht erstellt werden kann\"], \"5.0.3\": [\"PPI-624 - Verbesserte Fehlerbehandlung im Zahlungsprozess nach einer Bestellung\", \"PPI-628 - Verbessert die Zahlungsmethodenauswahl, wenn PayPal einen Käufer als nicht berechtigt erachtet\", \"PPI-629 - Behebt ein Problem, bei dem die Zahlungsdetails zu API v1 Zahlungen nicht angezeigt wurden\"], \"5.0.4\": [\"PPI-642 - Behebt ein Problem, bei dem der Zahlungsstatus von Kreditkartenzahlungen manchmal nicht korrekt gesetzt wurde\"], \"5.1.0\": [\"PPI-611 - Möglichkeit hinzugefügt, Produkte & dynamischen Produktgruppen von PayPal- und Express Checkout-Käufen auszuschließen\", \"PPI-617 - Behebt ein Problem, bei dem die Freigaben für Zahlungsarten nicht korrekt bei Sales-Channel-spezifischen Einstellungen dargestellt wurden\", \"PPI-620 - Behebt ein Problem, bei dem fälschlicherweise eine Webhookfehlermeldung bei fehlenden Zugangsdaten angezeigt wurde\", \"PPI-634 - Behebt ein Problem mit der Versandkostensteuerberechnung für Netto-Kundengruppen\", \"PPI-635 - Behebt ein Problem, bei dem leere Zahlungsdetails zu Rechnungskäufen in Rechnungen angezeigt wurden\", \"PPI-639 - Die Sales Channel Auswahl in den PayPal-Einstellungen kann nun mehr als 25 Sales Channel anzeigen\", \"PPI-648 - Verbessert den Zahlvorgang mit Smart Payment Buttons, wenn das JS nicht schnell genug lädt\", \"PPI-649 - Behebt ein Problem, bei dem teilrückerstattete PayPal Plus-Zahlungen in Shopware wg. Webhooks als zurückerstattet angezeigt wurden\", \"PPI-650 - Kompatibilität auf Shopware 6.4.3.0 erweitert\"], \"5.1.1\": [\"PPI-657 - Template `buy-widget-form` wurde bereinigt\"], \"5.1.2\": [\"PPI-664 - Verwendung von 3D Secure für Kreditkartenzahlungen verbessert\", \"PPI-670 - Darstellung des Onboarding-Status in der Administration verbessert\"], \"5.2.0\": [\"PPI-625 - Kompatibilität für neue Zahlungsmethodenübersicht von Shopware 6.4.14.0 hinzugefügt\", \"PPI-663 - Behebt ein Problem, bei dem Steuern nicht korrekt für Netto-Bestellungen berechnet wurden\"], \"5.3.0\": [\"PPI-627 - Neue Zahlungsarten \\\"Später bezahlen\\\" und \\\"Venmo\\\" hinzugefügt\", \"PPI-673 - Automatische Übermittlung von Sendungsverfolgungsdaten an PayPal hinzugefügt\", \"PPI-677 - Verfügbarkeit von Zahlungsmethoden in der Administration verbessert\", \"PPI-678 - Behebt ein Problem, bei dem das Zettle-Medien-URL-Feld in der Administration einen Fehler anzeigte\"], \"5.3.1\": [\"PPI-672 - Behebt ein Problem, bei dem Einzügen der Zahlstatus Bezahlt nicht immer gesetzt werden konnte\", \"PPI-681 - Behebt ein Problem, bei dem Später Bezahlen nicht für britische und australische Kunden verfügbar ist\", \"PPI-681 - Behebt ein Problem, bei dem Oxxo nicht für mexikanische Kunden verfügbar ist\", \"PPI-682 - Behebt ein Problem mit fehlenden deutschen Übersetzungen in der Administration\", \"PPI-684 - Rechtschreibfehler in der Administration korrigiert\", \"PPI-688 - Behebt ein Problem, bei dem das Eingabefeld für den Versandanbieter nicht immer angezeigt wurde\", \"PPI-694 - Behebt ein Problem, bei dem der Versandanbieter auch für Nicht-PayPal-Bestellungen angezeigt wurde\", \"PPI-695 - Behebt ein Problem, bei dem ausgeschlossene Produkte pro Verkaufskannal ignoriert werden\", \"PPI-700 - API-URL von PayPal von `api.paypal.com` auf `api-m.paypal.com` für Performanceverbesserungen geändert\", \"PPI-702 - Behebt ein Problem, bei dem bei Nicht-PayPal-Zahlungen die Zahlungsdetails nicht immer angezeigt wurden\"], \"5.3.2\": [\"PPI-709 - Behebt ein Problem, bei dem PayPal nicht installiert werden konnte, wenn die Standardsprache nicht Deutsch oder Englisch war\"], \"5.4.0\": [\"PPI-707 - Behebt ein Problem, bei dem während des Bestellvorgangs mit \\\"Später bezahlen\\\", \\\"SEPA\\\" and \\\"Venmo\\\" ein Fehler auftrat\", \"PPI-712 - Handhabung von Zahlungsmethodenverfügbarkeit verbessert, existierende Verfügbarkeitsregeln entfernt\", \"PPI-713 - Verwendung von 3D Secure für Kreditkartenzahlungen verbessert\"], \"5.4.1\": [\"PPI-716 - Behebt einen Fehler beim Update, falls Verfügbarkeits-Regel noch in Benutzung sind\"], \"5.4.2\": [\"PPI-723 - Behebt ein Problem, bei dem aufgrund von unangekündigten API-Änderungen bei PayPal einige APM-Zahlungsmethoden manchmal nicht mehr funktionierten\", \"PPI-724 - Behebt ein Problem, bei dem eine Zahlung fehlschlagen konnte, falls PayPal nicht die vollen Zahlungsdetails zurückgab\"], \"5.4.3\": [\"PPI-654 - Behebt ein Problem, bei dem Zettle Synchronisationsfehler nicht angezeigt wurden\", \"PPI-661 - Kleine Performance-Verbesserungen\", \"PPI-718 - Behebt ein Problem, bei dem das Onboarding für Sales-Channel-spezifischen Konfigurationen nicht abgeschlossen werden konnte\", \"PPI-733 - Behebt ein Problem, bei dem die Sandbox-Konfiguration nicht immer bei Sales-Channel-spezifischen Konfigurationen verwendet wurde\"], \"5.4.4\": [\"PPI-734 - Behebt ein Problem, bei dem Zahlungsarten beim Zahlartwechsel nach Bestellabschluss nicht angezeigt wurden\", \"PPI-735 - Behebt ein Problem, bei dem Zahlungsdetails nicht angezeigt wurden, wenn PayPal nicht die erstgewählte Zahlungsart war\", \"PPI-737 - Behebt ein Problem, bei dem die Bestell-/Zahlungsdetails nicht korrekt an PayPal übertragen wurden\"], \"5.4.5\": [\"PPI-734 - Behebt ein Problem, bei dem Zahlungsarten beim Zahlartwechsel nach Bestellabschluss nicht angezeigt wurden\", \"PPI-720, PPI-741, PPI-743 - Behebt ein Problem, bei dem die Steuern für Nettokudnen falsch berechnet wurde\"], \"5.4.6\": [\"PPI-748 - Zahlart Trustly deaktiviert, da PayPal die API deaktiviert hat\", \"PPI-749 - Behebt ein Problem, bei dem der Ersatz-Button für Kreditkartenzahlungen nicht korrekt funktionierte\"], \"6.0.0\": [\"PPI-430 - Synchronisationsablauf von Zettle verbessert\", \"PPI-659 - Storefront-Routen hinzufügt, um den in Shopware 6.5 fehlenden Store-API-Client zu ersetzen\", \"PPI-685, PPI-701, PPI-725 - Automatisches Verstecken der Smart Payment Buttons Konfiguration in der Administration entfernt\", \"PPI-731 - Kompatibilität mit Shopware 6.5\"], \"6.0.1\": [\"PPI-751 - Behebt ein Problem, bei dem das Plugin mit anderen Plugins wie B2B-Suite und Customized Products nicht kompatibel war\"], \"6.0.2\": [\"PPI-753 - Behebt ein Problem, bei dem Template-Erweiterungen im Meta-Block nicht mehr funktionierten\", \"PPI-754 - Behebt ein Problem, dass die kompilierten Assets nicht mit 6.4 kompatibel waren (Kompatiblität mit Shopware 6.5 vorübergehend entfernt)\"], \"6.0.3\": [\"PPI-757 - Behebt ein Problem, bei dem Zahlungen von alternative Zahlungsarten doppelt angelegt werden konnten\", \"PPI-761 - Behebt ein Problem, bei dem PayPal PLUS Zahlungen nicht erstellt werden konnten\"], \"0.10.0\": [\"Onboarding für den First-Run-Wizard hinzugefügt\"], \"0.10.1\": [\"Generierung der Links für Javascript-API-Calls verbessert\"], \"0.11.0\": [\"PT-10391 - Kauf auf Rechnung implementiert\", \"PT-10695 - Error-Logging für API-Calls hinzugefügt\", \"PT-10702 - URL für Smart Payment Buttons Javascript angepasst\", \"PT-10715 - Paypal wird wieder korrekt als Zahlungsart bei Express Checkout ausgewählt\", \"PT-10723 - Smart Payment Buttons schließen nun nicht mehr direkt die Bestellung ab\", \"PT-10729 - Die PayPal-Zahlungsbeschreibung zeigt nun verfügbare Zahlungen mit Symbolen an\"], \"0.11.1\": [\"PT-10755 - Fehler bei der Deinstallation und Konfigurationsfehler behoben\"], \"0.11.2\": [\"PT-10733 - Problem beim automatischen Holen der API Credentials im First-Run-Wizard behoben\"], \"0.12.0\": [\"PT-10287 - Fügt die Möglichkeit hinzu, die Rechnungsnummer, Beschreibung oder den Grund während der Rückerstattung einer Bestellung anzugeben\", \"PT-10705 - Die PayPal-Einstellungen befinden sich nun in einem eigenen Administrationsmodul\", \"PT-10771 - Verbessert die Anzeige von Smart Payment Buttons\", \"PT-10775 - Verbessert das Status-Handling der Bestelltransaktion\", \"PT-10809 - Smart Payment Buttons können nun getrennt vom Express Checkout Button gestylt werden\", \"PT-10821 - Behebt Fehler bei der Sale-Complete-Webhook-Ausführung\", \"NEXT-4282 - Neuinstallation des Plugins dupliziert keine Konfigurationseinträge mehr\"], \"0.13.0\": [\"Shopware 6.1 Kompatibilität\"], \"1.10.0\": [\"PPI-159 - ACL-Privilegien zu den PayPal-Modulen hinzugefügt\", \"PPI-161 - Korrigiert Fehler bei Eingabe von Zugangsdaten im First-Run-Wizard\"]}', NULL, '2023-04-07 11:37:53.277', '2023-05-07 15:59:22.171'); INSERT INTO `plugin_translation` (`plugin_id`, `language_id`, `label`, `description`, `manufacturer_link`, `support_link`, `changelog`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xe90d2472a9634c13bd5878bfb9797a93, 0x74abf495620848a19755546e0f70dbac, 'PayPal Products for Shopware 6', 'Get access to over 100 currencies and 200 markets worldwide with the payment module PayPal for your Shopware shop. Experience an easy and comfortable way of payment.', 'https://store.shopware.com/en/shopware-ag.html', 'https://issues.shopware.com/', '{\"0.9.0\": [\"First version of the PayPal integrations for Shopware 6\"], \"1.0.0\": [\"PT-11181, PT-11275 - Add PayPal PLUS integration\", \"PT-11277 - The cart and order number submitting is now active by default\"], \"1.1.0\": [\"PT-11276 - Add banner for advertising installments\"], \"1.1.1\": [\"PT-11443 - Solves an issue with the error handling with the paypal credentials\", \"PT-11475 - Improved processing of vouchers during checkout\"], \"1.2.0\": [\"PT-11233 - Do not show PayPal Express Button on the product detail page, if the product is in clearance\", \"PT-11292 - Add possibility to enter separate credentials for sandbox mode\"], \"1.3.0\": [\"PT-10448 - Adds onboarding to get API credentials with PayPal login in settings module\", \"PT-11292 - Adds possibility to enter separate credentials for sandbox mode in first run wizard\", \"PT-11498 - Adds PayPal Express Button to QuickView from CMS Extensions plugin\", \"PT-11550 - Fix usage of sandbox credentials after an update\"], \"1.4.0\": [\"PT-11540 - Corrects remaining amount for multiple partial refunds\", \"PT-11541 - Improved behaviour of multiple partial refunds & captures\", \"PT-11606 - Shopware 6.2 compatibility\"], \"1.5.0\": [\"NEXT-8322 - Shopware 6.2 compatibility\", \"PT-10654 - Activate and set PayPal as default for the selected Saleschannel in the settings module\", \"PT-11599 - Fixes a bug where PayPal Plus could not be configured individually per Saleschannel\"], \"1.5.1\": [\"PT-10640 - Fix SalesChannel api routes\", \"PT-10897 - Locale code validation for Smart Payment Buttons and Express Checkout\", \"PT-11294 - Error handling for Smart Payment Buttons\", \"PT-11582 - Fix webhook registration\", \"PT-11637 - Improve capture and refund workflow\"], \"1.5.2\": [\"PT-10502 - Canceling the payment on the PayPal site no longer leads to errors\", \"PT-11710 - Fix installation of plugin in environments where the default language is not de-DE or en-GB\"], \"1.6.0\": [\"PT-11519 - Registers webhooks with HTTPS\", \"PT-11593 - Adds hint for \\\"Payment acquisition\\\" option to clarify usage with PayPal PLUS\", \"PT-11704 - Fix displaying of Express Checkout Button on paginated product listing pages\", \"PT-11706 - Country states are now saved on Express Checkout\", \"PT-11717 - Adds PayPal cookies to the cookie manager\"], \"1.7.0\": [\"PT-11669 - Add compatibility with the after order payment process\", \"PT-11707 - Custom form parameter of the order confirm page are no longer ignored\", \"PT-11748 - Fix redirect URL for PayPal Plus and Express Checkout. Changed webhook URL to be independent of a storefront\", \"PT-11773 - Fix buying of Custom Products with PayPal\", \"PT-11813 - Error handling for Express Checkout button\", \"PT-11858 - Improved handling of multiple transactions per order\", \"PT-11869 - Improved handling of payments which were cancelled by customers\"], \"1.7.1\": [\"PT-11884 - If PayPal is not available, Plus and Smart Payment Buttons are no longer loaded\"], \"1.7.2\": [\"PT-10491 - Removed internally used custom field entity for transaction IDs\", \"PT-11627 - Order transactions now have the state \\\"In Progress\\\" when the payment process has been started\", \"PT-11680 - Removed unknown Sales Channel types from selection in settings\", \"PT-11681 - Fix order details header in Administration, if accessing payment details directly\", \"PT-11860 - Fix order confirmation email language with PayPal Plus\", \"PT-11888 - Minor performance improvement when creating a payment\", \"PT-11903 - Fix failed transaction status for user-canceled PayPal Plus payments\", \"PT-11928 - Limited length of text input fields in administration according to PayPal API\"], \"1.7.3\": [\"PT-11946 - Fix update with deactivated plugin\", \"PT-11949 - Fix setting paypal as the default payment method in the settings menu for all Sales Channels\"], \"1.8.0\": [\"PT-11912 - Storefront snippets now get auto registered\", \"PT-11920 - Shopware 6.3 compatibility\"], \"1.8.1\": [\"PPI-32, PPI-35 - Improve extensibility for third party plugins\", \"PPI-36 - Add new PayPal API elements\"], \"1.8.2\": [\"PPI-46 - Fixes issue on refund without amount\", \"PPI-47, PPI-48 - Enhancement of the PayPal API elements\"], \"1.8.3\": [\"PPI-70 - Order number is now correctly submitted to PayPal for payments with Express Checkout, PLUS and Smart Payment Buttons\"], \"1.8.4\": [\"PPI-125 - Shopware 6.3.2.0 compatibility\"], \"1.9.0\": [\"PPI-1 - Fixes the mobile layout of checkout finish page for \\\"Pay Upon Invoice\\\"\", \"PPI-68, PPI-118, PPI-136 - Improved API struct usage for third party extensions\", \"PPI-69 - The Express button is now hidden, when the PayPal payment method is disabled\", \"PPI-97 - Fixes error during Express Checkout, if required fields are not sent by PayPal\", \"PPI-124 - Fixes error display during communication with PayPal\", \"PPI-128 - Fixes issue during Express Checkout, if changes are made on confirm page\", \"PPI-130 - Adds new event, which is emitted when the Plus iFrame is loaded\", \"PT-11048 - Introduce iZettle integration (Point of Sales)\"], \"1.9.1\": [\"PPI-141 - Improve performance of API to PayPal\"], \"1.9.2\": [\"PPI-149 - Fixes error during communication with iZettle\"], \"1.9.3\": [\"PPI-67 - Reimplemented activation of webhooks\", \"PPI-110 - Added restrictions set by PayPal for Alternative Payment Methods\", \"PPI-114 - Minor onboarding process improvements\", \"PPI-145 - Minor adjustments to settings page\", \"PPI-151 - Fixes error with payments with already existing order numbers\", \"PPI-158 - Fixes error during update to versions 1.7.0 or higher, if no configuration is available\"], \"2.0.0\": [\"PPI-182 - Improve webhook registration\", \"PT-11875 - Migration to PayPal API v2 for the following features: PayPal, Express Checkout and Smart Payment Buttons\"], \"2.0.1\": [\"PPI-171 - Message queue is now only used if there are iZettle Sales Channels\", \"PPI-172 - Improve capturing and refunding process\", \"PPI-177 - Fix PayPal Express Checkout buttons in product listings\", \"PPI-185 - Improve error handling of the PayPal tab in the order module\", \"PPI-194 - Fix deregister of webhooks on Sales Channel deletion\", \"PPI-196 - Improve PayPal Plus checkout process\", \"PPI-197 - Fix \\\"Submit cart\\\" functionality\"], \"2.0.2\": [\"PPI-199 - Improve webhook log messages\", \"PPI-200 - Fix submitting of carts with discounts\"], \"2.1.0\": [\"PPI-174 - Cart and order line items are now sent with their SKU\", \"PPI-174 - Added events to adjust line items which are sent to PayPal\", \"PPI-202 - Fix PayPal checkout for customers with net prices\"], \"2.1.1\": [\"PPI-208 - Fix redirect of cancelled Plus payment on Shopware 6.3.3.x\", \"PPI-210 - Improve handling of promotions during Express Checkout\", \"PPI-220 - Fix saving of customer telephone number on Express Checkout\", \"PPI-223 - Solves an issue with Express Checkout button state\", \"PPI-224 - Fix Express Checkout for Shopware versions prior 6.3.2.0\"], \"2.1.2\": [\"PPI-211 - Fix sending of shipping address name to PayPal\", \"PPI-222 - Add Express Checkout button to search page and wish list page\", \"PPI-229 - Order transactions with a stale PayPal payment will be cancelled with a ScheduledTask\", \"PPI-231 - Fix deletion of rule for payment upon invoice during uninstall\", \"PPI-234 - Improve entity definition\"], \"2.2.0\": [\"PPI-191 - Introduce PayPal disputes overview\"], \"2.2.1\": [\"PPI-241 - Improve cancelling order transactions with the ScheduledTask\"], \"2.2.2\": [\"PPI-244 - Fix issue on API authentication\", \"PPI-221 - Fix issue with oversized product descriptions in Zettle\"], \"2.2.3\": [\"PPI-256 - Fix canceling of finalized orders by using the browser history\"], \"3.0.0\": [\"PPI-65 - Added compatibility for Shopware 6.4\", \"PPI-239 - Rebranded iZettle to Zettle\"], \"3.0.1\": [\"PPI-65 - Improved compatibility for Shopware 6.4 with Zettle\", \"PPI-255 - Fix Express checkout if data protection checkbox is required\", \"PPI-263 - Plugin is valid for the `dal:validate` console command\"], \"3.0.2\": [\"NEXT-15014 - Improve ACL handling\"], \"3.0.3\": [\"PPI-20 - Fix Webhooks when payment status is already set identically\", \"PPI-235 - Fix Webhooks not correctly registered for separate Sales Channel credentials\", \"PPI-238 - Fix issue with order not being linked in disputes of Plus payments\", \"PPI-243 - Added more PayPal-specific transaction data to custom fields\", \"PPI-265 - Fix encoding on shortened Zettle product descriptions\"], \"3.1.0\": [\"PPI-246 - Added option for advanced logging\", \"PPI-251 - Fix authorized transaction state on delayed payment collection\", \"PPI-276 - Fix multiple unnecessary requests in the background with PayPal Plus\"], \"3.2.0\": [\"PPI-262 - Fix issue where Express button was not shown in CMS buy box elements\", \"PPI-271 - Fix an issue where updated settings did not correctly invalidate cache\", \"PPI-277 - Fix issue where Express checkout failed on changes on confirm page\", \"PPI-273 - Order number prefix is now always sent correctly\", \"PPI-282 - Fix incompatibility with the Sendcloud plugin\", \"PPI-283 - Removed extra confirm step with Smart Payment Buttons which correctly enables Alternative Payment Methods\"], \"3.2.1\": [\"PPI-279, PPI-297 - Extends the partner referral API\", \"PPI-290 - Improved extensibility\", \"PPI-295 - Fix order details in administration not showing complete page\", \"PPI-296 - Improved display of APMs in Footer\", \"PPI-298 - Fix issues with loading spinner with Smart Payment Buttons\", \"PPI-300 - It is no longer possible to select other payment methods on Express Checkout\"], \"3.3.0\": [\"PPI-219 - Disable PayPal on Carts with total price of 0\", \"PPI-227 - Add possibility to add a suffix to the order number sent to PayPal\", \"PPI-281 - Improved storefront behaviour of Express Checkout & Smart Payment Button cancellations and errors\", \"PPI-287 - Fix issue where Express button was not shown in CMS buy box elements after variant switching\", \"PPI-289 - Fix issue where the Express Checkout button could be visible to logged in customers\", \"PPI-304 - Fix Smart Payment Buttons being visible with cart errors\"], \"3.3.1\": [\"PPI-316 - Fix issue when changing default language after plugin install\"], \"3.4.0\": [\"PPI-228 - Added color white as choice for ECS and SPB buttons\", \"PPI-321 - Improve Zettle synchronisation behaviour\", \"PPI-322 - Improve removal of PayPal from available payment methods if credentials are invalid\", \"PPI-323 - Fix issues with loading spinner with Smart Payment Buttons\", \"PPI-329 - Fix rounding issues in PayPal API v2 requests\"], \"3.5.0\": [\"PPI-5 - Implement Set PayPal as default payment method in First Run Wizard\", \"PPI-77 - Replaced snippets in administration by `global.defaults`\", \"PPI-126 - Improved error messaging for authorization errors in Zettle\", \"PPI-270 - Express Checkout does not create duplicate guest customers anymore\", \"PPI-293 - Improved PayPal script loading in Storefront\", \"PPI-330 - Improve Zettle decimal precision behavior\", \"PPI-334 - Fixes error on delayed capture in Administration\", \"PPI-339 - Fixes duplicate external link symbols in Administration\"], \"4.0.0\": [\"PPI-252 - Improved error handling for Webhooks\", \"PPI-327 - Improved data type structure\", \"PPI-343 - Fixes error when the customer account name differs from the shipping address name\", \"PPI-352 - Fixes issue with failing Zettle webhooks on POS sale\"], \"4.1.0\": [\"PPI-344 - Fix issue with invalid phone numbers with API v1 payments\", \"PPI-346 - Fix rounding issues in payment capture modal in Administration\", \"PPI-350 - Enable after order process for unconfirmed payments with Shopware 6.4.4.0 or greater\", \"PPI-356 - Improved plugin extensibility\", \"PPI-366 - Improved payment error handling\", \"PPI-367 - Change wording of Sales Channel footer link text\"], \"4.1.1\": [\"PPI-395 - Removed snippets for deprecated PayPal products\"], \"5.0.0\": [\"PPI-317 - Add separate credit card payment method\", \"PPI-385 - Add new Pay Upon Invoice payment method\", \"PPI-410 - Add separate APM payment methods\", \"PPI-418 - Add compatibility for PHP 8.1\"], \"5.0.1\": [\"PPI-615 - Fix issue with missing German translations in the administration\"], \"5.0.2\": [\"PPI-621 - Fix issue with the payment method overview missing in Shopware 6.4.7.0 or lower\", \"PPI-623 - Fix an issue where a PayPal order cannot be created with discounts\"], \"5.0.3\": [\"PPI-624 - Improved error handling in after order process\", \"PPI-628 - Improves payment method choice if PayPal deems the buyer ineligible for certain methods\", \"PPI-629 - Fix issue with payment details not showing for APIv1 payments such as PayPal Plus\"], \"5.0.4\": [\"PPI-642 - Fix issue where payment status was not correctly fetched with credit card payments\"], \"5.1.0\": [\"PPI-611 - Added possibility to exclude products and dynamic product groups from PayPal & Express Checkout\", \"PPI-617 - Fix issue where payment method authorizations were not correctly shown for Sales Channel specific settings\", \"PPI-620 - Fix issue showing an incorrect webhook error message on saving settings without credentials\", \"PPI-634 - Fix issue with shipping tax calculation for net customer groups\", \"PPI-635 - Fix issue with incorrect Pay Upon Invoice data display in invoices\", \"PPI-639 - The Sales Channel selection in the PayPal settings can now display more than 25 Sales Channels\", \"PPI-648 - Improved handling of Smart Payment Buttons, when the JS is not loaded fast enough\", \"PPI-649 - Fix issue where a partially refunded PayPal Plus payment was set to refunded in Shopware via Webhooks\", \"PPI-650 - Increase compatibility to Shopware 6.4.3.0\"], \"5.1.1\": [\"PPI-657 - Cleaned up template `buy-widget-form`\"], \"5.1.2\": [\"PPI-664 - Improved 3D Secure handling in credit card payments\", \"PPI-670 - Improved display of onboarding status in Administration\"], \"5.2.0\": [\"PPI-625 - Added compatibility for new payment method overview of Shopware 6.4.14.0\", \"PPI-663 - Fix issue where taxes were not correctly calculated for net orders\"], \"5.3.0\": [\"PPI-627 - Added new payment methods \\\"Pay Later\\\" and \\\"Venmo\\\"\", \"PPI-673 - Added automatic transmission of shipping tracking numbers to PayPal\", \"PPI-677 - Improved availability of payment methods in Administration\", \"PPI-678 - Fixed issue with Zettle Media URL field in the Administration\"], \"5.3.1\": [\"PPI-672 - Fixed issue where captures could not always set transactions to paid\", \"PPI-681 - Fixed issue where Pay Later was not available for British and Australian customers\", \"PPI-681 - Fixed issue where Oxxo was not available for Mexican customers\", \"PPI-682 - Fixed issue with missing German translations in the administration\", \"PPI-684 - Improved spelling in the Administration\", \"PPI-688 - Fixed issue where the default carrier field in shipping methods was not always shown\", \"PPI-694 - Fixed issue where the default carrier field was shown in non-PayPal orders\", \"PPI-695 - Fixed issue ignoring excluded products per sales channel\", \"PPI-700 - Changed API URL to PayPal from `api.paypal.com` to `api-m.paypal.com` to increase performance\", \"PPI-702 - Fixed issue where payment details of non-PayPal-wallet payments were not always visible\"], \"5.3.2\": [\"PPI-709 - Fixed issue where PayPal was not installable, if the default language was neither English nor German\"], \"5.4.0\": [\"PPI-707 - Fixed issue where checking out with \\\"Pay Later\\\", \\\"SEPA\\\" and \\\"Venmo\\\" result in an error\", \"PPI-712 - Improved handling of payment method availability, removed availability rules\", \"PPI-713 - Improved 3D Secure handling in credit card payments\"], \"5.4.1\": [\"PPI-716 - Fixes an error during the update if availability rules are still in use\"], \"5.4.2\": [\"PPI-723 - Fixes an issue, where some APM payment methods did not work sometimes due to unannounced PayPal API changes\", \"PPI-724 - Fixes an issue, where the payment could fail if PayPal did not send full capture / authorization details\"], \"5.4.3\": [\"PPI-654 - Fixes an issue, where Zettle sync errors were not displayed\", \"PPI-661 - Small performance improvements\", \"PPI-718 - Fixes an issue, where onboarding for specific Sales Channel configurations could not be completed\", \"PPI-733 - Fixes an issue, where the Sandbox flag was not correctly respected in specific Sales Channel configurations\"], \"5.4.4\": [\"PPI-734 - Fixes an issue, where some payment methods were not displayed in after order process\", \"PPI-735 - Fixes an issue, where payment details were not shown on orders, where PayPal was not the first chosen payment method\", \"PPI-737 - Fixes an issue, where the order / payment details were not correctly transferred to PayPal\"], \"5.4.5\": [\"PPI-734 - Fixes an issue, where some payment methods were not displayed in after order process\", \"PPI-720, PPI-741, PPI-743 - Fixes an issue, where the total tax amount was calculated incorrectly for net customers\"], \"5.4.6\": [\"PPI-748 - Disable Trustly for now since PayPal has dropped API support\", \"PPI-749 - Fixes an issue, where the fallback button for credit card payments was not processed correctly\"], \"6.0.0\": [\"PPI-430 - Improved processing of Zettle synchronisation\", \"PPI-659 - Added custom Storefront routes to adjust for missing Store API Client in Storefront in 6.5\", \"PPI-685, PPI-701, PPI-725 - Removed auto-hide for Smart Payment Buttons configuration in Administration\", \"PPI-731 - Compatibility with Shopware 6.5\"], \"6.0.1\": [\"PPI-751 - Fixes an issue with incompatibility with other plugins such as B2B suite and Customized Products\"], \"6.0.2\": [\"PPI-753 - Fixes an issue, where template extensions were not possible in the meta block\", \"PPI-754 - Fixes an issue, where Storefront assets were not working with Shopware 6.4 (Shopware 6.5 supported has been temporarily dropped)\"], \"6.0.3\": [\"PPI-757 - Fixes an issue, where payments of APM payment methods could be created as duplicates\", \"PPI-761 - Fixes an issue, where PayPal PLUS payments could not be created\"], \"0.10.0\": [\"Adds onboarding for the first run wizard\"], \"0.10.1\": [\"Improves link generation for Javascript API calls\"], \"0.11.0\": [\"PT-10391 - Implements pay upon invoice\", \"PT-10695 - Adds error logging for API calls\", \"PT-10702 - Changes URL for Smart Payment Buttons javascript\", \"PT-10715 - Paypal is selected correctly again as payment method for Express Checkout\", \"PT-10723 - Smart Payment Buttons now no longer complete the order directly\", \"PT-10729 - The PayPal payment description now shows available payments with icons\"], \"0.11.1\": [\"PT-10755 - Fixes error while uninstalling and configuration error\"], \"0.11.2\": [\"PT-10733 - Fixes problem when automatically fetching API credentials in first run wizard\"], \"0.12.0\": [\"PT-10287 - Adds possibility to add the invoice number, description or reason while refunding an order\", \"PT-10705 - The PayPal settings are now in an own administration module\", \"PT-10771 - Improves displaying of Smart Payment Buttons\", \"PT-10775 - Improves order transaction state handling\", \"PT-10809 - Smart Payment Buttons can now be styled separately from Express Checkout Button\", \"PT-10821 - Fixes error on sale complete webhook execution\", \"NEXT-4282 - Reinstall of plugin does not duplicate configuration entries anymore\"], \"0.13.0\": [\"Shopware 6.1 compatibility\"], \"1.10.0\": [\"PPI-159 - Added ACL privileges to the PayPal modules\", \"PPI-161 - Fix credentials form in first run wizard\"]}', NULL, '2023-04-07 11:37:53.277', '2023-05-07 15:59:22.172'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product` -- CREATE TABLE `product` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `auto_increment` int NOT NULL, `product_number` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `active` tinyint UNSIGNED DEFAULT NULL, `parent_id` binary(16) DEFAULT NULL, `parent_version_id` binary(16) DEFAULT NULL, `tax_id` binary(16) DEFAULT NULL, `product_manufacturer_id` binary(16) DEFAULT NULL, `product_manufacturer_version_id` binary(16) DEFAULT NULL, `delivery_time_id` binary(16) DEFAULT NULL, `deliveryTime` binary(16) DEFAULT NULL, `product_media_id` binary(16) DEFAULT NULL, `product_media_version_id` binary(16) DEFAULT NULL, `cms_page_id` binary(16) DEFAULT NULL, `cms_page_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `unit_id` binary(16) DEFAULT NULL, `product_feature_set_id` binary(16) DEFAULT NULL, `category_tree` json DEFAULT NULL, `category_ids` json DEFAULT NULL, `stream_ids` json DEFAULT NULL, `option_ids` json DEFAULT NULL, `property_ids` json DEFAULT NULL, `tax` binary(16) DEFAULT NULL, `manufacturer` binary(16) DEFAULT NULL, `cover` binary(16) DEFAULT NULL, `unit` binary(16) DEFAULT NULL, `media` binary(16) DEFAULT NULL, `prices` binary(16) DEFAULT NULL, `visibilities` binary(16) DEFAULT NULL, `properties` binary(16) DEFAULT NULL, `categories` binary(16) DEFAULT NULL, `translations` binary(16) DEFAULT NULL, `price` json DEFAULT NULL, `manufacturer_number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ean` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sales` int NOT NULL DEFAULT '0', `stock` int NOT NULL, `available_stock` int DEFAULT NULL, `available` tinyint(1) NOT NULL DEFAULT '1', `restock_time` int DEFAULT NULL, `is_closeout` tinyint(1) DEFAULT NULL, `purchase_steps` int UNSIGNED DEFAULT NULL, `max_purchase` int UNSIGNED DEFAULT NULL, `min_purchase` int UNSIGNED DEFAULT NULL, `purchase_unit` decimal(11,4) UNSIGNED DEFAULT NULL, `reference_unit` decimal(10,3) UNSIGNED DEFAULT NULL, `shipping_free` tinyint(1) DEFAULT NULL, `purchase_prices` json DEFAULT NULL, `mark_as_topseller` tinyint UNSIGNED DEFAULT NULL, `weight` decimal(10,3) UNSIGNED DEFAULT NULL, `width` decimal(10,3) UNSIGNED DEFAULT NULL, `height` decimal(10,3) UNSIGNED DEFAULT NULL, `length` decimal(10,3) UNSIGNED DEFAULT NULL, `release_date` datetime(3) DEFAULT NULL, `whitelist_ids` json DEFAULT NULL, `blacklist_ids` json DEFAULT NULL, `tag_ids` json DEFAULT NULL, `tags` binary(16) DEFAULT NULL, `variant_restrictions` json DEFAULT NULL, `configurator_group_config` json DEFAULT NULL, `main_variant_id` binary(16) DEFAULT NULL, `created_at` datetime(3) DEFAULT NULL, `updated_at` datetime(3) DEFAULT NULL, `rating_average` float DEFAULT NULL, `display_group` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `child_count` int DEFAULT NULL, `crossSellings` binary(16) DEFAULT NULL, `featureSet` binary(16) DEFAULT NULL, `customFieldSets` binary(16) DEFAULT NULL, `custom_field_set_selection_active` tinyint(1) DEFAULT NULL, `canonical_product_id` binary(16) DEFAULT NULL, `canonicalProduct` binary(16) DEFAULT NULL, `cmsPage` binary(16) DEFAULT NULL, `cheapest_price` longtext COLLATE utf8mb4_unicode_ci, `cheapest_price_accessor` longtext COLLATE utf8mb4_unicode_ci, `states` json DEFAULT NULL, `display_parent` tinyint(1) DEFAULT NULL, `variant_listing_config` json GENERATED ALWAYS AS ((case when ((`display_parent` is not null) or (`main_variant_id` is not null) or (`configurator_group_config` is not null)) then json_object(_utf8mb4'displayParent',`display_parent`,_utf8mb4'mainVariantId',lower(hex(`main_variant_id`)),_utf8mb4'configuratorGroupConfig',json_extract(`configurator_group_config`,_utf8mb4'$')) end)) VIRTUAL ) ; -- -- Tablo döküm verisi `product` -- INSERT INTO `product` (`id`, `version_id`, `auto_increment`, `product_number`, `active`, `parent_id`, `parent_version_id`, `tax_id`, `product_manufacturer_id`, `product_manufacturer_version_id`, `delivery_time_id`, `deliveryTime`, `product_media_id`, `product_media_version_id`, `cms_page_id`, `cms_page_version_id`, `unit_id`, `product_feature_set_id`, `category_tree`, `category_ids`, `stream_ids`, `option_ids`, `property_ids`, `tax`, `manufacturer`, `cover`, `unit`, `media`, `prices`, `visibilities`, `properties`, `categories`, `translations`, `price`, `manufacturer_number`, `ean`, `sales`, `stock`, `available_stock`, `available`, `restock_time`, `is_closeout`, `purchase_steps`, `max_purchase`, `min_purchase`, `purchase_unit`, `reference_unit`, `shipping_free`, `purchase_prices`, `mark_as_topseller`, `weight`, `width`, `height`, `length`, `release_date`, `whitelist_ids`, `blacklist_ids`, `tag_ids`, `tags`, `variant_restrictions`, `configurator_group_config`, `main_variant_id`, `created_at`, `updated_at`, `rating_average`, `display_group`, `child_count`, `crossSellings`, `featureSet`, `customFieldSets`, `custom_field_set_selection_active`, `canonical_product_id`, `canonicalProduct`, `cmsPage`, `cheapest_price`, `cheapest_price_accessor`, `states`, `display_parent`) VALUES (0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 35, 'SW10001', 1, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xe8562e7664fd4572bd1175d6f273950c, 0xc150139008e049aaa0a2254f1e34554d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x23ffae0d0dad40789472e9931a6211d2, 0x23ffae0d0dad40789472e9931a6211d2, 0xf7a7ac966f874f64bfb911cb056176c4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x4e5174287d0a45ea835a392167b08ba9, '[\"a587ca66a94d4333aae0db7c2c043e3a\"]', '[\"a587ca66a94d4333aae0db7c2c043e3a\"]', NULL, NULL, NULL, 0xe8562e7664fd4572bd1175d6f273950c, 0xc150139008e049aaa0a2254f1e34554d, 0xf7a7ac966f874f64bfb911cb056176c4, NULL, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x33997fadf57d4b4ab8f39094a6ffcbdb, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": 44.06, \"gross\": 52.4314, \"linked\": true, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', NULL, NULL, 0, 6, 5, 1, 1, 1, 1, 1, 1, NULL, NULL, 0, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": 44.06, \"gross\": 52.4314, \"linked\": true, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '[\"3c2fba6872744e139b5227a2a44cb7a8\", \"d279bf7245824516b1331a29a5294303\"]', 0x33997fadf57d4b4ab8f39094a6ffcbdb, NULL, NULL, NULL, '2023-05-07 15:38:25.665', '2023-05-07 15:46:41.435', NULL, '39b77b8227355d072c07b09ee02fa9a9', 0, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x4e5174287d0a45ea835a392167b08ba9, 0x33997fadf57d4b4ab8f39094a6ffcbdb, NULL, NULL, NULL, NULL, 'O:87:\"Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceContainer\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0value\";a:1:{s:32:\"33997fadf57d4b4ab8f39094a6ffcbdb\";a:1:{s:7:\"default\";a:10:{s:9:\"parent_id\";s:32:\"33997fadf57d4b4ab8f39094a6ffcbdb\";s:10:\"variant_id\";s:32:\"33997fadf57d4b4ab8f39094a6ffcbdb\";s:7:\"rule_id\";N;s:9:\"is_ranged\";s:1:\"0\";s:5:\"price\";a:1:{s:33:\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\";a:4:{s:3:\"net\";d:44.06;s:5:\"gross\";d:52.4314;s:6:\"linked\";b:1;s:10:\"currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";}}s:12:\"min_purchase\";s:1:\"1\";s:7:\"unit_id\";N;s:13:\"purchase_unit\";N;s:14:\"reference_unit\";N;s:11:\"child_count\";s:1:\"0\";}}}s:10:\"\0*\0default\";N;s:96:\"\0Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceContainer\0ruleIds\";N;}', '{\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":52.4314,\"net\":44.06}}}', '[\"is-physical\"]', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_category` -- CREATE TABLE `product_category` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `category_id` binary(16) NOT NULL, `category_version_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_category` -- INSERT INTO `product_category` (`product_id`, `product_version_id`, `category_id`, `category_version_id`) VALUES (0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa587ca66a94d4333aae0db7c2c043e3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_category_tree` -- CREATE TABLE `product_category_tree` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `category_id` binary(16) NOT NULL, `category_version_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_category_tree` -- INSERT INTO `product_category_tree` (`product_id`, `product_version_id`, `category_id`, `category_version_id`) VALUES (0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa587ca66a94d4333aae0db7c2c043e3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_configurator_setting` -- CREATE TABLE `product_configurator_setting` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `property_group_option_id` binary(16) NOT NULL, `price` json DEFAULT NULL, `position` int NOT NULL DEFAULT '0', `media_id` binary(16) DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_cross_selling` -- CREATE TABLE `product_cross_selling` ( `id` binary(16) NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `position` int NOT NULL, `sort_by` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `sort_direction` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `active` tinyint(1) DEFAULT '0', `limit` int NOT NULL DEFAULT '24', `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `product_stream_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_cross_selling_assigned_products` -- CREATE TABLE `product_cross_selling_assigned_products` ( `id` binary(16) NOT NULL, `cross_selling_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `position` int NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_cross_selling_translation` -- CREATE TABLE `product_cross_selling_translation` ( `product_cross_selling_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_custom_field_set` -- CREATE TABLE `product_custom_field_set` ( `custom_field_set_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_download` -- CREATE TABLE `product_download` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `position` int NOT NULL DEFAULT '1', `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `media_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_export` -- CREATE TABLE `product_export` ( `id` binary(16) NOT NULL, `product_stream_id` binary(16) NOT NULL, `storefront_sales_channel_id` binary(16) DEFAULT NULL, `sales_channel_id` binary(16) NOT NULL, `sales_channel_domain_id` binary(16) DEFAULT NULL, `file_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `access_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `encoding` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `file_format` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `include_variants` tinyint(1) DEFAULT '0', `generate_by_cronjob` tinyint(1) NOT NULL DEFAULT '0', `generated_at` datetime(3) DEFAULT NULL, `interval` int NOT NULL, `header_template` longtext COLLATE utf8mb4_unicode_ci, `body_template` longtext COLLATE utf8mb4_unicode_ci, `footer_template` longtext COLLATE utf8mb4_unicode_ci, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `currency_id` binary(16) NOT NULL, `paused_schedule` tinyint(1) DEFAULT '0', `is_running` tinyint(1) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_feature_set` -- CREATE TABLE `product_feature_set` ( `id` binary(16) NOT NULL, `features` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_feature_set` -- INSERT INTO `product_feature_set` (`id`, `features`, `created_at`, `updated_at`) VALUES (0x4e5174287d0a45ea835a392167b08ba9, '[{\"id\": \"d45b40f6a99c4c2abe66c410369b9d3c\", \"name\": \"referencePrice\", \"type\": \"referencePrice\", \"position\": 1}, {\"id\": \"fc472b0728ce4000969214a0fa61f2df\", \"name\": \"description\", \"type\": \"product\", \"position\": 2}, {\"id\": \"f64801aad24a4de7bfea4d312f957258\", \"name\": \"releaseDate\", \"type\": \"product\", \"position\": 3}, {\"id\": \"f4a361187eac4f6ea4507ebf20c2e9d7\", \"name\": \"manufacturerNumber\", \"type\": \"product\", \"position\": 4}, {\"id\": \"eb6c8ec9b6e24811a176be5a5c9871cf\", \"name\": \"ean\", \"type\": \"product\", \"position\": 5}, {\"id\": \"09110f8260804f009ab4536a1ffbc938\", \"name\": \"width\", \"type\": \"product\", \"position\": 6}, {\"id\": \"e8a48d5fce2f402e8696477b03d7e8e7\", \"name\": \"height\", \"type\": \"product\", \"position\": 7}, {\"id\": \"e4cf3f607a704f569c3912fb85ada9ad\", \"name\": \"length\", \"type\": \"product\", \"position\": 8}, {\"id\": \"e06c53dc014a4130a8850fe64e395046\", \"name\": \"weight\", \"type\": \"product\", \"position\": 9}]', '2023-04-07 14:35:11.111', '2023-04-07 13:38:35.384'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_feature_set_translation` -- CREATE TABLE `product_feature_set_translation` ( `product_feature_set_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` mediumtext COLLATE utf8mb4_unicode_ci, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_feature_set_translation` -- INSERT INTO `product_feature_set_translation` (`product_feature_set_id`, `language_id`, `name`, `description`, `created_at`, `updated_at`) VALUES (0x4e5174287d0a45ea835a392167b08ba9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard', 'Standardtemplate, hebt den Grundpreis des Produkts hervor', '2023-04-07 14:35:11.202', '2023-04-07 13:38:35.385'), (0x4e5174287d0a45ea835a392167b08ba9, 0x74abf495620848a19755546e0f70dbac, 'Default', 'Default template displaying the product\'s price per scale unit', '2023-04-07 14:35:11.151', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_keyword_dictionary` -- CREATE TABLE `product_keyword_dictionary` ( `id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `keyword` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `reversed` varchar(500) COLLATE utf8mb4_unicode_ci GENERATED ALWAYS AS (reverse(`keyword`)) STORED ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_keyword_dictionary` -- INSERT INTO `product_keyword_dictionary` (`id`, `language_id`, `keyword`) VALUES (0xd45b1639c8ad4178816874be1dc3d9e6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'bewertungen'), (0x065477d77bc949ed8945609b5cc862e1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'brother'), (0x90d841a0a5f54243ba87fc964625b7f5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'eigenschaften'), (0x6908795c5cf643b5bc842ccbe92dafbc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'erweiterten'), (0x0e56a785903a44bf95e4a86f0f4170f6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'hauptartikel'), (0x19427f82581e456e988378f9b6f88472, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'hauptprodukt'), (0x29e6e10f41df49199a7044ec5959a4ad, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'hervorhebung'), (0x392fd86dfc3748fa8306266da8989653, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'i-prog'), (0xca0262c051cd45e08933372eeb67e5f6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'original'), (0x5fdb5f32142c4580b6cdf497551c6b6b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Original Brother TN-1020'), (0x6136edd223ca4308b068bc1dcee1de5a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'preisen'), (0xf309f6a5802d45828cf84db80f20178e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'shopware AG'), (0x7fe2b98a804a4473a34586938e7edbee, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Freizeit'), (0xbccc6a19aea147f69d769c5a7b8d09c1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Kleidung'), (0xcc46d651a7cc4546bbdd585946309c25, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Lebensmittel'), (0x98dbc982e28947bd8ce7b3b0cc1b3fb2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SW10000'), (0x50524f489de34191978b96fa95270b19, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SW10001'), (0xd88a4a0e6012422eb7a8c31eff167a3f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10001'), (0x167f5993e19b459f96d9b5c17c909c81, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO100013'), (0x3f935129d394484f8dd7368f256652f8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10002'), (0x320749ce589840ebb06e3ef4ae83527e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005'), (0xcdb16d8369d24c258c9f52e0bf97c4ae, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005.1'), (0x506a1e296a6c48af86a3b0ded94c2327, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005.2'), (0x5d13cbc5cce74101a979d95491b0e602, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005.3'), (0x1d7fffdc41b040b39a9efc53eee05bc4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005.4'), (0x5bfed4d6e5e74f69866f8ef468b92683, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005.5'), (0x1329ef757eaf4fdb9645c8a3f1cf0861, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005.6'), (0xccee13303ae544dba0b4e218404acd6c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10006'), (0xed73f6c2216147ef880fff8ad936e4bf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10007'), (0x01af388861a24ea1af9d63a5a314ad6f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10007.1'), (0x8d06458a0e2e4709bf2ff3ce96264228, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10007.2'), (0x03b28f9614d741c68a3aaf825b2a4a4a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10007.3'), (0x1a826d47d83e4715959faa452dc64191, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10007.4'), (0xc4d677b0cbcd465797d3034e4a32b94e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'tn-1050'), (0x7793d508ef2d424191847814e37b8ff7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'toner'), (0x61f0658d2dc9495eba853e76fd31deee, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'variantenprodukt'), (0x371a1b1621764ef9ae7863b96a46b301, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'versandkostenfrei'), (0x14622980a6554e5fa7bf5b4ec0afee93, 0x74abf495620848a19755546e0f70dbac, 'advanced'), (0x3074f8d3c47942a491dfc8b449f1bdfa, 0x74abf495620848a19755546e0f70dbac, 'brother'), (0x359e5bb975634fcd9b19ea4a822a66e2, 0x74abf495620848a19755546e0f70dbac, 'free'), (0x8cee8dbcdab14f178c3dc08c209fd907, 0x74abf495620848a19755546e0f70dbac, 'highlighting'), (0xb5a9df5226734872b9142126acbedd7b, 0x74abf495620848a19755546e0f70dbac, 'i-prog'), (0xdd269f6e857c4d48b8af8dcab7a7d492, 0x74abf495620848a19755546e0f70dbac, 'main'), (0x4284228bf117406da3fdda58a2996a1a, 0x74abf495620848a19755546e0f70dbac, 'original'), (0x6b1343a6b74c4075a2dd4da115367815, 0x74abf495620848a19755546e0f70dbac, 'Original Brother TN-1020'), (0x123de76f1b184462af3fe43428f00d16, 0x74abf495620848a19755546e0f70dbac, 'prices'), (0x4098861529c8454f880acae4dbde5fc9, 0x74abf495620848a19755546e0f70dbac, 'product'), (0xe9ec8c22f30d466f8dc222998813935d, 0x74abf495620848a19755546e0f70dbac, 'properties'), (0x41fb2ca70b754a34a5f98e6e4e7d5102, 0x74abf495620848a19755546e0f70dbac, 'reviews'), (0x427cf63cee914c21b33c2412f5646b2a, 0x74abf495620848a19755546e0f70dbac, 'shipping'), (0x75a177c117b143ac884d2cbaa04e455e, 0x74abf495620848a19755546e0f70dbac, 'shopware AG'), (0xa282343076b544229e6c4f7d8c567655, 0x74abf495620848a19755546e0f70dbac, 'Shopware Fashion'), (0xc1513b81bc254baa9eb40d677f1d90e6, 0x74abf495620848a19755546e0f70dbac, 'Shopware Food'), (0xd757606233c04eb5868112664c77a08a, 0x74abf495620848a19755546e0f70dbac, 'Shopware Freetime'), (0x14d5c7d7425042769958ba0043810359, 0x74abf495620848a19755546e0f70dbac, 'SW10000'), (0x262b8ee152cd475c82de106e20d7a61b, 0x74abf495620848a19755546e0f70dbac, 'SW10001'), (0x829cd40c372a4cc6aa4d43c3a9ffb3ed, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10001'), (0xe8948eed472e4ad1a16fede8a428972a, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO100013'), (0x46ad8adc06514d7a8e5887cbc9917422, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10002'), (0x2e620db11677458cbd6166c0fb104dff, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10005'), (0x5944fc6ad4d74959a918f577cdd6bb63, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10005.1'), (0xc359e9f58e544b6aa66e081e5d4e9578, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10005.2'), (0xc0a90e2e5066435d9ff2e6b28be979eb, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10005.3'), (0x9603d676187f4b6fa3a5634837cc5801, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10005.4'), (0x7c7fe33c76e24e12b2a429e04616a608, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10005.5'), (0x9c38419936c34e8fb66e7405be758af3, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10005.6'), (0x2c5e8fcc427545d3b44b683ab3154746, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10006'), (0xfc92ffa2c49e40b2a3240cafe54977a0, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10007'), (0x2c1c34f19a3d407f9ee4c064d952090f, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10007.1'), (0x58d7fefaf08b44ff837481a8c23b2861, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10007.2'), (0x617363fb11b8497083d03a89ce264b38, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10007.3'), (0x732fc8ff8f324bcf938f628c3bfd2193, 0x74abf495620848a19755546e0f70dbac, 'SWDEMO10007.4'), (0x1f04cb648cb940eea00c2731df9ab798, 0x74abf495620848a19755546e0f70dbac, 'tn-1050'), (0x1fda1951074a46048bd0b0e70b93951d, 0x74abf495620848a19755546e0f70dbac, 'toner'), (0x4d9a81d540d743ea8b1ddc2862d96d52, 0x74abf495620848a19755546e0f70dbac, 'variant'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_manufacturer` -- CREATE TABLE `product_manufacturer` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `link` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `media_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_manufacturer` -- INSERT INTO `product_manufacturer` (`id`, `version_id`, `link`, `media_id`, `created_at`, `updated_at`) VALUES (0x2326d67406134c88bcf80e52d9d2ecb7, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '2023-04-07 11:37:12.455', NULL), (0x7f24e96676e944b0a0addc20d56728cb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '2023-04-07 11:37:12.634', NULL), (0xc150139008e049aaa0a2254f1e34554d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '2023-04-07 14:34:57.911', NULL), (0xcc1c20c365d34cfb88bfab3c3e81d350, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '2023-04-07 11:37:12.168', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_manufacturer_translation` -- CREATE TABLE `product_manufacturer_translation` ( `product_manufacturer_id` binary(16) NOT NULL, `product_manufacturer_version_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_manufacturer_translation` -- INSERT INTO `product_manufacturer_translation` (`product_manufacturer_id`, `product_manufacturer_version_id`, `language_id`, `name`, `description`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x2326d67406134c88bcf80e52d9d2ecb7, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Lebensmittel', NULL, NULL, '2023-04-07 11:37:12.455', NULL), (0x2326d67406134c88bcf80e52d9d2ecb7, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Shopware Food', NULL, NULL, '2023-04-07 11:37:12.456', NULL), (0x7f24e96676e944b0a0addc20d56728cb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Kleidung', NULL, NULL, '2023-04-07 11:37:12.634', NULL), (0x7f24e96676e944b0a0addc20d56728cb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Shopware Fashion', NULL, NULL, '2023-04-07 11:37:12.634', NULL), (0xc150139008e049aaa0a2254f1e34554d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'shopware AG', NULL, NULL, '2023-04-07 14:34:57.917', NULL), (0xc150139008e049aaa0a2254f1e34554d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'shopware AG', NULL, NULL, '2023-04-07 14:34:57.913', NULL), (0xcc1c20c365d34cfb88bfab3c3e81d350, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Freizeit', NULL, NULL, '2023-04-07 11:37:12.169', NULL), (0xcc1c20c365d34cfb88bfab3c3e81d350, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 'Shopware Freetime', NULL, NULL, '2023-04-07 11:37:12.169', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_media` -- CREATE TABLE `product_media` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `position` int NOT NULL DEFAULT '1', `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `media_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_media` -- INSERT INTO `product_media` (`id`, `version_id`, `position`, `product_id`, `product_version_id`, `media_id`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xf7a7ac966f874f64bfb911cb056176c4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1ffbf26b4af24e33a3509a67e37afa3a, NULL, '2023-05-07 15:38:25.664', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_option` -- CREATE TABLE `product_option` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `property_group_option_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_price` -- CREATE TABLE `product_price` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `price` json NOT NULL, `quantity_start` int NOT NULL, `quantity_end` int DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_property` -- CREATE TABLE `product_property` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `property_group_option_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_review` -- CREATE TABLE `product_review` ( `id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `customer_id` binary(16) DEFAULT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `language_id` binary(16) DEFAULT NULL, `external_user` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `external_email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `points` double DEFAULT NULL, `status` tinyint(1) DEFAULT '0', `comment` longtext COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `updated_at` datetime(3) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `product_version_id` binary(16) NOT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_search_config` -- CREATE TABLE `product_search_config` ( `id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `and_logic` tinyint(1) NOT NULL DEFAULT '1', `min_search_length` smallint NOT NULL DEFAULT '2', `excluded_terms` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_search_config` -- INSERT INTO `product_search_config` (`id`, `language_id`, `and_logic`, `min_search_length`, `excluded_terms`, `created_at`, `updated_at`) VALUES (0x779d9c0bdb4540b797895dc732ff0e11, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0, 2, '[\"aber\", \"alle\", \"allem\", \"allen\", \"aller\", \"alles\", \"als\", \"also\", \"am\", \"an\", \"ander\", \"andere\", \"anderem\", \"anderen\", \"anderer\", \"anderes\", \"anderm\", \"andern\", \"anderr\", \"anders\", \"auch\", \"auf\", \"aus\", \"bei\", \"bin\", \"bis\", \"bist\", \"da\", \"damit\", \"dann\", \"der\", \"den\", \"des\", \"dem\", \"die\", \"das\", \"daß\", \"derselbe\", \"derselben\", \"denselben\", \"desselben\", \"demselben\", \"dieselbe\", \"dieselben\", \"dasselbe\", \"dazu\", \"dein\", \"deine\", \"deinem\", \"deinen\", \"deiner\", \"deines\", \"denn\", \"derer\", \"dessen\", \"dich\", \"dir\", \"du\", \"dies\", \"diese\", \"diesem\", \"diesen\", \"dieser\", \"dieses\", \"doch\", \"dort\", \"durch\", \"ein\", \"eine\", \"einem\", \"einen\", \"einer\", \"eines\", \"einig\", \"einige\", \"einigem\", \"einigen\", \"einiger\", \"einiges\", \"einmal\", \"er\", \"ihn\", \"ihm\", \"es\", \"etwas\", \"euer\", \"eure\", \"eurem\", \"euren\", \"eurer\", \"eures\", \"für\", \"gegen\", \"gewesen\", \"hab\", \"habe\", \"haben\", \"hat\", \"hatte\", \"hatten\", \"hier\", \"hin\", \"hinter\", \"ich\", \"mich\", \"mir\", \"ihr\", \"ihre\", \"ihrem\", \"ihren\", \"ihrer\", \"ihres\", \"euch\", \"im\", \"in\", \"indem\", \"ins\", \"ist\", \"jede\", \"jedem\", \"jeden\", \"jeder\", \"jedes\", \"jene\", \"jenem\", \"jenen\", \"jener\", \"jenes\", \"jetzt\", \"kann\", \"kein\", \"keine\", \"keinem\", \"keinen\", \"keiner\", \"keines\", \"können\", \"könnte\", \"machen\", \"man\", \"manche\", \"manchem\", \"manchen\", \"mancher\", \"manches\", \"mein\", \"meine\", \"meinem\", \"meinen\", \"meiner\", \"meines\", \"mit\", \"muss\", \"musste\", \"nach\", \"nicht\", \"nichts\", \"noch\", \"nun\", \"nur\", \"ob\", \"oder\", \"ohne\", \"sehr\", \"sein\", \"seine\", \"seinem\", \"seinen\", \"seiner\", \"seines\", \"selbst\", \"sich\", \"sie\", \"ihnen\", \"sind\", \"so\", \"solche\", \"solchem\", \"solchen\", \"solcher\", \"solches\", \"soll\", \"sollte\", \"sondern\", \"sonst\", \"über\", \"um\", \"und\", \"uns\", \"unse\", \"unsem\", \"unsen\", \"unser\", \"unses\", \"unter\", \"viel\", \"vom\", \"von\", \"vor\", \"während\", \"war\", \"waren\", \"warst\", \"was\", \"weg\", \"weil\", \"weiter\", \"welche\", \"welchem\", \"welchen\", \"welcher\", \"welches\", \"wenn\", \"werde\", \"werden\", \"wie\", \"wieder\", \"will\", \"wir\", \"wird\", \"wirst\", \"wo\", \"wollen\", \"wollte\", \"würde\", \"würden\", \"zu\", \"zum\", \"zur\", \"zwar\", \"zwischen\"]', '2023-04-07 14:35:17.558', NULL), (0xba03571cc6bc4b1cadbc05dd54083924, 0x74abf495620848a19755546e0f70dbac, 0, 2, '[\"i\", \"me\", \"my\", \"myself\", \"we\", \"us\", \"our\", \"ours\", \"ourselves\", \"you\", \"your\", \"yours\", \"yourself\", \"yourselves\", \"he\", \"him\", \"his\", \"himself\", \"she\", \"her\", \"hers\", \"herself\", \"it\", \"its\", \"itself\", \"they\", \"them\", \"their\", \"theirs\", \"themselves\", \"what\", \"which\", \"who\", \"whom\", \"this\", \"that\", \"these\", \"those\", \"am\", \"is\", \"are\", \"was\", \"were\", \"be\", \"been\", \"being\", \"have\", \"has\", \"had\", \"having\", \"do\", \"does\", \"did\", \"doing\", \"will\", \"would\", \"shall\", \"should\", \"can\", \"could\", \"may\", \"might\", \"must\", \"ought\", \"i\'m\", \"you\'re\", \"he\'s\", \"she\'s\", \"it\'s\", \"we\'re\", \"they\'re\", \"i\'ve\", \"you\'ve\", \"we\'ve\", \"they\'ve\", \"i\'d\", \"you\'d\", \"he\'d\", \"she\'d\", \"we\'d\", \"they\'d\", \"i\'ll\", \"you\'ll\", \"he\'ll\", \"she\'ll\", \"we\'ll\", \"they\'ll\", \"isn\'t\", \"aren\'t\", \"wasn\'t\", \"weren\'t\", \"hasn\'t\", \"haven\'t\", \"hadn\'t\", \"doesn\'t\", \"don\'t\", \"didn\'t\", \"won\'t\", \"wouldn\'t\", \"shan\'t\", \"shouldn\'t\", \"can\'t\", \"cannot\", \"couldn\'t\", \"mustn\'t\", \"let\'s\", \"that\'s\", \"who\'s\", \"what\'s\", \"here\'s\", \"there\'s\", \"when\'s\", \"where\'s\", \"why\'s\", \"how\'s\", \"a\", \"an\", \"the\", \"and\", \"but\", \"if\", \"or\", \"because\", \"as\", \"until\", \"while\", \"of\", \"at\", \"by\", \"for\", \"with\", \"about\", \"against\", \"between\", \"into\", \"through\", \"during\", \"before\", \"after\", \"above\", \"below\", \"to\", \"from\", \"up\", \"down\", \"in\", \"out\", \"on\", \"off\", \"over\", \"under\", \"again\", \"further\", \"then\", \"once\", \"here\", \"there\", \"when\", \"where\", \"why\", \"how\", \"all\", \"any\", \"both\", \"each\", \"few\", \"more\", \"most\", \"other\", \"some\", \"such\", \"no\", \"nor\", \"not\", \"only\", \"own\", \"same\", \"so\", \"than\", \"too\", \"very\"]', '2023-04-07 14:35:17.553', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_search_config_field` -- CREATE TABLE `product_search_config_field` ( `id` binary(16) NOT NULL, `product_search_config_id` binary(16) NOT NULL, `custom_field_id` binary(16) DEFAULT NULL, `field` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `tokenize` tinyint(1) NOT NULL DEFAULT '0', `searchable` tinyint(1) NOT NULL DEFAULT '0', `ranking` int NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_search_config_field` -- INSERT INTO `product_search_config_field` (`id`, `product_search_config_id`, `custom_field_id`, `field`, `tokenize`, `searchable`, `ranking`, `created_at`, `updated_at`) VALUES (0x0161ff2d5fdf4f5c9c0a9b36f652580e, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'categories.name', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0x059c99e2c5d349618475c3bac7a8aba8, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'name', 1, 1, 700, '2023-04-07 14:35:17.559', NULL), (0x0cc8b56115a745c8a61440d204f20055, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'manufacturerNumber', 0, 1, 500, '2023-04-07 14:35:17.559', NULL), (0x10bde1c28ca847c7b1976b21197ca5ed, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'metaTitle', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0x1f2c0455aae3425a8613b44b0c32620c, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'metaDescription', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0x255dbc7c27464d2c81cae11aab248aed, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'customSearchKeywords', 0, 1, 800, '2023-04-07 14:35:17.559', NULL), (0x28d057d2161d48e59bb2c9a1a414121a, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'manufacturer.name', 0, 1, 500, '2023-04-07 14:35:17.559', NULL), (0x2d2920728b0d4966ae335d6d4d804a39, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'options.name', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0x2e80cdde155a4d90a6a8921a04053544, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'productNumber', 0, 1, 1000, '2023-04-07 14:35:17.559', NULL), (0x3a351a01ce254da9873ab1570bd848f2, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'categories.customFields', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0x476f39441e4d48d7aea47054d865575b, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'description', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0x53acb9593b394bc2b3d641a61bfc4cb2, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'productNumber', 0, 1, 1000, '2023-04-07 14:35:17.559', NULL), (0x7ac69572f66d43e68f93260c61654d48, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'ean', 0, 1, 500, '2023-04-07 14:35:17.559', NULL), (0x7f81f3bbacd8483eb68d32adf1c4705e, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'manufacturer.customFields', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0x875bd60118a94e829c46392e4c3dea36, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'properties.name', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0x8d1a3f9483ea43d283eeee85880e3397, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'manufacturer.customFields', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0x8d61f2fe782a457794b72403eb16dfb9, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'manufacturerNumber', 0, 1, 500, '2023-04-07 14:35:17.559', NULL), (0x9bd297a867ff4210b766b7defb33d8ac, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'properties.name', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0x9f807a6e6ac848daa01ad86343268781, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'categories.name', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0xa31719e211c3441b9c571ce7ce866395, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'metaTitle', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0xa414454d9b014bdf85c0fd4647c40d13, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'manufacturer.name', 0, 1, 500, '2023-04-07 14:35:17.559', NULL), (0xb1f489fcb38b46f483da0c93d5b09a57, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'tags.name', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0xc45c845d60ed4b1fa92ee2ae4f9b20c0, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'options.name', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0xc75f2c4473e14f66992c8236f819feb7, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'name', 1, 1, 700, '2023-04-07 14:35:17.559', NULL), (0xd9c9bba9919e4c5e9659048d4aaebd61, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'categories.customFields', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0xe35578493bfb4ea899ceb35fe2153cdc, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'metaDescription', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0xe38872928d6140ee9245af11d8228386, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'tags.name', 0, 0, 0, '2023-04-07 14:35:17.559', NULL), (0xebbb4ab85be54aca9614bafe7cf91283, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'customSearchKeywords', 0, 1, 800, '2023-04-07 14:35:17.559', NULL), (0xf2a7b471b96d4c31b88a37aad6850369, 0xba03571cc6bc4b1cadbc05dd54083924, NULL, 'ean', 0, 1, 500, '2023-04-07 14:35:17.559', NULL), (0xfa15e386bdb64fa682fa3af3a40094df, 0x779d9c0bdb4540b797895dc732ff0e11, NULL, 'description', 0, 0, 0, '2023-04-07 14:35:17.559', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_search_keyword` -- CREATE TABLE `product_search_keyword` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `keyword` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `ranking` double NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_search_keyword` -- INSERT INTO `product_search_keyword` (`id`, `version_id`, `language_id`, `product_id`, `product_version_id`, `keyword`, `ranking`, `created_at`, `updated_at`) VALUES (0x14d3a8bf1e01455fa1c26f0a1af4889a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Original Brother TN-1020', 800, '2023-05-07 15:46:41.389', NULL), (0x196ac1d07f5e4818bbc6ecc57a17fbff, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'original', 700, '2023-05-07 15:46:41.355', NULL), (0x1977da25fa064b8fbb3369c6aea2eb87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SW10001', 1000, '2023-05-07 15:46:41.389', NULL), (0x3b8335525dfc487aa6384ecef783d9ee, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'shopware AG', 500, '2023-05-07 15:46:41.389', NULL), (0x45123ccab1804c8283454a31b1eb7908, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'toner', 700, '2023-05-07 15:46:41.355', NULL), (0x45431bf66cbe40a9b14718804d3691dc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'toner', 700, '2023-05-07 15:46:41.389', NULL), (0x64cf9412a9b94eea861d39a397106b6b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SW10001', 1000, '2023-05-07 15:46:41.355', NULL), (0x66bdc8f5dbc44fa0a667c840c5eea76d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'shopware AG', 500, '2023-05-07 15:46:41.355', NULL), (0x6e119245a3e6449caabfbd372960e643, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Original Brother TN-1020', 800, '2023-05-07 15:46:41.355', NULL), (0x71a5b1ec048e4d149ce3560d11e77cd7, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'tn-1050', 700, '2023-05-07 15:46:41.355', NULL), (0x897abf889d214cb1bbf5e653caeb3ed2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'brother', 700, '2023-05-07 15:46:41.355', NULL), (0x9dd643d4ed27459793ef8552a6b6689b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'brother', 700, '2023-05-07 15:46:41.389', NULL), (0xb1a19e09091f43bf8b960d00cbc26e4f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'tn-1050', 700, '2023-05-07 15:46:41.389', NULL), (0xbeccaa511e2c4d3abf2cd69e39569872, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x74abf495620848a19755546e0f70dbac, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'original', 700, '2023-05-07 15:46:41.389', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_sorting` -- CREATE TABLE `product_sorting` ( `id` binary(16) NOT NULL, `url_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `priority` int UNSIGNED NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `fields` json NOT NULL, `created_at` datetime(3) NOT NULL, `locked` tinyint(1) NOT NULL DEFAULT '0', `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_sorting` -- INSERT INTO `product_sorting` (`id`, `url_key`, `priority`, `active`, `fields`, `created_at`, `locked`, `updated_at`) VALUES (0x0ba2f6000fa6426d9bd18b6c75261445, 'topseller', 0, 1, '[{\"field\": \"product.sales\", \"order\": \"desc\", \"priority\": 1, \"naturalSorting\": 0}]', '2023-04-07 14:35:14.738', 0, NULL), (0x0e0d566f2e4f4ee9bd3acfe1368b8b20, 'name-asc', 4, 1, '[{\"field\": \"product.name\", \"order\": \"asc\", \"priority\": 1, \"naturalSorting\": 0}]', '2023-04-07 14:35:12.934', 0, NULL), (0x1a849dcc2c764b91ac7384319072aa98, 'price-desc', 1, 1, '[{\"field\": \"product.cheapestPrice\", \"order\": \"desc\", \"priority\": 1, \"naturalSorting\": 0}]', '2023-04-07 14:35:12.934', 0, NULL), (0x6c63a9047590401083b1920f6d3921fc, 'price-asc', 2, 1, '[{\"field\": \"product.cheapestPrice\", \"order\": \"asc\", \"priority\": 1, \"naturalSorting\": 0}]', '2023-04-07 14:35:12.934', 0, NULL), (0xbeda14e3381b4373915bb082de97a502, 'name-desc', 3, 1, '[{\"field\": \"product.name\", \"order\": \"desc\", \"priority\": 1, \"naturalSorting\": 0}]', '2023-04-07 14:35:12.934', 0, NULL), (0xcf7fccef719a43eca91d473da2ad7277, 'score', 0, 1, '[{\"field\": \"_score\", \"order\": \"desc\", \"priority\": 1, \"naturalSorting\": 0}]', '2023-04-07 14:35:12.934', 1, NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_sorting_translation` -- CREATE TABLE `product_sorting_translation` ( `product_sorting_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_sorting_translation` -- INSERT INTO `product_sorting_translation` (`product_sorting_id`, `language_id`, `label`, `created_at`, `updated_at`) VALUES (0x0ba2f6000fa6426d9bd18b6c75261445, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Topseller', '2023-04-07 14:35:14.743', NULL), (0x0ba2f6000fa6426d9bd18b6c75261445, 0x74abf495620848a19755546e0f70dbac, 'Topseller', '2023-04-07 14:35:14.742', NULL), (0x0e0d566f2e4f4ee9bd3acfe1368b8b20, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Name A-Z', '2023-04-07 14:35:12.951', NULL), (0x0e0d566f2e4f4ee9bd3acfe1368b8b20, 0x74abf495620848a19755546e0f70dbac, 'Name A-Z', '2023-04-07 14:35:12.950', NULL), (0x1a849dcc2c764b91ac7384319072aa98, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Preis absteigend', '2023-04-07 14:35:12.974', NULL), (0x1a849dcc2c764b91ac7384319072aa98, 0x74abf495620848a19755546e0f70dbac, 'Price descending', '2023-04-07 14:35:12.973', NULL), (0x6c63a9047590401083b1920f6d3921fc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Preis aufsteigend', '2023-04-07 14:35:12.970', NULL), (0x6c63a9047590401083b1920f6d3921fc, 0x74abf495620848a19755546e0f70dbac, 'Price ascending', '2023-04-07 14:35:12.969', NULL), (0xbeda14e3381b4373915bb082de97a502, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Name Z-A', '2023-04-07 14:35:12.965', NULL), (0xbeda14e3381b4373915bb082de97a502, 0x74abf495620848a19755546e0f70dbac, 'Name Z-A', '2023-04-07 14:35:12.964', NULL), (0xcf7fccef719a43eca91d473da2ad7277, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Beste Ergebnisse', '2023-04-07 14:35:12.979', NULL), (0xcf7fccef719a43eca91d473da2ad7277, 0x74abf495620848a19755546e0f70dbac, 'Top results', '2023-04-07 14:35:12.978', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_stream` -- CREATE TABLE `product_stream` ( `id` binary(16) NOT NULL, `api_filter` json DEFAULT NULL, `invalid` tinyint(1) NOT NULL DEFAULT '1', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_stream_filter` -- CREATE TABLE `product_stream_filter` ( `id` binary(16) NOT NULL, `product_stream_id` binary(16) NOT NULL, `parent_id` binary(16) DEFAULT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `field` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `operator` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, `parameters` longtext COLLATE utf8mb4_unicode_ci, `position` int NOT NULL DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_stream_mapping` -- CREATE TABLE `product_stream_mapping` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `product_stream_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_stream_translation` -- CREATE TABLE `product_stream_translation` ( `product_stream_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_tag` -- CREATE TABLE `product_tag` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_tag` -- INSERT INTO `product_tag` (`product_id`, `product_version_id`, `tag_id`) VALUES (0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x3c2fba6872744e139b5227a2a44cb7a8), (0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd279bf7245824516b1331a29a5294303); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_translation` -- CREATE TABLE `product_translation` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `keywords` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `meta_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pack_unit` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `slot_config` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `pack_unit_plural` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_search_keywords` json DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_translation` -- INSERT INTO `product_translation` (`product_id`, `product_version_id`, `language_id`, `meta_description`, `name`, `keywords`, `description`, `meta_title`, `pack_unit`, `custom_fields`, `slot_config`, `created_at`, `updated_at`, `pack_unit_plural`, `custom_search_keywords`) VALUES (0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, 'Original Brother TN-1050 Toner', NULL, '<p style=\"margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px \'Helvetica Neue\'; color: #000000\">Brother TN-1050 Toner bestellen bei <a href=\"http://Trixiton.de\"><span style=\"text-decoration: underline\">Trixiton.de</span></a> | Auf Rechnung + 24h-Versand Mo-Fr.| Blitzversand</p>', NULL, NULL, NULL, NULL, '2023-05-07 15:38:25.666', NULL, NULL, '[\"Original Brother TN-1020\"]'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_visibility` -- CREATE TABLE `product_visibility` ( `id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `visibility` int NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_visibility` -- INSERT INTO `product_visibility` (`id`, `product_id`, `product_version_id`, `sales_channel_id`, `visibility`, `created_at`, `updated_at`) VALUES (0xca4b3558207c410e972f1ce047dfa06e, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8866b481ccef4f96ad00d0fd59f53dc0, 30, '2023-05-07 15:38:25.664', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion` -- CREATE TABLE `promotion` ( `id` binary(16) NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '0', `valid_from` datetime DEFAULT NULL, `valid_until` datetime DEFAULT NULL, `max_redemptions_global` int DEFAULT NULL, `max_redemptions_per_customer` int DEFAULT NULL, `priority` int NOT NULL DEFAULT '1', `order_count` int NOT NULL DEFAULT '0', `orders_per_customer_count` json DEFAULT NULL, `exclusive` tinyint(1) NOT NULL DEFAULT '0', `code` varchar(255) COLLATE utf8mb4_turkish_ci DEFAULT NULL, `use_codes` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `customer_restriction` tinyint(1) NOT NULL DEFAULT '0', `prevent_combination` tinyint(1) NOT NULL DEFAULT '0', `exclusion_ids` json DEFAULT NULL, `use_individual_codes` tinyint(1) NOT NULL DEFAULT '0', `individual_code_pattern` varchar(255) COLLATE utf8mb4_turkish_ci DEFAULT NULL, `use_setgroups` tinyint(1) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_turkish_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_cart_rule` -- CREATE TABLE `promotion_cart_rule` ( `promotion_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_discount` -- CREATE TABLE `promotion_discount` ( `id` binary(16) NOT NULL, `promotion_id` binary(16) NOT NULL, `scope` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `value` double NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `consider_advanced_rules` tinyint(1) NOT NULL DEFAULT '0', `max_value` float DEFAULT NULL, `sorter_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `applier_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `usage_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `picker_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_discount_prices` -- CREATE TABLE `promotion_discount_prices` ( `id` binary(16) NOT NULL, `discount_id` binary(16) NOT NULL, `currency_id` binary(16) NOT NULL, `price` float NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_discount_rule` -- CREATE TABLE `promotion_discount_rule` ( `discount_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_individual_code` -- CREATE TABLE `promotion_individual_code` ( `id` binary(16) NOT NULL, `promotion_id` binary(16) NOT NULL, `code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payload` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_order_rule` -- CREATE TABLE `promotion_order_rule` ( `promotion_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_persona_customer` -- CREATE TABLE `promotion_persona_customer` ( `promotion_id` binary(16) NOT NULL, `customer_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_persona_rule` -- CREATE TABLE `promotion_persona_rule` ( `promotion_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_sales_channel` -- CREATE TABLE `promotion_sales_channel` ( `id` binary(16) NOT NULL, `promotion_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `priority` int NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_setgroup` -- CREATE TABLE `promotion_setgroup` ( `id` binary(16) NOT NULL, `promotion_id` binary(16) NOT NULL, `packager_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `sorter_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `value` double NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_setgroup_rule` -- CREATE TABLE `promotion_setgroup_rule` ( `setgroup_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_translation` -- CREATE TABLE `promotion_translation` ( `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `promotion_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `property_group` -- CREATE TABLE `property_group` ( `id` binary(16) NOT NULL, `sorting_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'alphanumeric', `display_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'text', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `filterable` tinyint(1) NOT NULL DEFAULT '1', `visible_on_product_detail_page` tinyint(1) DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `property_group` -- INSERT INTO `property_group` (`id`, `sorting_type`, `display_type`, `created_at`, `updated_at`, `filterable`, `visible_on_product_detail_page`) VALUES (0x1857bb30fe6448c88f8ad331cf6dfa0c, 'alphanumeric', 'text', '2023-04-07 11:37:12.072', NULL, 1, 1), (0x269c7e40a54a462e884edb004c5f7bc8, 'alphanumeric', 'color', '2023-04-07 11:37:12.084', NULL, 1, 1), (0x448f3d72803f4ac8afc0c1108739ddf4, 'alphanumeric', 'text', '2023-04-07 11:37:12.097', NULL, 1, 1), (0x75f353b589d04bf48e8a9ab1f5422b0e, 'alphanumeric', 'text', '2023-04-07 11:37:12.110', NULL, 1, 1), (0xa67cdd9627cb488bb4cd91f3e8d66e32, 'alphanumeric', 'text', '2023-04-07 11:37:12.125', NULL, 1, 1); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `property_group_option` -- CREATE TABLE `property_group_option` ( `id` binary(16) NOT NULL, `property_group_id` binary(16) NOT NULL, `color_hex_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `media_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `property_group_option` -- INSERT INTO `property_group_option` (`id`, `property_group_id`, `color_hex_code`, `media_id`, `created_at`, `updated_at`) VALUES (0x22bdaee755804c1d8099c0d3696e852c, 0x448f3d72803f4ac8afc0c1108739ddf4, NULL, NULL, '2023-04-07 11:37:12.093', NULL), (0x2bfd278e87204807a890da4a3e81dd90, 0x269c7e40a54a462e884edb004c5f7bc8, '#0000ffff', NULL, '2023-04-07 11:37:12.082', NULL), (0x327d6c0b12264d7bb479ee18eb66ab23, 0x448f3d72803f4ac8afc0c1108739ddf4, NULL, NULL, '2023-04-07 11:37:12.094', NULL), (0x34066fc5b043464caaaca5b1ec5aa233, 0x448f3d72803f4ac8afc0c1108739ddf4, NULL, NULL, '2023-04-07 11:37:12.095', NULL), (0x41e5013b67d64d3a92b7a275da8af441, 0x75f353b589d04bf48e8a9ab1f5422b0e, NULL, NULL, '2023-04-07 11:37:12.107', NULL), (0x5193ffa5de8648a1bcfba1fa8a26c02b, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-04-07 11:37:12.121', NULL), (0x52454db2adf942b2ac079a296f454a10, 0x269c7e40a54a462e884edb004c5f7bc8, '#ff0000ff', NULL, '2023-04-07 11:37:12.082', NULL), (0x54147692cbfb43419a6d11e26cad44dc, 0x75f353b589d04bf48e8a9ab1f5422b0e, NULL, NULL, '2023-04-07 11:37:12.109', NULL), (0x5997d91dc0784997bdef68dfc5a08912, 0x75f353b589d04bf48e8a9ab1f5422b0e, NULL, NULL, '2023-04-07 11:37:12.108', NULL), (0x673c97246aad4704b0be14ce21b93b06, 0x448f3d72803f4ac8afc0c1108739ddf4, NULL, NULL, '2023-04-07 11:37:12.095', NULL), (0x6f9359239c994b48b7de282ee19a714d, 0x1857bb30fe6448c88f8ad331cf6dfa0c, NULL, NULL, '2023-04-07 11:37:12.072', NULL), (0x77421c4f75af40c8a57657cdc2ad49a2, 0x448f3d72803f4ac8afc0c1108739ddf4, NULL, NULL, '2023-04-07 11:37:12.096', NULL), (0x78c53f3f6dd14eb4927978415bfb74db, 0x1857bb30fe6448c88f8ad331cf6dfa0c, NULL, NULL, '2023-04-07 11:37:12.070', NULL), (0x7cab88165ae5420f921232511b6e8f7d, 0x1857bb30fe6448c88f8ad331cf6dfa0c, NULL, NULL, '2023-04-07 11:37:12.071', NULL), (0x96638a1c7ab847bbb3ca64167ab30a3e, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-04-07 11:37:12.121', NULL), (0xacda76f103774960a7f8f96ff5563f8d, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-04-07 11:37:12.122', NULL), (0xacfd7586d02848f1ac801f4776efa414, 0x75f353b589d04bf48e8a9ab1f5422b0e, NULL, NULL, '2023-04-07 11:37:12.109', NULL), (0xad735af1ebfb421e93e408b073c4a89a, 0x269c7e40a54a462e884edb004c5f7bc8, '#ffffffff', NULL, '2023-04-07 11:37:12.083', NULL), (0xc36d68be7cc043c98c78375891eac40a, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-04-07 11:37:12.123', NULL), (0xc53fa30db00e4a84b4516f6b07c02e8d, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-04-07 11:37:12.123', NULL), (0xd5d798a26c7640b3a5f837a02b93a08b, 0x448f3d72803f4ac8afc0c1108739ddf4, NULL, NULL, '2023-04-07 11:37:12.097', NULL), (0xdc6f98beeca44852beb078a9e8e21e7d, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-04-07 11:37:12.124', NULL), (0xdfabbd52199e4d7abd8ff01bafcbd372, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-04-07 11:37:12.125', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `property_group_option_translation` -- CREATE TABLE `property_group_option_translation` ( `property_group_option_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `position` int NOT NULL DEFAULT '1', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `property_group_option_translation` -- INSERT INTO `property_group_option_translation` (`property_group_option_id`, `language_id`, `name`, `position`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x22bdaee755804c1d8099c0d3696e852c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Zucker', 1, NULL, '2023-04-07 11:37:12.094', NULL), (0x22bdaee755804c1d8099c0d3696e852c, 0x74abf495620848a19755546e0f70dbac, 'Sugar', 1, NULL, '2023-04-07 11:37:12.094', NULL), (0x2bfd278e87204807a890da4a3e81dd90, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Blau', 1, NULL, '2023-04-07 11:37:12.082', NULL), (0x2bfd278e87204807a890da4a3e81dd90, 0x74abf495620848a19755546e0f70dbac, 'Blue', 1, NULL, '2023-04-07 11:37:12.082', NULL), (0x327d6c0b12264d7bb479ee18eb66ab23, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Fisch', 1, NULL, '2023-04-07 11:37:12.094', NULL), (0x327d6c0b12264d7bb479ee18eb66ab23, 0x74abf495620848a19755546e0f70dbac, 'Fish', 1, NULL, '2023-04-07 11:37:12.094', NULL), (0x34066fc5b043464caaaca5b1ec5aa233, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Weizen', 1, NULL, '2023-04-07 11:37:12.095', NULL), (0x34066fc5b043464caaaca5b1ec5aa233, 0x74abf495620848a19755546e0f70dbac, 'Wheat', 1, NULL, '2023-04-07 11:37:12.095', NULL), (0x41e5013b67d64d3a92b7a275da8af441, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'S', 1, NULL, '2023-04-07 11:37:12.108', NULL), (0x41e5013b67d64d3a92b7a275da8af441, 0x74abf495620848a19755546e0f70dbac, 'S', 1, NULL, '2023-04-07 11:37:12.108', NULL), (0x5193ffa5de8648a1bcfba1fa8a26c02b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Polyester', 1, NULL, '2023-04-07 11:37:12.121', NULL), (0x5193ffa5de8648a1bcfba1fa8a26c02b, 0x74abf495620848a19755546e0f70dbac, 'Polyester', 1, NULL, '2023-04-07 11:37:12.121', NULL), (0x52454db2adf942b2ac079a296f454a10, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rot', 1, NULL, '2023-04-07 11:37:12.083', NULL), (0x52454db2adf942b2ac079a296f454a10, 0x74abf495620848a19755546e0f70dbac, 'Red', 1, NULL, '2023-04-07 11:37:12.083', NULL), (0x54147692cbfb43419a6d11e26cad44dc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'L', 1, NULL, '2023-04-07 11:37:12.109', NULL), (0x54147692cbfb43419a6d11e26cad44dc, 0x74abf495620848a19755546e0f70dbac, 'L', 1, NULL, '2023-04-07 11:37:12.109', NULL), (0x5997d91dc0784997bdef68dfc5a08912, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'M', 1, NULL, '2023-04-07 11:37:12.108', NULL), (0x5997d91dc0784997bdef68dfc5a08912, 0x74abf495620848a19755546e0f70dbac, 'M', 1, NULL, '2023-04-07 11:37:12.108', NULL), (0x673c97246aad4704b0be14ce21b93b06, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Salz', 1, NULL, '2023-04-07 11:37:12.095', NULL), (0x673c97246aad4704b0be14ce21b93b06, 0x74abf495620848a19755546e0f70dbac, 'Salt', 1, NULL, '2023-04-07 11:37:12.096', NULL), (0x6f9359239c994b48b7de282ee19a714d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kinder', 1, NULL, '2023-04-07 11:37:12.072', NULL), (0x6f9359239c994b48b7de282ee19a714d, 0x74abf495620848a19755546e0f70dbac, 'Children', 1, NULL, '2023-04-07 11:37:12.072', NULL), (0x77421c4f75af40c8a57657cdc2ad49a2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Milch', 1, NULL, '2023-04-07 11:37:12.096', NULL), (0x77421c4f75af40c8a57657cdc2ad49a2, 0x74abf495620848a19755546e0f70dbac, 'Milk', 1, NULL, '2023-04-07 11:37:12.096', NULL), (0x78c53f3f6dd14eb4927978415bfb74db, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mann', 1, NULL, '2023-04-07 11:37:12.070', NULL), (0x78c53f3f6dd14eb4927978415bfb74db, 0x74abf495620848a19755546e0f70dbac, 'Man', 1, NULL, '2023-04-07 11:37:12.070', NULL), (0x7cab88165ae5420f921232511b6e8f7d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Frau', 1, NULL, '2023-04-07 11:37:12.071', NULL), (0x7cab88165ae5420f921232511b6e8f7d, 0x74abf495620848a19755546e0f70dbac, 'Woman', 1, NULL, '2023-04-07 11:37:12.071', NULL), (0x96638a1c7ab847bbb3ca64167ab30a3e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Baumwolle', 1, NULL, '2023-04-07 11:37:12.122', NULL), (0x96638a1c7ab847bbb3ca64167ab30a3e, 0x74abf495620848a19755546e0f70dbac, 'Cotton', 1, NULL, '2023-04-07 11:37:12.122', NULL), (0xacda76f103774960a7f8f96ff5563f8d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Seide', 1, NULL, '2023-04-07 11:37:12.122', NULL), (0xacda76f103774960a7f8f96ff5563f8d, 0x74abf495620848a19755546e0f70dbac, 'Silk', 1, NULL, '2023-04-07 11:37:12.122', NULL), (0xacfd7586d02848f1ac801f4776efa414, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'XL', 1, NULL, '2023-04-07 11:37:12.109', NULL), (0xacfd7586d02848f1ac801f4776efa414, 0x74abf495620848a19755546e0f70dbac, 'XL', 1, NULL, '2023-04-07 11:37:12.110', NULL), (0xad735af1ebfb421e93e408b073c4a89a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Weiß', 1, NULL, '2023-04-07 11:37:12.083', NULL), (0xad735af1ebfb421e93e408b073c4a89a, 0x74abf495620848a19755546e0f70dbac, 'White', 1, NULL, '2023-04-07 11:37:12.084', NULL), (0xc36d68be7cc043c98c78375891eac40a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Edelstahl', 1, NULL, '2023-04-07 11:37:12.123', NULL), (0xc36d68be7cc043c98c78375891eac40a, 0x74abf495620848a19755546e0f70dbac, 'Stainless steel', 1, NULL, '2023-04-07 11:37:12.123', NULL), (0xc53fa30db00e4a84b4516f6b07c02e8d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Leder', 1, NULL, '2023-04-07 11:37:12.124', NULL), (0xc53fa30db00e4a84b4516f6b07c02e8d, 0x74abf495620848a19755546e0f70dbac, 'Leather', 1, NULL, '2023-04-07 11:37:12.124', NULL), (0xd5d798a26c7640b3a5f837a02b93a08b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pfeffer', 1, NULL, '2023-04-07 11:37:12.097', NULL), (0xd5d798a26c7640b3a5f837a02b93a08b, 0x74abf495620848a19755546e0f70dbac, 'Pepper', 1, NULL, '2023-04-07 11:37:12.097', NULL), (0xdc6f98beeca44852beb078a9e8e21e7d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kunstoff', 1, NULL, '2023-04-07 11:37:12.124', NULL), (0xdc6f98beeca44852beb078a9e8e21e7d, 0x74abf495620848a19755546e0f70dbac, 'Plastic', 1, NULL, '2023-04-07 11:37:12.124', NULL), (0xdfabbd52199e4d7abd8ff01bafcbd372, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nylon', 1, NULL, '2023-04-07 11:37:12.125', NULL), (0xdfabbd52199e4d7abd8ff01bafcbd372, 0x74abf495620848a19755546e0f70dbac, 'Nylon', 1, NULL, '2023-04-07 11:37:12.125', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `property_group_translation` -- CREATE TABLE `property_group_translation` ( `property_group_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `position` int DEFAULT '1', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `property_group_translation` -- INSERT INTO `property_group_translation` (`property_group_id`, `language_id`, `name`, `description`, `position`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x1857bb30fe6448c88f8ad331cf6dfa0c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Zielgruppe', NULL, 1, NULL, '2023-04-07 11:37:12.072', NULL), (0x1857bb30fe6448c88f8ad331cf6dfa0c, 0x74abf495620848a19755546e0f70dbac, 'Target group', NULL, 1, NULL, '2023-04-07 11:37:12.073', NULL), (0x269c7e40a54a462e884edb004c5f7bc8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Farbe', NULL, 1, NULL, '2023-04-07 11:37:12.084', NULL), (0x269c7e40a54a462e884edb004c5f7bc8, 0x74abf495620848a19755546e0f70dbac, 'Colour', NULL, 1, NULL, '2023-04-07 11:37:12.084', NULL), (0x448f3d72803f4ac8afc0c1108739ddf4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Zutaten', NULL, 1, NULL, '2023-04-07 11:37:12.097', NULL), (0x448f3d72803f4ac8afc0c1108739ddf4, 0x74abf495620848a19755546e0f70dbac, 'Ingredients', NULL, 1, NULL, '2023-04-07 11:37:12.097', NULL), (0x75f353b589d04bf48e8a9ab1f5422b0e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Größe', NULL, 1, NULL, '2023-04-07 11:37:12.110', NULL), (0x75f353b589d04bf48e8a9ab1f5422b0e, 0x74abf495620848a19755546e0f70dbac, 'Size', NULL, 1, NULL, '2023-04-07 11:37:12.110', NULL), (0xa67cdd9627cb488bb4cd91f3e8d66e32, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Material', NULL, 1, NULL, '2023-04-07 11:37:12.125', NULL), (0xa67cdd9627cb488bb4cd91f3e8d66e32, 0x74abf495620848a19755546e0f70dbac, 'Material', NULL, 1, NULL, '2023-04-07 11:37:12.126', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `refresh_token` -- CREATE TABLE `refresh_token` ( `id` binary(16) NOT NULL, `user_id` binary(16) NOT NULL, `token_id` varchar(80) COLLATE utf8mb4_unicode_ci NOT NULL, `issued_at` datetime(3) NOT NULL, `expires_at` datetime(3) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `refresh_token` -- INSERT INTO `refresh_token` (`id`, `user_id`, `token_id`, `issued_at`, `expires_at`) VALUES (0x563a8e055c0c4ae48e26087c8a565488, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, '5f0a7d67a6a44145cc95cd3c4bb6488cae0d58d4689803cffb7b5f3b18ab0eaaa55a75e786f203cc', '2023-05-07 19:40:43.422', '2023-05-14 19:40:43.422'), (0x786ee09bde7740d4b0e2c3fd44d9bc2e, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 'ebe45a5e4269170452246037df93f96ea868ca250fc65f55546d9b9dbe84079fe0de1bc6cd2cc48a', '2023-05-07 16:28:35.467', '2023-05-14 16:28:35.467'), (0xce987c31c3a74db6ae0edc9fd6704261, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 'b62cec3e785eeeac0d3a408740b381c9e57271929a128efeb1f1c1c8f41c1f3a8b64e0a755a285e1', '2023-05-07 19:09:28.429', '2023-05-14 19:09:28.429'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `rule` -- CREATE TABLE `rule` ( `id` binary(16) NOT NULL, `name` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `priority` int NOT NULL, `payload` longblob, `invalid` tinyint(1) NOT NULL DEFAULT '0', `areas` json DEFAULT NULL, `module_types` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `rule` -- INSERT INTO `rule` (`id`, `name`, `description`, `priority`, `payload`, `invalid`, `areas`, `module_types`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x28caae75a5624f0d985abd0eb32aa160, 'Alle Kunden der Standard-Kundengruppe', NULL, 1, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34353a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c4f7252756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31313a226f72436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a35343a2253686f70776172655c436f72655c436865636b6f75745c437573746f6d65725c52756c655c437573746f6d657247726f757052756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a32313a22637573746f6d6572437573746f6d657247726f7570223b733a31393a22002a00637573746f6d657247726f7570496473223b613a313a7b693a303b733a33323a226366626435303138643338643431643861646361313064393466633862646436223b7d733a31313a22002a006f70657261746f72223b733a313a223d223b7d7d7d7d7d7d7d, 0, '[\"shipping\"]', NULL, NULL, '2023-04-07 11:37:11.960', NULL), (0x2ceda9c3f1f64dd088365c09cad2b78e, 'Cart >= 0 (Payment)', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34373a2253686f70776172655c436f72655c436865636b6f75745c436172745c52756c655c43617274416d6f756e7452756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31343a226361727443617274416d6f756e74223b733a393a22002a00616d6f756e74223b643a303b733a31313a22002a006f70657261746f72223b733a323a223e3d223b7d7d7d, 0, '[]', NULL, NULL, '2023-04-07 14:34:57.809', NULL), (0x3858957016644de4ae48c0500bf3ccc8, 'Warenkorbwert größer/gleich 0 (Zahlungsarten)', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34353a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c4f7252756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31313a226f72436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34373a2253686f70776172655c436f72655c436865636b6f75745c436172745c52756c655c43617274416d6f756e7452756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31343a226361727443617274416d6f756e74223b733a393a22002a00616d6f756e74223b643a303b733a31313a22002a006f70657261746f72223b733a323a223e3d223b7d7d7d7d7d7d7d, 0, '[]', NULL, NULL, '2023-04-07 11:37:11.981', NULL), (0x3cf541369e6d4a2fa70aa8687a65fc2d, 'Ist Sonntag', NULL, 2, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34353a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c4f7252756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31313a226f72436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34303a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c5765656b64617952756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a393a226461794f665765656b223b733a31313a22002a006f70657261746f72223b733a313a223d223b733a31323a22002a006461794f665765656b223b693a373b7d7d7d7d7d7d7d, 0, '[]', NULL, NULL, '2023-04-07 11:37:11.991', NULL), (0x54094d941b4249708051214fb53b427a, 'Cart >= 0', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34373a2253686f70776172655c436f72655c436865636b6f75745c436172745c52756c655c43617274416d6f756e7452756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31343a226361727443617274416d6f756e74223b733a393a22002a00616d6f756e74223b643a303b733a31313a22002a006f70657261746f72223b733a323a223e3d223b7d7d7d, 0, '[]', NULL, NULL, '2023-04-07 14:34:57.849', NULL), (0x66e3ba0eb5874a828909566b82692945, 'Shopping cart / Order with digital products', NULL, 1, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a35383a2253686f70776172655c436f72655c436865636b6f75745c436172745c52756c655c4c696e654974656d50726f6475637453746174657352756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a32353a22636172744c696e654974656d50726f64756374537461746573223b733a31353a22002a0070726f647563745374617465223b733a31313a2269732d646f776e6c6f6164223b733a31313a22002a006f70657261746f72223b733a313a223d223b7d7d7d7d7d, 0, '[\"flow\"]', NULL, NULL, '2023-04-07 14:35:32.083', NULL), (0x6a874aca3ab94f5da3a439e58107d8e3, 'All customers', NULL, 1, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a35343a2253686f70776172655c436f72655c436865636b6f75745c437573746f6d65725c52756c655c437573746f6d657247726f757052756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a32313a22637573746f6d6572437573746f6d657247726f7570223b733a31393a22002a00637573746f6d657247726f7570496473223b613a313a7b693a303b733a33323a226366626435303138643338643431643861646361313064393466633862646436223b7d733a31313a22002a006f70657261746f72223b733a313a223d223b7d7d7d, 0, '[]', NULL, NULL, '2023-04-07 14:34:57.943', NULL), (0x7d36b468731e47b588adc6860019f216, 'Customers from USA', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a35353a2253686f70776172655c436f72655c436865636b6f75745c437573746f6d65725c52756c655c42696c6c696e67436f756e74727952756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a32323a22637573746f6d657242696c6c696e67436f756e747279223b733a31333a22002a00636f756e747279496473223b613a313a7b693a303b733a33323a223030616238373538656137373465356238323263623666656662383863323566223b7d733a31313a22002a006f70657261746f72223b733a313a223d223b7d7d7d, 0, '[]', NULL, NULL, '2023-04-07 14:34:57.946', NULL), (0x7fd6db768f8f42b29c4ff5f1ccc59bf6, 'Sunday sales', NULL, 2, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34303a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c5765656b64617952756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a393a226461794f665765656b223b733a31313a22002a006f70657261746f72223b733a313a223d223b733a31323a22002a006461794f665765656b223b693a373b7d7d7d, 0, '[]', NULL, NULL, '2023-04-07 14:34:57.941', NULL), (0xa62e1f6a1a0b4519af401b6270a37149, 'Kunden aus den USA', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34353a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c4f7252756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31313a226f72436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a35353a2253686f70776172655c436f72655c436865636b6f75745c437573746f6d65725c52756c655c42696c6c696e67436f756e74727952756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a32323a22637573746f6d657242696c6c696e67436f756e747279223b733a31333a22002a00636f756e747279496473223b613a313a7b693a303b733a33323a223030616238373538656137373465356238323263623666656662383863323566223b7d733a31313a22002a006f70657261746f72223b733a313a223d223b7d7d7d7d7d7d7d, 0, '[]', NULL, NULL, '2023-04-07 11:37:12.002', NULL), (0xe1378db7808a478f919e0d740d5d6c1a, 'Warenkorbwert größer/gleich 0', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34353a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c4f7252756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31313a226f72436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34373a2253686f70776172655c436f72655c436865636b6f75745c436172745c52756c655c43617274416d6f756e7452756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31343a226361727443617274416d6f756e74223b733a393a22002a00616d6f756e74223b643a303b733a31313a22002a006f70657261746f72223b733a323a223e3d223b7d7d7d7d7d7d7d, 0, '[]', NULL, NULL, '2023-04-07 11:37:12.010', NULL), (0xef90711654e7402e8f506daa8f784921, 'Always valid (Default)', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34383a2253686f70776172655c436f72655c436865636b6f75745c436172745c52756c655c416c7761797356616c696452756c65223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31313a22616c7761797356616c6964223b7d7d7d, 0, '[]', NULL, NULL, '2023-04-07 14:35:06.759', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `rule_condition` -- CREATE TABLE `rule_condition` ( `id` binary(16) NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `rule_id` binary(16) NOT NULL, `script_id` binary(16) DEFAULT NULL, `parent_id` binary(16) DEFAULT NULL, `value` json DEFAULT NULL, `position` int NOT NULL DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `rule_condition` -- INSERT INTO `rule_condition` (`id`, `type`, `rule_id`, `script_id`, `parent_id`, `value`, `position`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0d654158ebd44cd9987cf16c3e01e013, 'orContainer', 0x28caae75a5624f0d985abd0eb32aa160, NULL, NULL, NULL, 0, NULL, '2023-04-07 11:37:11.959', NULL), (0x14a8220e05314eb5890f81a0f8b5382c, 'dayOfWeek', 0x7fd6db768f8f42b29c4ff5f1ccc59bf6, NULL, NULL, '{\"operator\": \"=\", \"dayOfWeek\": 7}', 0, NULL, '2023-04-07 14:34:57.942', NULL), (0x1d6499fa8b274c21bb8c1a5210f53b83, 'andContainer', 0x28caae75a5624f0d985abd0eb32aa160, NULL, 0x0d654158ebd44cd9987cf16c3e01e013, NULL, 0, NULL, '2023-04-07 11:37:11.960', NULL), (0x21b3f8fad2a44fc7a96c7dbfe9a7a97d, 'andContainer', 0x3858957016644de4ae48c0500bf3ccc8, NULL, 0x87067da7d04d4687b0d526b48dce8d61, NULL, 0, NULL, '2023-04-07 11:37:11.981', NULL), (0x24841435a2974f83946abfdbdbfbede1, 'andContainer', 0x66e3ba0eb5874a828909566b82692945, NULL, NULL, '[]', 0, NULL, '2023-04-07 14:35:32.085', NULL), (0x2935a333c7854c97b7764ca33ca013c9, 'customerCustomerGroup', 0x28caae75a5624f0d985abd0eb32aa160, NULL, 0x1d6499fa8b274c21bb8c1a5210f53b83, '{\"operator\": \"=\", \"customerGroupIds\": [\"cfbd5018d38d41d8adca10d94fc8bdd6\"]}', 0, NULL, '2023-04-07 11:37:11.960', NULL), (0x2df8e1f5995f47b788172122908b2140, 'customerCustomerGroup', 0x6a874aca3ab94f5da3a439e58107d8e3, NULL, NULL, '{\"operator\": \"=\", \"customerGroupIds\": [\"cfbd5018d38d41d8adca10d94fc8bdd6\"]}', 0, NULL, '2023-04-07 14:34:57.944', NULL), (0x3e1f0524a4264536a0a1928f7d885cdd, 'andContainer', 0x3cf541369e6d4a2fa70aa8687a65fc2d, NULL, 0xe4230893cf5f42c2baee2f613fd30044, NULL, 0, NULL, '2023-04-07 11:37:11.991', NULL), (0x3e59c2997cae4b2da494c13e543a2514, 'orContainer', 0xa62e1f6a1a0b4519af401b6270a37149, NULL, NULL, NULL, 0, NULL, '2023-04-07 11:37:12.001', NULL), (0x400dad4f3b7846998514a1a59d523a71, 'cartCartAmount', 0x2ceda9c3f1f64dd088365c09cad2b78e, NULL, NULL, '{\"amount\": 0, \"operator\": \">=\"}', 0, NULL, '2023-04-07 14:34:57.812', NULL), (0x4b7c8343d92247e7805baa18bcad104e, 'customerBillingCountry', 0xa62e1f6a1a0b4519af401b6270a37149, NULL, 0xf6b5fdcfc33a43108e26b782390876dc, '{\"operator\": \"=\", \"countryIds\": [\"00ab8758ea774e5b822cb6fefb88c25f\"]}', 0, NULL, '2023-04-07 11:37:12.001', NULL), (0x87067da7d04d4687b0d526b48dce8d61, 'orContainer', 0x3858957016644de4ae48c0500bf3ccc8, NULL, NULL, NULL, 0, NULL, '2023-04-07 11:37:11.980', NULL), (0x89efe96a71994f21acffe5bab502b251, 'customerBillingCountry', 0x7d36b468731e47b588adc6860019f216, NULL, NULL, '{\"operator\": \"=\", \"countryIds\": [\"00ab8758ea774e5b822cb6fefb88c25f\"]}', 0, NULL, '2023-04-07 14:34:57.947', NULL), (0x98e9fb8ace9c4813b262ac671e851c5c, 'dayOfWeek', 0x3cf541369e6d4a2fa70aa8687a65fc2d, NULL, 0x3e1f0524a4264536a0a1928f7d885cdd, '{\"operator\": \"=\", \"dayOfWeek\": 7}', 0, NULL, '2023-04-07 11:37:11.991', NULL), (0x9a44a58cbe684b06b73edaa03553e141, 'cartCartAmount', 0x54094d941b4249708051214fb53b427a, NULL, NULL, '{\"amount\": 0, \"operator\": \">=\"}', 0, NULL, '2023-04-07 14:34:57.849', NULL), (0x9f60770f58f14460a70fca9541e4ef70, 'alwaysValid', 0xef90711654e7402e8f506daa8f784921, NULL, NULL, NULL, 0, NULL, '2023-04-07 14:35:06.762', NULL), (0xbd7dde535f094ca199ebdbd9918e87e5, 'cartCartAmount', 0x3858957016644de4ae48c0500bf3ccc8, NULL, 0x21b3f8fad2a44fc7a96c7dbfe9a7a97d, '{\"amount\": 0, \"operator\": \">=\"}', 0, NULL, '2023-04-07 11:37:11.981', NULL), (0xd9849021111a469cb83c4918e0991b44, 'andContainer', 0xe1378db7808a478f919e0d740d5d6c1a, NULL, 0xdb6b9045481b480183df6002cb236afd, NULL, 0, NULL, '2023-04-07 11:37:12.010', NULL), (0xdb6b9045481b480183df6002cb236afd, 'orContainer', 0xe1378db7808a478f919e0d740d5d6c1a, NULL, NULL, NULL, 0, NULL, '2023-04-07 11:37:12.010', NULL), (0xe4230893cf5f42c2baee2f613fd30044, 'orContainer', 0x3cf541369e6d4a2fa70aa8687a65fc2d, NULL, NULL, NULL, 0, NULL, '2023-04-07 11:37:11.990', NULL), (0xe96a7e9d56ff4c9884704867ada7ac95, 'cartLineItemProductStates', 0x66e3ba0eb5874a828909566b82692945, NULL, 0x24841435a2974f83946abfdbdbfbede1, '{\"operator\": \"=\", \"productState\": \"is-download\"}', 0, NULL, '2023-04-07 14:35:32.086', NULL), (0xeeb5ec22d440450b90b97b679f15042f, 'cartCartAmount', 0xe1378db7808a478f919e0d740d5d6c1a, NULL, 0xd9849021111a469cb83c4918e0991b44, '{\"amount\": 0, \"operator\": \">=\"}', 0, NULL, '2023-04-07 11:37:12.010', NULL), (0xf6b5fdcfc33a43108e26b782390876dc, 'andContainer', 0xa62e1f6a1a0b4519af401b6270a37149, NULL, 0x3e59c2997cae4b2da494c13e543a2514, NULL, 0, NULL, '2023-04-07 11:37:12.001', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `rule_tag` -- CREATE TABLE `rule_tag` ( `rule_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel` -- CREATE TABLE `sales_channel` ( `id` binary(16) NOT NULL, `type_id` binary(16) NOT NULL, `short_name` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `configuration` json DEFAULT NULL, `access_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `language_id` binary(16) NOT NULL, `currency_id` binary(16) NOT NULL, `payment_method_id` binary(16) NOT NULL, `shipping_method_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `navigation_category_id` binary(16) NOT NULL, `navigation_category_version_id` binary(16) NOT NULL, `navigation_category_depth` int NOT NULL DEFAULT '2', `home_cms_page_id` binary(16) DEFAULT NULL, `home_cms_page_version_id` binary(16) DEFAULT NULL, `hreflang_active` tinyint UNSIGNED DEFAULT '0', `hreflang_default_domain_id` binary(16) DEFAULT NULL, `footer_category_id` binary(16) DEFAULT NULL, `footer_category_version_id` binary(16) DEFAULT NULL, `service_category_id` binary(16) DEFAULT NULL, `service_category_version_id` binary(16) DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `maintenance` tinyint(1) NOT NULL DEFAULT '0', `maintenance_ip_whitelist` json DEFAULT NULL, `customer_group_id` binary(16) NOT NULL, `mail_header_footer_id` binary(16) DEFAULT NULL, `payment_method_ids` json DEFAULT NULL, `analytics_id` binary(16) DEFAULT NULL, `tax_calculation_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'horizontal', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `sales_channel` -- INSERT INTO `sales_channel` (`id`, `type_id`, `short_name`, `configuration`, `access_key`, `language_id`, `currency_id`, `payment_method_id`, `shipping_method_id`, `country_id`, `navigation_category_id`, `navigation_category_version_id`, `navigation_category_depth`, `home_cms_page_id`, `home_cms_page_version_id`, `hreflang_active`, `hreflang_default_domain_id`, `footer_category_id`, `footer_category_version_id`, `service_category_id`, `service_category_version_id`, `active`, `maintenance`, `maintenance_ip_whitelist`, `customer_group_id`, `mail_header_footer_id`, `payment_method_ids`, `analytics_id`, `tax_calculation_type`, `created_at`, `updated_at`) VALUES (0x8866b481ccef4f96ad00d0fd59f53dc0, 0x8a243080f92e4c719546314b577cf82b, NULL, NULL, 'SWSCTUFHQLJSRZJNZNVNWWHXCA', 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x4e7e88d548d14942b3b5dfcea1810247, 0x09dcaa2626834e268b30ff74bb208e02, 0x02b7e51eab1a4faf8dfb253958a7568f, 0xa587ca66a94d4333aae0db7c2c043e3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 0x4c5770df70d949f2bb63ce47d64fea28, 0xa587ca66a94d4333aae0db7c2c043e3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa587ca66a94d4333aae0db7c2c043e3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 0, NULL, 0xcfbd5018d38d41d8adca10d94fc8bdd6, NULL, '[\"4e7e88d548d14942b3b5dfcea1810247\"]', NULL, 'horizontal', '2023-04-07 14:36:35.144', '2023-05-07 15:31:11.959'), (0x98432def39fc4624b33213a56b8c944d, 0xf183ee5650cf4bdb8a774337575067a6, NULL, NULL, 'SWSCUETZEDBVBGM3NFDGAVNHQG', 0x74abf495620848a19755546e0f70dbac, 0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x4e7e88d548d14942b3b5dfcea1810247, 0x09dcaa2626834e268b30ff74bb208e02, 0x02b7e51eab1a4faf8dfb253958a7568f, 0xa587ca66a94d4333aae0db7c2c043e3a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, 0xcfbd5018d38d41d8adca10d94fc8bdd6, NULL, '[\"0b9652fcbd3249bea856f335a44c59ff\", \"35a1ca05dfe4428cb2719c5da5635a31\", \"4e7e88d548d14942b3b5dfcea1810247\", \"f25999b82d7b463eaee6446c821901f0\"]', NULL, 'horizontal', '2023-04-07 14:34:57.885', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_analytics` -- CREATE TABLE `sales_channel_analytics` ( `id` binary(16) NOT NULL, `tracking_id` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '0', `track_orders` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `anonymize_ip` tinyint(1) NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_api_context` -- CREATE TABLE `sales_channel_api_context` ( `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `payload` json NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `customer_id` binary(16) DEFAULT NULL, `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `sales_channel_api_context` -- INSERT INTO `sales_channel_api_context` (`token`, `payload`, `sales_channel_id`, `customer_id`, `updated_at`) VALUES ('57vQYlAjU0kD3PmprEiH4o24TR2WVED4', '{\"expired\": false, \"domainId\": \"9439988356904b6da3d946ec4d5d5417\", \"customerId\": \"dffc461fca4a46cf9743efdb34fa9df7\", \"languageId\": \"74abf495620848a19755546e0f70dbac\", \"billingAddressId\": null, \"shippingAddressId\": null}', 0x8866b481ccef4f96ad00d0fd59f53dc0, 0xdffc461fca4a46cf9743efdb34fa9df7, '2023-05-07 15:49:45'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_country` -- CREATE TABLE `sales_channel_country` ( `sales_channel_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `sales_channel_country` -- INSERT INTO `sales_channel_country` (`sales_channel_id`, `country_id`) VALUES (0x8866b481ccef4f96ad00d0fd59f53dc0, 0x02b7e51eab1a4faf8dfb253958a7568f), (0x98432def39fc4624b33213a56b8c944d, 0x02b7e51eab1a4faf8dfb253958a7568f), (0x98432def39fc4624b33213a56b8c944d, 0x088af52e087d419ab7fec6ab76cf0360); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_currency` -- CREATE TABLE `sales_channel_currency` ( `sales_channel_id` binary(16) NOT NULL, `currency_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `sales_channel_currency` -- INSERT INTO `sales_channel_currency` (`sales_channel_id`, `currency_id`) VALUES (0x8866b481ccef4f96ad00d0fd59f53dc0, 0xb7d2554b0ce847cd82f3ac9bd1c0dfca); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_domain` -- CREATE TABLE `sales_channel_domain` ( `id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `currency_id` binary(16) NOT NULL, `snippet_set_id` binary(16) NOT NULL, `hreflang_use_only_locale` tinyint UNSIGNED DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `sales_channel_domain` -- INSERT INTO `sales_channel_domain` (`id`, `sales_channel_id`, `language_id`, `url`, `currency_id`, `snippet_set_id`, `hreflang_use_only_locale`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x4c5770df70d949f2bb63ce47d64fea28, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'https://shopware.uygarsa.com', 0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x292f1e48b18e4cac9c94289103963a12, 0, NULL, '2023-04-07 14:36:35.164', NULL), (0x9439988356904b6da3d946ec4d5d5417, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'http://shopware.uygarsa.com', 0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x292f1e48b18e4cac9c94289103963a12, 0, NULL, '2023-04-07 14:36:35.163', NULL), (0xb796976a719743a9ac5a7b9748819e48, 0x98432def39fc4624b33213a56b8c944d, 0x74abf495620848a19755546e0f70dbac, 'default.headless0', 0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x7c3e4e88b560482bac6687f3777ed6d9, 0, NULL, '2023-04-07 14:35:24.686', NULL), (0xe9b3a7ecbf494b219b6c8f786b29ee6d, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x74abf495620848a19755546e0f70dbac, 'https://shopware.uygarsa.com/en', 0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x7c3e4e88b560482bac6687f3777ed6d9, 1, NULL, '2023-04-07 13:58:55.271', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_language` -- CREATE TABLE `sales_channel_language` ( `sales_channel_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `sales_channel_language` -- INSERT INTO `sales_channel_language` (`sales_channel_id`, `language_id`) VALUES (0x8866b481ccef4f96ad00d0fd59f53dc0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b), (0x98432def39fc4624b33213a56b8c944d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b), (0x8866b481ccef4f96ad00d0fd59f53dc0, 0x74abf495620848a19755546e0f70dbac), (0x98432def39fc4624b33213a56b8c944d, 0x74abf495620848a19755546e0f70dbac), (0x8866b481ccef4f96ad00d0fd59f53dc0, 0xefd2736087a74fe5a6be884cd91e3a71); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_payment_method` -- CREATE TABLE `sales_channel_payment_method` ( `sales_channel_id` binary(16) NOT NULL, `payment_method_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `sales_channel_payment_method` -- INSERT INTO `sales_channel_payment_method` (`sales_channel_id`, `payment_method_id`) VALUES (0x98432def39fc4624b33213a56b8c944d, 0x0b9652fcbd3249bea856f335a44c59ff), (0x98432def39fc4624b33213a56b8c944d, 0x35a1ca05dfe4428cb2719c5da5635a31), (0x8866b481ccef4f96ad00d0fd59f53dc0, 0x4e7e88d548d14942b3b5dfcea1810247), (0x98432def39fc4624b33213a56b8c944d, 0x4e7e88d548d14942b3b5dfcea1810247), (0x98432def39fc4624b33213a56b8c944d, 0xf25999b82d7b463eaee6446c821901f0); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_rule` -- CREATE TABLE `sales_channel_rule` ( `rule_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_shipping_method` -- CREATE TABLE `sales_channel_shipping_method` ( `sales_channel_id` binary(16) NOT NULL, `shipping_method_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `sales_channel_shipping_method` -- INSERT INTO `sales_channel_shipping_method` (`sales_channel_id`, `shipping_method_id`) VALUES (0x8866b481ccef4f96ad00d0fd59f53dc0, 0x09dcaa2626834e268b30ff74bb208e02), (0x98432def39fc4624b33213a56b8c944d, 0x09dcaa2626834e268b30ff74bb208e02), (0x98432def39fc4624b33213a56b8c944d, 0x9f023ff4957d4be58d18683638df0323); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_translation` -- CREATE TABLE `sales_channel_translation` ( `sales_channel_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `home_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `home_meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `home_meta_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `home_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `home_enabled` tinyint NOT NULL DEFAULT '1', `home_slot_config` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `sales_channel_translation` -- INSERT INTO `sales_channel_translation` (`sales_channel_id`, `language_id`, `name`, `home_keywords`, `home_meta_description`, `home_meta_title`, `home_name`, `home_enabled`, `home_slot_config`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x8866b481ccef4f96ad00d0fd59f53dc0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'DPC', NULL, NULL, NULL, NULL, 1, NULL, '{}', '2023-04-07 14:36:35.146', '2023-05-07 15:31:11.959'), (0x8866b481ccef4f96ad00d0fd59f53dc0, 0xefd2736087a74fe5a6be884cd91e3a71, NULL, NULL, NULL, NULL, NULL, 1, NULL, '{}', '2023-04-07 13:43:42.244', '2023-05-07 15:24:31.379'), (0x98432def39fc4624b33213a56b8c944d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Headless', NULL, NULL, NULL, NULL, 1, NULL, NULL, '2023-04-07 14:34:57.892', NULL), (0x98432def39fc4624b33213a56b8c944d, 0x74abf495620848a19755546e0f70dbac, 'Headless', NULL, NULL, NULL, NULL, 1, NULL, NULL, '2023-04-07 14:34:57.890', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_type` -- CREATE TABLE `sales_channel_type` ( `id` binary(16) NOT NULL, `cover_url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `icon_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `screenshot_urls` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `sales_channel_type` -- INSERT INTO `sales_channel_type` (`id`, `cover_url`, `icon_name`, `screenshot_urls`, `created_at`, `updated_at`) VALUES (0x1ce0868f406d47d98cfe4b281e62f099, NULL, 'regular-money-bill', '[\"swagpaypal/static/img/paypal-pos-sales-channel-type-description-family.png\", \"swagpaypal/static/img/paypal-pos-sales-channel-type-description-kit.png\", \"swagpaypal/static/img/paypal-pos-sales-channel-type-description-reader.png\", \"swagpaypal/static/img/paypal-pos-sales-channel-type-description-tap-payment.png\"]', '2023-04-07 11:54:27.600', NULL), (0x8a243080f92e4c719546314b577cf82b, NULL, 'regular-storefront', NULL, '2023-04-07 14:34:57.874', NULL), (0xed535e5722134ac1aa6524f73e26881b, NULL, 'default-object-rocket', NULL, '2023-04-07 14:35:01.701', NULL), (0xf183ee5650cf4bdb8a774337575067a6, NULL, 'regular-shopping-basket', NULL, '2023-04-07 14:34:57.879', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_type_translation` -- CREATE TABLE `sales_channel_type_translation` ( `sales_channel_type_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `manufacturer` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description_long` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `sales_channel_type_translation` -- INSERT INTO `sales_channel_type_translation` (`sales_channel_type_id`, `language_id`, `name`, `manufacturer`, `description`, `description_long`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x1ce0868f406d47d98cfe4b281e62f099, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Point of Sale – Zettle by PayPal', 'Shopware', 'Tools zum Aufbau Deines Unternehmens', 'Mit Zettles Point-of-Sale-Lösung kannst Du Zahlungen in bar, mit Karte oder kontaktlos entgegennehmen. Verbinde Shopware mit Zettle, um Produkte, Lagerbestände und Verkäufe synchron zu halten - Alles an einem Ort.', NULL, '2023-04-07 11:54:27.600', NULL), (0x1ce0868f406d47d98cfe4b281e62f099, 0x74abf495620848a19755546e0f70dbac, 'Point of Sale – Zettle by PayPal', 'Shopware', 'Tools to build your business', 'Zettle’s point-of-sale system allows you to accept cash, card or contactless payments. Connect Shopware to Zettle to keep products, stocks and sales in sync – all in one place.', NULL, '2023-04-07 11:54:27.601', NULL), (0x8a243080f92e4c719546314b577cf82b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Storefront', 'shopware AG', 'Verkaufskanal mit HTML-Storefront', NULL, NULL, '2023-04-07 14:34:57.879', NULL), (0x8a243080f92e4c719546314b577cf82b, 0x74abf495620848a19755546e0f70dbac, 'Storefront', 'shopware AG', 'Sales channel with HTML storefront', NULL, NULL, '2023-04-07 14:34:57.876', NULL), (0xed535e5722134ac1aa6524f73e26881b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Produktvergleich', 'shopware AG', 'Verkaufskanal für Produktvergleichsportale', NULL, NULL, '2023-04-07 14:35:01.707', NULL), (0xed535e5722134ac1aa6524f73e26881b, 0x74abf495620848a19755546e0f70dbac, 'Product comparison', 'shopware AG', 'Sales channel for product comparison platforms', NULL, NULL, '2023-04-07 14:35:01.705', NULL), (0xf183ee5650cf4bdb8a774337575067a6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Headless', 'shopware AG', 'Verkaufskanal mit API-only-Zugang', NULL, NULL, '2023-04-07 14:34:57.881', NULL), (0xf183ee5650cf4bdb8a774337575067a6, 0x74abf495620848a19755546e0f70dbac, 'Headless', 'shopware AG', 'API only sales channel', NULL, NULL, '2023-04-07 14:34:57.880', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `salutation` -- CREATE TABLE `salutation` ( `id` binary(16) NOT NULL, `salutation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `salutation` -- INSERT INTO `salutation` (`id`, `salutation_key`, `created_at`, `updated_at`) VALUES (0x3f40b2fe7e2a42338a8938d094d40768, 'not_specified', '2023-04-07 14:34:57.158', NULL), (0x5756580c64014cd885d45ab8938b3acb, 'mr', '2023-04-07 14:34:57.150', NULL), (0x9f4a1860a2c24440a309e376dd4b80a3, 'mrs', '2023-04-07 14:34:57.155', NULL), (0xed643807c9f84cc8b50132ea3ccb1c3b, 'undefined', '2023-04-07 14:35:25.620', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `salutation_translation` -- CREATE TABLE `salutation_translation` ( `salutation_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `display_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `letter_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `salutation_translation` -- INSERT INTO `salutation_translation` (`salutation_id`, `language_id`, `display_name`, `letter_name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x3f40b2fe7e2a42338a8938d094d40768, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Keine Angabe', ' ', NULL, '2023-04-07 14:34:57.161', NULL), (0x3f40b2fe7e2a42338a8938d094d40768, 0x74abf495620848a19755546e0f70dbac, 'Not specified', ' ', NULL, '2023-04-07 14:34:57.160', NULL), (0x5756580c64014cd885d45ab8938b3acb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Herr', 'Sehr geehrter Herr', NULL, '2023-04-07 14:34:57.154', NULL), (0x5756580c64014cd885d45ab8938b3acb, 0x74abf495620848a19755546e0f70dbac, 'Mr.', 'Dear Mr.', NULL, '2023-04-07 14:34:57.153', NULL), (0x9f4a1860a2c24440a309e376dd4b80a3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Frau', 'Sehr geehrte Frau', NULL, '2023-04-07 14:34:57.157', NULL), (0x9f4a1860a2c24440a309e376dd4b80a3, 0x74abf495620848a19755546e0f70dbac, 'Mrs.', 'Dear Mrs.', NULL, '2023-04-07 14:34:57.156', NULL), (0xed643807c9f84cc8b50132ea3ccb1c3b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '', '', NULL, '2023-04-07 14:35:25.627', NULL), (0xed643807c9f84cc8b50132ea3ccb1c3b, 0x74abf495620848a19755546e0f70dbac, '', '', NULL, '2023-04-07 14:35:25.626', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `scheduled_task` -- CREATE TABLE `scheduled_task` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `scheduled_task_class` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `run_interval` int NOT NULL, `status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `last_execution_time` datetime(3) DEFAULT NULL, `next_execution_time` datetime(3) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `scheduled_task` -- INSERT INTO `scheduled_task` (`id`, `name`, `scheduled_task_class`, `run_interval`, `status`, `last_execution_time`, `next_execution_time`, `created_at`, `updated_at`) VALUES (0x021a9887e1a14d40ba581ce7fbc6a3f1, 'pickware_erp_product_sales_update', 'Pickware\\PickwareErpStarter\\Stock\\ProductSalesUpdateTask', 3600, 'scheduled', '2023-05-07 19:10:27.022', '2023-05-07 20:10:07.011', '2023-04-07 11:55:22.975', '2023-05-07 19:10:27.022'), (0x13558bf78fc44a55ac33400b70e0ae12, 'swag_paypal.pos_clean_up_log', 'Swag\\PayPal\\Pos\\Schedule\\CleanUpLogTask', 2592000, 'scheduled', '2023-05-07 15:03:36.974', '2023-06-06 11:54:27.628', '2023-04-07 11:54:27.628', '2023-05-07 15:03:36.975'), (0x1a6c89981d8d48aeb840b9b648dcc8f5, 'app_update', 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask', 86400, 'scheduled', '2023-05-07 15:04:18.343', '2023-05-08 15:03:38.104', '2023-04-07 11:37:14.161', '2023-05-07 15:04:18.344'), (0x23e0e7dba9254020a96c50ee7caeccea, 'product_stream.mapping.update', 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask', 86400, 'scheduled', '2023-05-07 15:04:18.361', '2023-05-08 15:03:38.125', '2023-04-07 11:37:14.183', '2023-05-07 15:04:18.362'), (0x316ea3f3b88e47f3b8830cb21df69319, 'log_entry.cleanup', 'Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask', 86400, 'scheduled', '2023-05-07 15:04:18.377', '2023-05-08 15:03:38.143', '2023-04-07 11:37:14.155', '2023-05-07 15:04:18.378'), (0x35d41c614d694faab7e18a657cbf21e9, 'import_export_file.cleanup', 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask', 86400, 'scheduled', '2023-05-07 15:04:18.400', '2023-05-08 15:03:38.163', '2023-04-07 11:37:14.188', '2023-05-07 15:04:18.401'), (0x375b00ec00554d5a82206610675f1c7c, 'shopware.elasticsearch.create.alias', 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask', 300, 'skipped', NULL, '2023-05-07 19:44:46.953', '2023-04-07 11:37:14.196', '2023-05-07 19:39:47.287'), (0x492b2c83cdbe4903805356f8fad5e954, 'product_export_generate_task', 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask', 60, 'scheduled', '2023-05-07 19:40:13.995', '2023-05-07 19:41:07.038', '2023-04-07 11:37:14.186', '2023-05-07 19:40:13.996'), (0x4f85cfda5f5c4b73b6b3a5981bd6e456, 'app_delete', 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask', 86400, 'scheduled', '2023-05-07 15:04:18.441', '2023-05-08 15:03:38.180', '2023-04-07 11:37:14.164', '2023-05-07 15:04:18.441'), (0x5705cf8b8013484b87ab21aa50a14237, 'requeue_dead_messages', 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask', 300, 'scheduled', '2023-05-07 19:40:14.012', '2023-05-07 19:45:07.054', '2023-04-07 11:37:14.169', '2023-05-07 19:40:14.013'), (0x675c18b1340242129b84e4d9dc47ab26, 'shopware.sitemap_generate', 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask', 86400, 'scheduled', '2023-05-07 15:04:18.490', '2023-05-08 15:03:38.232', '2023-04-07 11:37:14.191', '2023-05-07 15:04:18.491'), (0x7ecc478cefed4ad89b063f4634138f3b, 'sales_channel_context.cleanup', 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask', 86400, 'scheduled', '2023-05-07 15:04:18.509', '2023-05-08 15:03:38.246', '2023-04-07 11:37:14.172', '2023-05-07 15:04:18.510'), (0x85fee4c0d21a4025b5b7c4fee00efbc2, 'product_keyword_dictionary.cleanup', 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask', 604800, 'scheduled', '2023-05-07 15:04:18.526', '2023-05-14 15:03:38.266', '2023-04-07 11:37:14.175', '2023-05-07 15:04:18.527'), (0x88174aabdfb74ff9a26b838d591d1be5, 'swag_paypal.pos_inventory_sync', 'Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask', 300, 'scheduled', '2023-05-07 19:40:14.094', '2023-05-07 19:45:07.080', '2023-04-07 11:54:27.634', '2023-05-07 19:40:14.095'), (0xa353e3ecdb40472bbd504abac4361dd4, 'cart.cleanup', 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask', 86400, 'scheduled', '2023-05-07 15:04:18.562', '2023-05-08 15:03:38.315', '2023-04-07 11:37:14.194', '2023-05-07 15:04:18.563'), (0xbe1fc48a65a7458889dd9e5ad6d5f878, 'swag_paypal.pos_complete_sync', 'Swag\\PayPal\\Pos\\Schedule\\CompleteSyncTask', 3600, 'scheduled', '2023-05-07 19:10:27.314', '2023-05-07 20:10:07.101', '2023-04-07 11:54:27.631', '2023-05-07 19:10:27.315'), (0xbfc03cc6267a42baab700322efca28c0, 'product_download.media.cleanup', 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask', 2628000, 'scheduled', '2023-04-07 11:39:33.298', '2023-05-07 21:37:14.177', '2023-04-07 11:37:14.177', '2023-04-07 11:39:33.299'), (0xc8be72676aad4922a80797d2cd7bba9b, 'swag_paypal.cancel_transactions', 'Swag\\PayPal\\Checkout\\Payment\\ScheduledTask\\CancelTransactionsTask', 86400, 'scheduled', '2023-05-07 15:04:18.598', '2023-05-08 15:03:38.355', '2023-04-07 11:54:27.625', '2023-05-07 15:04:18.598'), (0xd84cf8dd5f7349dcaa280a679b2556f6, 'shopware.invalidate_cache', 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask', 20, 'skipped', NULL, '2023-05-07 19:40:28.316', '2023-04-07 11:37:14.158', '2023-05-07 19:40:27.290'), (0xf6cce0b379454677a64864fa2e29a5bc, 'version.cleanup', 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask', 86400, 'scheduled', '2023-05-07 15:04:18.611', '2023-05-08 15:03:38.372', '2023-04-07 11:37:14.167', '2023-05-07 15:04:18.612'), (0xf7b5878f9533404ca98d749ef683a19e, 'delete_newsletter_recipient_task', 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask', 86400, 'scheduled', '2023-05-07 15:04:18.628', '2023-05-08 15:03:38.390', '2023-04-07 11:37:14.180', '2023-05-07 15:04:18.629'), (0xfd8e64ba63cc4a4e836b97c4332cd98f, 'pickware_erp_reorder_notification', 'Pickware\\PickwareErpStarter\\Reorder\\ScheduledTask\\ReorderNotificationTask', 86400, 'scheduled', '2023-05-07 15:04:18.645', '2023-05-08 15:03:38.411', '2023-04-07 11:55:22.965', '2023-05-07 15:04:18.645'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `script` -- CREATE TABLE `script` ( `id` binary(16) NOT NULL, `script` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `hook` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL, `active` tinyint(1) NOT NULL, `app_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `seo_url` -- CREATE TABLE `seo_url` ( `id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `foreign_key` binary(16) NOT NULL, `route_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `path_info` varchar(750) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `seo_path_info` varchar(750) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `is_canonical` tinyint(1) DEFAULT NULL, `is_modified` tinyint(1) NOT NULL DEFAULT '0', `is_deleted` tinyint(1) NOT NULL DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `seo_url` -- INSERT INTO `seo_url` (`id`, `language_id`, `sales_channel_id`, `foreign_key`, `route_name`, `path_info`, `seo_path_info`, `is_canonical`, `is_modified`, `is_deleted`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x06877485828c4e48a3016957e8b774ca, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x11dc680240b04f469ccba354cbf0b967, 'frontend.detail.page', '/detail/11dc680240b04f469ccba354cbf0b967', 'Main-product-with-advanced-prices/SWDEMO10002', 1, 0, 1, NULL, '2023-04-07 11:37:12.361', NULL), (0x0868b5e33c5e46d0be9c7aff8271fca9, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0xcadc799b38cc4d78a04cddd7e6064369, 'frontend.detail.page', '/detail/cadc799b38cc4d78a04cddd7e6064369', 'Variant-product/SWDEMO10005.4', 1, 0, 1, NULL, '2023-04-07 11:37:13.522', NULL), (0x09510eefd8ad47f0ba0ecca49d8a14b7, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x2185182cbbd4462ea844abeb2a438b33, 'frontend.navigation.page', '/navigation/2185182cbbd4462ea844abeb2a438b33', 'Clothing/Men/', 1, 0, 1, NULL, '2023-04-07 11:37:11.736', NULL), (0x0be8059d3ba646babede3eff28defb2d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0xc7bca22753c84d08b6178a50052b4146, 'frontend.detail.page', '/detail/c7bca22753c84d08b6178a50052b4146', 'Hauptprodukt-mit-Eigenschaften/SWDEMO10007', 1, 0, 1, NULL, '2023-04-07 11:37:13.990', NULL), (0x0f078885b5d44fa783ca11bc7df6d827, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0xee7dc0b70f614dd5958e9717343df86e, 'frontend.detail.page', '/detail/ee7dc0b70f614dd5958e9717343df86e', 'Variantenprodukt/SWDEMO10005.2', 1, 0, 1, NULL, '2023-04-07 11:37:13.471', NULL), (0x0fdc128e597c4a3c88a1f9ec6e6034f3, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0xc7bca22753c84d08b6178a50052b4146, 'frontend.detail.page', '/detail/c7bca22753c84d08b6178a50052b4146', 'Main-product-with-properties/SWDEMO10007', 1, 0, 1, NULL, '2023-04-07 11:37:14.023', NULL), (0x1470bee899ed48bea635c4cec5f60007, 0x74abf495620848a19755546e0f70dbac, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 'frontend.detail.page', '/detail/33997fadf57d4b4ab8f39094a6ffcbdb', 'Original-Brother-TN-1050-Toner/SW10001', 1, 0, 0, NULL, '2023-05-07 15:38:25.977', NULL), (0x1612f6191f8a4f1aa596556ba600213c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x8de9b484c54f441c894774e5f57e485c, 'frontend.navigation.page', '/navigation/8de9b484c54f441c894774e5f57e485c', 'Bekleidung/Damen/', 1, 0, 1, NULL, '2023-04-07 11:37:10.260', NULL), (0x186f0f44ef9643f4b0dac45bfdf3eb21, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x3ac014f329884b57a2cce5a29f34779c, 'frontend.detail.page', '/detail/3ac014f329884b57a2cce5a29f34779c', 'Main-product-free-shipping-with-highlighting/SWDEMO10006', 1, 0, 1, NULL, '2023-04-07 11:37:13.055', NULL), (0x18bec347c8e7401084542b8c7e000c5d, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0xa99812218330439696c608a95290c6e5, 'frontend.detail.page', '/detail/a99812218330439696c608a95290c6e5', 'Variant-product/SWDEMO10005.3', 1, 0, 1, NULL, '2023-04-07 11:37:13.522', NULL), (0x1a195733e57546d8bce36d0c0b6b69f5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x11dc680240b04f469ccba354cbf0b967, 'frontend.detail.page', '/detail/11dc680240b04f469ccba354cbf0b967', 'Hauptprodukt-mit-erweiterten-Preisen/SWDEMO10002', 1, 0, 1, NULL, '2023-04-07 11:37:12.329', NULL), (0x1f6c3b83fae3485e825247c9ecd91d28, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x43a23e0c03bf4ceabc6055a2185faa87, 'frontend.detail.page', '/detail/43a23e0c03bf4ceabc6055a2185faa87', 'Variantenprodukt/SWDEMO10005', 1, 0, 1, NULL, '2023-04-07 11:37:13.471', NULL), (0x359130d6d18c4c3aa4f437fbbdbae944, 0x74abf495620848a19755546e0f70dbac, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x19ca405790ff4f07aac8c599d4317868, 'frontend.navigation.page', '/navigation/19ca405790ff4f07aac8c599d4317868', 'Food/Bakery-products/', 1, 0, 1, NULL, '2023-05-07 15:06:51.582', NULL), (0x376f9699223f4e7db86993db7c96f04f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x251448b91bc742de85643f5fccd89051, 'frontend.navigation.page', '/navigation/251448b91bc742de85643f5fccd89051', 'Freizeit-Elektro/', 1, 0, 1, NULL, '2023-04-07 11:37:10.260', NULL), (0x3bd4125c2643497e831cb4af58f65b88, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x78cb3761a8f84ec892745f42c34091f3, 'frontend.detail.page', '/detail/78cb3761a8f84ec892745f42c34091f3', 'Hauptprodukt-mit-Eigenschaften/SWDEMO10007.3', 1, 0, 1, NULL, '2023-04-07 11:37:13.990', NULL), (0x3eca5126525843a1ad17ca2634a1cf7d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x6015fc0464c743a2a53b97e7ac8c5a51, 'frontend.detail.page', '/detail/6015fc0464c743a2a53b97e7ac8c5a51', 'Variantenprodukt/SWDEMO10005.6', 1, 0, 1, NULL, '2023-04-07 11:37:13.471', NULL), (0x418b0b13f8ff4cfca20cb9815fe94101, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0xa99812218330439696c608a95290c6e5, 'frontend.detail.page', '/detail/a99812218330439696c608a95290c6e5', 'Variantenprodukt/SWDEMO10005.3', 1, 0, 1, NULL, '2023-04-07 11:37:13.471', NULL), (0x45d54f5629f8454f8ac0ec4b391a8a81, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0xd93988c0cb3d4a4fb392318e275a89a3, 'frontend.detail.page', '/detail/d93988c0cb3d4a4fb392318e275a89a3', 'Main-product-with-properties/SWDEMO10007.2', 1, 0, 1, NULL, '2023-04-07 11:37:14.023', NULL), (0x4a749bc98854498392495a42df7a46a9, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0xa515ae260223466f8e37471d279e6406, 'frontend.navigation.page', '/navigation/a515ae260223466f8e37471d279e6406', 'Clothing/', 1, 0, 1, NULL, '2023-04-07 11:37:11.736', NULL), (0x5615ae089d9745fd930ce61d40985e58, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x6015fc0464c743a2a53b97e7ac8c5a51, 'frontend.detail.page', '/detail/6015fc0464c743a2a53b97e7ac8c5a51', 'Variant-product/SWDEMO10005.6', 1, 0, 1, NULL, '2023-04-07 11:37:13.522', NULL), (0x57e08f37d11e439896fac147bb4a07b4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x1c792a713bf34180afbd47647aeb7496, 'frontend.detail.page', '/detail/1c792a713bf34180afbd47647aeb7496', 'i-Prog/SW10000', 1, 0, 1, NULL, '2023-04-07 12:31:34.564', NULL), (0x5ad861a7171c4f748ad1f46caec2cb25, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0xa515ae260223466f8e37471d279e6406, 'frontend.navigation.page', '/navigation/a515ae260223466f8e37471d279e6406', 'Bekleidung/', 1, 0, 1, NULL, '2023-04-07 11:37:10.260', NULL), (0x5b41d7f970c04399a0f5a4758a8c46b5, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x78cb3761a8f84ec892745f42c34091f3, 'frontend.detail.page', '/detail/78cb3761a8f84ec892745f42c34091f3', 'Main-product-with-properties/SWDEMO10007.3', 1, 0, 1, NULL, '2023-04-07 11:37:14.023', NULL), (0x5b7e846fed804ef5972990c435e470db, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x3ac014f329884b57a2cce5a29f34779c, 'frontend.detail.page', '/detail/3ac014f329884b57a2cce5a29f34779c', 'Hauptprodukt-versandkostenfrei-mit-Hervorhebung/SWDEMO10006', 1, 0, 1, NULL, '2023-04-07 11:37:13.018', NULL), (0x5bd6f02bf3a04b6caf79bfa733a6622c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0xcadc799b38cc4d78a04cddd7e6064369, 'frontend.detail.page', '/detail/cadc799b38cc4d78a04cddd7e6064369', 'Variantenprodukt/SWDEMO10005.4', 1, 0, 1, NULL, '2023-04-07 11:37:13.471', NULL), (0x5da5037c749d434ba8adaba73d874e13, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x5b0b133abd274727b761fe41383ca204, 'frontend.detail.page', '/detail/5b0b133abd274727b761fe41383ca204', 'Variant-product/SWDEMO10005.1', 1, 0, 1, NULL, '2023-04-07 11:37:13.522', NULL), (0x6203c78446884c0cb08098dbcc827fd7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0xde9b94b99fb84ca69fd2b2224e4d7741, 'frontend.detail.page', '/detail/de9b94b99fb84ca69fd2b2224e4d7741', 'Hauptprodukt-mit-Eigenschaften/SWDEMO10007.4', 1, 0, 1, NULL, '2023-04-07 11:37:13.990', NULL), (0x6309f2d9887c40be91d40308b4048dd5, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0xee7dc0b70f614dd5958e9717343df86e, 'frontend.detail.page', '/detail/ee7dc0b70f614dd5958e9717343df86e', 'Variant-product/SWDEMO10005.2', 1, 0, 1, NULL, '2023-04-07 11:37:13.522', NULL), (0x6ec14b4745c24d16aaa9cdd94d8b8738, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0xbb22b05bff9140f3808b1cff975b75eb, 'frontend.navigation.page', '/navigation/bb22b05bff9140f3808b1cff975b75eb', 'Food/Sweets/', 1, 0, 1, NULL, '2023-04-07 11:37:11.736', NULL), (0x6f93ff72e2d54d7498b12afea2fa0004, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0xd93988c0cb3d4a4fb392318e275a89a3, 'frontend.detail.page', '/detail/d93988c0cb3d4a4fb392318e275a89a3', 'Hauptprodukt-mit-Eigenschaften/SWDEMO10007.2', 1, 0, 1, NULL, '2023-04-07 11:37:13.990', NULL), (0x7b8843befcbd4b8e83338ab70d8fc546, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x48f97f432fd041388b2630184139cf0e, 'frontend.navigation.page', '/navigation/48f97f432fd041388b2630184139cf0e', 'Lebensmittel/Fisch/', 1, 0, 1, NULL, '2023-04-07 11:37:10.260', NULL), (0x7def4f6cd468432d8a85538bb5fff188, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x2a88d9b59d474c7e869d8071649be43c, 'frontend.detail.page', '/detail/2a88d9b59d474c7e869d8071649be43c', 'Hauptartikel/SWDEMO10001', 1, 0, 1, NULL, '2023-04-07 11:37:12.767', NULL), (0x8b75aeb8be1a4b96a68d374f44309872, 0x74abf495620848a19755546e0f70dbac, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x48f97f432fd041388b2630184139cf0e, 'frontend.navigation.page', '/navigation/48f97f432fd041388b2630184139cf0e', 'Food/Fish/', 1, 0, 1, NULL, '2023-05-07 15:06:51.582', NULL), (0xa3488af31efa4683ab4d6025bb0bca8d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x19ca405790ff4f07aac8c599d4317868, 'frontend.navigation.page', '/navigation/19ca405790ff4f07aac8c599d4317868', 'Lebensmittel/Backwaren/', 1, 0, 1, NULL, '2023-04-07 11:37:10.260', NULL), (0xa4315c57473848e29a8e831b0b214e3a, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x8de9b484c54f441c894774e5f57e485c, 'frontend.navigation.page', '/navigation/8de9b484c54f441c894774e5f57e485c', 'Clothing/Women/', 1, 0, 1, NULL, '2023-04-07 11:37:11.736', NULL), (0xa5bff974b8c1441b830444f9723f8e08, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x5b0b133abd274727b761fe41383ca204, 'frontend.detail.page', '/detail/5b0b133abd274727b761fe41383ca204', 'Variantenprodukt/SWDEMO10005.1', 1, 0, 1, NULL, '2023-04-07 11:37:13.471', NULL), (0xa8581bd3186b4036a39cabfbf237b9d6, 0x74abf495620848a19755546e0f70dbac, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x8de9b484c54f441c894774e5f57e485c, 'frontend.navigation.page', '/navigation/8de9b484c54f441c894774e5f57e485c', 'Clothing/Women/', 1, 0, 1, NULL, '2023-05-07 15:06:51.582', NULL), (0xa8b380429afe4cb9bdb6bd6cdd754cb3, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 'frontend.detail.page', '/detail/33997fadf57d4b4ab8f39094a6ffcbdb', 'Original-Brother-TN-1050-Toner/SW10001', 1, 0, 0, NULL, '2023-05-07 15:38:26.024', NULL), (0xb9ae5615fcad4c7ea4d934e5f8589569, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x251448b91bc742de85643f5fccd89051, 'frontend.navigation.page', '/navigation/251448b91bc742de85643f5fccd89051', 'Free-time-electronics/', 1, 0, 1, NULL, '2023-04-07 11:37:11.736', NULL), (0xbb83b4742d6444a796692d27c6459e4d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x33997fadf57d4b4ab8f39094a6ffcbdb, 'frontend.detail.page', '/detail/33997fadf57d4b4ab8f39094a6ffcbdb', 'Original-Brother-TN-1050-Toner/SW10001', 1, 0, 0, NULL, '2023-05-07 15:38:25.945', NULL), (0xbf087e5f55db403ab9b72735e06122d5, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x1c792a713bf34180afbd47647aeb7496, 'frontend.detail.page', '/detail/1c792a713bf34180afbd47647aeb7496', 'i-Prog/SW10000', 1, 0, 1, NULL, '2023-04-07 12:31:34.598', NULL), (0xc24cca9fae134815ba7bffcdd672e519, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0xbb22b05bff9140f3808b1cff975b75eb, 'frontend.navigation.page', '/navigation/bb22b05bff9140f3808b1cff975b75eb', 'Lebensmittel/Suesses/', 1, 0, 1, NULL, '2023-04-07 11:37:10.260', NULL), (0xc2e8d4affb6948c0a4902ae7774bb393, 0x74abf495620848a19755546e0f70dbac, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0xa515ae260223466f8e37471d279e6406, 'frontend.navigation.page', '/navigation/a515ae260223466f8e37471d279e6406', 'Clothing/', 1, 0, 1, NULL, '2023-05-07 15:06:51.582', NULL), (0xc460322a8e864556be0963bef071c115, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x48f97f432fd041388b2630184139cf0e, 'frontend.navigation.page', '/navigation/48f97f432fd041388b2630184139cf0e', 'Food/Fish/', 1, 0, 1, NULL, '2023-04-07 11:37:11.736', NULL), (0xca338e76c6384d9cbcc044cf0c40173f, 0x74abf495620848a19755546e0f70dbac, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0xbb22b05bff9140f3808b1cff975b75eb, 'frontend.navigation.page', '/navigation/bb22b05bff9140f3808b1cff975b75eb', 'Food/Sweets/', 1, 0, 1, NULL, '2023-05-07 15:06:51.582', NULL), (0xcb31712c506444719ae3e85d598d34b3, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x33f2477dc62c4694982e527f4efbf245, 'frontend.detail.page', '/detail/33f2477dc62c4694982e527f4efbf245', 'Variant-product/SWDEMO10005.5', 1, 0, 1, NULL, '2023-04-07 11:37:13.522', NULL), (0xcc41087c3b11463f9cb8b26f774f5191, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0xe62fafde46d34969a313afbfc1e906df, 'frontend.detail.page', '/detail/e62fafde46d34969a313afbfc1e906df', 'Main-product-with-properties/SWDEMO10007.1', 1, 0, 1, NULL, '2023-04-07 11:37:14.023', NULL), (0xce8bca0b33cf4f1d9dd366e04ab57993, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x19ca405790ff4f07aac8c599d4317868, 'frontend.navigation.page', '/navigation/19ca405790ff4f07aac8c599d4317868', 'Food/Bakery-products/', 1, 0, 1, NULL, '2023-04-07 11:37:11.736', NULL), (0xcf38f233ca7744a7892e5279d21d2c56, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0xde9b94b99fb84ca69fd2b2224e4d7741, 'frontend.detail.page', '/detail/de9b94b99fb84ca69fd2b2224e4d7741', 'Main-product-with-properties/SWDEMO10007.4', 1, 0, 1, NULL, '2023-04-07 11:37:14.023', NULL), (0xd42639bcc8e941b18c0b7704dc766538, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x33f2477dc62c4694982e527f4efbf245, 'frontend.detail.page', '/detail/33f2477dc62c4694982e527f4efbf245', 'Variantenprodukt/SWDEMO10005.5', 1, 0, 1, NULL, '2023-04-07 11:37:13.471', NULL), (0xd8452b30ad894236a01a2de5b5ff4a1b, 0x74abf495620848a19755546e0f70dbac, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x251448b91bc742de85643f5fccd89051, 'frontend.navigation.page', '/navigation/251448b91bc742de85643f5fccd89051', 'Free-time-electronics/', 1, 0, 1, NULL, '2023-05-07 15:06:51.582', NULL), (0xdf46146601d744df94b26437fd44e763, 0x74abf495620848a19755546e0f70dbac, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x2185182cbbd4462ea844abeb2a438b33, 'frontend.navigation.page', '/navigation/2185182cbbd4462ea844abeb2a438b33', 'Clothing/Men/', 1, 0, 1, NULL, '2023-05-07 15:06:51.582', NULL), (0xe3c25d40951f401282a51f4ce05f20a1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0xe62fafde46d34969a313afbfc1e906df, 'frontend.detail.page', '/detail/e62fafde46d34969a313afbfc1e906df', 'Hauptprodukt-mit-Eigenschaften/SWDEMO10007.1', 1, 0, 1, NULL, '2023-04-07 11:37:13.990', NULL), (0xf006921e376e432880cb46e685bbb815, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8866b481ccef4f96ad00d0fd59f53dc0, 0x2185182cbbd4462ea844abeb2a438b33, 'frontend.navigation.page', '/navigation/2185182cbbd4462ea844abeb2a438b33', 'Bekleidung/Herren/', 1, 0, 1, NULL, '2023-04-07 11:37:10.260', NULL), (0xf96634a3fcc64627a3f8f0eae17633ed, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x2a88d9b59d474c7e869d8071649be43c, 'frontend.detail.page', '/detail/2a88d9b59d474c7e869d8071649be43c', 'Main-product/SWDEMO10001', 1, 0, 1, NULL, '2023-04-07 11:37:12.793', NULL), (0xfc50fdb0927c4f72b29f93b1d0856781, 0x74abf495620848a19755546e0f70dbac, 0x98432def39fc4624b33213a56b8c944d, 0x43a23e0c03bf4ceabc6055a2185faa87, 'frontend.detail.page', '/detail/43a23e0c03bf4ceabc6055a2185faa87', 'Variant-product/SWDEMO10005', 1, 0, 1, NULL, '2023-04-07 11:37:13.522', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `seo_url_template` -- CREATE TABLE `seo_url_template` ( `id` binary(16) NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `route_name` varchar(255) COLLATE utf8mb4_turkish_ci NOT NULL, `entity_name` varchar(64) COLLATE utf8mb4_turkish_ci NOT NULL, `template` varchar(750) COLLATE utf8mb4_turkish_ci DEFAULT NULL, `is_valid` tinyint(1) NOT NULL DEFAULT '1', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `seo_url_template` -- INSERT INTO `seo_url_template` (`id`, `sales_channel_id`, `route_name`, `entity_name`, `template`, `is_valid`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x1345c3073f684571ae01202dfb44d00a, NULL, 'frontend.landing.page', 'landing_page', '{{ landingPage.translated.url }}', 1, NULL, '2023-04-07 14:35:18.478', NULL), (0x7b8235562049451493e7875f62503e43, NULL, 'frontend.detail.page', 'product', '{{ product.translated.name }}/{{ product.productNumber }}', 1, NULL, '2023-04-07 14:35:13.096', NULL), (0xd6fd73566eab471cbca04ee8446a8ab1, NULL, 'frontend.navigation.page', 'category', '{% for part in category.seoBreadcrumb %}{{ part }}/{% endfor %}', 1, NULL, '2023-04-07 14:35:13.098', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `shipping_method` -- CREATE TABLE `shipping_method` ( `id` binary(16) NOT NULL, `active` tinyint UNSIGNED NOT NULL DEFAULT '1', `position` int NOT NULL DEFAULT '1', `availability_rule_id` binary(16) NOT NULL, `media_id` binary(16) DEFAULT NULL, `delivery_time_id` binary(16) NOT NULL, `tax_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT 'auto', `tax_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `shipping_method` -- INSERT INTO `shipping_method` (`id`, `active`, `position`, `availability_rule_id`, `media_id`, `delivery_time_id`, `tax_type`, `tax_id`, `created_at`, `updated_at`) VALUES (0x09dcaa2626834e268b30ff74bb208e02, 1, 1, 0x28caae75a5624f0d985abd0eb32aa160, NULL, 0x23ffae0d0dad40789472e9931a6211d2, 'auto', NULL, '2023-04-07 14:34:57.859', '2023-04-07 11:37:14.119'), (0x9f023ff4957d4be58d18683638df0323, 1, 1, 0x28caae75a5624f0d985abd0eb32aa160, NULL, 0x23ffae0d0dad40789472e9931a6211d2, 'auto', NULL, '2023-04-07 14:34:57.850', '2023-04-07 11:37:14.130'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `shipping_method_price` -- CREATE TABLE `shipping_method_price` ( `id` binary(16) NOT NULL, `shipping_method_id` binary(16) NOT NULL, `calculation` int UNSIGNED DEFAULT NULL, `rule_id` binary(16) DEFAULT NULL, `calculation_rule_id` binary(16) DEFAULT NULL, `currency_price` json DEFAULT NULL, `quantity_start` double DEFAULT NULL, `quantity_end` double DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `shipping_method_price` -- INSERT INTO `shipping_method_price` (`id`, `shipping_method_id`, `calculation`, `rule_id`, `calculation_rule_id`, `currency_price`, `quantity_start`, `quantity_end`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x098775bee880482bb2f46afe1646e96e, 0x9f023ff4957d4be58d18683638df0323, 1, NULL, NULL, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": \"0\", \"gross\": \"0\", \"linked\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', 0, NULL, NULL, '2023-04-07 14:34:57.857', NULL), (0xd64512b585f14405a4f9d401fa441eca, 0x09dcaa2626834e268b30ff74bb208e02, 1, NULL, NULL, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": \"0\", \"gross\": \"0\", \"linked\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', 0, NULL, NULL, '2023-04-07 14:34:57.862', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `shipping_method_tag` -- CREATE TABLE `shipping_method_tag` ( `shipping_method_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `shipping_method_translation` -- CREATE TABLE `shipping_method_translation` ( `shipping_method_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `tracking_url` mediumtext COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `shipping_method_translation` -- INSERT INTO `shipping_method_translation` (`shipping_method_id`, `language_id`, `name`, `description`, `tracking_url`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x09dcaa2626834e268b30ff74bb208e02, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Express', NULL, NULL, NULL, '2023-04-07 14:34:57.862', '2023-04-07 11:37:14.119'), (0x09dcaa2626834e268b30ff74bb208e02, 0x74abf495620848a19755546e0f70dbac, 'Express', NULL, NULL, NULL, '2023-04-07 14:34:57.861', NULL), (0x9f023ff4957d4be58d18683638df0323, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard', NULL, NULL, NULL, '2023-04-07 14:34:57.856', '2023-04-07 11:37:14.130'), (0x9f023ff4957d4be58d18683638df0323, 0x74abf495620848a19755546e0f70dbac, 'Standard', NULL, NULL, NULL, '2023-04-07 14:34:57.854', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `snippet` -- CREATE TABLE `snippet` ( `id` binary(16) NOT NULL, `translation_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `snippet_set_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `snippet` -- INSERT INTO `snippet` (`id`, `translation_key`, `value`, `author`, `snippet_set_id`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x258e571a03074a93bf9c672b6a4a4f44, 'customFields.wawision_shopimporter_syncstate', 'Xentral SyncState', 'System', 0x292f1e48b18e4cac9c94289103963a12, '{\"custom_field_id\": \"4f1f36c575e1a2ddf88ac8fe74eda572\"}', '2023-04-07 11:55:46.355', NULL), (0xb0a5d130c1f04e18b7973c9c80475124, 'customFields.wawision_shopimporter_syncstate', 'Xentral SyncState', 'System', 0x7c3e4e88b560482bac6687f3777ed6d9, '{\"custom_field_id\": \"4f1f36c575e1a2ddf88ac8fe74eda572\"}', '2023-04-07 11:55:46.355', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `snippet_set` -- CREATE TABLE `snippet_set` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `base_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `iso` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `snippet_set` -- INSERT INTO `snippet_set` (`id`, `name`, `base_file`, `iso`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x292f1e48b18e4cac9c94289103963a12, 'BASE de-DE', 'messages.de-DE', 'de-DE', NULL, '2023-04-07 14:34:57.920', NULL), (0x7c3e4e88b560482bac6687f3777ed6d9, 'BASE en-GB', 'messages.en-GB', 'en-GB', NULL, '2023-04-07 14:34:57.920', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `state_machine` -- CREATE TABLE `state_machine` ( `id` binary(16) NOT NULL, `technical_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `initial_state_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `state_machine` -- INSERT INTO `state_machine` (`id`, `technical_name`, `initial_state_id`, `created_at`, `updated_at`) VALUES (0x07db09b3ff894634993b1570ff378855, 'order.state', 0x8c20bc7ab3c44c4eb9cdb284e5f2c050, '2023-04-07 14:34:58.142', NULL), (0x1236224cfb3c499c8db06a06575be0a6, 'order_transaction_capture_refund.state', 0x42f56371a7e94f4bab74024e49157de8, '2023-04-07 14:35:28.695', NULL), (0x25024c4c671c45219bb4964d7dc9af3e, 'pickware_erp_supplier_order.payment_state', 0x93d3f426661442b7aeb6d8ffc9356134, '2023-04-07 11:55:19.316', '2023-05-07 15:58:43.805'), (0x2568db7c84644dc08179c57327b6bd3c, 'order_delivery.state', 0xae8d88f9118447e5b89a309a37d2b152, '2023-04-07 14:34:58.175', NULL), (0x27177633bb9c4f62ac1026c46a6d5dae, 'pickware_erp_return_order.state', 0x121fab92e0ed484aa4839f8b1ef50bf4, '2023-04-07 11:55:19.366', '2023-05-07 15:58:43.872'), (0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 'pickware_erp_supplier_order.order_state', 0xc618fdf2e92c488992d8f569cb94d4ac, '2023-04-07 11:55:19.034', '2023-05-07 15:58:43.564'), (0x8e730b609e52490eb0ae684540793349, 'order_transaction.state', 0xee956dc098f04318982c4fb5f3596df3, '2023-04-07 14:34:58.209', NULL), (0xb305a7dce0584fa6a098ff0ae6b15916, 'order_transaction_capture.state', 0x6d87c289da684ce6a1ec7d06fd9ed895, '2023-04-07 14:35:28.651', NULL), (0xe0deb8ce99294e3491e877f4e1c14512, 'pickware_erp_return_order_refund.state', 0x2730547bebaf4d869f7aaf5d0683f201, '2023-04-07 11:55:19.395', '2023-05-07 15:58:43.917'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `state_machine_history` -- CREATE TABLE `state_machine_history` ( `id` binary(16) NOT NULL, `state_machine_id` binary(16) NOT NULL, `entity_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `entity_id` json NOT NULL, `from_state_id` binary(16) NOT NULL, `to_state_id` binary(16) NOT NULL, `action_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `state_machine_state` -- CREATE TABLE `state_machine_state` ( `id` binary(16) NOT NULL, `technical_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `state_machine_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `state_machine_state` -- INSERT INTO `state_machine_state` (`id`, `technical_name`, `state_machine_id`, `created_at`, `updated_at`) VALUES (0x00153598e2fb46daa8bcfbed324a56fb, 'returned_partially', 0x2568db7c84644dc08179c57327b6bd3c, '2023-04-07 14:34:58.190', NULL), (0x068b0935403f4e708d3adcb8414744f8, 'paid', 0x8e730b609e52490eb0ae684540793349, '2023-04-07 14:34:58.214', NULL), (0x121fab92e0ed484aa4839f8b1ef50bf4, 'requested', 0x27177633bb9c4f62ac1026c46a6d5dae, '2023-05-07 15:58:43.867', NULL), (0x1242df821e964f2b97f1adc14c81746c, 'cancelled', 0x2568db7c84644dc08179c57327b6bd3c, '2023-04-07 14:34:58.193', NULL), (0x1583c41e86b940399a536e9f2ed3e710, 'refunded_partially', 0x8e730b609e52490eb0ae684540793349, '2023-04-07 14:34:58.225', NULL), (0x1cf594ace0af4f37b16fab919a1b383a, 'in_progress', 0x07db09b3ff894634993b1570ff378855, '2023-04-07 14:34:58.156', NULL), (0x1d363a72a01f43a7bf05429d7a1048bb, 'completed', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, '2023-04-07 11:55:19.152', '2023-05-07 15:58:43.588'), (0x1d6ad251b40e4dee93e3959b4999fb43, 'reminded', 0x8e730b609e52490eb0ae684540793349, '2023-04-07 14:34:58.230', NULL), (0x200497a5f2e842d7a20cde83684082c7, 'confirmed', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, '2023-04-07 11:55:19.066', '2023-05-07 15:58:43.570'), (0x2730547bebaf4d869f7aaf5d0683f201, 'open', 0xe0deb8ce99294e3491e877f4e1c14512, '2023-05-07 15:58:43.913', NULL), (0x2b37d8e435074a2aad315c721d3bbc57, 'partially_paid', 0x25024c4c671c45219bb4964d7dc9af3e, '2023-04-07 11:55:19.330', '2023-05-07 15:58:43.811'), (0x3094d5cf23264dcca62f02e58b7103c6, 'failed', 0xb305a7dce0584fa6a098ff0ae6b15916, '2023-04-07 14:35:28.675', NULL), (0x35c4e3ef8e6147e5ad7bc95fda5094bb, 'returned', 0x2568db7c84644dc08179c57327b6bd3c, '2023-04-07 14:34:58.187', NULL), (0x35f2fa94ab6d4227a6de8df67e0a7db4, 'completed', 0xb305a7dce0584fa6a098ff0ae6b15916, '2023-04-07 14:35:28.667', NULL), (0x3ceb85a2ecb7407fb416ebe4e96aa198, 'paid_partially', 0x8e730b609e52490eb0ae684540793349, '2023-04-07 14:34:58.219', NULL), (0x42f56371a7e94f4bab74024e49157de8, 'open', 0x1236224cfb3c499c8db06a06575be0a6, '2023-04-07 14:35:28.701', NULL), (0x43195f54d898445db58787f907c99e5a, 'cancelled', 0x1236224cfb3c499c8db06a06575be0a6, '2023-04-07 14:35:28.725', NULL), (0x48f3f670d6ae4eebbc838b276f48939b, 'sent', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, '2023-04-07 11:55:19.147', '2023-05-07 15:58:43.580'), (0x51de39fe53b24e609cb7ef04c8131e2f, 'refunded', 0x8e730b609e52490eb0ae684540793349, '2023-04-07 14:34:58.222', NULL), (0x5a247f1499a245479217f56ff12c9c49, 'open', 0x27177633bb9c4f62ac1026c46a6d5dae, '2023-05-07 15:58:43.878', NULL), (0x641a54e76e7f43748a9dc564dcd5b879, 'cancelled', 0x8e730b609e52490eb0ae684540793349, '2023-04-07 14:34:58.227', NULL), (0x656355aa8dc54d84b7ff617ecd7818df, 'completed', 0x1236224cfb3c499c8db06a06575be0a6, '2023-04-07 14:35:28.713', NULL), (0x687c7e1be8ce489496b7f9d353ca2c8f, 'chargeback', 0x8e730b609e52490eb0ae684540793349, '2023-04-07 14:35:11.495', NULL), (0x6a80ab062e394ef08f0f4e468efc2522, 'failed', 0x8e730b609e52490eb0ae684540793349, '2023-04-07 14:35:06.929', NULL), (0x6d87c289da684ce6a1ec7d06fd9ed895, 'pending', 0xb305a7dce0584fa6a098ff0ae6b15916, '2023-04-07 14:35:28.661', NULL), (0x77cebfdd1d9c48af8b5631cae952a330, 'in_progress', 0x1236224cfb3c499c8db06a06575be0a6, '2023-04-07 14:35:28.707', NULL), (0x7dccd3e113c047e6aea4270a0c1e2784, 'unconfirmed', 0x8e730b609e52490eb0ae684540793349, '2023-04-07 14:35:26.631', NULL), (0x806cac709355439488839694db655521, 'shipped', 0x2568db7c84644dc08179c57327b6bd3c, '2023-04-07 14:34:58.181', NULL), (0x8c0c0b1dbe594f1d8dde6b66b1b9afb1, 'refunded', 0xe0deb8ce99294e3491e877f4e1c14512, '2023-04-07 11:55:19.400', '2023-05-07 15:58:43.923'), (0x8c20bc7ab3c44c4eb9cdb284e5f2c050, 'open', 0x07db09b3ff894634993b1570ff378855, '2023-04-07 14:34:58.148', NULL), (0x93d3f426661442b7aeb6d8ffc9356134, 'open', 0x25024c4c671c45219bb4964d7dc9af3e, '2023-04-07 11:55:19.322', '2023-05-07 15:58:43.799'), (0x9990e5b235b24373b668ac87e0c636c7, 'authorized', 0x8e730b609e52490eb0ae684540793349, '2023-04-07 14:35:11.473', NULL), (0xae8d88f9118447e5b89a309a37d2b152, 'open', 0x2568db7c84644dc08179c57327b6bd3c, '2023-04-07 14:34:58.178', NULL), (0xaff35a5f54724916a947c9319829c1cc, 'in_progress', 0x8e730b609e52490eb0ae684540793349, '2023-04-07 14:35:06.925', NULL), (0xb1b597ad9e8b4287a94b0e75320c607b, 'cancelled', 0x07db09b3ff894634993b1570ff378855, '2023-04-07 14:34:58.159', NULL), (0xb26b396629bb49169657ac9f8651cc5a, 'shipped_partially', 0x2568db7c84644dc08179c57327b6bd3c, '2023-04-07 14:34:58.184', NULL), (0xb8d57d6f848445bfa42b46f99b3c843b, 'delivered', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, '2023-04-07 11:55:19.049', '2023-05-07 15:58:43.553'), (0xc618fdf2e92c488992d8f569cb94d4ac, 'open', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, '2023-04-07 11:55:19.054', '2023-05-07 15:58:43.559'), (0xc99ba91ac2e740279b4bee75f71c0e63, 'partially_delivered', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, '2023-04-07 11:55:19.041', '2023-05-07 15:58:43.543'), (0xd0ff8e654abf421682ec939c4356e954, 'completed', 0x27177633bb9c4f62ac1026c46a6d5dae, '2023-04-07 11:55:19.371', '2023-05-07 15:58:43.883'), (0xd2970647658a42ecaf0e24edbc0d061f, 'cancelled', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, '2023-04-07 11:55:19.157', '2023-05-07 15:58:43.594'), (0xdbe7bf9a18eb423a9dc1d1b97e40a45c, 'completed', 0x07db09b3ff894634993b1570ff378855, '2023-04-07 14:34:58.153', NULL), (0xe9452fcf0526498aa4bc5137d5855cc1, 'paid', 0x25024c4c671c45219bb4964d7dc9af3e, '2023-04-07 11:55:19.334', '2023-05-07 15:58:43.818'), (0xee956dc098f04318982c4fb5f3596df3, 'open', 0x8e730b609e52490eb0ae684540793349, '2023-04-07 14:34:58.212', NULL), (0xfb68f5e75c834414b8deb3f0b3d9117f, 'failed', 0x1236224cfb3c499c8db06a06575be0a6, '2023-04-07 14:35:28.719', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `state_machine_state_translation` -- CREATE TABLE `state_machine_state_translation` ( `language_id` binary(16) NOT NULL, `state_machine_state_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `state_machine_state_translation` -- INSERT INTO `state_machine_state_translation` (`language_id`, `state_machine_state_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x00153598e2fb46daa8bcfbed324a56fb, 'Teilretour', NULL, '2023-04-07 14:34:58.175', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x068b0935403f4e708d3adcb8414744f8, 'Bezahlt', NULL, '2023-04-07 14:34:58.208', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x121fab92e0ed484aa4839f8b1ef50bf4, 'Angekündigt', NULL, '2023-05-07 15:58:43.867', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x1242df821e964f2b97f1adc14c81746c, 'Abgebrochen', NULL, '2023-04-07 14:34:58.175', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x1583c41e86b940399a536e9f2ed3e710, 'Teilweise erstattet', NULL, '2023-04-07 14:34:58.208', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x1cf594ace0af4f37b16fab919a1b383a, 'In Bearbeitung', NULL, '2023-04-07 14:34:58.142', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x1d363a72a01f43a7bf05429d7a1048bb, 'Abgeschlossen', NULL, '2023-04-07 11:55:19.152', '2023-05-07 15:58:43.588'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x1d6ad251b40e4dee93e3959b4999fb43, 'Erinnert', NULL, '2023-04-07 14:34:58.208', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x200497a5f2e842d7a20cde83684082c7, 'Bestätigt', NULL, '2023-04-07 11:55:19.066', '2023-05-07 15:58:43.570'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x2730547bebaf4d869f7aaf5d0683f201, 'Offen', NULL, '2023-05-07 15:58:43.913', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x2b37d8e435074a2aad315c721d3bbc57, 'Teilweise bezahlt', NULL, '2023-04-07 11:55:19.330', '2023-05-07 15:58:43.811'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x3094d5cf23264dcca62f02e58b7103c6, 'Fehlgeschlagen', NULL, '2023-04-07 14:35:28.680', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x35c4e3ef8e6147e5ad7bc95fda5094bb, 'Retour', NULL, '2023-04-07 14:34:58.175', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x35f2fa94ab6d4227a6de8df67e0a7db4, 'Abgeschlossen', NULL, '2023-04-07 14:35:28.671', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x3ceb85a2ecb7407fb416ebe4e96aa198, 'Teilweise bezahlt', NULL, '2023-04-07 14:34:58.208', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x42f56371a7e94f4bab74024e49157de8, 'Offen', NULL, '2023-04-07 14:35:28.705', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x43195f54d898445db58787f907c99e5a, 'Abgebrochen', NULL, '2023-04-07 14:35:28.729', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x48f3f670d6ae4eebbc838b276f48939b, 'An Lieferanten gesendet', NULL, '2023-04-07 11:55:19.147', '2023-05-07 15:58:43.580'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x51de39fe53b24e609cb7ef04c8131e2f, 'Erstattet', NULL, '2023-04-07 14:34:58.208', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x5a247f1499a245479217f56ff12c9c49, 'Offen', NULL, '2023-05-07 15:58:43.878', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x641a54e76e7f43748a9dc564dcd5b879, 'Abgebrochen', NULL, '2023-04-07 14:34:58.208', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x656355aa8dc54d84b7ff617ecd7818df, 'Abgeschlossen', NULL, '2023-04-07 14:35:28.718', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x687c7e1be8ce489496b7f9d353ca2c8f, 'Rückbuchung', NULL, '2023-04-07 14:35:11.499', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x6a80ab062e394ef08f0f4e468efc2522, 'Fehlgeschlagen', NULL, '2023-04-07 14:35:06.925', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x6d87c289da684ce6a1ec7d06fd9ed895, 'Ausstehend', NULL, '2023-04-07 14:35:28.665', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x77cebfdd1d9c48af8b5631cae952a330, 'In Bearbeitung', NULL, '2023-04-07 14:35:28.711', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x7dccd3e113c047e6aea4270a0c1e2784, 'Unbestätigt', NULL, '2023-04-07 14:35:26.636', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x806cac709355439488839694db655521, 'Versandt', NULL, '2023-04-07 14:34:58.175', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8c0c0b1dbe594f1d8dde6b66b1b9afb1, 'Erstattet', NULL, '2023-04-07 11:55:19.400', '2023-05-07 15:58:43.923'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8c20bc7ab3c44c4eb9cdb284e5f2c050, 'Offen', NULL, '2023-04-07 14:34:58.142', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x93d3f426661442b7aeb6d8ffc9356134, 'Offen', NULL, '2023-04-07 11:55:19.322', '2023-05-07 15:58:43.799'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x9990e5b235b24373b668ac87e0c636c7, 'Autorisiert', NULL, '2023-04-07 14:35:11.478', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xae8d88f9118447e5b89a309a37d2b152, 'Offen', NULL, '2023-04-07 14:34:58.175', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xaff35a5f54724916a947c9319829c1cc, 'In Bearbeitung', NULL, '2023-04-07 14:35:06.925', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xb1b597ad9e8b4287a94b0e75320c607b, 'Abgebrochen', NULL, '2023-04-07 14:34:58.142', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xb26b396629bb49169657ac9f8651cc5a, 'Teilweise versandt', NULL, '2023-04-07 14:34:58.175', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xb8d57d6f848445bfa42b46f99b3c843b, 'Geliefert', NULL, '2023-04-07 11:55:19.049', '2023-05-07 15:58:43.553'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xc618fdf2e92c488992d8f569cb94d4ac, 'Offen', NULL, '2023-04-07 11:55:19.054', '2023-05-07 15:58:43.559'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xc99ba91ac2e740279b4bee75f71c0e63, 'Teilweise geliefert', NULL, '2023-04-07 11:55:19.041', '2023-05-07 15:58:43.543'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xd0ff8e654abf421682ec939c4356e954, 'Abgeschlossen', NULL, '2023-04-07 11:55:19.372', '2023-05-07 15:58:43.883'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xd2970647658a42ecaf0e24edbc0d061f, 'Storniert', NULL, '2023-04-07 11:55:19.157', '2023-05-07 15:58:43.594'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xdbe7bf9a18eb423a9dc1d1b97e40a45c, 'Abgeschlossen', NULL, '2023-04-07 14:34:58.142', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xe9452fcf0526498aa4bc5137d5855cc1, 'Bezahlt', NULL, '2023-04-07 11:55:19.334', '2023-05-07 15:58:43.818'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xee956dc098f04318982c4fb5f3596df3, 'Offen', NULL, '2023-04-07 14:34:58.208', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xfb68f5e75c834414b8deb3f0b3d9117f, 'Fehlgeschlagen', NULL, '2023-04-07 14:35:28.723', NULL), (0x74abf495620848a19755546e0f70dbac, 0x00153598e2fb46daa8bcfbed324a56fb, 'Returned (partially)', NULL, '2023-04-07 14:34:58.175', NULL), (0x74abf495620848a19755546e0f70dbac, 0x068b0935403f4e708d3adcb8414744f8, 'Paid', NULL, '2023-04-07 14:34:58.208', NULL), (0x74abf495620848a19755546e0f70dbac, 0x121fab92e0ed484aa4839f8b1ef50bf4, 'Requested', NULL, '2023-05-07 15:58:43.868', NULL), (0x74abf495620848a19755546e0f70dbac, 0x1242df821e964f2b97f1adc14c81746c, 'Cancelled', NULL, '2023-04-07 14:34:58.175', NULL), (0x74abf495620848a19755546e0f70dbac, 0x1583c41e86b940399a536e9f2ed3e710, 'Refunded (partially)', NULL, '2023-04-07 14:34:58.208', NULL), (0x74abf495620848a19755546e0f70dbac, 0x1cf594ace0af4f37b16fab919a1b383a, 'In Progress', NULL, '2023-04-07 14:34:58.142', NULL), (0x74abf495620848a19755546e0f70dbac, 0x1d363a72a01f43a7bf05429d7a1048bb, 'Completed', NULL, '2023-04-07 11:55:19.153', '2023-05-07 15:58:43.588'), (0x74abf495620848a19755546e0f70dbac, 0x1d6ad251b40e4dee93e3959b4999fb43, 'Reminded', NULL, '2023-04-07 14:34:58.208', NULL), (0x74abf495620848a19755546e0f70dbac, 0x200497a5f2e842d7a20cde83684082c7, 'Confirmed', NULL, '2023-04-07 11:55:19.066', '2023-05-07 15:58:43.570'), (0x74abf495620848a19755546e0f70dbac, 0x2730547bebaf4d869f7aaf5d0683f201, 'Open', NULL, '2023-05-07 15:58:43.913', NULL), (0x74abf495620848a19755546e0f70dbac, 0x2b37d8e435074a2aad315c721d3bbc57, 'Partially paid', NULL, '2023-04-07 11:55:19.330', '2023-05-07 15:58:43.811'), (0x74abf495620848a19755546e0f70dbac, 0x3094d5cf23264dcca62f02e58b7103c6, 'Failed', NULL, '2023-04-07 14:35:28.678', NULL), (0x74abf495620848a19755546e0f70dbac, 0x35c4e3ef8e6147e5ad7bc95fda5094bb, 'Returned', NULL, '2023-04-07 14:34:58.175', NULL), (0x74abf495620848a19755546e0f70dbac, 0x35f2fa94ab6d4227a6de8df67e0a7db4, 'Complete', NULL, '2023-04-07 14:35:28.670', NULL), (0x74abf495620848a19755546e0f70dbac, 0x3ceb85a2ecb7407fb416ebe4e96aa198, 'Paid (partially)', NULL, '2023-04-07 14:34:58.208', NULL), (0x74abf495620848a19755546e0f70dbac, 0x42f56371a7e94f4bab74024e49157de8, 'Open', NULL, '2023-04-07 14:35:28.704', NULL), (0x74abf495620848a19755546e0f70dbac, 0x43195f54d898445db58787f907c99e5a, 'Cancelled', NULL, '2023-04-07 14:35:28.728', NULL), (0x74abf495620848a19755546e0f70dbac, 0x48f3f670d6ae4eebbc838b276f48939b, 'Sent to supplier', NULL, '2023-04-07 11:55:19.147', '2023-05-07 15:58:43.581'), (0x74abf495620848a19755546e0f70dbac, 0x51de39fe53b24e609cb7ef04c8131e2f, 'Refunded', NULL, '2023-04-07 14:34:58.208', NULL), (0x74abf495620848a19755546e0f70dbac, 0x5a247f1499a245479217f56ff12c9c49, 'Open', NULL, '2023-05-07 15:58:43.879', NULL), (0x74abf495620848a19755546e0f70dbac, 0x641a54e76e7f43748a9dc564dcd5b879, 'Cancelled', NULL, '2023-04-07 14:34:58.208', NULL), (0x74abf495620848a19755546e0f70dbac, 0x656355aa8dc54d84b7ff617ecd7818df, 'Completed', NULL, '2023-04-07 14:35:28.716', NULL), (0x74abf495620848a19755546e0f70dbac, 0x687c7e1be8ce489496b7f9d353ca2c8f, 'Chargeback', NULL, '2023-04-07 14:35:11.497', NULL), (0x74abf495620848a19755546e0f70dbac, 0x6a80ab062e394ef08f0f4e468efc2522, 'Failed', NULL, '2023-04-07 14:35:06.925', NULL), (0x74abf495620848a19755546e0f70dbac, 0x6d87c289da684ce6a1ec7d06fd9ed895, 'Pending', NULL, '2023-04-07 14:35:28.664', NULL), (0x74abf495620848a19755546e0f70dbac, 0x77cebfdd1d9c48af8b5631cae952a330, 'In Progress', NULL, '2023-04-07 14:35:28.710', NULL), (0x74abf495620848a19755546e0f70dbac, 0x7dccd3e113c047e6aea4270a0c1e2784, 'Unconfirmed', NULL, '2023-04-07 14:35:26.633', NULL), (0x74abf495620848a19755546e0f70dbac, 0x806cac709355439488839694db655521, 'Shipped', NULL, '2023-04-07 14:34:58.175', NULL), (0x74abf495620848a19755546e0f70dbac, 0x8c0c0b1dbe594f1d8dde6b66b1b9afb1, 'Refunded', NULL, '2023-04-07 11:55:19.401', '2023-05-07 15:58:43.923'), (0x74abf495620848a19755546e0f70dbac, 0x8c20bc7ab3c44c4eb9cdb284e5f2c050, 'Open', NULL, '2023-04-07 14:34:58.142', NULL), (0x74abf495620848a19755546e0f70dbac, 0x93d3f426661442b7aeb6d8ffc9356134, 'Open', NULL, '2023-04-07 11:55:19.322', '2023-05-07 15:58:43.799'), (0x74abf495620848a19755546e0f70dbac, 0x9990e5b235b24373b668ac87e0c636c7, 'Authorized', NULL, '2023-04-07 14:35:11.475', NULL), (0x74abf495620848a19755546e0f70dbac, 0xae8d88f9118447e5b89a309a37d2b152, 'Open', NULL, '2023-04-07 14:34:58.175', NULL), (0x74abf495620848a19755546e0f70dbac, 0xaff35a5f54724916a947c9319829c1cc, 'In Progress', NULL, '2023-04-07 14:35:06.925', NULL), (0x74abf495620848a19755546e0f70dbac, 0xb1b597ad9e8b4287a94b0e75320c607b, 'Cancelled', NULL, '2023-04-07 14:34:58.142', NULL), (0x74abf495620848a19755546e0f70dbac, 0xb26b396629bb49169657ac9f8651cc5a, 'Shipped (partially)', NULL, '2023-04-07 14:34:58.175', NULL), (0x74abf495620848a19755546e0f70dbac, 0xb8d57d6f848445bfa42b46f99b3c843b, 'Delivered', NULL, '2023-04-07 11:55:19.049', '2023-05-07 15:58:43.553'), (0x74abf495620848a19755546e0f70dbac, 0xc618fdf2e92c488992d8f569cb94d4ac, 'Open', NULL, '2023-04-07 11:55:19.054', '2023-05-07 15:58:43.560'), (0x74abf495620848a19755546e0f70dbac, 0xc99ba91ac2e740279b4bee75f71c0e63, 'Partially delivered', NULL, '2023-04-07 11:55:19.041', '2023-05-07 15:58:43.543'), (0x74abf495620848a19755546e0f70dbac, 0xd0ff8e654abf421682ec939c4356e954, 'Completed', NULL, '2023-04-07 11:55:19.372', '2023-05-07 15:58:43.884'), (0x74abf495620848a19755546e0f70dbac, 0xd2970647658a42ecaf0e24edbc0d061f, 'Cancelled', NULL, '2023-04-07 11:55:19.157', '2023-05-07 15:58:43.594'), (0x74abf495620848a19755546e0f70dbac, 0xdbe7bf9a18eb423a9dc1d1b97e40a45c, 'Done', NULL, '2023-04-07 14:34:58.142', NULL), (0x74abf495620848a19755546e0f70dbac, 0xe9452fcf0526498aa4bc5137d5855cc1, 'Paid', NULL, '2023-04-07 11:55:19.335', '2023-05-07 15:58:43.818'), (0x74abf495620848a19755546e0f70dbac, 0xee956dc098f04318982c4fb5f3596df3, 'Open', NULL, '2023-04-07 14:34:58.208', NULL), (0x74abf495620848a19755546e0f70dbac, 0xfb68f5e75c834414b8deb3f0b3d9117f, 'Failed', NULL, '2023-04-07 14:35:28.722', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `state_machine_transition` -- CREATE TABLE `state_machine_transition` ( `id` binary(16) NOT NULL, `action_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `state_machine_id` binary(16) NOT NULL, `from_state_id` binary(16) NOT NULL, `to_state_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `state_machine_transition` -- INSERT INTO `state_machine_transition` (`id`, `action_name`, `state_machine_id`, `from_state_id`, `to_state_id`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x01f40c16cd3e47ae912bc8a559a5ad5f, 'authorize', 0x8e730b609e52490eb0ae684540793349, 0xaff35a5f54724916a947c9319829c1cc, 0x9990e5b235b24373b668ac87e0c636c7, NULL, '2023-04-07 14:35:11.479', NULL), (0x02f042b2501048a591c3254e29e2d1ed, 'deliver', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x200497a5f2e842d7a20cde83684082c7, 0xb8d57d6f848445bfa42b46f99b3c843b, NULL, '2023-04-07 11:55:19.226', '2023-05-07 15:58:43.681'), (0x03b1f6b8ca784b4ebda734e76825a753, 'reopen', 0x1236224cfb3c499c8db06a06575be0a6, 0x43195f54d898445db58787f907c99e5a, 0x42f56371a7e94f4bab74024e49157de8, NULL, '2023-04-07 14:35:28.746', NULL), (0x05a541a4e8c342e1a8c970fbd188ff61, 'confirm', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xb8d57d6f848445bfa42b46f99b3c843b, 0x200497a5f2e842d7a20cde83684082c7, NULL, '2023-04-07 11:55:19.192', '2023-05-07 15:58:43.637'), (0x0a0fb5439a304ff490441cff49ab87ce, 'do_pay', 0x8e730b609e52490eb0ae684540793349, 0xee956dc098f04318982c4fb5f3596df3, 0xaff35a5f54724916a947c9319829c1cc, NULL, '2023-04-07 14:35:06.951', NULL), (0x0d7d772aedde4cd4abe69b0e9c04d374, 'open', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xd2970647658a42ecaf0e24edbc0d061f, 0xc618fdf2e92c488992d8f569cb94d4ac, NULL, '2023-04-07 11:55:19.285', '2023-05-07 15:58:43.757'), (0x12199588aa6d4b68aa4708ff880a052e, 'refund_partially', 0x8e730b609e52490eb0ae684540793349, 0x641a54e76e7f43748a9dc564dcd5b879, 0x1583c41e86b940399a536e9f2ed3e710, NULL, '2023-04-07 14:34:58.256', NULL), (0x12901862280148d4abe8ebb211881a00, 'approve', 0x27177633bb9c4f62ac1026c46a6d5dae, 0x121fab92e0ed484aa4839f8b1ef50bf4, 0x5a247f1499a245479217f56ff12c9c49, NULL, '2023-05-07 15:58:43.890', NULL), (0x17632f262fb441b195bfef92a349b17c, 'paid_partially', 0x8e730b609e52490eb0ae684540793349, 0x9990e5b235b24373b668ac87e0c636c7, 0x3ceb85a2ecb7407fb416ebe4e96aa198, NULL, '2023-04-07 14:35:11.489', NULL), (0x17d5573c18cd4e41b5d7293becf89c3e, 'retour_partially', 0x2568db7c84644dc08179c57327b6bd3c, 0xb26b396629bb49169657ac9f8651cc5a, 0x00153598e2fb46daa8bcfbed324a56fb, NULL, '2023-04-07 14:34:58.204', NULL), (0x1e7557ade7c1461c8517bb53345ff2f1, 'paid_partially', 0x8e730b609e52490eb0ae684540793349, 0x7dccd3e113c047e6aea4270a0c1e2784, 0x3ceb85a2ecb7407fb416ebe4e96aa198, NULL, '2023-04-07 14:35:26.647', NULL), (0x1f75113319df46eab21688ef6accebe1, 'open', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x200497a5f2e842d7a20cde83684082c7, 0xc618fdf2e92c488992d8f569cb94d4ac, NULL, '2023-04-07 11:55:19.229', '2023-05-07 15:58:43.685'), (0x21090211139c4f25b2e43628b1aa8755, 'fail', 0x8e730b609e52490eb0ae684540793349, 0x6a80ab062e394ef08f0f4e468efc2522, 0x6a80ab062e394ef08f0f4e468efc2522, NULL, '2023-04-07 14:35:06.946', NULL), (0x2174880f6e02417b80e304987dd634d9, 'cancel', 0x2568db7c84644dc08179c57327b6bd3c, 0x806cac709355439488839694db655521, 0x1242df821e964f2b97f1adc14c81746c, NULL, '2023-04-07 14:34:58.202', NULL), (0x2246594c1cbf4f8597730ee311573569, 'confirm', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x1d363a72a01f43a7bf05429d7a1048bb, 0x200497a5f2e842d7a20cde83684082c7, NULL, '2023-04-07 11:55:19.270', '2023-05-07 15:58:43.737'), (0x277c2b9a26944afbb9fb082845e6c976, 'authorize', 0x8e730b609e52490eb0ae684540793349, 0xee956dc098f04318982c4fb5f3596df3, 0x9990e5b235b24373b668ac87e0c636c7, NULL, '2023-04-07 14:35:11.484', NULL), (0x28d21551857c4c478c9f17ac64e7c30b, 'complete', 0x27177633bb9c4f62ac1026c46a6d5dae, 0x5a247f1499a245479217f56ff12c9c49, 0xd0ff8e654abf421682ec939c4356e954, NULL, '2023-05-07 15:58:43.895', NULL), (0x29d69e6e81be485784ccb6ad40dfb9c9, 'retour', 0x2568db7c84644dc08179c57327b6bd3c, 0x806cac709355439488839694db655521, 0x35c4e3ef8e6147e5ad7bc95fda5094bb, NULL, '2023-04-07 14:34:58.200', NULL), (0x2c280da4426345d59ae235ece02d6b9c, 'cancel', 0x8e730b609e52490eb0ae684540793349, 0x068b0935403f4e708d3adcb8414744f8, 0x641a54e76e7f43748a9dc564dcd5b879, NULL, '2023-04-07 14:34:58.251', NULL), (0x2eaabc84e05a44efadccbdbd6bfa5b28, 'complete', 0xb305a7dce0584fa6a098ff0ae6b15916, 0x6d87c289da684ce6a1ec7d06fd9ed895, 0x35f2fa94ab6d4227a6de8df67e0a7db4, NULL, '2023-04-07 14:35:28.683', NULL), (0x306f3bfca2784400a27cf421fae697af, 'cancel', 0x1236224cfb3c499c8db06a06575be0a6, 0x77cebfdd1d9c48af8b5631cae952a330, 0x43195f54d898445db58787f907c99e5a, NULL, '2023-04-07 14:35:28.740', NULL), (0x3720fcb49b9647038b8e98f1bc870cba, 'fail', 0x8e730b609e52490eb0ae684540793349, 0x9990e5b235b24373b668ac87e0c636c7, 0x6a80ab062e394ef08f0f4e468efc2522, NULL, '2023-04-07 14:35:11.491', NULL), (0x375443f5c2364e2dbbed7f763673c5dc, 'cancel', 0x1236224cfb3c499c8db06a06575be0a6, 0x42f56371a7e94f4bab74024e49157de8, 0x43195f54d898445db58787f907c99e5a, NULL, '2023-04-07 14:35:28.733', NULL), (0x3756462882384231946fe51204b613c7, 'confirm', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xc618fdf2e92c488992d8f569cb94d4ac, 0x200497a5f2e842d7a20cde83684082c7, NULL, '2023-04-07 11:55:19.210', '2023-05-07 15:58:43.661'), (0x37d5da71c9ee4b86b35ae6b55bcc67b9, 'paid_partially', 0x8e730b609e52490eb0ae684540793349, 0xaff35a5f54724916a947c9319829c1cc, 0x3ceb85a2ecb7407fb416ebe4e96aa198, NULL, '2023-04-07 14:35:06.938', NULL), (0x3db96b54defd473bb3de221faa401833, 'reopen', 0x2568db7c84644dc08179c57327b6bd3c, 0x806cac709355439488839694db655521, 0xae8d88f9118447e5b89a309a37d2b152, NULL, '2023-04-07 14:35:14.754', NULL), (0x3dc76573a6284ed8af23bc07da21cca0, 'open', 0x25024c4c671c45219bb4964d7dc9af3e, 0xe9452fcf0526498aa4bc5137d5855cc1, 0x93d3f426661442b7aeb6d8ffc9356134, NULL, '2023-04-07 11:55:19.351', '2023-05-07 15:58:43.842'), (0x3dd99c1a2a5b422d80f9f35d6cf94e42, 'complete', 0x07db09b3ff894634993b1570ff378855, 0x1cf594ace0af4f37b16fab919a1b383a, 0xdbe7bf9a18eb423a9dc1d1b97e40a45c, NULL, '2023-04-07 14:34:58.167', NULL), (0x3e09d60b073f4bedbfa9edfcf97a92ca, 'deliver', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x48f3f670d6ae4eebbc838b276f48939b, 0xb8d57d6f848445bfa42b46f99b3c843b, NULL, '2023-04-07 11:55:19.245', '2023-05-07 15:58:43.706'), (0x3eaa83c0da11413c808da2635a5e5fdc, 'pay_partially', 0x25024c4c671c45219bb4964d7dc9af3e, 0xe9452fcf0526498aa4bc5137d5855cc1, 0x2b37d8e435074a2aad315c721d3bbc57, NULL, '2023-04-07 11:55:19.354', '2023-05-07 15:58:43.847'), (0x3f7655b7304f437694538d258aada23b, 'fail', 0x1236224cfb3c499c8db06a06575be0a6, 0x77cebfdd1d9c48af8b5631cae952a330, 0xfb68f5e75c834414b8deb3f0b3d9117f, NULL, '2023-04-07 14:35:28.742', NULL), (0x413539a707404b09a4e1670923c30ddf, 'cancel', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xc99ba91ac2e740279b4bee75f71c0e63, 0xd2970647658a42ecaf0e24edbc0d061f, NULL, '2023-04-07 11:55:19.182', '2023-05-07 15:58:43.624'), (0x46312c63272348dc925ea2f23801d8cb, 'pay_partially', 0x8e730b609e52490eb0ae684540793349, 0xaff35a5f54724916a947c9319829c1cc, 0x3ceb85a2ecb7407fb416ebe4e96aa198, NULL, '2023-04-07 14:35:06.939', NULL), (0x49cbc92e6e7347d68b21490cc1c03b1c, 'cancel', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x1d363a72a01f43a7bf05429d7a1048bb, 0xd2970647658a42ecaf0e24edbc0d061f, NULL, '2023-04-07 11:55:19.276', '2023-05-07 15:58:43.746'), (0x4a55d7e1c4724c5e8caf3b6e9b26df9d, 'chargeback', 0x8e730b609e52490eb0ae684540793349, 0x3ceb85a2ecb7407fb416ebe4e96aa198, 0x687c7e1be8ce489496b7f9d353ca2c8f, NULL, '2023-04-07 14:35:11.501', NULL), (0x4c4b6aebe3c34abdafc1474ddb2b0d83, 'pay', 0x8e730b609e52490eb0ae684540793349, 0xee956dc098f04318982c4fb5f3596df3, 0x068b0935403f4e708d3adcb8414744f8, NULL, '2023-04-07 14:34:58.233', NULL), (0x4d6fee8c9b2a4f658269a00f6039be7a, 'deliver_partially', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x200497a5f2e842d7a20cde83684082c7, 0xc99ba91ac2e740279b4bee75f71c0e63, NULL, '2023-04-07 11:55:19.223', '2023-05-07 15:58:43.678'), (0x4f26f884c2124206abad0a46be95e376, 'refund_partially', 0x8e730b609e52490eb0ae684540793349, 0x068b0935403f4e708d3adcb8414744f8, 0x1583c41e86b940399a536e9f2ed3e710, NULL, '2023-04-07 14:34:58.248', NULL), (0x50c6306936174a29b63d0a6abbd4c168, 'open', 0x25024c4c671c45219bb4964d7dc9af3e, 0x2b37d8e435074a2aad315c721d3bbc57, 0x93d3f426661442b7aeb6d8ffc9356134, NULL, '2023-04-07 11:55:19.345', '2023-05-07 15:58:43.834'), (0x51eaba7403f74a4fa24117578b2da981, 'cancel', 0x2568db7c84644dc08179c57327b6bd3c, 0xb26b396629bb49169657ac9f8651cc5a, 0x1242df821e964f2b97f1adc14c81746c, NULL, '2023-04-07 14:34:58.206', NULL), (0x5304ad3783a944dab5a64205edc59bb5, 'cancel', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xb8d57d6f848445bfa42b46f99b3c843b, 0xd2970647658a42ecaf0e24edbc0d061f, NULL, '2023-04-07 11:55:19.201', '2023-05-07 15:58:43.649'), (0x55482b5431b5469eab1670558f15b113, 'process_unconfirmed', 0x8e730b609e52490eb0ae684540793349, 0xee956dc098f04318982c4fb5f3596df3, 0x7dccd3e113c047e6aea4270a0c1e2784, NULL, '2023-04-07 14:35:26.638', NULL), (0x55bc27760f3f4ecaaa09ff3e8b9b4145, 'ship_partially', 0x2568db7c84644dc08179c57327b6bd3c, 0xae8d88f9118447e5b89a309a37d2b152, 0xb26b396629bb49169657ac9f8651cc5a, NULL, '2023-04-07 14:34:58.198', NULL), (0x56c0898c06c8458aa847aebfea0406f7, 'cancel', 0x8e730b609e52490eb0ae684540793349, 0x1d6ad251b40e4dee93e3959b4999fb43, 0x641a54e76e7f43748a9dc564dcd5b879, NULL, '2023-04-07 14:34:58.240', NULL), (0x5e8ffc3699ce44c0ad0d67802ebe22cb, 'refund', 0x8e730b609e52490eb0ae684540793349, 0x641a54e76e7f43748a9dc564dcd5b879, 0x51de39fe53b24e609cb7ef04c8131e2f, NULL, '2023-04-07 14:34:58.255', NULL), (0x6046c9f524c04d348458cafeb214738f, 'reopen', 0x8e730b609e52490eb0ae684540793349, 0x7dccd3e113c047e6aea4270a0c1e2784, 0xee956dc098f04318982c4fb5f3596df3, NULL, '2023-04-07 14:35:26.654', NULL), (0x60d29a84983d412b90874d4e98944876, 'reopen', 0xb305a7dce0584fa6a098ff0ae6b15916, 0x35f2fa94ab6d4227a6de8df67e0a7db4, 0x6d87c289da684ce6a1ec7d06fd9ed895, NULL, '2023-04-07 14:35:28.688', NULL), (0x61120281f0134bfa94fca6ccc7e13597, 'open', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x1d363a72a01f43a7bf05429d7a1048bb, 0xc618fdf2e92c488992d8f569cb94d4ac, NULL, '2023-04-07 11:55:19.267', '2023-05-07 15:58:43.732'), (0x61c473ad75b64cc29483484e8799dd69, 'pay_partially', 0x8e730b609e52490eb0ae684540793349, 0xee956dc098f04318982c4fb5f3596df3, 0x3ceb85a2ecb7407fb416ebe4e96aa198, NULL, '2023-04-07 14:34:58.234', NULL), (0x62cfbfc5b3e247a9bf86dca2964f3b21, 'reopen', 0x1236224cfb3c499c8db06a06575be0a6, 0x656355aa8dc54d84b7ff617ecd7818df, 0x42f56371a7e94f4bab74024e49157de8, NULL, '2023-04-07 14:35:28.750', NULL), (0x630f531c30f84823b77ca58ea4110b11, 'refund_partially', 0x8e730b609e52490eb0ae684540793349, 0x3ceb85a2ecb7407fb416ebe4e96aa198, 0x1583c41e86b940399a536e9f2ed3e710, NULL, '2023-04-07 14:34:58.245', NULL), (0x631e613e7fd8417cabc51a7a66275d84, 'pay', 0x25024c4c671c45219bb4964d7dc9af3e, 0x2b37d8e435074a2aad315c721d3bbc57, 0xe9452fcf0526498aa4bc5137d5855cc1, NULL, '2023-04-07 11:55:19.348', '2023-05-07 15:58:43.839'), (0x6360ea01a5ae435e827c601d59232b4a, 'do_pay', 0x8e730b609e52490eb0ae684540793349, 0x3ceb85a2ecb7407fb416ebe4e96aa198, 0xaff35a5f54724916a947c9319829c1cc, NULL, '2023-04-07 14:35:06.957', NULL), (0x64a8d54d0ce4452cb0589b24b2991348, 'authorize', 0x8e730b609e52490eb0ae684540793349, 0x7dccd3e113c047e6aea4270a0c1e2784, 0x9990e5b235b24373b668ac87e0c636c7, NULL, '2023-04-07 14:35:26.651', NULL), (0x651ec6298e4e4a7986c908f588e8f085, 'deliver_partially', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x1d363a72a01f43a7bf05429d7a1048bb, 0xc99ba91ac2e740279b4bee75f71c0e63, NULL, '2023-04-07 11:55:19.260', '2023-05-07 15:58:43.725'), (0x65211b1d0e6c4a3ca40d56b3047cc545, 'reopen', 0x07db09b3ff894634993b1570ff378855, 0xdbe7bf9a18eb423a9dc1d1b97e40a45c, 0x8c20bc7ab3c44c4eb9cdb284e5f2c050, NULL, '2023-04-07 14:34:58.170', NULL), (0x66d26b87fd574545808236b162a4e975, 'reopen', 0x8e730b609e52490eb0ae684540793349, 0xaff35a5f54724916a947c9319829c1cc, 0xee956dc098f04318982c4fb5f3596df3, NULL, '2023-04-07 14:35:06.932', NULL), (0x671e4d9a13b7402683f0baf742f41e6c, 'ship', 0x2568db7c84644dc08179c57327b6bd3c, 0xb26b396629bb49169657ac9f8651cc5a, 0x806cac709355439488839694db655521, NULL, '2023-04-07 14:34:58.205', NULL), (0x6766831e2919477399f25b9297cc9bca, 'cancel', 0x8e730b609e52490eb0ae684540793349, 0x7dccd3e113c047e6aea4270a0c1e2784, 0x641a54e76e7f43748a9dc564dcd5b879, NULL, '2023-04-07 14:35:26.650', NULL), (0x685c41076b6a45b983c8710f9b7efb68, 'cancel', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xc618fdf2e92c488992d8f569cb94d4ac, 0xd2970647658a42ecaf0e24edbc0d061f, NULL, '2023-04-07 11:55:19.220', '2023-05-07 15:58:43.673'), (0x68d2ba84d3d54c318b1828eb7ff64dcd, 'pay', 0x25024c4c671c45219bb4964d7dc9af3e, 0x93d3f426661442b7aeb6d8ffc9356134, 0xe9452fcf0526498aa4bc5137d5855cc1, NULL, '2023-04-07 11:55:19.342', '2023-05-07 15:58:43.830'), (0x6910593d13d04ce4b93b54bc499c2435, 'paid_partially', 0x8e730b609e52490eb0ae684540793349, 0xee956dc098f04318982c4fb5f3596df3, 0x3ceb85a2ecb7407fb416ebe4e96aa198, NULL, '2023-04-07 14:35:08.335', NULL), (0x6a6d0cc16cf44b3cba18c9b5694525cc, 'cancel', 0x8e730b609e52490eb0ae684540793349, 0x687c7e1be8ce489496b7f9d353ca2c8f, 0x641a54e76e7f43748a9dc564dcd5b879, NULL, '2023-04-07 14:35:11.508', NULL), (0x6ac7badbc95b4ddf92a91d6135f15230, 'cancel', 0x8e730b609e52490eb0ae684540793349, 0x1583c41e86b940399a536e9f2ed3e710, 0x641a54e76e7f43748a9dc564dcd5b879, NULL, '2023-04-07 14:34:58.253', NULL), (0x754c5b634ee34a78a89f942377c330db, 'cancel', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x48f3f670d6ae4eebbc838b276f48939b, 0xd2970647658a42ecaf0e24edbc0d061f, NULL, '2023-04-07 11:55:19.257', '2023-05-07 15:58:43.721'), (0x75ce292f91e0474491fe6c672c1ecd71, 'paid', 0x8e730b609e52490eb0ae684540793349, 0xee956dc098f04318982c4fb5f3596df3, 0x068b0935403f4e708d3adcb8414744f8, NULL, '2023-04-07 14:35:08.333', NULL), (0x761e1a31bd7e47e98796e226d24bf6e1, 'reopen', 0x07db09b3ff894634993b1570ff378855, 0xb1b597ad9e8b4287a94b0e75320c607b, 0x8c20bc7ab3c44c4eb9cdb284e5f2c050, NULL, '2023-04-07 14:34:58.169', NULL), (0x770d28a317ba4a1c9e58b4c626d20b05, 'paid', 0x8e730b609e52490eb0ae684540793349, 0x6a80ab062e394ef08f0f4e468efc2522, 0x068b0935403f4e708d3adcb8414744f8, NULL, '2023-04-07 14:35:06.947', NULL), (0x79baa85e2f8c402e9c57bec64bbbb476, 'process_unconfirmed', 0x8e730b609e52490eb0ae684540793349, 0x1d6ad251b40e4dee93e3959b4999fb43, 0x7dccd3e113c047e6aea4270a0c1e2784, NULL, '2023-04-07 14:35:26.640', NULL), (0x7a5f39c6365a481daf93dccd68f16cc4, 'deliver', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x1d363a72a01f43a7bf05429d7a1048bb, 0xb8d57d6f848445bfa42b46f99b3c843b, NULL, '2023-04-07 11:55:19.263', '2023-05-07 15:58:43.729'), (0x7e15b760f0474e90b3814ba6f2092176, 'paid', 0x8e730b609e52490eb0ae684540793349, 0x687c7e1be8ce489496b7f9d353ca2c8f, 0x068b0935403f4e708d3adcb8414744f8, NULL, '2023-04-07 14:35:11.503', NULL), (0x7ecec1ed2d3e4dceb647b0853d4d1964, 'reopen', 0x2568db7c84644dc08179c57327b6bd3c, 0x1242df821e964f2b97f1adc14c81746c, 0xae8d88f9118447e5b89a309a37d2b152, NULL, '2023-04-07 14:35:03.498', NULL), (0x7eeab9d4f8344dd0aec2f4fb560686b4, 'complete', 0x1236224cfb3c499c8db06a06575be0a6, 0x77cebfdd1d9c48af8b5631cae952a330, 0x656355aa8dc54d84b7ff617ecd7818df, NULL, '2023-04-07 14:35:28.744', NULL), (0x8525145032464589a798738813dbd76e, 'complete', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xc618fdf2e92c488992d8f569cb94d4ac, 0x1d363a72a01f43a7bf05429d7a1048bb, NULL, '2023-04-07 11:55:19.217', '2023-05-07 15:58:43.668'), (0x8964b8b0bc424af7b55f41f1cb303a80, 'refund', 0xe0deb8ce99294e3491e877f4e1c14512, 0x2730547bebaf4d869f7aaf5d0683f201, 0x8c0c0b1dbe594f1d8dde6b66b1b9afb1, NULL, '2023-05-07 15:58:43.929', NULL), (0x8d9c78798abd47dc87b1478ed84caff8, 'chargeback', 0x8e730b609e52490eb0ae684540793349, 0x068b0935403f4e708d3adcb8414744f8, 0x687c7e1be8ce489496b7f9d353ca2c8f, NULL, '2023-04-07 14:35:11.500', NULL), (0x8eb8c3e1566f4ccca24c80905677d55c, 'deliver_partially', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xc618fdf2e92c488992d8f569cb94d4ac, 0xc99ba91ac2e740279b4bee75f71c0e63, NULL, '2023-04-07 11:55:19.204', '2023-05-07 15:58:43.653'), (0x90ceedfe241d45dbbd3f0bc2ea2901b4, 'retour', 0x2568db7c84644dc08179c57327b6bd3c, 0x00153598e2fb46daa8bcfbed324a56fb, 0x35c4e3ef8e6147e5ad7bc95fda5094bb, NULL, '2023-04-07 14:35:17.494', NULL), (0x90d74236840f47d6b6b2899d32c6e82e, 'deliver_partially', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xb8d57d6f848445bfa42b46f99b3c843b, 0xc99ba91ac2e740279b4bee75f71c0e63, NULL, '2023-04-07 11:55:19.185', '2023-05-07 15:58:43.628'), (0x91b0341fd3f14cb08e05c8d073fa75d7, 'remind', 0x8e730b609e52490eb0ae684540793349, 0xee956dc098f04318982c4fb5f3596df3, 0x1d6ad251b40e4dee93e3959b4999fb43, NULL, '2023-04-07 14:34:58.237', NULL), (0x91fb2858c8034c8cb15399d7ca0fad73, 'fail', 0xb305a7dce0584fa6a098ff0ae6b15916, 0x6d87c289da684ce6a1ec7d06fd9ed895, 0x3094d5cf23264dcca62f02e58b7103c6, NULL, '2023-04-07 14:35:28.686', NULL), (0x94502527822142b18c145a285dad2840, 'open', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xc99ba91ac2e740279b4bee75f71c0e63, 0xc618fdf2e92c488992d8f569cb94d4ac, NULL, '2023-04-07 11:55:19.168', '2023-05-07 15:58:43.607'), (0x9474ac9c80534b189fb7793444618e58, 'send_to_supplier', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x1d363a72a01f43a7bf05429d7a1048bb, 0x48f3f670d6ae4eebbc838b276f48939b, NULL, '2023-04-07 11:55:19.273', '2023-05-07 15:58:43.742'), (0x9557840584a643d19a73c8b9f574c4e3, 'retour', 0x2568db7c84644dc08179c57327b6bd3c, 0xb26b396629bb49169657ac9f8651cc5a, 0x35c4e3ef8e6147e5ad7bc95fda5094bb, NULL, '2023-04-07 14:34:58.203', NULL), (0x98e8427d5cf34a92a9b30549894d01d3, 'paid', 0x8e730b609e52490eb0ae684540793349, 0xaff35a5f54724916a947c9319829c1cc, 0x068b0935403f4e708d3adcb8414744f8, NULL, '2023-04-07 14:35:06.936', NULL), (0x9a3d5b00531247e69990b3f077749a85, 'reopen', 0x8e730b609e52490eb0ae684540793349, 0x6a80ab062e394ef08f0f4e468efc2522, 0xee956dc098f04318982c4fb5f3596df3, NULL, '2023-04-07 14:35:06.941', NULL), (0x9b4b9393f5d84c848e47665006de66a9, 'refund', 0x8e730b609e52490eb0ae684540793349, 0x1583c41e86b940399a536e9f2ed3e710, 0x51de39fe53b24e609cb7ef04c8131e2f, NULL, '2023-04-07 14:34:58.252', NULL), (0x9b4f3ddf61544f7daf747254978b9dcb, 'fail', 0x1236224cfb3c499c8db06a06575be0a6, 0x42f56371a7e94f4bab74024e49157de8, 0xfb68f5e75c834414b8deb3f0b3d9117f, NULL, '2023-04-07 14:35:28.736', NULL), (0x9c099ef8b8de45bcbab19b19cc29ad6e, 'pay', 0x8e730b609e52490eb0ae684540793349, 0x3ceb85a2ecb7407fb416ebe4e96aa198, 0x068b0935403f4e708d3adcb8414744f8, NULL, '2023-04-07 14:34:58.242', NULL), (0x9cf5acf7ed174ea080d11a1a7773cf3a, 'complete', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x200497a5f2e842d7a20cde83684082c7, 0x1d363a72a01f43a7bf05429d7a1048bb, NULL, '2023-04-07 11:55:19.235', '2023-05-07 15:58:43.692'), (0xa1d323ef5b764939876d7a225e2ea779, 'reopen', 0x2568db7c84644dc08179c57327b6bd3c, 0xb26b396629bb49169657ac9f8651cc5a, 0xae8d88f9118447e5b89a309a37d2b152, NULL, '2023-04-07 14:35:14.753', NULL), (0xa5941f3ded9c485e87fc212bf9ee73bf, 'reopen', 0x8e730b609e52490eb0ae684540793349, 0x641a54e76e7f43748a9dc564dcd5b879, 0xee956dc098f04318982c4fb5f3596df3, NULL, '2023-04-07 14:34:58.254', NULL), (0xa643184cf3184a01b43235690bef97ef, 'pay', 0x8e730b609e52490eb0ae684540793349, 0x1d6ad251b40e4dee93e3959b4999fb43, 0x068b0935403f4e708d3adcb8414744f8, NULL, '2023-04-07 14:34:58.238', NULL), (0xa717b3262c554617949df015d2bd3c18, 'send_to_supplier', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xc618fdf2e92c488992d8f569cb94d4ac, 0x48f3f670d6ae4eebbc838b276f48939b, NULL, '2023-04-07 11:55:19.214', '2023-05-07 15:58:43.664'), (0xa75ce15a9648448187d10616b3ff0b49, 'confirm', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xc99ba91ac2e740279b4bee75f71c0e63, 0x200497a5f2e842d7a20cde83684082c7, NULL, '2023-04-07 11:55:19.171', '2023-05-07 15:58:43.611'), (0xa841ec3ee22041ef99d541687c3ab7c9, 'paid_partially', 0x8e730b609e52490eb0ae684540793349, 0x687c7e1be8ce489496b7f9d353ca2c8f, 0x3ceb85a2ecb7407fb416ebe4e96aa198, NULL, '2023-04-07 14:35:11.507', NULL), (0xa91f9fd58d914e3bae0d0c7a9e393510, 'reopen', 0xe0deb8ce99294e3491e877f4e1c14512, 0x8c0c0b1dbe594f1d8dde6b66b1b9afb1, 0x2730547bebaf4d869f7aaf5d0683f201, NULL, '2023-05-07 15:58:43.933', NULL), (0xaa1f7668ac2347508e6ee4ebfc1e0312, 'pay_partially', 0x25024c4c671c45219bb4964d7dc9af3e, 0x93d3f426661442b7aeb6d8ffc9356134, 0x2b37d8e435074a2aad315c721d3bbc57, NULL, '2023-04-07 11:55:19.339', '2023-05-07 15:58:43.826'), (0xac47a55a4a8246969738f74b61d0ffd1, 'cancel', 0x07db09b3ff894634993b1570ff378855, 0x1cf594ace0af4f37b16fab919a1b383a, 0xb1b597ad9e8b4287a94b0e75320c607b, NULL, '2023-04-07 14:34:58.166', NULL), (0xac740a52655642efade8ffcf102a8941, 'deliver', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xd2970647658a42ecaf0e24edbc0d061f, 0xb8d57d6f848445bfa42b46f99b3c843b, NULL, '2023-04-07 11:55:19.282', '2023-05-07 15:58:43.753'), (0xadf00caa90a74837b5294e3898727951, 'pay_partially', 0x8e730b609e52490eb0ae684540793349, 0x6a80ab062e394ef08f0f4e468efc2522, 0x3ceb85a2ecb7407fb416ebe4e96aa198, NULL, '2023-04-07 14:35:06.949', NULL), (0xb034f17204d641dda25d9ead8c072773, 'process', 0x1236224cfb3c499c8db06a06575be0a6, 0x42f56371a7e94f4bab74024e49157de8, 0x77cebfdd1d9c48af8b5631cae952a330, NULL, '2023-04-07 14:35:28.731', NULL), (0xb0464507b6f140f89f589d3938541c6e, 'reopen', 0x8e730b609e52490eb0ae684540793349, 0x3ceb85a2ecb7407fb416ebe4e96aa198, 0xee956dc098f04318982c4fb5f3596df3, NULL, '2023-04-07 14:35:06.955', NULL), (0xb059c07463924f238161004081555bf4, 'paid_partially', 0x8e730b609e52490eb0ae684540793349, 0x6a80ab062e394ef08f0f4e468efc2522, 0x3ceb85a2ecb7407fb416ebe4e96aa198, NULL, '2023-04-07 14:35:06.948', NULL), (0xb16e0a43c9bf4f4882c0cbb5e66e6afb, 'reopen', 0xb305a7dce0584fa6a098ff0ae6b15916, 0x3094d5cf23264dcca62f02e58b7103c6, 0x6d87c289da684ce6a1ec7d06fd9ed895, NULL, '2023-04-07 14:35:28.690', NULL), (0xb184149327c344ec98382cdb26979f04, 'reopen', 0x2568db7c84644dc08179c57327b6bd3c, 0x35c4e3ef8e6147e5ad7bc95fda5094bb, 0xae8d88f9118447e5b89a309a37d2b152, NULL, '2023-04-07 14:35:14.751', NULL), (0xb2dc32e3f7664797b14e64a6c020d89f, 'cancel', 0x2568db7c84644dc08179c57327b6bd3c, 0xae8d88f9118447e5b89a309a37d2b152, 0x1242df821e964f2b97f1adc14c81746c, NULL, '2023-04-07 14:34:58.199', NULL), (0xb30e6d110ed24d71914c243a87e3dd96, 'fail', 0x8e730b609e52490eb0ae684540793349, 0xaff35a5f54724916a947c9319829c1cc, 0x6a80ab062e394ef08f0f4e468efc2522, NULL, '2023-04-07 14:35:06.934', NULL), (0xb3b717081b5e4d0691e84da167508039, 'deliver', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xc99ba91ac2e740279b4bee75f71c0e63, 0xb8d57d6f848445bfa42b46f99b3c843b, NULL, '2023-04-07 11:55:19.164', '2023-05-07 15:58:43.602'), (0xb4e8200a10a741cf9d17346de5ad32a1, 'cancel', 0x8e730b609e52490eb0ae684540793349, 0x3ceb85a2ecb7407fb416ebe4e96aa198, 0x641a54e76e7f43748a9dc564dcd5b879, NULL, '2023-04-07 14:34:58.247', NULL), (0xb6a2411c3b0f44979358f2bf04aeec5b, 'retour_partially', 0x2568db7c84644dc08179c57327b6bd3c, 0x806cac709355439488839694db655521, 0x00153598e2fb46daa8bcfbed324a56fb, NULL, '2023-04-07 14:34:58.201', NULL), (0xb70db3b20d1649b7ab7625d24cbe0394, 'reopen', 0x2568db7c84644dc08179c57327b6bd3c, 0x00153598e2fb46daa8bcfbed324a56fb, 0xae8d88f9118447e5b89a309a37d2b152, NULL, '2023-04-07 14:35:14.750', NULL), (0xb8398babf77943e8b30ac19afb2176b0, 'deliver_partially', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x48f3f670d6ae4eebbc838b276f48939b, 0xc99ba91ac2e740279b4bee75f71c0e63, NULL, '2023-04-07 11:55:19.242', '2023-05-07 15:58:43.701'), (0xb8eccd4f34f240759be354ad3be170fb, 'cancel', 0x8e730b609e52490eb0ae684540793349, 0x9990e5b235b24373b668ac87e0c636c7, 0x641a54e76e7f43748a9dc564dcd5b879, NULL, '2023-04-07 14:35:11.492', NULL), (0xbb6a1bf0c59b4a70a45e56d05676b7a7, 'ship', 0x2568db7c84644dc08179c57327b6bd3c, 0xae8d88f9118447e5b89a309a37d2b152, 0x806cac709355439488839694db655521, NULL, '2023-04-07 14:34:58.196', NULL), (0xbcc1762151ce46038f01443a37c6ca21, 'process', 0x07db09b3ff894634993b1570ff378855, 0x8c20bc7ab3c44c4eb9cdb284e5f2c050, 0x1cf594ace0af4f37b16fab919a1b383a, NULL, '2023-04-07 14:34:58.162', NULL), (0xbcc2dfd9c4c44812bed54a936d1286c0, 'send_to_supplier', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xc99ba91ac2e740279b4bee75f71c0e63, 0x48f3f670d6ae4eebbc838b276f48939b, NULL, '2023-04-07 11:55:19.176', '2023-05-07 15:58:43.615'), (0xbce396fc844645819923c7a3e46a78a2, 'complete', 0x1236224cfb3c499c8db06a06575be0a6, 0x42f56371a7e94f4bab74024e49157de8, 0x656355aa8dc54d84b7ff617ecd7818df, NULL, '2023-04-07 14:35:28.738', NULL), (0xbde02359edf34d88bf9043f36753a17d, 'cancel', 0x07db09b3ff894634993b1570ff378855, 0x8c20bc7ab3c44c4eb9cdb284e5f2c050, 0xb1b597ad9e8b4287a94b0e75320c607b, NULL, '2023-04-07 14:34:58.165', NULL), (0xbe2d6906dffd49f98ac89d64abd02b0a, 'cancel', 0x8e730b609e52490eb0ae684540793349, 0xaff35a5f54724916a947c9319829c1cc, 0x641a54e76e7f43748a9dc564dcd5b879, NULL, '2023-04-07 14:35:06.935', NULL), (0xbe8cbc0d0add4f05815381f42424c8c7, 'do_pay', 0x8e730b609e52490eb0ae684540793349, 0x1d6ad251b40e4dee93e3959b4999fb43, 0xaff35a5f54724916a947c9319829c1cc, NULL, '2023-04-07 14:35:06.954', NULL), (0xbf3bb8a753444816855f69736ba641aa, 'fail', 0x8e730b609e52490eb0ae684540793349, 0xee956dc098f04318982c4fb5f3596df3, 0x6a80ab062e394ef08f0f4e468efc2522, NULL, '2023-04-07 14:35:06.952', NULL), (0xc1e900a18fa64902a2e1652b6c674b1a, 'confirm', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xd2970647658a42ecaf0e24edbc0d061f, 0x200497a5f2e842d7a20cde83684082c7, NULL, '2023-04-07 11:55:19.288', '2023-05-07 15:58:43.761'), (0xc26a23aab61540908f34ba4b9f5d7bc7, 'process_unconfirmed', 0x8e730b609e52490eb0ae684540793349, 0x3ceb85a2ecb7407fb416ebe4e96aa198, 0x7dccd3e113c047e6aea4270a0c1e2784, NULL, '2023-04-07 14:35:26.644', NULL), (0xc42d16c5987f400597855929c598ef27, 'complete', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xd2970647658a42ecaf0e24edbc0d061f, 0x1d363a72a01f43a7bf05429d7a1048bb, NULL, '2023-04-07 11:55:19.295', '2023-05-07 15:58:43.770'), (0xc565f8a4d9ac4897b86d24eed2d37053, 'do_pay', 0x8e730b609e52490eb0ae684540793349, 0x6a80ab062e394ef08f0f4e468efc2522, 0xaff35a5f54724916a947c9319829c1cc, NULL, '2023-04-07 14:35:06.942', NULL), (0xc599f26946984374a4344efc9bc71f4f, 'process_unconfirmed', 0x8e730b609e52490eb0ae684540793349, 0x6a80ab062e394ef08f0f4e468efc2522, 0x7dccd3e113c047e6aea4270a0c1e2784, NULL, '2023-04-07 14:35:26.641', NULL), (0xc89646f177084a13bd28a4346ab765e4, 'reopen', 0x8e730b609e52490eb0ae684540793349, 0x1d6ad251b40e4dee93e3959b4999fb43, 0xee956dc098f04318982c4fb5f3596df3, NULL, '2023-04-07 14:35:06.953', NULL), (0xce98642037f54edabbeac1a581db33e5, 'open', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x48f3f670d6ae4eebbc838b276f48939b, 0xc618fdf2e92c488992d8f569cb94d4ac, NULL, '2023-04-07 11:55:19.248', '2023-05-07 15:58:43.710'), (0xcf4220381a0a4e91a5658660e4cdc163, 'refund', 0x8e730b609e52490eb0ae684540793349, 0x3ceb85a2ecb7407fb416ebe4e96aa198, 0x51de39fe53b24e609cb7ef04c8131e2f, NULL, '2023-04-07 14:34:58.246', NULL), (0xcfaa9aa45b8c426790702f9ddb4d6cdd, 'complete', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xc99ba91ac2e740279b4bee75f71c0e63, 0x1d363a72a01f43a7bf05429d7a1048bb, NULL, '2023-04-07 11:55:19.179', '2023-05-07 15:58:43.620'), (0xd1c9c51dde534c0da3ec9dde186549a2, 'complete', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x48f3f670d6ae4eebbc838b276f48939b, 0x1d363a72a01f43a7bf05429d7a1048bb, NULL, '2023-04-07 11:55:19.254', '2023-05-07 15:58:43.717'), (0xd1f8f91bdf80407c9451cd53683723a6, 'send_to_supplier', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xd2970647658a42ecaf0e24edbc0d061f, 0x48f3f670d6ae4eebbc838b276f48939b, NULL, '2023-04-07 11:55:19.291', '2023-05-07 15:58:43.765'), (0xd35cf4013c494a30a508607b9a1f68ad, 'pay_partially', 0x8e730b609e52490eb0ae684540793349, 0x1d6ad251b40e4dee93e3959b4999fb43, 0x3ceb85a2ecb7407fb416ebe4e96aa198, NULL, '2023-04-07 14:34:58.239', NULL), (0xd36a447a3fe04c499afe992f63981456, 'paid', 0x8e730b609e52490eb0ae684540793349, 0x641a54e76e7f43748a9dc564dcd5b879, 0x068b0935403f4e708d3adcb8414744f8, NULL, '2023-04-07 14:35:14.927', NULL), (0xd58d0d2b8c534954a43ac00edda0b5f4, 'reopen', 0x8e730b609e52490eb0ae684540793349, 0x1583c41e86b940399a536e9f2ed3e710, 0xee956dc098f04318982c4fb5f3596df3, NULL, '2023-04-07 14:35:06.959', NULL), (0xd622cfa88223417c8745c449293e0ded, 'send_to_supplier', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x200497a5f2e842d7a20cde83684082c7, 0x48f3f670d6ae4eebbc838b276f48939b, NULL, '2023-04-07 11:55:19.232', '2023-05-07 15:58:43.689'), (0xd6862f186fbb40a5919fa94f2f1ec8db, 'refund', 0x8e730b609e52490eb0ae684540793349, 0x068b0935403f4e708d3adcb8414744f8, 0x51de39fe53b24e609cb7ef04c8131e2f, NULL, '2023-04-07 14:34:58.250', NULL), (0xd870b580f2284accaabed5d51fb05341, 'reopen', 0x8e730b609e52490eb0ae684540793349, 0x068b0935403f4e708d3adcb8414744f8, 0xee956dc098f04318982c4fb5f3596df3, NULL, '2023-04-07 14:35:06.958', NULL), (0xd900b34105f64977ad6fcfe7d8c0ae3a, 'cancel', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x200497a5f2e842d7a20cde83684082c7, 0xd2970647658a42ecaf0e24edbc0d061f, NULL, '2023-04-07 11:55:19.238', '2023-05-07 15:58:43.697'), (0xdc8accc012e64e57a756af2f69d8aaed, 'paid', 0x8e730b609e52490eb0ae684540793349, 0x7dccd3e113c047e6aea4270a0c1e2784, 0x068b0935403f4e708d3adcb8414744f8, NULL, '2023-04-07 14:35:26.645', NULL), (0xdcd6297895f84731a96d2f45476bc49d, 'paid', 0x8e730b609e52490eb0ae684540793349, 0x9990e5b235b24373b668ac87e0c636c7, 0x068b0935403f4e708d3adcb8414744f8, NULL, '2023-04-07 14:35:11.487', NULL), (0xddbadcbeaffd4181b182f5247fe131eb, 'cancel', 0x8e730b609e52490eb0ae684540793349, 0xee956dc098f04318982c4fb5f3596df3, 0x641a54e76e7f43748a9dc564dcd5b879, NULL, '2023-04-07 14:34:58.235', NULL), (0xe04eccca2faa45cab64af8359cf1541f, 'complete', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xb8d57d6f848445bfa42b46f99b3c843b, 0x1d363a72a01f43a7bf05429d7a1048bb, NULL, '2023-04-07 11:55:19.198', '2023-05-07 15:58:43.646'), (0xe5e3cc9847a34c229da83a80da9b4d80, 'open', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xb8d57d6f848445bfa42b46f99b3c843b, 0xc618fdf2e92c488992d8f569cb94d4ac, NULL, '2023-04-07 11:55:19.189', '2023-05-07 15:58:43.632'), (0xe6551a27933144ce892d9cb22ea3d98a, 'process_unconfirmed', 0x8e730b609e52490eb0ae684540793349, 0x641a54e76e7f43748a9dc564dcd5b879, 0x7dccd3e113c047e6aea4270a0c1e2784, NULL, '2023-04-07 14:35:26.643', NULL), (0xe88a8973607b4592b01d21702414b4c0, 'authorize', 0x8e730b609e52490eb0ae684540793349, 0x1d6ad251b40e4dee93e3959b4999fb43, 0x9990e5b235b24373b668ac87e0c636c7, NULL, '2023-04-07 14:35:11.486', NULL), (0xe9b0228346144b3db0bebebc15f7b922, 'confirm', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0x48f3f670d6ae4eebbc838b276f48939b, 0x200497a5f2e842d7a20cde83684082c7, NULL, '2023-04-07 11:55:19.251', '2023-05-07 15:58:43.713'), (0xec18f0c887b24d408d79355bfa88bf8e, 'deliver_partially', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xd2970647658a42ecaf0e24edbc0d061f, 0xc99ba91ac2e740279b4bee75f71c0e63, NULL, '2023-04-07 11:55:19.279', '2023-05-07 15:58:43.750'), (0xec8b9756c0524b4cb755de89cba997f8, 'send_to_supplier', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xb8d57d6f848445bfa42b46f99b3c843b, 0x48f3f670d6ae4eebbc838b276f48939b, NULL, '2023-04-07 11:55:19.195', '2023-05-07 15:58:43.642'), (0xf572390fa6464ae6932ffaa02096c384, 'pay', 0x8e730b609e52490eb0ae684540793349, 0x6a80ab062e394ef08f0f4e468efc2522, 0x068b0935403f4e708d3adcb8414744f8, NULL, '2023-04-07 14:35:06.943', NULL), (0xf84c0c4e24e94edd9907d7fac6c4fd3e, 'deliver', 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 0xc618fdf2e92c488992d8f569cb94d4ac, 0xb8d57d6f848445bfa42b46f99b3c843b, NULL, '2023-04-07 11:55:19.207', '2023-05-07 15:58:43.657'), (0xf861c22883b847f09851cdb72758312a, 'fail', 0x8e730b609e52490eb0ae684540793349, 0x7dccd3e113c047e6aea4270a0c1e2784, 0x6a80ab062e394ef08f0f4e468efc2522, NULL, '2023-04-07 14:35:26.648', NULL), (0xfe4a8102a3ac4ee4b057d3003426de71, 'remind', 0x8e730b609e52490eb0ae684540793349, 0x3ceb85a2ecb7407fb416ebe4e96aa198, 0x1d6ad251b40e4dee93e3959b4999fb43, NULL, '2023-04-07 14:34:58.241', NULL), (0xfef062e60cc3428183d3aaf09c6dae1f, 'reopen', 0x1236224cfb3c499c8db06a06575be0a6, 0xfb68f5e75c834414b8deb3f0b3d9117f, 0x42f56371a7e94f4bab74024e49157de8, NULL, '2023-04-07 14:35:28.748', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `state_machine_translation` -- CREATE TABLE `state_machine_translation` ( `language_id` binary(16) NOT NULL, `state_machine_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `state_machine_translation` -- INSERT INTO `state_machine_translation` (`language_id`, `state_machine_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x07db09b3ff894634993b1570ff378855, 'Bestellstatus', NULL, '2023-04-07 14:34:58.145', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x1236224cfb3c499c8db06a06575be0a6, 'Erstattungsstatus', NULL, '2023-04-07 14:35:28.699', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x25024c4c671c45219bb4964d7dc9af3e, 'Lieferantenbestellungszahlungsstatus', NULL, '2023-04-07 11:55:19.316', '2023-05-07 15:58:43.805'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x2568db7c84644dc08179c57327b6bd3c, 'Bestellstatus', NULL, '2023-04-07 14:34:58.176', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x27177633bb9c4f62ac1026c46a6d5dae, 'Rückgabe', NULL, '2023-04-07 11:55:19.366', '2023-05-07 15:58:43.873'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 'Lieferantenbestellstatus', NULL, '2023-04-07 11:55:19.034', '2023-05-07 15:58:43.564'), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x8e730b609e52490eb0ae684540793349, 'Zahlungsstatus', NULL, '2023-04-07 14:34:58.210', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xb305a7dce0584fa6a098ff0ae6b15916, 'Bezahlstatus', NULL, '2023-04-07 14:35:28.659', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xe0deb8ce99294e3491e877f4e1c14512, 'Erstattung', NULL, '2023-04-07 11:55:19.395', '2023-05-07 15:58:43.917'), (0x74abf495620848a19755546e0f70dbac, 0x07db09b3ff894634993b1570ff378855, 'Order state', NULL, '2023-04-07 14:34:58.147', NULL), (0x74abf495620848a19755546e0f70dbac, 0x1236224cfb3c499c8db06a06575be0a6, 'Refund state', NULL, '2023-04-07 14:35:28.698', NULL), (0x74abf495620848a19755546e0f70dbac, 0x25024c4c671c45219bb4964d7dc9af3e, 'Supplier order payment state', NULL, '2023-04-07 11:55:19.316', '2023-05-07 15:58:43.791'), (0x74abf495620848a19755546e0f70dbac, 0x2568db7c84644dc08179c57327b6bd3c, 'Order state', NULL, '2023-04-07 14:34:58.177', NULL), (0x74abf495620848a19755546e0f70dbac, 0x27177633bb9c4f62ac1026c46a6d5dae, 'Return', NULL, '2023-04-07 11:55:19.367', '2023-05-07 15:58:43.862'), (0x74abf495620848a19755546e0f70dbac, 0x3bb5bdc0a4304528a4ac291ccfb9e3cf, 'Supplier order state', NULL, '2023-04-07 11:55:19.034', '2023-05-07 15:58:43.534'), (0x74abf495620848a19755546e0f70dbac, 0x8e730b609e52490eb0ae684540793349, 'Payment state', NULL, '2023-04-07 14:34:58.211', NULL), (0x74abf495620848a19755546e0f70dbac, 0xb305a7dce0584fa6a098ff0ae6b15916, 'Capture state', NULL, '2023-04-07 14:35:28.657', NULL), (0x74abf495620848a19755546e0f70dbac, 0xe0deb8ce99294e3491e877f4e1c14512, 'Refund', NULL, '2023-04-07 11:55:19.396', '2023-05-07 15:58:43.906'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `swag_paypal_pos_sales_channel` -- CREATE TABLE `swag_paypal_pos_sales_channel` ( `id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `product_stream_id` binary(16) DEFAULT NULL, `api_key` varchar(8192) COLLATE utf8mb4_unicode_ci NOT NULL, `media_domain` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `webhook_signing_key` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sync_prices` tinyint(1) NOT NULL DEFAULT '1', `replace` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `swag_paypal_pos_sales_channel_inventory` -- CREATE TABLE `swag_paypal_pos_sales_channel_inventory` ( `sales_channel_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `stock` int NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `swag_paypal_pos_sales_channel_media` -- CREATE TABLE `swag_paypal_pos_sales_channel_media` ( `sales_channel_id` binary(16) NOT NULL, `media_id` binary(16) NOT NULL, `lookup_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `swag_paypal_pos_sales_channel_product` -- CREATE TABLE `swag_paypal_pos_sales_channel_product` ( `sales_channel_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `checksum` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `swag_paypal_pos_sales_channel_run` -- CREATE TABLE `swag_paypal_pos_sales_channel_run` ( `id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `task` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `finished_at` datetime(3) DEFAULT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'in_progress', `message_count` int NOT NULL DEFAULT '0', `step_index` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `steps` json NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `swag_paypal_pos_sales_channel_run_log` -- CREATE TABLE `swag_paypal_pos_sales_channel_run_log` ( `id` binary(16) NOT NULL, `run_id` binary(16) NOT NULL, `level` smallint NOT NULL, `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `product_id` binary(16) DEFAULT NULL, `product_version_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `system_config` -- CREATE TABLE `system_config` ( `id` binary(16) NOT NULL, `configuration_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `configuration_value` json NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `system_config` -- INSERT INTO `system_config` (`id`, `configuration_key`, `configuration_value`, `sales_channel_id`, `created_at`, `updated_at`) VALUES (0x058fcdcf9c754dc68bb73a2ac80ce24f, 'SsikLibertyTheme.config.isShowFooterContact', '{\"_value\": false}', NULL, '2023-04-07 12:14:31.034', '2023-04-07 12:15:14.138'), (0x06f23472357b43229358875a1fbf2824, 'SsikMetroLight.config.productImageObjectFit', '{\"_value\": \"product-image-cover\"}', NULL, '2023-05-07 15:20:07.784', NULL), (0x07a91931123a4fe0863bd6b404037b99, 'core.store.shopSecret', '{\"_value\": \"6a46b1d619c99ebdff6ab20a288dabbf643000f317d548.87426677\"}', NULL, '2023-04-07 12:13:58.223', NULL), (0x08726dcf1e05401db5ee26f86be56bee, 'SsikLibertyTheme.config.ssikAccountWidget', '{\"_value\": true}', NULL, '2023-04-07 12:14:30.902', '2023-04-07 12:15:14.106'), (0x0a1f130281a04ef581e2e7f242c98f39, 'SsikMetroLight.config.footerContactIcon4', '{\"_value\": \"fa-solid fa-clock\"}', NULL, '2023-05-07 15:20:07.901', NULL), (0x0c55c9fb639c4c8dbd088a245f0bb5c0, 'core.defaultSalesChannel.active', '{\"_value\": true}', NULL, '2023-04-07 11:37:42.832', '2023-04-07 12:13:22.720'), (0x0ff792c402ae46a28f6ebaf864b600b4, 'SsikLibertyTheme.config.uspheadericon1', '{\"_value\": \"fas fa-truck\"}', NULL, '2023-04-07 12:14:30.947', '2023-04-07 12:15:14.109'), (0x1330ada3d67a4796b0d29d502ea91e7f, 'SsikMetroLight.config.isPriceUnitShow', '{\"_value\": false}', NULL, '2023-05-07 15:20:07.820', NULL), (0x154ce67a9ebd4d9e8eea49bc81415e90, 'core.frw.completedAt', '{\"_value\": \"2023-04-07T12:13:57+00:00\"}', NULL, '2023-04-07 11:39:26.391', '2023-04-07 12:13:57.986'), (0x15a35024b1044ca4b63cd961c31c0a21, 'SsikLibertyTheme.config.uspbaricon2', '{\"_value\": \"fas fa-undo-alt\"}', NULL, '2023-04-07 12:14:30.927', '2023-04-07 12:15:14.113'), (0x19243d04b9554605b240c0fd2acecedb, 'core.newsletter.doubleOptInRegistered', '{\"_value\": false}', NULL, '2023-04-07 14:35:25.786', NULL), (0x19300b09923c4ee3b678c6ca986be163, 'SsikMetroLight.config.productDetailImageZoom', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.834', NULL), (0x1a20a1775d46452cb602bb0cbd632ac6, 'core.listing.allowBuyInListing', '{\"_value\": true}', NULL, '2023-04-07 14:34:59.714', NULL), (0x1ebca3d73d964920b207c9b5458e552c, 'SsikMetroLight.config.dropdown', '{\"_value\": \"metro\"}', NULL, '2023-05-07 15:20:07.733', NULL), (0x1fd87895004745e68957ba76a127399c, 'SsikMetroLight.config.uspfooterbaricon5', '{\"_value\": \"fas fa-hands-helping\"}', NULL, '2023-05-07 15:20:07.870', NULL), (0x20b58c8930b6461fa023dc20527e6b0d, 'SsikMetroLight.config.isAfterLogoShow', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.741', NULL), (0x223364fc5d0545acac20be4452ae9a87, 'SwagPayPal.settings.submitCart', '{\"_value\": true}', NULL, '2023-04-07 11:37:57.223', NULL), (0x25bd8df5a10c44f8a3756d991073585e, 'SsikMetroLight.config.isShowFooterContact', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.881', NULL), (0x2687e36a90594d7ab45e38e6b5bb1fa5, 'core.basicInformation.activeCaptchasV2', '{\"_value\": {\"honeypot\": {\"name\": \"Honeypot\", \"isActive\": true}, \"basicCaptcha\": {\"name\": \"basicCaptcha\", \"isActive\": false}, \"googleReCaptchaV2\": {\"name\": \"googleReCaptchaV2\", \"config\": {\"siteKey\": \"\", \"invisible\": false, \"secretKey\": \"\"}, \"isActive\": false}, \"googleReCaptchaV3\": {\"name\": \"googleReCaptchaV3\", \"config\": {\"siteKey\": \"\", \"secretKey\": \"\", \"thresholdScore\": 0.5}, \"isActive\": false}}}', NULL, '2023-04-07 14:35:25.529', NULL), (0x2726c7b773a94930955b667e545428d5, 'SwagPayPal.settings.ecsLoginEnabled', '{\"_value\": true}', NULL, '2023-04-07 11:37:57.246', NULL), (0x2825f32977ca4f97a4d03a8653ad3162, 'SsikMetroLight.config.headerStickyNav', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.737', NULL), (0x2a3f3daace5a4af0b89b8567fe2005d8, 'core.basicInformation.phoneNumberFieldRequired', '{\"_value\": true}', NULL, '2023-04-07 14:35:16.153', NULL), (0x2a71eaf83b0441efac901a6a33fc64d6, 'SsikMetroLight.config.productImageObjectPostion', '{\"_value\": \"product-image-center\"}', NULL, '2023-05-07 15:20:07.789', NULL), (0x2a80d59bf4ec4b55ac8c1294e07cf727, 'core.basicInformation.lastNameFieldRequired', '{\"_value\": true}', NULL, '2023-04-07 14:35:16.153', NULL), (0x2cb3d418c0d7447eb6a6ec41aea4927e, 'core.listing.disableEmptyFilterOptions', '{\"_value\": true}', NULL, '2023-04-07 14:35:13.987', NULL), (0x2eb665e6a377468799e55c629222dced, 'SsikMetroLight.config.isProductDetailCustom', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.829', NULL), (0x2ebd40f7d874490dacc9f632afbd02a5, 'core.basicInformation.contactPage', '{\"_value\": \"846543ee63e04ea8804d2c1649740138\"}', NULL, '2023-04-07 14:35:05.756', NULL), (0x2f1464f581354fceb7706628a6561af8, 'SwagPayPal.settings.excludedProductIds', '{\"_value\": []}', NULL, '2023-04-07 11:37:57.301', NULL), (0x3029422b4af146be84d01e56c8555b89, 'SsikMetroLight.config.contactHeader', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.746', NULL), (0x30c8de28d2f14451b3ecf0af49273430, 'SsikLibertyTheme.config.uspfooterbaricon3', '{\"_value\": \"fas fa-shipping-fast\"}', NULL, '2023-04-07 12:14:31.024', '2023-04-07 12:15:14.116'), (0x3234475ee3c043a9967ae3edb93cccb8, 'SsikMetroLight.config.footerContactIcon3', '{\"_value\": \"fa-solid fa-phone\"}', NULL, '2023-05-07 15:20:07.896', NULL), (0x3297516db4b145479811882dc5dda615, 'core.store.apiUri', '{\"_value\": \"https://api.shopware.com\"}', NULL, '2023-04-07 14:34:58.258', NULL), (0x3497d0bb67cd4d2f97ae71aada27647c, 'SsikMetroLight.config.isUspBarShow', '{\"_value\": \"top\"}', NULL, '2023-05-07 15:20:07.753', NULL), (0x35edd241b72f43beacea54b3b5ad7b78, 'core.userPermission.passwordMinLength', '{\"_value\": 8}', NULL, '2023-04-07 14:35:33.669', NULL), (0x37550e462c1448378492b2d9eea2e202, 'core.loginRegistration.passwordMinLength', '{\"_value\": \"8\"}', NULL, '2023-04-07 14:34:59.707', NULL), (0x3865d3f26830469a8354527273aa13cb, 'SwagPayPal.settings.spbButtonColor', '{\"_value\": \"gold\"}', NULL, '2023-04-07 11:37:57.273', NULL), (0x395e72c0d1de45b696fb241bbe6f9af3, 'SsikLibertyTheme.config.footerContactIcon4', '{\"_value\": \"fa-solid fa-clock\"}', NULL, '2023-04-07 12:14:31.047', '2023-04-07 12:15:14.120'), (0x3c1e1fdbe47248c09d5b9c988f29e9c6, 'core.store.licenseHost', '{\"_value\": \"shopware.uygarsa.com\"}', NULL, '2023-04-07 11:39:09.099', '2023-04-07 12:13:52.437'), (0x3cdbbf0914ce47a3970127c44e8aa66e, 'core.cart.maxQuantity', '{\"_value\": \"100\"}', NULL, '2023-04-07 14:34:59.705', NULL), (0x3ed1888ffb4f49fb833c419495c97ad9, 'SsikLibertyTheme.config.announcementbanner', '{\"_value\": \"show\"}', NULL, '2023-04-07 12:14:30.917', '2023-04-07 12:15:14.123'), (0x3ef0b3c9f4624326887d873e3b4e54b4, 'SwagPayPal.settings.ecsButtonColor', '{\"_value\": \"gold\"}', NULL, '2023-04-07 11:37:57.255', NULL), (0x407b9984ffca48f3986e480e06b5b1b6, 'core.basicInformation.activeCaptchas', '{\"_value\": [\"honeypot\"]}', NULL, '2023-04-07 14:35:07.647', NULL), (0x40bf581ab176453a8f331dbb649a7e14, 'core.tax.defaultTaxRate', '{\"_value\": \"e8562e7664fd4572bd1175d6f273950c\"}', NULL, '2023-04-07 14:35:27.664', NULL), (0x41248f3435054bc7b70883a4f5ae222c, 'SsikLibertyTheme.config.productImageRatio', '{\"_value\": \"avg\"}', NULL, '2023-04-07 12:14:30.967', '2023-04-07 12:15:14.127'), (0x41c67a00bd094d9da554afb278a9d4c9, 'SsikMetroLight.config.isFooterUspBarShow', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.848', NULL), (0x47b546ec0bb449278a9a92cdda5515f9, 'core.storefrontSettings.iconCache', '{\"_value\": true}', NULL, '2023-04-07 11:53:18.137', NULL), (0x511fd252ba544270809f6f120c2deca4, 'core.basicInformation.tosPage', '{\"_value\": \"77f3479aa1664cac80db81fbf675ca6e\"}', NULL, '2023-04-07 14:35:05.783', NULL), (0x5354e11fb5a1447ea9dd82028fe28e90, 'SsikMetroLight.config.announcementbanner', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.749', NULL), (0x53f7dda2d4ac4124b998b627c8312a20, 'core.register.minPasswordLength', '{\"_value\": 8}', NULL, '2023-04-07 14:34:58.265', NULL), (0x5519a5e707c64ab1bdea946ced214196, 'core.defaultSalesChannel.visibility', '{\"_value\": {\"8866b481ccef4f96ad00d0fd59f53dc0\": 30}}', NULL, '2023-04-07 11:37:42.845', '2023-04-07 12:13:22.733'), (0x56789127d6274ae587b89638b3bcdb6c, 'SwagPayPal.settings.acdcForce3DS', '{\"_value\": true}', NULL, '2023-04-07 11:37:57.298', NULL), (0x5748ad26e82040ab859a4379eb095292, 'SsikMetroLight.config.uspfooterbaricon3', '{\"_value\": \"fas fa-shipping-fast\"}', NULL, '2023-05-07 15:20:07.862', NULL), (0x59176ad515134cd2b0a0d3c8a6b4299f, 'SsikMetroLight.config.isDescriptionShow', '{\"_value\": false}', NULL, '2023-05-07 15:20:07.809', NULL), (0x5a808ec6446143a9bbd68933e4394788, 'SwagPayPal.settings.spbButtonShape', '{\"_value\": \"rect\"}', NULL, '2023-04-07 11:37:57.276', NULL), (0x5bdf58dd14d34a1d9f9e14053e151356, 'SsikMetroLight.config.isCharacteristicsShow', '{\"_value\": false}', NULL, '2023-05-07 15:20:07.813', NULL), (0x5d4237541fbb44fbb9da8b0106b4fd7c, 'core.basicInformation.imprintPage', '{\"_value\": \"5ee55f4f57bd46c0a43135eb624d12c8\"}', NULL, '2023-04-07 14:35:05.816', NULL), (0x5d7422b6ebd740bd8dc5740627a8a96d, 'SsikLibertyTheme.config.uspfooterbaricon1', '{\"_value\": \"fas fa-star\"}', NULL, '2023-04-07 12:14:31.017', '2023-04-07 12:15:14.131'), (0x5e2b96850fbe480ebfb33be1a90aab25, 'core.basicInformation.firstNameFieldRequired', '{\"_value\": true}', NULL, '2023-04-07 14:35:16.153', NULL), (0x64de915ab1764f9bb869f9dee805b49f, 'SwagPayPal.settings.ecsOffCanvasEnabled', '{\"_value\": true}', NULL, '2023-04-07 11:37:57.243', NULL), (0x676c96107409450c903404f63fdea4b2, 'SwagPayPal.settings.merchantLocation', '{\"_value\": \"other\"}', NULL, '2023-04-07 11:37:57.233', NULL), (0x678fcd9216d94c1c835a16da17415222, 'SsikLibertyTheme.config.isPriceUnitShow', '{\"_value\": false}', NULL, '2023-04-07 12:14:30.999', '2023-04-07 12:15:14.134'), (0x681012eaa3454f8e91f74adfd3887fa1, 'core.store.licenseEdition', '{\"_value\": \"Community Edition\"}', NULL, '2023-04-07 11:39:09.138', '2023-04-07 12:13:52.458'), (0x68c23c6f2220494089de14a9ccc04f9e, 'core.update.channel', '{\"_value\": \"stable\"}', NULL, '2023-04-07 14:34:59.700', NULL), (0x6eb7adf15b9543e79fd6be87cd167a4a, 'core.basicInformation.useDefaultCookieConsent', '{\"_value\": true}', NULL, '2023-04-07 14:35:30.638', NULL), (0x6ed516fd55ba4b0e8fdb3c78c8549488, 'SsikMetroLight.config.isBrandShow', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.797', NULL), (0x721aa8b0f3274ce687fefe500f5c85b5, 'SsikLibertyTheme.config.footerContactIcon1', '{\"_value\": \"fa-solid fa-location-arrow\"}', NULL, '2023-04-07 12:14:31.037', '2023-04-07 12:15:14.102'), (0x751294ad6d924f6f86bbd5b8d960223c, 'core.newsletter.subscribeUrl', '{\"_value\": \"/newsletter-subscribe?em=%%HASHEDEMAIL%%&hash=%%SUBSCRIBEHASH%%\"}', NULL, '2023-04-07 14:35:25.536', NULL), (0x766f0e0455a848f296106b61f1692d82, 'core.logging.entryLifetimeSeconds', '{\"_value\": \"2678400\"}', NULL, '2023-04-07 14:34:59.066', NULL), (0x769e4d14ae2e403cb9a89e817586b4db, 'SwagPayPal.settings.loggingLevel', '{\"_value\": 300}', NULL, '2023-04-07 11:37:57.291', NULL), (0x774c8b04863e45bb8c012aec89165285, 'core.logging.entryLimit', '{\"_value\": \"10000000\"}', NULL, '2023-04-07 14:34:59.065', NULL), (0x782ecf9ca7c94d9989f14f7f825b74f7, 'core.logging.cleanupInterval', '{\"_value\": \"86400\"}', NULL, '2023-04-07 14:34:59.064', NULL), (0x7a56ae2bd1154d9bb036b48eb9e0afb5, 'core.listing.markAsNew', '{\"_value\": \"30\"}', NULL, '2023-04-07 14:35:00.608', NULL), (0x7aef551d90e04f80831ba93b4c1e9960, 'SsikLibertyTheme.config.isPriceCheapestShow', '{\"_value\": false}', NULL, '2023-04-07 12:14:31.003', '2023-04-07 12:15:14.142'), (0x7b008a99365b402396ca45164b150cea, 'SsikLibertyTheme.config.uspbaricon3', '{\"_value\": \"fas fa-hands-helping\"}', NULL, '2023-04-07 12:14:30.932', '2023-04-07 12:15:14.145'), (0x7fbeae66c4774055847e802da9ad4754, 'SsikMetroLight.config.uspfooterbaricon4', '{\"_value\": \"fab fa-expeditedssl\"}', NULL, '2023-05-07 15:20:07.866', NULL), (0x825849fbab124c0780ed246af32f3f3b, 'SwagPayPal.settings.intent', '{\"_value\": \"CAPTURE\"}', NULL, '2023-04-07 11:37:57.219', NULL), (0x8560fd430cb747048eadb39673e57e9c, 'SsikMetroLight.config.productPriceFormat', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.804', NULL), (0x86360c446b8d4d73b7fd8a2522d923ff, 'core.basicInformation.shopName', '{\"_value\": \"DPC\"}', NULL, '2023-04-07 14:34:59.713', '2023-04-07 14:36:34.000'), (0x87b65f76878b43569a3b7f6742bdf5c9, 'SsikLibertyTheme.config.isInfoColShow', '{\"_value\": false}', NULL, '2023-04-07 12:14:30.943', '2023-04-07 12:15:14.149'), (0x9040d0b7385c4a7a924520d8e2670436, 'core.update.apiUri', '{\"_value\": \"https://update-api.shopware.com\"}', NULL, '2023-04-07 14:34:59.698', NULL), (0x922a272adc6748d28f4cc111d063559d, 'SsikMetroLight.config.uspbaricon2', '{\"_value\": \"fas fa-undo-alt\"}', NULL, '2023-05-07 15:20:07.761', NULL), (0x9247cede4d894722b0f2819150f4d067, 'SsikLibertyTheme.config.isDescriptionShow', '{\"_value\": false}', NULL, '2023-04-07 12:14:30.991', '2023-04-07 12:15:14.152'), (0x9283921f1de141549569f8dc610b9dd3, 'core.listing.productsPerPage', '{\"_value\": 24}', NULL, '2023-04-07 14:35:15.772', NULL), (0x929d74ca4e4a42f4a65e434e471f9dca, 'SwagPayPal.settings.ecsCartEnabled', '{\"_value\": true}', NULL, '2023-04-07 11:37:57.240', NULL), (0x92b03ccaccb141fbb61ff6ef7c75fb01, 'SsikLibertyTheme.config.productCard', '{\"_value\": \"liberty\"}', NULL, '2023-04-07 12:14:30.963', '2023-04-07 12:15:14.156'), (0x92d7e7ecda7148b58b74c0d2a0ce217c, 'core.app.shopId', '{\"_value\": {\"value\": \"yp4q2sLoSzZdycP7\", \"app_url\": \"http://shopware.uygarsa.com\"}}', NULL, '2023-04-07 11:36:47.110', '2023-04-07 11:36:47.133'), (0x935cc5ce355d4aaaadc44ed3b02cc555, 'core.listing.showReview', '{\"_value\": true}', NULL, '2023-04-07 14:35:10.027', NULL), (0x93942fea2e0d411580432caf440ccb02, 'SsikLibertyTheme.config.uspfooterbaricon2', '{\"_value\": \"fas fa-warehouse\"}', NULL, '2023-04-07 12:14:31.021', '2023-04-07 12:15:14.160'), (0x9700954c33584dcebb07846e1dee5ea3, 'SsikLibertyTheme.config.productBoxHover', '{\"_value\": true}', NULL, '2023-04-07 12:14:30.979', '2023-04-07 12:15:14.164'), (0x973860b23552423f900c835d092bbead, 'SsikLibertyTheme.config.footerContactIcon3', '{\"_value\": \"fa-solid fa-phone\"}', NULL, '2023-04-07 12:14:31.044', '2023-04-07 12:15:14.168'), (0x980e71b79a4a4bf5a025954dde5e691a, 'SsikLibertyTheme.config.hiddenTopBar', '{\"_value\": false}', NULL, '2023-04-07 12:14:30.940', '2023-04-07 12:15:14.067'), (0x9a89392d8d404f0c8e6ab0424ca52fce, 'SwagPayPal.settings.installmentBannerEnabled', '{\"_value\": true}', NULL, '2023-04-07 11:37:57.287', NULL), (0x9b288a06506f4a51aed7eda9128a892e, 'SsikLibertyTheme.config.uspfooterbaricon5', '{\"_value\": \"fas fa-hands-helping\"}', NULL, '2023-04-07 12:14:31.031', '2023-04-07 12:15:14.033'), (0x9bd01f0070fa42f4952ae9677833dced, 'SwagPayPal.settings.spbAlternativePaymentMethodsEnabled', '{\"_value\": false}', NULL, '2023-04-07 11:37:57.265', NULL), (0x9c808d157d794c2f8d6c646596d5ced7, 'SsikMetroLight.config.footerContactIcon1', '{\"_value\": \"fa-solid fa-location-arrow\"}', NULL, '2023-05-07 15:20:07.886', NULL), (0x9d7ef894baec466ab6fd724aa357388c, 'SsikLibertyTheme.config.uspfooterbaricon4', '{\"_value\": \"fab fa-expeditedssl\"}', NULL, '2023-04-07 12:14:31.027', '2023-04-07 12:15:14.038'), (0x9dfe49df3a174b6ca96b008ebffbdecc, 'core.address.showZipcodeInFrontOfCity', '{\"_value\": true}', NULL, '2023-04-07 14:34:59.709', NULL), (0xa00ae7162c17499a9d15019fb7a0f928, 'core.cms.default_product_cms_page', '{\"_value\": \"7a6d253a67204037966f42b0119704d5\"}', NULL, '2023-04-07 14:35:30.796', NULL), (0xa03033410bfa4a0ba12a10e00ec49c26, 'core.basicInformation.revocationPage', '{\"_value\": \"be5ac9b023c64c90b492b0b90e372867\"}', NULL, '2023-04-07 14:35:05.795', NULL), (0xa11c541e6640458692e4ddfae32e616d, 'SwagPayPal.settings.plusCheckoutEnabled', '{\"_value\": false}', NULL, '2023-04-07 11:37:57.283', NULL), (0xa2f5f1789e11446d8b981a86f10ad2cd, 'SsikLibertyTheme.config.counterShow', '{\"_value\": true}', NULL, '2023-04-07 12:14:31.007', '2023-04-07 12:15:14.041'), (0xa3e33b188d5b476395c84609e4305857, 'core.newsletter.subscribeDomain', '{\"_value\": \"http://localhost\"}', 0x98432def39fc4624b33213a56b8c944d, '2023-04-07 14:34:58.263', NULL), (0xa49f8a5c51d64307a84d2ca34548485e, 'core.loginRegistration.pwdRecoverUrl', '{\"_value\": \"/account/recover/password?hash=%%RECOVERHASH%%\"}', NULL, '2023-04-07 14:35:25.537', NULL), (0xa5b70879a3174d0db253d06aa01f22ff, 'core.cart.wishlistEnabled', '{\"_value\": false}', NULL, '2023-04-07 14:35:15.525', '2023-04-07 14:35:18.412'), (0xa9a0d5e2a9b2437d937200a2a4d5ae31, 'SsikMetroLight.config.uspbaricon3', '{\"_value\": \"fas fa-hands-helping\"}', NULL, '2023-05-07 15:20:07.767', NULL), (0xaa2bfb9f93ff4c0dac6cde385a2adfd5, 'SwagPayPal.settings.spbShowPayLater', '{\"_value\": false}', NULL, '2023-04-07 11:37:57.279', NULL), (0xae0cecd4d16a474786017676944dc74c, 'core.loginRegistration.unusedGuestCustomerLifetime', '{\"_value\": 86400}', NULL, '2023-04-07 14:35:27.478', NULL), (0xae270f01ccd743acae00806b58ac458a, 'SsikLibertyTheme.config.isCharacteristicsShow', '{\"_value\": false}', NULL, '2023-04-07 12:14:30.995', '2023-04-07 12:15:14.045'), (0xae41bd4313ba43ca9a025d77660682eb, 'SsikMetroLight.config.headerStyle', '{\"_value\": \"shopware\"}', NULL, '2023-05-07 15:20:07.709', NULL), (0xaf525ff75d564639945d0f85a4a99215, 'core.basicInformation.privacyPage', '{\"_value\": \"46e17eb5a3524bc78ec1d00f2309b58f\"}', NULL, '2023-04-07 14:35:05.805', NULL), (0xb25fb4a9634c48628110a51bb87ddbb1, 'SsikLibertyTheme.config.hiddenNewsletterBlock', '{\"_value\": false}', NULL, '2023-04-07 12:14:31.054', '2023-04-07 12:15:14.048'), (0xb48453a189c045329d0260246e59d0ac, 'SwagPayPal.settings.spbCheckoutEnabled', '{\"_value\": false}', NULL, '2023-04-07 11:37:57.262', NULL), (0xb77925946d84448091ebff1f9cc558b1, 'SsikLibertyTheme.config.footerContactIcon5', '{\"_value\": \"fa-solid fa-circle-info\"}', NULL, '2023-04-07 12:14:31.051', '2023-04-07 12:15:14.052'), (0xb9e5f1e8e9654ccb877aa37133ced9b9, 'SsikLibertyTheme.config.isBrandShow', '{\"_value\": true}', NULL, '2023-04-07 12:14:30.987', '2023-04-07 12:15:14.056'), (0xbb50706b6e7040ca8481080489696791, 'SsikMetroLight.config.uspbaricon1', '{\"_value\": \"fas fa-truck\"}', NULL, '2023-05-07 15:20:07.757', NULL), (0xbbf0090fcd5b416c95e79d41a28ab657, 'core.update.code', '{\"_value\": \"\"}', NULL, '2023-04-07 14:34:59.701', NULL), (0xbe51c6aee6014da0a1078d20cdbeb6c3, 'SsikLibertyTheme.config.dropdown', '{\"_value\": \"liberty\"}', NULL, '2023-04-07 12:14:30.955', '2023-04-07 12:15:14.059'), (0xbfe9d1e23de04308b433d9ee12c2e185, 'SsikMetroLight.config.isPriceCheapestShow', '{\"_value\": false}', NULL, '2023-05-07 15:20:07.825', NULL), (0xc46734f203f9464bac5a93a4890bd011, 'SwagPayPal.settings.ecsListingEnabled', '{\"_value\": false}', NULL, '2023-04-07 11:37:57.250', NULL), (0xc4dc52d374eb4a9887ab6c483d54cceb, 'SsikLibertyTheme.config.quickviewShow', '{\"_value\": true}', NULL, '2023-04-07 12:14:30.983', '2023-04-07 12:15:14.063'), (0xc733a33c08c540f4934160b1dbfe29ba, 'core.cms.default_category_cms_page', '{\"_value\": \"4fc9619f49624ca88edf04198604693d\"}', NULL, '2023-04-07 14:35:30.790', NULL), (0xc78254fa8830426798a6419aeea16ac6, 'SsikMetroLight.config.footerContactIcon5', '{\"_value\": \"fa-solid fa-circle-info\"}', NULL, '2023-05-07 15:20:07.905', NULL), (0xc7cfd1e1eb174658b5c43210a5cb5b3a, 'SsikLibertyTheme.config.productImageObjectFit', '{\"_value\": \"product-image-cover\"}', NULL, '2023-04-07 12:14:30.971', '2023-04-07 12:15:14.020'), (0xc8dd5e5cc3fa465c8ff0961703bda337, 'SsikMetroLight.config.uspfooterbaricon2', '{\"_value\": \"fas fa-warehouse\"}', NULL, '2023-05-07 15:20:07.857', NULL), (0xca07fcbefbde4f8a93fdfc36b5435711, 'core.loginRegistration.invalidateSessionOnLogOut', '{\"_value\": false}', NULL, '2023-04-07 14:35:10.128', NULL), (0xca93555bfdf5461ab9911fc9d503aca9, 'core.sitemap.sitemapRefreshStrategy', '{\"_value\": \"2\"}', NULL, '2023-04-07 14:35:03.518', NULL), (0xcb3ac432d68c4f478d29e75dc39a9c43, 'SsikMetroLight.config.ssikAccountWidget', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.728', NULL), (0xcb3c271ed06f41d7b3bccc7d49e930bc, 'SwagPayPal.settings.sandbox', '{\"_value\": false}', NULL, '2023-04-07 11:37:57.205', NULL), (0xd2b888d4281d431084886d8af62aa46c, 'SsikLibertyTheme.config.uspbaricon1', '{\"_value\": \"fas fa-truck\"}', NULL, '2023-04-07 12:14:30.924', '2023-04-07 12:15:14.071'), (0xd334be18b2874cfa96b4d4990f469e5f, 'SsikMetroLight.config.uspfooterbaricon1', '{\"_value\": \"fas fa-star\"}', NULL, '2023-05-07 15:20:07.852', NULL), (0xd3fb100a36ea444d8de89fdba2e3aff6, 'core.loginRegistration.confirmationUrl', '{\"_value\": \"/registration/confirm?em=%%HASHEDEMAIL%%&hash=%%SUBSCRIBEHASH%%\"}', NULL, '2023-04-07 14:35:25.538', NULL), (0xd45e0474724e4f598c4768b45f5c93b3, 'SsikLibertyTheme.config.uspbaricon4', '{\"_value\": \"fab fa-expeditedssl\"}', NULL, '2023-04-07 12:14:30.936', '2023-04-07 12:15:14.074'), (0xd538ad2a67644c9f851d4aeabc3a9861, 'SwagPayPal.settings.excludedProductStreamIds', '{\"_value\": []}', NULL, '2023-04-07 11:37:57.305', NULL), (0xd58e5a4354e14196aa10c06a0a9e1a83, 'SwagPayPal.settings.puiCustomerServiceInstructions', '{\"_value\": \"Details zum Kundenservice finden Sie auf unserer Webseite\"}', NULL, '2023-04-07 11:37:57.295', NULL), (0xd6d808c6d8bc49d49ce7f9a86b5a65ba, 'SsikMetroLight.config.productBoxHover', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.793', NULL), (0xd8b31db07366453c8e3b807a12b73b27, 'SwagPayPal.settings.ecsButtonShape', '{\"_value\": \"rect\"}', NULL, '2023-04-07 11:37:57.259', NULL), (0xdd29df0028d94f27adae8d4165c2dba7, 'core.listing.defaultSorting', '{\"_value\": \"name-asc\"}', NULL, '2023-04-07 14:35:12.980', NULL), (0xde7058f3ade0493f9850ad277684d0cf, 'SsikLibertyTheme.config.uspheadericon2', '{\"_value\": \"fas fa-box\"}', NULL, '2023-04-07 12:14:30.951', '2023-04-07 12:15:14.078'), (0xe3fae68567464c4380ee0e1a4d7ce02e, 'SsikLibertyTheme.config.footerContactIcon2', '{\"_value\": \"fa-solid fa-envelope\"}', NULL, '2023-04-07 12:14:31.040', '2023-04-07 12:15:14.081'), (0xe459cb7ec3e541599b24fca32fdf985f, 'SsikMetroLight.config.isBrandLogoShow', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.843', NULL), (0xe4f35ac929f34f8d881410895021410a, 'core.basicInformation.shippingPaymentInfoPage', '{\"_value\": \"51eaea8ca2d94be687879acb42010653\"}', NULL, '2023-04-07 14:35:05.771', NULL), (0xe623b3c0162b4de08c16ad1e2484ab8c, 'SsikLibertyTheme.config.headerStickyNav', '{\"_value\": true}', NULL, '2023-04-07 12:14:30.959', '2023-04-07 12:15:14.085'), (0xec00522d23e7406589b5402f8e84c651, 'SwagPayPal.settings.sendOrderNumber', '{\"_value\": true}', NULL, '2023-04-07 11:37:57.230', NULL), (0xec503713727c4ed786251b24033dd32c, 'SsikMetroLight.config.uspbaricon4', '{\"_value\": \"fab fa-expeditedssl\"}', NULL, '2023-05-07 15:20:07.771', NULL), (0xed3fc944d5e54764869c933bdc9b74d7, 'SwagPayPal.settings.landingPage', '{\"_value\": \"NO_PREFERENCE\"}', NULL, '2023-04-07 11:37:57.226', NULL), (0xedaae9be56694e4882a0ea3599cf30c7, 'SsikLibertyTheme.config.isFooterUspBarShow', '{\"_value\": true}', NULL, '2023-04-07 12:14:31.014', '2023-04-07 12:15:14.088'), (0xf178bcb8262a4bff89e7e2c2bec11a04, 'SwagPayPal.settings.ecsDetailEnabled', '{\"_value\": true}', NULL, '2023-04-07 11:37:57.236', NULL), (0xf25127eeaa7748a28327a455f0855963, 'SsikMetroLight.config.isQuickviewShow', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.800', NULL), (0xf3a6351b2bbd447985afe2f5dabe45d6, 'core.sitemap.sitemapRefreshTime', '{\"_value\": 3600}', NULL, '2023-04-07 14:35:03.517', NULL), (0xf3f9f539bf8f4a3cb8e63cbf5cd1caae, 'SsikMetroLight.config.productCard', '{\"_value\": \"metro\"}', NULL, '2023-05-07 15:20:07.775', NULL), (0xf61a13381d3c4d2086e481dd9056088b, 'core.basicInformation.email', '{\"_value\": \"info@dpc-digital.com.tr\"}', NULL, '2023-04-07 14:34:58.261', '2023-04-07 14:36:34.000'), (0xf6cc53221a1d41588a68de8a739ec8b5, 'SsikLibertyTheme.config.accountRegisterHero', '{\"_value\": true}', NULL, '2023-04-07 12:14:31.010', '2023-04-07 12:15:14.091'), (0xf7532e2bac8f483d9042723d34e1f774, 'core.newsletter.doubleOptIn', '{\"_value\": true}', NULL, '2023-04-07 14:34:58.264', NULL), (0xf771fed59ae341ba8ea1a4096493a80f, 'core.loginRegistration.requireDataProtectionCheckbox', '{\"_value\": false}', NULL, '2023-04-07 14:35:18.320', NULL), (0xf8590039423b4d359b01b0e2a0d55228, 'SsikMetroLight.config.footerContactIcon2', '{\"_value\": \"fa-solid fa-envelope\"}', NULL, '2023-05-07 15:20:07.892', NULL), (0xfc10fc36dbd34e889b91673580c74f12, 'SsikMetroLight.config.isShowNewsletterBlock', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.909', NULL), (0xfc29fc0c5244437cb2cfeb20c096e6c6, 'SsikMetroLight.config.isQuantityPlusMinus', '{\"_value\": true}', NULL, '2023-05-07 15:20:07.839', NULL), (0xfceb83dcbdaf4615bb46f381e4eb8d7c, 'core.seo.redirectToCanonicalUrl', '{\"_value\": true}', NULL, '2023-04-07 14:35:13.982', NULL), (0xfece6b160fbd499883be7c85c595bada, 'SsikLibertyTheme.config.isUspBarShow', '{\"_value\": \"top\"}', NULL, '2023-04-07 12:14:30.921', '2023-04-07 12:15:14.095'), (0xfef76e911b524f3c9ed8a02df2362ba6, 'SsikMetroLight.config.productImageRatio', '{\"_value\": \"avg\"}', NULL, '2023-05-07 15:20:07.780', NULL), (0xfefb7e9472a54632ac4af81d710c4bcb, 'core.defaultSalesChannel.salesChannel', '{\"_value\": [\"8866b481ccef4f96ad00d0fd59f53dc0\"]}', NULL, '2023-04-07 11:37:42.842', '2023-04-07 12:13:22.730'), (0xff804b8141334a0fa0fa69e3fce973dd, 'SsikLibertyTheme.config.productImageObjectPostion', '{\"_value\": \"product-image-center\"}', NULL, '2023-04-07 12:14:30.975', '2023-04-07 12:15:14.098'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `tag` -- CREATE TABLE `tag` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `tag` -- INSERT INTO `tag` (`id`, `name`, `created_at`, `updated_at`) VALUES (0x3c2fba6872744e139b5227a2a44cb7a8, 'hp', '2023-05-07 15:10:45.507', NULL), (0xd279bf7245824516b1331a29a5294303, 'hewlett Packard', '2023-05-07 15:10:54.317', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `tax` -- CREATE TABLE `tax` ( `id` binary(16) NOT NULL, `tax_rate` decimal(10,2) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `position` int NOT NULL DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `tax` -- INSERT INTO `tax` (`id`, `tax_rate`, `name`, `position`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x165be099640d4489851f992fd666d029, 7.00, 'Reduced rate', 2, NULL, '2023-04-07 14:34:57.865', NULL), (0x284ad04e3f1e4f28886eacc6f7d47354, 0.00, 'Reduced rate 2', 3, NULL, '2023-04-07 14:35:09.863', NULL), (0xe8562e7664fd4572bd1175d6f273950c, 19.00, 'Standard rate', 1, NULL, '2023-04-07 14:34:57.863', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `tax_rule` -- CREATE TABLE `tax_rule` ( `id` binary(16) NOT NULL, `tax_id` binary(16) NOT NULL, `tax_rule_type_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `tax_rate` double(10,2) NOT NULL, `data` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `tax_rule` -- INSERT INTO `tax_rule` (`id`, `tax_id`, `tax_rule_type_id`, `country_id`, `tax_rate`, `data`, `created_at`, `updated_at`) VALUES (0x1c27820556534ecf9fe092684487c531, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0xc4762ed13154478e9d8289086a464dd2, 23.00, NULL, '2023-04-07 14:35:09.948', NULL), (0x1cd4868d46934d228c7fa9b8da4024c4, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x088af52e087d419ab7fec6ab76cf0360, 5.00, NULL, '2023-04-07 14:35:09.968', NULL), (0x1fe1b985697b47e59cbb2617dc84a096, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x520c3630afac47fcb35d0d44553608e4, 10.00, NULL, '2023-04-07 14:35:09.895', NULL), (0x20cf7693ffe3413ea4ed5041dd75dc05, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x5044dc2c7bd042c089dfca3503b95073, 25.00, NULL, '2023-04-07 14:35:09.901', NULL), (0x215b9e65d34a45578b36586852245520, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0xaadba816a43a4290b056ab03386a523c, 5.00, NULL, '2023-04-07 14:35:09.933', NULL), (0x2226a343f13141a99d6010d8a4df27a8, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0xeefa510036714e86bb39cfcc5f2c8e73, 13.00, NULL, '2023-04-07 14:35:09.941', NULL), (0x25632ee3be074ff6bec723798e18882c, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x923e797546d54cf78dca181b410f93a6, 23.00, NULL, '2023-04-07 14:35:09.887', NULL), (0x27e5aaed8fc449eaa16c1314fda95b1c, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0xd22e5263aba74ce5b708961640baa236, 25.00, NULL, '2023-04-07 14:35:09.881', NULL), (0x27f16bcf83ae4b688024e858782823db, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x3a25eb03250b4b92830f091606bf9e0d, 21.00, NULL, '2023-04-07 14:35:09.911', NULL), (0x28d8f891bbec4285a25200a8441e51c8, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x123d6c35bba24757a0f959952a8d2e32, 14.00, NULL, '2023-04-07 14:35:09.962', NULL), (0x2a9c6657b03a4b3dafb716955c5c6ae3, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x507bf201e3044775b9025e2e0477806d, 17.00, NULL, '2023-04-07 14:35:09.919', NULL), (0x2d9b781b2ab94b4ca8acd35219285318, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0x3a25eb03250b4b92830f091606bf9e0d, 5.00, NULL, '2023-04-07 14:35:09.914', NULL), (0x31aa37ada7c247b396f681175b38b170, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x37c373c3b7b74b8eb80e25a07ff73f0c, 23.00, NULL, '2023-04-07 14:35:09.944', NULL), (0x3202338124ef4fa5b93d2d22a90bca8b, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x23ccba12509843a7b6d13cd2dfd7b6fd, 22.00, NULL, '2023-04-07 14:35:09.956', NULL), (0x32fef1099fd44d8db6c79e2a41fb3393, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x3a25eb03250b4b92830f091606bf9e0d, 12.00, NULL, '2023-04-07 14:35:09.912', NULL), (0x346f1e2260fa4258a42cf223b4ffa909, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0xc2585c337ad74f6d81366c6fa48b9168, 9.00, NULL, '2023-04-07 14:35:09.954', NULL), (0x36f159b9e5604b1bab4b353fe98c01fa, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0xb3adf48a5ba24df0af1e386805c03154, 12.00, NULL, '2023-04-07 14:35:09.872', NULL), (0x37910b5ac266448fbe1e3d126955a47b, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0xf3bdb007d7154d9cbb49a4d75cf15fd6, 6.00, NULL, '2023-04-07 14:35:09.966', NULL), (0x3874201a139549d49e94a9225b7d2bd7, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x7cdc41ee20864431be6761e7b775809d, 20.00, NULL, '2023-04-07 14:35:09.875', NULL), (0x3b61c00623ed415ba2b250b87094090f, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0xa46390a70e184b1ab690fb8ee832ec0a, 18.00, NULL, '2023-04-07 14:35:09.927', NULL), (0x3e845e4eae2041f9ab7ddad9550daf3c, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0xeefa510036714e86bb39cfcc5f2c8e73, 10.00, NULL, '2023-04-07 14:35:09.943', NULL), (0x3fdf5c88f7484ebdb06ddef3ddf0fec4, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0xbadd9fb88f9e41e68032aaa532754f98, 10.00, NULL, '2023-04-07 14:35:09.960', NULL), (0x4c9d88c12b934f78bb30167d9e309caa, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x9ea3959a971a43769efd1bff99567208, 9.00, NULL, '2023-04-07 14:35:09.916', NULL), (0x4d9f37db3bc24f9fb5fa5bc7eb78dd91, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0xc4762ed13154478e9d8289086a464dd2, 13.00, NULL, '2023-04-07 14:35:09.950', NULL), (0x4dd116feb8ea4695bdb01d1d7d32e1e9, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x5bf47015e7874f8d9b46d01468146399, 20.00, NULL, '2023-04-07 14:35:09.898', NULL), (0x54fdc0bfdab4408ea8f0f14092747990, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x02b7e51eab1a4faf8dfb253958a7568f, 19.00, NULL, '2023-04-07 14:35:09.882', NULL), (0x57771bc5e6be4dfabd9e18585f1dbb3c, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0x123d6c35bba24757a0f959952a8d2e32, 10.00, NULL, '2023-04-07 14:35:09.963', NULL), (0x5af25700ee2b477c80de9eaaf3a6cd13, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0xf3bdb007d7154d9cbb49a4d75cf15fd6, 12.00, NULL, '2023-04-07 14:35:09.965', NULL), (0x5b27f75692414f9d9bc7667b89592c00, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0xb3adf48a5ba24df0af1e386805c03154, 6.00, NULL, '2023-04-07 14:35:09.874', NULL), (0x61d7db0e3d3e4e528d04a5598b8b7f9e, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0xeefa510036714e86bb39cfcc5f2c8e73, 20.00, NULL, '2023-04-07 14:35:09.940', NULL), (0x636b4606255244bc8be48b4a79fd477c, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x0d0bef34a9df47ebbd4322f52d087b00, 9.00, NULL, '2023-04-07 14:35:09.935', NULL), (0x69ca703d728147bf8e9d29ee86deb1a9, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x507bf201e3044775b9025e2e0477806d, 8.00, NULL, '2023-04-07 14:35:09.921', NULL), (0x7055d0329183429ab91b0b8bc75a4a97, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x7a28bfa881124229920dba0aa9bc9bb5, 10.00, NULL, '2023-04-07 14:35:09.906', NULL), (0x769d996a2ea64205aef49ba5d2734984, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0x5bf47015e7874f8d9b46d01468146399, 5.50, NULL, '2023-04-07 14:35:09.900', NULL), (0x7b5a5049780c40a5a546c4baaa1f67f9, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0x9ea3959a971a43769efd1bff99567208, 5.00, NULL, '2023-04-07 14:35:09.917', NULL), (0x7bf55f55ba7342d09888677ec5575306, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x5908fc3c78364059a6e62a382604d597, 13.00, NULL, '2023-04-07 14:35:09.892', NULL), (0x7d7b0d4d751d420ba377b89c1620e3be, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0x507bf201e3044775b9025e2e0477806d, 3.00, NULL, '2023-04-07 14:35:09.922', NULL), (0x85b38fe5c6a4414687a4adb4a23e86c8, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0xc4762ed13154478e9d8289086a464dd2, 6.00, NULL, '2023-04-07 14:35:09.951', NULL), (0x8b6994cbf7384bdf9b783878ff99ae05, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0x923e797546d54cf78dca181b410f93a6, 9.00, NULL, '2023-04-07 14:35:09.889', NULL), (0x8bf4a11a9ba7458a83b6878901dd6186, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x7a28bfa881124229920dba0aa9bc9bb5, 22.00, NULL, '2023-04-07 14:35:09.905', NULL), (0x9e873e5c9ecc4b52973948cdd43d7106, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0x5044dc2c7bd042c089dfca3503b95073, 5.00, NULL, '2023-04-07 14:35:09.903', NULL), (0xa25e31fecd134720849812d5d47081b7, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x78e35aea49f541989d2583e07de24b59, 9.00, NULL, '2023-04-07 14:35:09.909', NULL), (0xa54e6b0cb3dc4b51acf58c380f9dfd0f, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x9ea3959a971a43769efd1bff99567208, 21.00, NULL, '2023-04-07 14:35:09.915', NULL), (0xa8d1cf1f22474410bfdf2dbdff01c362, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0x37c373c3b7b74b8eb80e25a07ff73f0c, 5.00, NULL, '2023-04-07 14:35:09.947', NULL), (0xad960c9a69124c57af5a4afa3e8ac1d8, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x5044dc2c7bd042c089dfca3503b95073, 13.00, NULL, '2023-04-07 14:35:09.902', NULL), (0xb3477a78db6644048b2d9476a03a5d95, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0xaadba816a43a4290b056ab03386a523c, 18.00, NULL, '2023-04-07 14:35:09.930', NULL), (0xb3e7ec864d6c4a4a964f7b32cda2c4ab, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0xa46390a70e184b1ab690fb8ee832ec0a, 5.00, NULL, '2023-04-07 14:35:09.929', NULL), (0xb6209a147d7b46c7a7fbb1d91f69b773, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0xaadba816a43a4290b056ab03386a523c, 7.00, NULL, '2023-04-07 14:35:09.932', NULL), (0xc0c75d70dee243b9b4ed6184d482d068, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0x5908fc3c78364059a6e62a382604d597, 6.00, NULL, '2023-04-07 14:35:09.893', NULL), (0xc486100672fc40349e0f54bf75deda6f, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x5908fc3c78364059a6e62a382604d597, 24.00, NULL, '2023-04-07 14:35:09.890', NULL), (0xc5ecad12ae2849ab92dc5739f5ae42df, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0xfe3bf4c335194f1b8512173bbf255197, 21.00, NULL, '2023-04-07 14:35:09.877', NULL), (0xc79ce6f14d074aeaa422e74fe82a5de3, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0x520c3630afac47fcb35d0d44553608e4, 4.00, NULL, '2023-04-07 14:35:09.896', NULL), (0xcb7c3968f34c4167884ff31f10670911, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x7cdc41ee20864431be6761e7b775809d, 9.00, NULL, '2023-04-07 14:35:09.876', NULL), (0xcb7e8278ce334396822293cc21d47a05, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x02b7e51eab1a4faf8dfb253958a7568f, 7.00, NULL, '2023-04-07 14:35:09.883', NULL), (0xd03c8b37c12246fa8667d04db50b81bd, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x8b2f35b6edfd48c7b9919d9395f3a27f, 20.00, NULL, '2023-04-07 14:35:09.884', NULL), (0xd1768f46dcb84db4851e84bf6788e35a, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x0d0bef34a9df47ebbd4322f52d087b00, 21.00, NULL, '2023-04-07 14:35:09.934', NULL), (0xd450beee9d0445cc8d078d21d03a594e, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0x78e35aea49f541989d2583e07de24b59, 5.00, NULL, '2023-04-07 14:35:09.910', NULL), (0xd72d7f0746fa4e88b9f0bbfb761f5b19, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x37c373c3b7b74b8eb80e25a07ff73f0c, 8.00, NULL, '2023-04-07 14:35:09.945', NULL), (0xd7406cd1633242b5b6aa1784493464db, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x78e35aea49f541989d2583e07de24b59, 19.00, NULL, '2023-04-07 14:35:09.908', NULL), (0xdc0251cd47584e208cbfbfa95121330b, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x923e797546d54cf78dca181b410f93a6, 13.50, NULL, '2023-04-07 14:35:09.888', NULL), (0xe0696c554805446eb1875f0490b67346, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0xfe3bf4c335194f1b8512173bbf255197, 10.00, NULL, '2023-04-07 14:35:09.879', NULL), (0xe25de8369a9944fab174bfc22209b1a0, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x8b2f35b6edfd48c7b9919d9395f3a27f, 9.00, NULL, '2023-04-07 14:35:09.886', NULL), (0xe3dd07039fac4fb2ab0a30756de7aa33, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x520c3630afac47fcb35d0d44553608e4, 21.00, NULL, '2023-04-07 14:35:09.894', NULL), (0xe488f522ac154f16b427739dd29d5a69, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0xf3bdb007d7154d9cbb49a4d75cf15fd6, 25.00, NULL, '2023-04-07 14:35:09.964', NULL), (0xe64f5c9cac3141138bb1ce00e8c43092, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0xc2585c337ad74f6d81366c6fa48b9168, 19.00, NULL, '2023-04-07 14:35:09.953', NULL), (0xe65fa571a36742a2bb4c4b688dec2e54, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0xb3adf48a5ba24df0af1e386805c03154, 21.00, NULL, '2023-04-07 14:35:09.869', NULL), (0xe67218d7e49d4e47b3f9cb8d86d90bd1, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0xbadd9fb88f9e41e68032aaa532754f98, 20.00, NULL, '2023-04-07 14:35:09.959', NULL), (0xea851a9edc4a4ee9b38d2cba5c2bc6c8, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x088af52e087d419ab7fec6ab76cf0360, 20.00, NULL, '2023-04-07 14:35:09.967', NULL), (0xec37f7042d534b2f8961473115294b44, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0xfe3bf4c335194f1b8512173bbf255197, 15.00, NULL, '2023-04-07 14:35:09.878', NULL), (0xedc9562630a944769571e244e87967a5, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0xa46390a70e184b1ab690fb8ee832ec0a, 27.00, NULL, '2023-04-07 14:35:09.923', NULL), (0xf179cf642a6e45d9baac830e0d56b5c1, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0x7a28bfa881124229920dba0aa9bc9bb5, 5.00, NULL, '2023-04-07 14:35:09.907', NULL), (0xf53d6965e9684ba98fc544b3679b3274, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x5bf47015e7874f8d9b46d01468146399, 10.00, NULL, '2023-04-07 14:35:09.899', NULL), (0xf6216ab2d97949d1bb1d8805ac07ad31, 0x165be099640d4489851f992fd666d029, 0x3e3cde1de065459592f288038e20e109, 0x23ccba12509843a7b6d13cd2dfd7b6fd, 9.50, NULL, '2023-04-07 14:35:09.957', NULL), (0xfadd1766ab95440ea38819a57a95299c, 0x284ad04e3f1e4f28886eacc6f7d47354, 0x3e3cde1de065459592f288038e20e109, 0xc2585c337ad74f6d81366c6fa48b9168, 5.00, NULL, '2023-04-07 14:35:09.955', NULL), (0xff69c5191f93405b9a077e3a80ba7ac8, 0xe8562e7664fd4572bd1175d6f273950c, 0x3e3cde1de065459592f288038e20e109, 0x123d6c35bba24757a0f959952a8d2e32, 24.00, NULL, '2023-04-07 14:35:09.961', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `tax_rule_type` -- CREATE TABLE `tax_rule_type` ( `id` binary(16) NOT NULL, `technical_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `position` int NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `tax_rule_type` -- INSERT INTO `tax_rule_type` (`id`, `technical_name`, `position`, `created_at`, `updated_at`) VALUES (0x26b2a765053d4eefb850fa2335f90eac, 'zip_code', 0, '2023-04-07 14:35:03.010', NULL), (0x3e3cde1de065459592f288038e20e109, 'entire_country', 3, '2023-04-07 14:35:03.023', NULL), (0x6ee33f52047043c5bcb45a645acabba1, 'individual_states', 2, '2023-04-07 14:35:03.019', NULL), (0xf3cc6545e5e646ffa67bcfb098f5717b, 'zip_code_range', 1, '2023-04-07 14:35:03.017', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `tax_rule_type_translation` -- CREATE TABLE `tax_rule_type_translation` ( `tax_rule_type_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `type_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `tax_rule_type_translation` -- INSERT INTO `tax_rule_type_translation` (`tax_rule_type_id`, `language_id`, `type_name`, `created_at`, `updated_at`) VALUES (0x26b2a765053d4eefb850fa2335f90eac, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Postleitzahl', '2023-04-07 14:35:03.016', NULL), (0x26b2a765053d4eefb850fa2335f90eac, 0x74abf495620848a19755546e0f70dbac, 'Zip Code', '2023-04-07 14:35:03.014', NULL), (0x3e3cde1de065459592f288038e20e109, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gesamte Land', '2023-04-07 14:35:03.025', NULL), (0x3e3cde1de065459592f288038e20e109, 0x74abf495620848a19755546e0f70dbac, 'Entire Country', '2023-04-07 14:35:03.024', NULL), (0x6ee33f52047043c5bcb45a645acabba1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Individuelle Bundesländer', '2023-04-07 14:35:03.021', NULL), (0x6ee33f52047043c5bcb45a645acabba1, 0x74abf495620848a19755546e0f70dbac, 'Individual States', '2023-04-07 14:35:03.020', NULL), (0xf3cc6545e5e646ffa67bcfb098f5717b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Postleitzahl Bereich', '2023-04-07 14:35:03.019', NULL), (0xf3cc6545e5e646ffa67bcfb098f5717b, 0x74abf495620848a19755546e0f70dbac, 'Zip Code Range', '2023-04-07 14:35:03.018', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `theme` -- CREATE TABLE `theme` ( `id` binary(16) NOT NULL, `technical_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `author` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `preview_media_id` binary(16) DEFAULT NULL, `parent_theme_id` binary(16) DEFAULT NULL, `base_config` json DEFAULT NULL, `config_values` json DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `theme` -- INSERT INTO `theme` (`id`, `technical_name`, `name`, `author`, `preview_media_id`, `parent_theme_id`, `base_config`, `config_values`, `active`, `created_at`, `updated_at`) VALUES (0x19ec60a73b6847b9a79b62ded4b0f420, 'Storefront', 'Shopware default theme', 'shopware AG', 0xdfeae997846f46068d8d2a4cf93dd561, NULL, '{\"blocks\": {\"media\": {\"label\": {\"de-DE\": \"Medien\", \"en-GB\": \"Media\"}}, \"eCommerce\": {\"label\": {\"de-DE\": \"E-Commerce\", \"en-GB\": \"E-Commerce\"}}, \"unordered\": {\"label\": {\"de-DE\": \"Sonstige\", \"en-GB\": \"Misc\"}}, \"typography\": {\"label\": {\"de-DE\": \"Typografie\", \"en-GB\": \"Typography\"}}, \"themeColors\": {\"label\": {\"de-DE\": \"Theme-Farben\", \"en-GB\": \"Theme colours\"}}, \"statusColors\": {\"label\": {\"de-DE\": \"Status-Ausgaben\", \"en-GB\": \"Status messages\"}}}, \"fields\": {\"sw-color-info\": {\"type\": \"color\", \"block\": \"statusColors\", \"label\": {\"de-DE\": \"Information\", \"en-GB\": \"Information\"}, \"order\": 200, \"value\": \"#26b6cf\", \"editable\": true}, \"sw-logo-share\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"App- & Share-Icon\", \"en-GB\": \"App & share icon\"}, \"order\": 400, \"value\": \"\", \"editable\": true}, \"sw-text-color\": {\"type\": \"color\", \"block\": \"typography\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text colour\"}, \"order\": 200, \"value\": \"#4a545b\", \"editable\": true}, \"sw-color-price\": {\"type\": \"color\", \"block\": \"eCommerce\", \"label\": {\"de-DE\": \"Preis\", \"en-GB\": \"Price\"}, \"order\": 100, \"value\": \"#4a545b\", \"editable\": true}, \"sw-logo-mobile\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"Mobil\", \"en-GB\": \"Mobile\"}, \"order\": 300, \"value\": \"134af743d80242dcb9dfa023f89ab4fe\", \"editable\": true, \"helpText\": {\"de-DE\": \"Wird bis zu einem Viewport von 767px angezeigt\", \"en-GB\": \"Displayed up to a viewport of 767px\"}, \"fullWidth\": true}, \"sw-logo-tablet\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"Tablet\", \"en-GB\": \"Tablet\"}, \"order\": 200, \"value\": \"134af743d80242dcb9dfa023f89ab4fe\", \"editable\": true, \"helpText\": {\"de-DE\": \"Wird zwischen einem viewport von 767px bis 991px angezeigt\", \"en-GB\": \"Displayed between a viewport of 767px to 991px\"}, \"fullWidth\": true}, \"sw-border-color\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"order\": 300, \"value\": \"#bcc1c7\", \"editable\": true}, \"sw-color-danger\": {\"type\": \"color\", \"block\": \"statusColors\", \"label\": {\"de-DE\": \"Fehler\", \"en-GB\": \"Error\"}, \"order\": 400, \"value\": \"#e52427\", \"editable\": true}, \"sw-logo-desktop\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"Desktop\", \"en-GB\": \"Desktop\"}, \"order\": 100, \"value\": \"134af743d80242dcb9dfa023f89ab4fe\", \"editable\": true, \"helpText\": {\"de-DE\": \"Wird bei Ansichten über 991px angezeigt und als Alternative bei kleineren Auflösungen, für die kein anderes Logo eingestellt ist.\", \"en-GB\": \"Displayed on viewport sizes above 991px and as a fallback on smaller viewports, if no other logo is set.\"}, \"fullWidth\": true}, \"sw-logo-favicon\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"Favicon\", \"en-GB\": \"Favicon\"}, \"order\": 500, \"value\": \"59c6cf9240f145c5b7de9ce4e1b195b9\", \"editable\": true}, \"sw-color-success\": {\"type\": \"color\", \"block\": \"statusColors\", \"label\": {\"de-DE\": \"Erfolg\", \"en-GB\": \"Success\"}, \"order\": 100, \"value\": \"#3cc261\", \"editable\": true}, \"sw-color-warning\": {\"type\": \"color\", \"block\": \"statusColors\", \"label\": {\"de-DE\": \"Hinweis\", \"en-GB\": \"Notice\"}, \"order\": 300, \"value\": \"#ffbd5d\", \"editable\": true}, \"sw-headline-color\": {\"type\": \"color\", \"block\": \"typography\", \"label\": {\"de-DE\": \"Überschriftfarbe\", \"en-GB\": \"Headline colour\"}, \"order\": 400, \"value\": \"#4a545b\", \"editable\": true}, \"sw-background-color\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"order\": 400, \"value\": \"#fff\", \"editable\": true}, \"sw-color-buy-button\": {\"type\": \"color\", \"block\": \"eCommerce\", \"label\": {\"de-DE\": \"Kaufen-Button\", \"en-GB\": \"Buy button\"}, \"order\": 200, \"value\": \"#008490\", \"editable\": true}, \"sw-font-family-base\": {\"type\": \"fontFamily\", \"block\": \"typography\", \"label\": {\"de-DE\": \"Schriftart Text\", \"en-GB\": \"Fonttype text\"}, \"order\": 100, \"value\": \"\'Inter\', sans-serif\", \"editable\": true}, \"sw-color-brand-primary\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Primärfarbe\", \"en-GB\": \"Primary colour\"}, \"order\": 100, \"value\": \"#008490\", \"editable\": true}, \"sw-font-family-headline\": {\"type\": \"fontFamily\", \"block\": \"typography\", \"label\": {\"de-DE\": \"Schriftart Überschrift\", \"en-GB\": \"Fonttype headline\"}, \"order\": 300, \"value\": \"\'Inter\', sans-serif\", \"editable\": true}, \"sw-color-brand-secondary\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Sekundärfarbe\", \"en-GB\": \"Secondary colour\"}, \"order\": 200, \"value\": \"#526e7f\", \"editable\": true}, \"sw-color-buy-button-text\": {\"type\": \"color\", \"block\": \"eCommerce\", \"label\": {\"de-DE\": \"Kaufen-Button Text\", \"en-GB\": \"Buy button text\"}, \"order\": 300, \"value\": \"#fff\", \"editable\": true}}}', '{\"sw-logo-share\": {\"value\": \"2148d7b18e674684bc20bb761edc4bf1\"}, \"sw-logo-mobile\": {\"value\": \"2148d7b18e674684bc20bb761edc4bf1\", \"isInherited\": true}, \"sw-logo-tablet\": {\"value\": \"2148d7b18e674684bc20bb761edc4bf1\", \"isInherited\": true}, \"sw-logo-desktop\": {\"value\": \"2148d7b18e674684bc20bb761edc4bf1\", \"isInherited\": true}, \"sw-logo-favicon\": {\"value\": \"2148d7b18e674684bc20bb761edc4bf1\", \"isInherited\": true}}', 1, '2023-04-07 11:39:26.529', '2023-04-07 12:03:59.993'); INSERT INTO `theme` (`id`, `technical_name`, `name`, `author`, `preview_media_id`, `parent_theme_id`, `base_config`, `config_values`, `active`, `created_at`, `updated_at`) VALUES (0x5d1c036df5034edebdcc51fbbe1d8fa6, 'SsikLibertyTheme', 'SsikLibertyTheme', 'wonderthemes.de', 0x0110ee4983a14a5d93628fdc3fb58408, NULL, '{\"tabs\": {\"forms\": {\"label\": {\"de-DE\": \"Forms\", \"en-GB\": \"Forms\"}}, \"modal\": {\"label\": {\"de-DE\": \"Modal\", \"en-GB\": \"Modal\"}}, \"footer\": {\"label\": {\"de-DE\": \"Footer\", \"en-GB\": \"Footer\"}}, \"header\": {\"label\": {\"de-DE\": \"Header\", \"en-GB\": \"Header\"}}, \"slider\": {\"label\": {\"de-DE\": \"Slider\", \"en-GB\": \"Slider\"}}, \"listing\": {\"label\": {\"de-DE\": \"Produktliste\", \"en-GB\": \"Product list\"}}, \"product\": {\"label\": {\"de-DE\": \"Produktkarte\", \"en-GB\": \"Product Card\"}}, \"checkout\": {\"label\": {\"de-DE\": \"Einkaufswagen-Kasse\", \"en-GB\": \"Cart Checkout\"}}, \"mainmenu\": {\"label\": {\"de-DE\": \"Menü\", \"en-GB\": \"Menu\"}}, \"register\": {\"label\": {\"de-DE\": \"Registrierungs-/Anmeldeseite\", \"en-GB\": \"Register/Login Page\"}}, \"cartoffcanvas\": {\"label\": {\"de-DE\": \"Warenkorb Offcanvas\", \"en-GB\": \"Cart Offcanvas\"}}}, \"blocks\": {\"forms\": {\"base\": {\"de-DE\": \"Formular\", \"en-GB\": \"Forms\"}, \"focus\": {\"de-DE\": \"Input focus\", \"en-GB\": \"Input focus\"}, \"counter\": {\"de-DE\": \"Wahl der Warenmenge\", \"en-GB\": \"Choice of quantity of goods\"}, \"buttonlight\": {\"de-DE\": \"Button (Licht)\", \"en-GB\": \"Button (light)\"}, \"counteroffcanvas\": {\"de-DE\": \"Wahl der Warenmenge (Offcanvas)\", \"en-GB\": \"Choice of quantity of goods (Offcanvas)\"}}, \"modal\": {\"base\": {\"de-DE\": \"Base\", \"en-GB\": \"Base\"}}, \"footer\": {\"usp\": {\"de-DE\": \"Unsere Vorzüge\", \"en-GB\": \"Our advantages\"}, \"logo\": {\"de-DE\": \"Logo\", \"en-GB\": \"Logo\"}, \"cookie\": {\"de-DE\": \"Cookie Bar\", \"en-GB\": \"Cookie Bar\"}, \"footer\": {\"de-DE\": \"Footer\", \"en-GB\": \"Footer\"}, \"newsletter\": {\"de-DE\": \"Newsletter\", \"en-GB\": \"Newsletter\"}, \"footerbottom\": {\"de-DE\": \"Fußzeile unten\", \"en-GB\": \"Footer bottom\"}, \"scrollbutton\": {\"de-DE\": \"Scroll Button\", \"en-GB\": \"Scroll Button\"}, \"footer-social\": {\"de-DE\": \"Soziale Links\", \"en-GB\": \"Social links\"}}, \"header\": {\"usp\": {\"de-DE\": \"Unsere Vorzüge\", \"en-GB\": \"Our advantages\"}, \"logo\": {\"de-DE\": \"Logo\", \"en-GB\": \"Logo\"}, \"header\": {\"de-DE\": \"Header\", \"en-GB\": \"Header\"}, \"search\": {\"de-DE\": \"Header\", \"en-GB\": \"Header\"}, \"topbar\": {\"de-DE\": \"Header Top Bar\", \"en-GB\": \"Header Top Bar\"}, \"infocol\": {\"de-DE\": \"Info box\", \"en-GB\": \"Info box\"}, \"actionbtn\": {\"de-DE\": \"actionBtn\", \"en-GB\": \"actionBtn\"}, \"actionmenu\": {\"de-DE\": \"actionMenu\", \"en-GB\": \"actionMenu\"}, \"announcement-banner\": {\"de-DE\": \"Ankündigung banner\", \"en-GB\": \"Announcement banner\"}}, \"slider\": {\"nav\": {\"de-DE\": \"Nav (dots)\", \"en-GB\": \"Nav (dots)\"}}, \"listing\": {\"filter\": {\"de-DE\": \"Filter\", \"en-GB\": \"Filter\"}, \"listing\": {\"de-DE\": \"Produktliste\", \"en-GB\": \"Product list\"}, \"sidebar\": {\"de-DE\": \"Sidebar\", \"en-GB\": \"Sidebar\"}, \"breadcrumb\": {\"de-DE\": \"Brotnavi\", \"en-GB\": \"Breadcrumbs\"}, \"pagination\": {\"de-DE\": \"Seitennummerierung\", \"en-GB\": \"Pagination\"}}, \"product\": {\"badge\": {\"de-DE\": \"Produktabzeichen\", \"en-GB\": \"Product badge\"}, \"product\": {\"label\": {\"de-DE\": \"Produktkarte\", \"en-GB\": \"Product Card\"}}}, \"checkout\": {\"summary\": {\"label\": {\"de-DE\": \"summary\", \"en-GB\": \"summary\"}}}, \"mainmenu\": {\"nav\": {\"de-DE\": \"Hauptnavigation\", \"en-GB\": \"Main navigation\"}, \"flyout\": {\"de-DE\": \"Flyout-Menü\", \"en-GB\": \"Flyout menu\"}, \"sticky\": {\"de-DE\": \"Sticky Menü\", \"en-GB\": \"Sticky menu\"}, \"navitem\": {\"de-DE\": \"Menüpunkt\", \"en-GB\": \"Menu item\"}, \"navtext\": {\"de-DE\": \"Texteigenschaften\", \"en-GB\": \"Text properties\"}, \"dropdown\": {\"de-DE\": \"Dropdown-Menü\", \"en-GB\": \"Dropdown menu\"}, \"navalign\": {\"de-DE\": \"Positionierung des Hauptmenüs\", \"en-GB\": \"Positioning of the main menu\"}, \"stickycart\": {\"de-DE\": \"Warenkorb\", \"en-GB\": \"Shopping cart\"}, \"navcontainer\": {\"de-DE\": \"Behälter Dekoration\", \"en-GB\": \"Container decoration\"}, \"navigationOffcanvas\": {\"de-DE\": \"navigationOffcanvas\", \"en-GB\": \"navigationOffcanvas\"}}, \"register\": {\"infoBox\": {\"de-DE\": \"Info Box\", \"en-GB\": \"Info Box\"}, \"cardTitle\": {\"de-DE\": \"Kartentitel\", \"en-GB\": \"Card Title\"}, \"pageTitle\": {\"de-DE\": \"Seitentitel\", \"en-GB\": \"Page Title\"}, \"submitButton\": {\"de-DE\": \"Senden-Schaltfläche\", \"en-GB\": \"Submit Button\"}}, \"cartoffcanvas\": {\"base\": {\"label\": {\"de-DE\": \"Base\", \"en-GB\": \"Base\"}}, \"basket\": {\"label\": {\"de-DE\": \"Warenkorb\", \"en-GB\": \"Basket\"}}, \"counter\": {\"label\": {\"de-DE\": \"Zähler\", \"en-GB\": \"Counter\"}}, \"checkout\": {\"label\": {\"de-DE\": \"Auschecken\", \"en-GB\": \"Checkout Btn\"}}, \"closebtn\": {\"label\": {\"de-DE\": \"Schließen-Schaltfläche\", \"en-GB\": \"Close Button\"}}, \"headline\": {\"label\": {\"de-DE\": \"Überschrift\", \"en-GB\": \"Headline\"}}, \"promotion\": {\"label\": {\"de-DE\": \"Aktionsformular\", \"en-GB\": \"Promotion form\"}}}}, \"fields\": {\"sw-text-color\": {\"type\": \"color\", \"block\": \"typography\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"order\": 200, \"value\": \"#131313\", \"editable\": true}, \"theme-input-bg\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Textfeld Hintergrund\", \"en-GB\": \"Input background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"sw-border-color\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"order\": 300, \"value\": \"#ECECE7\", \"editable\": true}, \"theme-footer-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#f5f5f5\", \"editable\": true}, \"theme-header-bg\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"header\", \"label\": {\"de-DE\": \"Header Hintergrund\", \"en-GB\": \"Header background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-footer-logo\": {\"tab\": \"footer\", \"type\": \"media\", \"block\": \"logotip\", \"label\": {\"de-DE\": \"Logo\", \"en-GB\": \"Logo\"}, \"value\": null, \"editable\": true}, \"theme-sidebar-bg\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"sidebar\", \"label\": {\"de-DE\": \"Hintergrundfarbe der Seitenleiste\", \"en-GB\": \"Sidebar background color\"}, \"value\": \"#f5f5fa\", \"editable\": true}, \"sw-headline-color\": {\"type\": \"color\", \"block\": \"typography\", \"label\": {\"de-DE\": \"Überschriftfarbe\", \"en-GB\": \"Headline color\"}, \"order\": 400, \"value\": \"#484848\", \"editable\": true}, \"theme-input-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Input Textfarbe\", \"en-GB\": \"Input text color\"}, \"value\": \"#131313\", \"editable\": true}, \"theme-footer-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#484848\", \"editable\": true}, \"sw-background-color\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"order\": 400, \"value\": \"#FFFFFF\", \"editable\": true}, \"sw-color-buy-button\": {\"type\": \"color\", \"block\": \"eCommerce\", \"label\": {\"de-DE\": \"Kaufen-Button\", \"en-GB\": \"Buy button\"}, \"order\": 200, \"value\": \"#722ED1\", \"editable\": true}, \"sw-font-family-base\": {\"type\": \"text\", \"block\": \"typography\", \"label\": {\"de-DE\": \"Schriftart Text\", \"en-GB\": \"Fonttype text\"}, \"order\": 100, \"value\": \"\'Ubuntu\', sans-serif\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"Ubuntu\", \"en-GB\": \"Ubuntu\"}, \"value\": \"\'Ubuntu\', sans-serif\"}, {\"label\": {\"de-DE\": \"Lato\", \"en-GB\": \"Lato\"}, \"value\": \"\'Lato\', sans-serif\"}, {\"label\": {\"de-DE\": \"Inter\", \"en-GB\": \"Inter\"}, \"value\": \"\'Inter\', sans-serif\"}, {\"label\": {\"de-DE\": \"Roboto Slab\", \"en-GB\": \"Roboto Slab\"}, \"value\": \"\'Roboto Slab\', sans-serif\"}, {\"label\": {\"de-DE\": \"Merriweather\", \"en-GB\": \"Merriweather\"}, \"value\": \"\'Merriweather\', sans-serif\"}, {\"label\": {\"de-DE\": \"Open Sans\", \"en-GB\": \"Open Sans\"}, \"value\": \"\'Open Sans\', sans-serif\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"ssik-button-light-bg\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"buttonlight\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Backdrop\"}, \"value\": \"#dbdbdb\", \"editable\": true}, \"ssik-product-card-bg\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"product\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-base-font-size\": {\"type\": \"text\", \"block\": \"typography\", \"label\": {\"de-DE\": \"Größe des Basistextes\", \"en-GB\": \"Base text size\"}, \"order\": 200, \"value\": \"16px\", \"editable\": true}, \"theme-input-focus-bg\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"focus\", \"label\": {\"de-DE\": \"Input aktiv Hintergrundfarbe\", \"en-GB\": \"Input focus background color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-sidebar-border\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"sidebar\", \"label\": {\"de-DE\": \"Randfarbe der Seitenleiste\", \"en-GB\": \"Sidebar border color\"}, \"value\": \"#f5f5fa\", \"editable\": true}, \"ssik-modal-content-bg\": {\"tab\": \"modal\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#ffffff\", \"editable\": true}, \"theme-base-link-color\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Linkfarbe\", \"en-GB\": \"Link Color\"}, \"order\": 400, \"value\": \"#484848\", \"editable\": true}, \"theme-input-font-size\": {\"tab\": \"forms\", \"type\": \"text\", \"block\": \"base\", \"label\": {\"de-DE\": \"Input Schriftgröße\", \"en-GB\": \"Input font size\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-cart-offcanvas-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-modal-backdrop-bg\": {\"tab\": \"modal\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Backdrop\", \"en-GB\": \"Backdrop\"}, \"value\": \"#000000b3\", \"editable\": true}, \"sw-color-brand-primary\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Primärfarbe\", \"en-GB\": \"Primary color\"}, \"order\": 100, \"value\": \"#131313\", \"editable\": true}, \"theme-footer-bottom-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footerbottom\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#f1f1f1\", \"editable\": true}, \"theme-menu-dropdown-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"dropdown\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-button-light-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"buttonlight\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-footer-link-border\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Farbe des Linkrahmens\", \"en-GB\": \"Link border color\"}, \"value\": \"#e6e6e6\", \"editable\": true}, \"ssik-footer-logo-height\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"logotip\", \"label\": {\"de-DE\": \"Logohöhe\", \"en-GB\": \"Logo height\"}, \"value\": \"60px\", \"editable\": true}, \"ssik-header-info-col-bg\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"infocol\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"sw-font-family-headline\": {\"type\": \"text\", \"block\": \"typography\", \"label\": {\"de-DE\": \"Schriftart Überschrift\", \"en-GB\": \"Fonttype headline\"}, \"order\": 300, \"value\": \"\'Ubuntu\', sans-serif\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"Ubuntu\", \"en-GB\": \"Ubuntu\"}, \"value\": \"\'Ubuntu\', sans-serif\"}, {\"label\": {\"de-DE\": \"Lato\", \"en-GB\": \"Lato\"}, \"value\": \"\'Lato\', sans-serif\"}, {\"label\": {\"de-DE\": \"Inter\", \"en-GB\": \"Inter\"}, \"value\": \"\'Inter\', sans-serif\"}, {\"label\": {\"de-DE\": \"Roboto Slab\", \"en-GB\": \"Roboto Slab\"}, \"value\": \"\'Roboto Slab\', sans-serif\"}, {\"label\": {\"de-DE\": \"Merriweather\", \"en-GB\": \"Merriweather\"}, \"value\": \"\'Merriweather\', sans-serif\"}, {\"label\": {\"de-DE\": \"Open Sans\", \"en-GB\": \"Open Sans\"}, \"value\": \"\'Open Sans\', sans-serif\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"theme-cookie-bar-btn-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"cookie\", \"label\": {\"de-DE\": \"Button-Hintergrund\", \"en-GB\": \"Button background\"}, \"value\": \"#F9CD3B\", \"editable\": true}, \"theme-footer-link-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Verknüpfungsfarbe\", \"en-GB\": \"Link color\"}, \"value\": \"#484848\", \"editable\": true}, \"theme-header-top-bar-bg\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"topbar\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-input-focus-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"focus\", \"label\": {\"de-DE\": \"Input aktiv Textfarbe\", \"en-GB\": \"Input focus text color\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-input-label-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Label Textfarbe\", \"en-GB\": \"Label text color\"}, \"value\": \"#131313\", \"editable\": true}, \"ssik-checkout-summary-bg\": {\"tab\": \"checkout\", \"type\": \"text\", \"block\": \"summary\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#f9f9f9\", \"editable\": true}, \"ssik-modal-content-color\": {\"tab\": \"modal\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-product-card-border\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"product\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#ECECE7\", \"editable\": true}, \"ssik-scroll-up-button-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"scrollbutton\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#722ED1\", \"editable\": true}, \"sw-color-brand-secondary\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Sekundärfarbe\", \"en-GB\": \"Secondary color\"}, \"order\": 200, \"value\": \"#dbdbdb\", \"editable\": true}, \"sw-color-buy-button-text\": {\"type\": \"color\", \"block\": \"eCommerce\", \"label\": {\"de-DE\": \"Kaufen-Button Text\", \"en-GB\": \"Buy button text\"}, \"order\": 300, \"value\": \"#fff\", \"editable\": true}, \"theme-input-border-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Input Randfarbe\", \"en-GB\": \"Input border color\"}, \"value\": \"#ECECE7\", \"editable\": true}, \"theme-main-navigation-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"navcontainer\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#F4F3F7\", \"editable\": true}, \"theme-sticky-cart-btn-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"stickycart\", \"label\": {\"de-DE\": \"Warenkorb Hintergrund\", \"en-GB\": \"Shopping cart background\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-usp-bar-background\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#562ed1\", \"editable\": true}, \"theme-usp-bar-icon-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Symbolfarbe\", \"en-GB\": \"Icon color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-usp-bar-text-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-cart-offcanvas-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-filter-panel-item-bg\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Hintergrund des Filterpanels\", \"en-GB\": \"Filter panel background\"}, \"value\": \"#F9f9f9\", \"editable\": true}, \"ssik-header-info-col-link\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"infocol\", \"label\": {\"de-DE\": \"Link Farbe\", \"en-GB\": \"Link color\"}, \"value\": \"#131313\", \"editable\": true}, \"ssik-modal-content-border\": {\"tab\": \"modal\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#e5e5e5\", \"editable\": true}, \"theme-base-slider-dots-bg\": {\"tab\": \"slider\", \"type\": \"color\", \"block\": \"nav\", \"label\": {\"de-DE\": \"Slider Button-Hintergrund\", \"en-GB\": \"Slider dots background\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-footer-border-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#EBEBEB\", \"editable\": true}, \"theme-footer-bottom-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footerbottom\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#484848\", \"editable\": true}, \"theme-quantity-counter-bg\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-cart-offcanvas-border\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#E7E7E7\", \"editable\": true}, \"ssik-header-info-col-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"infocol\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#131313\", \"editable\": true}, \"theme-cookie-bar-btn-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"cookie\", \"label\": {\"de-DE\": \"Textfarbe der Schaltfläche\", \"en-GB\": \"Button text color\"}, \"value\": \"#121212\", \"editable\": true}, \"theme-menu-dropdown-border\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"dropdown\", \"label\": {\"de-DE\": \"Rand unten\", \"en-GB\": \"Border bottom\"}, \"value\": \"#ECECE7\", \"editable\": true}, \"theme-navigation-flyout-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"flyout\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true, \"fullWidth\": true}, \"theme-sticky-navigation-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"sticky\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#F4F3F7\", \"editable\": true, \"fullWidth\": true}, \"ssik-checkout-summary-color\": {\"tab\": \"checkout\", \"type\": \"text\", \"block\": \"summary\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-scroll-up-button-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"scrollbutton\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-base-link-hover-color\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Linkfarbe aktiv\", \"en-GB\": \"Link Color hover\"}, \"order\": 500, \"value\": \"#722ED1\", \"editable\": true}, \"theme-breadcrumb-link-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"breadcrumb\", \"label\": {\"de-DE\": \"Farbe des Breadcrumb-Links\", \"en-GB\": \"Breadcrumb link color\"}, \"value\": \"#131313\", \"editable\": true}, \"theme-breadcrumb-page-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"breadcrumb\", \"label\": {\"de-DE\": \"Paniermehl Farbe\", \"en-GB\": \"Breadcrumb text color\"}, \"value\": \"#131313\", \"editable\": true}, \"theme-cookie-bar-background\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"cookie\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#292929\", \"editable\": true}, \"theme-cookie-bar-link-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"cookie\", \"label\": {\"de-DE\": \"Linkfarbe\", \"en-GB\": \"Link color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-cookie-bar-text-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"cookie\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-footer-social-icon-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer-social\", \"label\": {\"de-DE\": \"Hintergrund der Social-Media-Symbole\", \"en-GB\": \"Social media icons background\"}, \"value\": \"#404040\", \"editable\": true}, \"theme-header-top-bar-border\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"topbar\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border color\"}, \"value\": \"#F4F3F7\", \"editable\": true}, \"theme-input-label-font-size\": {\"tab\": \"forms\", \"type\": \"text\", \"block\": \"base\", \"label\": {\"de-DE\": \"Label Schriftgröße\", \"en-GB\": \"Label font size\"}, \"value\": \"14px\", \"editable\": true}, \"theme-main-navigation-align\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"navalign\", \"label\": {\"de-DE\": \"Ausrichtungsmethode\", \"en-GB\": \"Alignment method\"}, \"value\": \"flex-start\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"Links\", \"en-GB\": \"Left\"}, \"value\": \"flex-start\"}, {\"label\": {\"de-DE\": \"Center\", \"en-GB\": \"Center\"}, \"value\": \"center\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"theme-product-badges-new-bg\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"badge\", \"label\": {\"de-DE\": \"Hintergrundfarbe des neuen Produktabzeichens\", \"en-GB\": \"New product badge background color\"}, \"value\": \"#04835d\", \"editable\": true}, \"theme-sticky-cart-btn-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"stickycart\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-checkout-summary-border\": {\"tab\": \"checkout\", \"type\": \"text\", \"block\": \"summary\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#ECECE7\", \"editable\": true}, \"ssik-navigation-offcanvas-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"navigationoffcanvas\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-announcement-banner-bg\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"announcement-banner\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#f4f3f7\", \"editable\": true}, \"theme-header-search-input-bg\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"search\", \"label\": {\"de-DE\": \"Hintergrundfarbe des Suchfelds\", \"en-GB\": \"Search box background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-main-navigation-border\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"navcontainer\", \"label\": {\"de-DE\": \"Obere Randfarbe\", \"en-GB\": \"Top border color\"}, \"value\": \"#F4F3F7\", \"editable\": true}, \"theme-usp-bar-icon-font-size\": {\"tab\": \"header\", \"type\": \"text\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Symbolgröße\", \"en-GB\": \"Icon Size\"}, \"value\": \"13px\", \"editable\": true}, \"theme-usp-bar-text-font-size\": {\"tab\": \"header\", \"type\": \"text\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Textgröße\", \"en-GB\": \"Text Size\"}, \"value\": \"13px\", \"editable\": true}, \"ssik-account-menu-dropdown-bg\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"actionmenu\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-filter-panel-dropdown-bg\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Dropdown-Hintergrund des Filterbereichs\", \"en-GB\": \"Filter panel dropdown background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-filter-panel-item-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Elementfarbe des Filterfelds\", \"en-GB\": \"Filter panel item color\"}, \"value\": \"#484848\", \"editable\": true}, \"theme-footer-link-hover-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Link beim Mouseover\", \"en-GB\": \"Link color on mouseover\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-menu-dropdown-font-size\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"dropdown\", \"label\": {\"de-DE\": \"Linktextgröße\", \"en-GB\": \"Link text size\"}, \"value\": \"14px\", \"editable\": true}, \"theme-pagination-page-link-bg\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"pagination\", \"label\": {\"de-DE\": \"Seitennummerierung Hintergrundfarbe\", \"en-GB\": \"Pagination background color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-product-card-name-color\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"product\", \"label\": {\"de-DE\": \"Produktname Farbe\", \"en-GB\": \"Product name color\"}, \"value\": \"#484848\", \"editable\": true}, \"theme-quantity-counter-border\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#ECECE7\", \"editable\": true}, \"theme-quantity-counter-btn-bg\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Button-Hintergrund\", \"en-GB\": \"Button background\"}, \"value\": \"#F9F9F9\", \"editable\": true}, \"ssik-scroll-up-button-bg-hover\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"scrollbutton\", \"label\": {\"de-DE\": \"Hintergrund beim Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#131313\", \"editable\": true}, \"theme-footer-social-icon-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer-social\", \"label\": {\"de-DE\": \"Farbe der Symbole für soziale Medien\", \"en-GB\": \"Social media icons color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-input-border-hover-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"focus\", \"label\": {\"de-DE\": \"Input Hover-Rahmenfarbe\", \"en-GB\": \"Input hover border color\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-input-focus-border-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"focus\", \"label\": {\"de-DE\": \"Input aktiv Rahmenfarbe\", \"en-GB\": \"Input focus border color\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-menu-dropdown-color-text\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"dropdown\", \"label\": {\"de-DE\": \"Linkfarbe\", \"en-GB\": \"Link color\"}, \"value\": \"#131313\", \"editable\": true}, \"theme-newsletter-form-input-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Input-Hintergrund\", \"en-GB\": \"Input Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-product-card-price-color\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"product\", \"label\": {\"de-DE\": \"Produktpreis Farbe\", \"en-GB\": \"Product price color\"}, \"value\": \"#4a545b\", \"editable\": true}, \"theme-usp-bar-text-font-weight\": {\"tab\": \"header\", \"type\": \"text\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Textstil\", \"en-GB\": \"Text Style\"}, \"value\": \"bold\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"Normal\", \"en-GB\": \"Normal\"}, \"value\": \"normal\"}, {\"label\": {\"de-DE\": \"fettgedruckte Schriftart\", \"en-GB\": \"Bold\"}, \"value\": \"bold\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"ssik-account-menu-dropdown-link\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"actionmenu\", \"label\": {\"de-DE\": \"Link\", \"en-GB\": \"Link\"}, \"value\": \"#131313\", \"editable\": true}, \"ssik-account-register-button-bg\": {\"tab\": \"register\", \"type\": \"color\", \"block\": \"submitButton\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#722ed1\", \"editable\": true}, \"ssik-cart-offcanvas-closebtn-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"closebtn\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#DEDEDE\", \"editable\": true}, \"ssik-navigation-offcanvas-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"navigationoffcanvas\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#131313\", \"editable\": true}, \"theme-announcement-banner-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"announcement-banner\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-base-slider-dots-hover-bg\": {\"tab\": \"slider\", \"type\": \"color\", \"block\": \"nav\", \"label\": {\"de-DE\": \"Slider Button-Hintergrund beim Mouseover\", \"en-GB\": \"Slider dots hover background\"}, \"value\": \"#D5D5D5\", \"editable\": true}, \"theme-breadcrumb-link-font-size\": {\"tab\": \"listing\", \"type\": \"text\", \"block\": \"breadcrumb\", \"label\": {\"de-DE\": \"Schriftgröße des Breadcrumb-Links\", \"en-GB\": \"Breadcrumb link text size\"}, \"value\": \"12px\", \"editable\": true}, \"theme-footer-contact-link-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Farbe des Kontaktlinks\", \"en-GB\": \"Contact link color\"}, \"value\": \"#131313\", \"editable\": true}, \"theme-footer-social-icon-border\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer-social\", \"label\": {\"de-DE\": \"Rahmenfarbe der Social Media Icons\", \"en-GB\": \"Social media icons border color\"}, \"value\": \"#404040\", \"editable\": true}, \"theme-footer-usp-bar-background\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#562ed1\", \"editable\": true}, \"theme-footer-usp-bar-icon-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Symbolfarbe\", \"en-GB\": \"Icon color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-footer-usp-bar-text-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-header-search-input-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"search\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#505050\", \"editable\": true}, \"theme-main-navigation-font-size\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"navtext\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"16px\", \"editable\": true}, \"theme-menu-dropdown-font-weight\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"dropdown\", \"label\": {\"de-DE\": \"Schriftgewicht\", \"en-GB\": \"Font weight\"}, \"value\": \"400\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"200\", \"en-GB\": \"200\"}, \"value\": \"200\"}, {\"label\": {\"de-DE\": \"300\", \"en-GB\": \"300\"}, \"value\": \"300\"}, {\"label\": {\"de-DE\": \"400\", \"en-GB\": \"400\"}, \"value\": \"400\"}, {\"label\": {\"de-DE\": \"500\", \"en-GB\": \"500\"}, \"value\": \"500\"}, {\"label\": {\"de-DE\": \"600\", \"en-GB\": \"600\"}, \"value\": \"600\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"theme-newsletter-form-submit-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Button-Hintergrund\", \"en-GB\": \"Button background\"}, \"value\": \"#404040\", \"editable\": true}, \"theme-sticky-navigation-z-index\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"sticky\", \"label\": {\"de-DE\": \"Blockstapelreihenfolge (z-Index)\", \"en-GB\": \"Block stacking order (z-index)\"}, \"value\": \"1002\", \"editable\": true}, \"ssik-account-menu-dropdown-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"actionmenu\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#131313\", \"editable\": true}, \"ssik-cart-offcanvas-basketbtn-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"basket\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#f4f3f7\", \"editable\": true}, \"ssik-navigation-offcanvas-border\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"navigationoffcanvas\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#ecece7\", \"editable\": true}, \"theme-header-search-input-border\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"search\", \"label\": {\"de-DE\": \"Rahmenfarbe des Suchfelds\", \"en-GB\": \"Search box border color\"}, \"value\": \"#ECECEC\", \"editable\": true}, \"theme-main-navigation-color-text\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"navitem\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#484848\", \"editable\": true}, \"theme-pagination-page-link-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"pagination\", \"label\": {\"de-DE\": \"Seitennummerierung Textfarbe\", \"en-GB\": \"Pagination text color\"}, \"value\": \"#333333\", \"editable\": true}, \"theme-product-badges-discount-bg\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"badge\", \"label\": {\"de-DE\": \"Hintergrundfarbe des ermäßigten Produktabzeichens\", \"en-GB\": \"Discounted product badge background color\"}, \"value\": \"#df0f0f\", \"editable\": true}, \"theme-quantity-counter-font-size\": {\"tab\": \"forms\", \"type\": \"text\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Font size\"}, \"value\": \"18px\", \"editable\": true}, \"ssik-account-menu-dropdown-border\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"actionmenu\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#ecece7\", \"editable\": true}, \"ssik-account-register-info-box-bg\": {\"tab\": \"register\", \"type\": \"color\", \"block\": \"infoBox\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#f8f9fa\", \"editable\": true}, \"ssik-cart-offcanvas-promoinput-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background (Input)\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-filter-panel-dropdown-border\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Dropdown-Rand des Filterbereichs\", \"en-GB\": \"Filter panel dropdown border\"}, \"value\": \"#ECECE7\", \"editable\": true}, \"ssik-scroll-up-button-color-hover\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"scrollbutton\", \"label\": {\"de-DE\": \"Farbe beim Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-breadcrumb-link-hover-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"breadcrumb\", \"label\": {\"de-DE\": \"Farbe des aktiven Breadcrumb-Links\", \"en-GB\": \"Breadcrumb active link color\"}, \"value\": \"#808183\", \"editable\": true}, \"theme-filter-panel-item-font-size\": {\"tab\": \"listing\", \"type\": \"text\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Schriftgröße des Filterfelds\", \"en-GB\": \"Filter panel item text size\"}, \"value\": \"16px\", \"editable\": true}, \"theme-filter-panel-item-toogle-bg\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#EAEBF0\", \"editable\": true}, \"theme-footer-social-icon-bg-hover\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer-social\", \"label\": {\"de-DE\": \"Social Media Icons Hintergrund bei Mouseover\", \"en-GB\": \"Social media icons background on mouseover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-main-navigation-font-weight\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"navtext\", \"label\": {\"de-DE\": \"Schriftgewicht\", \"en-GB\": \"Font weight\"}, \"value\": \"400\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"200\", \"en-GB\": \"200\"}, \"value\": \"200\"}, {\"label\": {\"de-DE\": \"300\", \"en-GB\": \"300\"}, \"value\": \"300\"}, {\"label\": {\"de-DE\": \"400\", \"en-GB\": \"400\"}, \"value\": \"400\"}, {\"label\": {\"de-DE\": \"500\", \"en-GB\": \"500\"}, \"value\": \"500\"}, {\"label\": {\"de-DE\": \"600\", \"en-GB\": \"600\"}, \"value\": \"600\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"theme-newsletter-form-input-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text Color\"}, \"value\": \"#555555\", \"editable\": true}, \"theme-pagination-page-link-border\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"pagination\", \"label\": {\"de-DE\": \"Seitennummerierung Rahmenfarbe\", \"en-GB\": \"Pagination border\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-product-badges-freeshipp-bg\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"badge\", \"label\": {\"de-DE\": \"Hintergrundfarbe des kostenlosen Versandabzeichens\", \"en-GB\": \"Free shipping badge background color\"}, \"value\": \"#0048ac\", \"editable\": true}, \"theme-product-badges-topseller-bg\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"badge\", \"label\": {\"de-DE\": \"Hintergrundfarbe für Topseller-Produkt\", \"en-GB\": \"Background color for topseller product\"}, \"value\": \"#6f0946\", \"editable\": true}, \"ssik-account-register-button-color\": {\"tab\": \"register\", \"type\": \"color\", \"block\": \"submitButton\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-cart-offcanvas-checkoutbtn-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"checkout\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#722ed1\", \"editable\": true}, \"ssik-cart-offcanvas-closebtn-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"closebtn\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#212529\", \"editable\": true}, \"ssik-cart-offcanvas-headline-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"headline\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-navigation-flyout-link-border\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"flyout\", \"label\": {\"de-DE\": \"Farbe des Linkrahmens\", \"en-GB\": \"Link border color\"}, \"value\": \"#e6e6e6\", \"editable\": true}, \"theme-footer-column-headline-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Kopfzeilenfarbe\", \"en-GB\": \"Header color\"}, \"value\": \"#111111\", \"editable\": true}, \"theme-header-action-btn-icon-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"actionbtn\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#131313\", \"editable\": true}, \"theme-menu-dropdown-text-transform\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"dropdown\", \"label\": {\"de-DE\": \"Texttransformation\", \"en-GB\": \"Text transform\"}, \"value\": \"none\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"none\", \"en-GB\": \"none\"}, \"value\": \"none\"}, {\"label\": {\"de-DE\": \"Großbuchstaben\", \"en-GB\": \"Uppercase\"}, \"value\": \"uppercase\"}, {\"label\": {\"de-DE\": \"Kleinbuchstaben\", \"en-GB\": \"Lowercase\"}, \"value\": \"lowercase\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"theme-navigation-flyout-link-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"flyout\", \"label\": {\"de-DE\": \"Linkfarbe\", \"en-GB\": \"Link color\"}, \"value\": \"#484848\", \"editable\": true}, \"theme-newsletter-form-input-border\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Input-Rahmen\", \"en-GB\": \"Input border\"}, \"value\": \"#ECECE7\", \"editable\": true}, \"theme-newsletter-form-submit-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Textfarbe der Schaltfläche\", \"en-GB\": \"Button text color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"theme-sticky-navigation-color-text\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"sticky\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#484848\", \"editable\": true}, \"ssik-account-register-card-title-bg\": {\"tab\": \"register\", \"type\": \"color\", \"block\": \"cardTitle\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#f8f9fa\", \"editable\": true}, \"ssik-cart-offcanvas-basketbtn-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"basket\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-cart-offcanvas-promotionbtn-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background (Button)\"}, \"value\": \"#F9F9F9\", \"editable\": true}, \"theme-announcement-banner-font-size\": {\"tab\": \"header\", \"type\": \"text\", \"block\": \"announcement-banner\", \"label\": {\"de-DE\": \"Textgröße (Schriftgröße)\", \"en-GB\": \"Text size (Font size)\"}, \"value\": \"16px\", \"editable\": true}, \"theme-footer-usp-bar-icon-font-size\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Symbolgröße\", \"en-GB\": \"Icon Size\"}, \"value\": \"44px\", \"editable\": true}, \"theme-footer-usp-bar-text-font-size\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Textgröße\", \"en-GB\": \"Text Size\"}, \"value\": \"16px\", \"editable\": true}, \"theme-header-search-input-font-size\": {\"tab\": \"header\", \"type\": \"text\", \"block\": \"search\", \"label\": {\"de-DE\": \"Textgröße (Schriftgröße)\", \"en-GB\": \"Text size (Font size)\"}, \"value\": \"12px\", \"editable\": true}, \"theme-main-navigation-item-hover-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"navitem\", \"label\": {\"de-DE\": \"Hintergrundfarbe bei Hover\", \"en-GB\": \"Background color on hover\"}, \"value\": \"#E5EFFE\", \"editable\": true}, \"theme-product-card-name-hover-color\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"product\", \"label\": {\"de-DE\": \"Farbe des Produktnamens beim Hover\", \"en-GB\": \"Product name color on hover\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-quantity-offcanvas-counter-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Hintergrund (Input)\", \"en-GB\": \"Background (Input)\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-account-register-info-box-color\": {\"tab\": \"register\", \"type\": \"color\", \"block\": \"infoBox\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#2e2e2e\", \"editable\": true}, \"ssik-cart-offcanvas-promoinput-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color (Input)\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-navigation-offcanvas-link-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"navigationoffcanvas\", \"label\": {\"de-DE\": \"Link\", \"en-GB\": \"Link\"}, \"value\": \"#131313\", \"editable\": true}, \"theme-category-navigation-link-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"sidebar\", \"label\": {\"de-DE\": \"Verknüpfungsfarbe\", \"en-GB\": \"Link color\"}, \"value\": \"#484848\", \"editable\": true}, \"theme-filter-panel-item-active-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Aktive Farbe des Filterfelds\", \"en-GB\": \"Filter panel item active color\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-filter-panel-item-border-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Rahmenfarbe des Filterfelds\", \"en-GB\": \"Filter panel item border color\"}, \"value\": \"#dcdce2\", \"editable\": true}, \"theme-footer-social-icon-hover-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer-social\", \"label\": {\"de-DE\": \"Symbole beim Mouseover\", \"en-GB\": \"Social media icons color on mouseover\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-main-navigation-text-transform\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"navtext\", \"label\": {\"de-DE\": \"Textumwandlung\", \"en-GB\": \"Text transform\"}, \"value\": \"none\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"none\", \"en-GB\": \"none\"}, \"value\": \"none\"}, {\"label\": {\"de-DE\": \"Großbuchstaben\", \"en-GB\": \"Uppercase\"}, \"value\": \"uppercase\"}, {\"label\": {\"de-DE\": \"Kleinbuchstaben\", \"en-GB\": \"Lowercase\"}, \"value\": \"lowercase\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"theme-menu-dropdown-hover-color-text\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"dropdown\", \"label\": {\"de-DE\": \"Farbe des aktiven Links\", \"en-GB\": \"Active link color\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-pagination-page-link-font-size\": {\"tab\": \"listing\", \"type\": \"text\", \"block\": \"pagination\", \"label\": {\"de-DE\": \"Seitennummerierung Schriftgröße\", \"en-GB\": \"Pagination text size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-account-menu-dropdown-hover-link\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"actionmenu\", \"label\": {\"de-DE\": \"Link bei Hover\", \"en-GB\": \"Link on hover\"}, \"value\": \"#722ED1\", \"editable\": true}, \"ssik-account-register-info-box-border\": {\"tab\": \"register\", \"type\": \"color\", \"block\": \"infoBox\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#ecece6\", \"editable\": true}, \"ssik-cart-offcanvas-checkoutbtn-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"checkout\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-cart-offcanvas-closebtn-hover-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"closebtn\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#313131\", \"editable\": true}, \"ssik-cart-offcanvas-promoinput-border\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Rahmen (Input)\", \"en-GB\": \"Border (Input)\"}, \"value\": \"#F9F9F9\", \"editable\": true}, \"ssik-quantity-offcanvas-counter-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Farbe (Input)\", \"en-GB\": \"Color (Input)\"}, \"value\": \"#121212\", \"editable\": true}, \"theme-category-navigation-link-border\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"sidebar\", \"label\": {\"de-DE\": \"Rahmenfarbe\", \"en-GB\": \"Border color\"}, \"value\": \"#DDDDE2\", \"editable\": true}, \"theme-footer-contact-link-hover-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Kontaktlink beim Mouseover\", \"en-GB\": \"Contact link color on mouseover\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-footer-social-icon-border-hover\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer-social\", \"label\": {\"de-DE\": \"Rahmenfarbe von Social-Media-Symbolen beim Mouseover\", \"en-GB\": \"Social media icons border color on mouseover\"}, \"value\": \"#EBEBEB\", \"editable\": true}, \"theme-footer-usp-bar-text-font-weight\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Textstil\", \"en-GB\": \"Text Style\"}, \"value\": \"bold\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"Normal\", \"en-GB\": \"Normal\"}, \"value\": \"normal\"}, {\"label\": {\"de-DE\": \"fettgedruckte Schriftart\", \"en-GB\": \"Bold\"}, \"value\": \"bold\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"theme-newsletter-form-input-font-size\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Font Size\"}, \"value\": \"14px\", \"editable\": true}, \"theme-sticky-navigation-item-hover-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"sticky\", \"label\": {\"de-DE\": \"Hintergrundfarbe bei Hover\", \"en-GB\": \"Background color on hover\"}, \"value\": \"#E5EFFE\", \"editable\": true, \"fullWidth\": true}, \"ssik-account-register-button-font-size\": {\"tab\": \"register\", \"type\": \"text\", \"block\": \"submitButton\", \"label\": {\"de-DE\": \"Textgröße\", \"en-GB\": \"Text size\"}, \"value\": \"13px\", \"editable\": true}, \"ssik-account-register-card-title-color\": {\"tab\": \"register\", \"type\": \"color\", \"block\": \"cardTitle\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#484848\", \"editable\": true}, \"ssik-account-register-page-title-color\": {\"tab\": \"register\", \"type\": \"color\", \"block\": \"pageTitle\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#722ed1\", \"editable\": true}, \"ssik-cart-offcanvas-basketbtn-hover-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"basket\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#dedede\", \"editable\": true}, \"ssik-cart-offcanvas-closebtn-font-size\": {\"tab\": \"cartoffcanvas\", \"type\": \"text\", \"block\": \"closebtn\", \"label\": {\"de-DE\": \"Textgröße (Schriftgröße)\", \"en-GB\": \"Text size (Font size)\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-cart-offcanvas-headline-font-size\": {\"tab\": \"cartoffcanvas\", \"type\": \"text\", \"block\": \"headline\", \"label\": {\"de-DE\": \"Textgröße (Schriftgröße)\", \"en-GB\": \"Text size (Font size)\"}, \"value\": \"22px\", \"editable\": true}, \"ssik-cart-offcanvas-promotionbtn-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color (Button)\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-liberty-base-logo-container-width\": {\"tab\": \"header\", \"type\": \"text\", \"block\": \"logo\", \"label\": {\"de-DE\": \"Breite für Logo-Container\", \"en-GB\": \"Width for Logo Container\"}, \"order\": 400, \"value\": \"250px\", \"editable\": true}, \"ssik-quantity-offcanvas-counter-border\": {\"tab\": \"cartoffcanvas\", \"type\": \"text\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#ECECE7\", \"editable\": true}, \"ssik-quantity-offcanvas-counter-btn-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Hintergrund (Button)\", \"en-GB\": \"Background (Button)\"}, \"value\": \"#F9F9F9\", \"editable\": true}, \"theme-footer-column-headline-font-size\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Textgröße der Kopfzeile\", \"en-GB\": \"Header text size\"}, \"value\": \"20px\", \"editable\": true}, \"theme-main-navigation-item-hover-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"navitem\", \"label\": {\"de-DE\": \"Textfarbe bei Hover\", \"en-GB\": \"Text color on hover\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-navigation-flyout-link-font-size\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"flyout\", \"label\": {\"de-DE\": \"Linktextgröße\", \"en-GB\": \"Link text size\"}, \"value\": \"14px\", \"editable\": true}, \"theme-newsletter-form-submit-font-size\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Schriftgröße für Schaltflächen\", \"en-GB\": \"Button font size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-cart-offcanvas-basketbtn-font-size\": {\"tab\": \"cartoffcanvas\", \"type\": \"text\", \"block\": \"basket\", \"label\": {\"de-DE\": \"Textgröße \", \"en-GB\": \"Text size\"}, \"value\": \"16px\", \"editable\": true}, \"theme-product-card-discount-price-color\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"product\", \"label\": {\"de-DE\": \"Rabatt Produktpreis Farbe\", \"en-GB\": \"Discount product price color\"}, \"value\": \"#e52427\", \"editable\": true}, \"ssik-account-register-info-box-font-size\": {\"tab\": \"register\", \"type\": \"text\", \"block\": \"infoBox\", \"label\": {\"de-DE\": \"Textgröße\", \"en-GB\": \"Text size\"}, \"value\": \"13px\", \"editable\": true}, \"ssik-cart-offcanvas-checkoutbtn-hover-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"checkout\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#6127b2\", \"editable\": true}, \"ssik-cart-offcanvas-closebtn-hover-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"closebtn\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#F0F0F0\", \"editable\": true}, \"theme-category-navigation-link-font-size\": {\"tab\": \"listing\", \"type\": \"text\", \"block\": \"sidebar\", \"label\": {\"de-DE\": \"Textgröße des Links\", \"en-GB\": \"Link text size\"}, \"value\": \"14px\", \"editable\": true}, \"theme-filter-panel-item-toogle-active-bg\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Hintergrund bei Mouseover\", \"en-GB\": \"Background on mouseover\"}, \"value\": \"#464646\", \"editable\": true}, \"theme-header-action-btn-icon-hover-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"actionbtn\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#F93C00\", \"editable\": true}, \"theme-navigation-flyout-link-hover-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"flyout\", \"label\": {\"de-DE\": \"Linkfarbe bei Hover\", \"en-GB\": \"Link color on hover\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-sticky-navigation-item-hover-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"sticky\", \"label\": {\"de-DE\": \"Textfarbe bei Hover\", \"en-GB\": \"Text color on hover\"}, \"value\": \"#722ED1\", \"editable\": true}, \"ssik-account-register-info-box-link-color\": {\"tab\": \"register\", \"type\": \"color\", \"block\": \"infoBox\", \"label\": {\"de-DE\": \"Link farbe\", \"en-GB\": \"Link color\"}, \"value\": \"#722ed1\", \"editable\": true}, \"ssik-cart-offcanvas-basketbtn-hover-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"basket\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#333\", \"editable\": true}, \"ssik-cart-offcanvas-checkoutbtn-font-size\": {\"tab\": \"cartoffcanvas\", \"type\": \"text\", \"block\": \"checkout\", \"label\": {\"de-DE\": \"Textgröße \", \"en-GB\": \"Text size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-cart-offcanvas-promotionbtn-hover-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover (Button)\"}, \"value\": \"#ECECEC\", \"editable\": true}, \"ssik-quantity-offcanvas-counter-btn-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Farbe (Button)\", \"en-GB\": \"Color (Button)\"}, \"value\": \"#121212\", \"editable\": true}, \"theme-filter-panel-item-toogle-icon-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Symbolfarbe\", \"en-GB\": \"Icon color\"}, \"value\": \"#111111\", \"editable\": true}, \"ssik-account-register-card-title-font-size\": {\"tab\": \"register\", \"type\": \"text\", \"block\": \"cardTitle\", \"label\": {\"de-DE\": \"Textgröße\", \"en-GB\": \"Text size\"}, \"value\": \"12px\", \"editable\": true}, \"ssik-account-register-page-title-font-size\": {\"tab\": \"register\", \"type\": \"text\", \"block\": \"pageTitle\", \"label\": {\"de-DE\": \"Textgröße\", \"en-GB\": \"Text size\"}, \"value\": \"34px\", \"editable\": true}, \"ssik-cart-offcanvas-promotionbtn-font-size\": {\"tab\": \"cartoffcanvas\", \"type\": \"text\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Textgröße \", \"en-GB\": \"Text size (Button)\"}, \"value\": \"16px\", \"editable\": true}, \"theme-category-navigation-link-color-hover\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"sidebar\", \"label\": {\"de-DE\": \"Link beim Mouseover\", \"en-GB\": \"Link color on mouseover\"}, \"value\": \"#722ED1\", \"editable\": true}, \"theme-quantity-offcanvas-counter-font-size\": {\"tab\": \"cartoffcanvas\", \"type\": \"text\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Textgröße (Input)\", \"en-GB\": \"Text size (Input)\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-cart-offcanvas-checkoutbtn-hover-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"checkout\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-cart-offcanvas-promotionbtn-hover-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover (Button)\"}, \"value\": \"#333333\", \"editable\": true}, \"ssik-quantity-offcanvas-counter-btn-hover-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Hintergrund (Button Hover)\", \"en-GB\": \"Background (Button Hover)\"}, \"value\": \"#ECECEC\", \"editable\": true}, \"ssik-quantity-offcanvas-counter-btn-hover-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Farbe (Button Hover)\", \"en-GB\": \"Color (Button Hover)\"}, \"value\": \"#333333\", \"editable\": true}, \"theme-navigation-flyout-category-link-font-size\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"flyout\", \"label\": {\"de-DE\": \"Name der Kategorie. Textgröße\", \"en-GB\": \"Name of category. Text size\"}, \"value\": \"16px\", \"editable\": true}, \"theme-filter-panel-item-toogle-icon-active-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Symbolfarbe beim Mouseover\", \"en-GB\": \"Icon color on mouseover\"}, \"value\": \"#FFC700\", \"editable\": true}}}', '{\"theme-base-link-hover-color\": {\"value\": \"#53a8ea\"}}', 1, '2023-04-07 12:14:35.206', '2023-05-07 15:54:28.353'); INSERT INTO `theme` (`id`, `technical_name`, `name`, `author`, `preview_media_id`, `parent_theme_id`, `base_config`, `config_values`, `active`, `created_at`, `updated_at`) VALUES (0xb42e2cdb010e4252a85c2849e5a4f6eb, 'SsikMetroLight', 'SsikMetroLight', 'wonderthemes.de', 0xafcef6c540824829859c56ea579cebef, NULL, '{\"tabs\": {\"base\": {\"label\": {\"de-DE\": \"Metro\", \"en-GB\": \"Metro\"}}, \"forms\": {\"label\": {\"de-DE\": \"Forms\", \"en-GB\": \"Forms\"}}, \"badges\": {\"label\": {\"de-DE\": \"Produktabzeichen\", \"en-GB\": \"Product badge\"}}, \"footer\": {\"label\": {\"de-DE\": \"Footer\", \"en-GB\": \"Footer\"}}, \"header\": {\"label\": {\"de-DE\": \"Header\", \"en-GB\": \"Header\"}}, \"slider\": {\"label\": {\"de-DE\": \"Slider\", \"en-GB\": \"Slider\"}}, \"topbar\": {\"label\": {\"de-DE\": \"Top-bar\", \"en-GB\": \"Top-bar\"}}, \"listing\": {\"label\": {\"de-DE\": \"Kategorieseiten\", \"en-GB\": \"Listing Page\"}}, \"product\": {\"label\": {\"de-DE\": \"Produktdetail\", \"en-GB\": \"Product detail\"}}, \"checkout\": {\"label\": {\"de-DE\": \"Einkaufswagen-Kasse\", \"en-GB\": \"Cart Checkout\"}}, \"mainmenu\": {\"label\": {\"de-DE\": \"Menü\", \"en-GB\": \"Menu\"}}, \"productbox\": {\"label\": {\"de-DE\": \"Produktbox\", \"en-GB\": \"Product box\"}}, \"cartoffcanvas\": {\"label\": {\"de-DE\": \"Warenkorb Offcanvas\", \"en-GB\": \"Cart Offcanvas\"}}}, \"blocks\": {\"base\": {\"base\": {\"label\": {\"de-DE\": \"Base\", \"en-GB\": \"Base\"}}, \"link\": {\"label\": {\"de-DE\": \"Link\", \"en-GB\": \"Link\"}}, \"logo\": {\"label\": {\"de-DE\": \"Logo\", \"en-GB\": \"Logo\"}}, \"text\": {\"label\": {\"de-DE\": \"Text\", \"en-GB\": \"Text\"}}, \"headline\": {\"label\": {\"de-DE\": \"Überschrift\", \"en-GB\": \"Headline\"}}}, \"forms\": {\"btn\": {\"de-DE\": \"Tasten\", \"en-GB\": \"Button\"}, \"focus\": {\"de-DE\": \"Input focus\", \"en-GB\": \"Input focus\"}, \"input\": {\"de-DE\": \"Formular\", \"en-GB\": \"Forms\"}, \"counter\": {\"de-DE\": \"Wahl der Warenmenge\", \"en-GB\": \"Choice of quantity of goods\"}, \"primary\": {\"de-DE\": \"Primäre Schaltfläche\", \"en-GB\": \"Primary button\"}, \"counteroffcanvas\": {\"de-DE\": \"Wahl der Warenmenge (Offcanvas)\", \"en-GB\": \"Choice of quantity of goods (Offcanvas)\"}}, \"badges\": {\"new\": {\"label\": {\"de-DE\": \"AbzeiNeuchen\", \"en-GB\": \"New\"}}, \"badge\": {\"label\": {\"de-DE\": \"Abzeichen\", \"en-GB\": \"Badge\"}}, \"discount\": {\"label\": {\"de-DE\": \"Rabatt\", \"en-GB\": \"Discount\"}}, \"freeshipp\": {\"label\": {\"de-DE\": \"Kostenloser Versand\", \"en-GB\": \"Free shipping\"}}, \"topseller\": {\"label\": {\"de-DE\": \"Topseller\", \"en-GB\": \"Top seller\"}}}, \"footer\": {\"usp\": {\"de-DE\": \"Unsere Vorzüge\", \"en-GB\": \"Our advantages\"}, \"logo\": {\"de-DE\": \"Logo\", \"en-GB\": \"Logo\"}, \"cookie\": {\"de-DE\": \"Cookie Bar\", \"en-GB\": \"Cookie Bar\"}, \"footer\": {\"de-DE\": \"Footer\", \"en-GB\": \"Footer\"}, \"social\": {\"de-DE\": \"Soziale Links\", \"en-GB\": \"Social links\"}, \"newsletter\": {\"de-DE\": \"Newsletter\", \"en-GB\": \"Newsletter\"}, \"footerbottom\": {\"de-DE\": \"Fußzeile unten\", \"en-GB\": \"Footer bottom\"}}, \"header\": {\"usp\": {\"de-DE\": \"Unsere Vorzüge\", \"en-GB\": \"Our advantages\"}, \"badges\": {\"label\": {\"de-DE\": \"Abzeichen\", \"en-GB\": \"Badges\"}}, \"header\": {\"de-DE\": \"Header\", \"en-GB\": \"Header\"}, \"search\": {\"de-DE\": \"Header\", \"en-GB\": \"Header\"}, \"topbar\": {\"de-DE\": \"Header Top Bar\", \"en-GB\": \"Header Top Bar\"}, \"actions\": {\"label\": {\"de-DE\": \"Aktionsschaltflächen\", \"en-GB\": \"Action Buttons\"}}, \"announcement-banner\": {\"de-DE\": \"Ankündigung banner\", \"en-GB\": \"Announcement banner\"}}, \"slider\": {\"nav\": {\"de-DE\": \"Nav\", \"en-GB\": \"Nav\"}, \"dots\": {\"de-DE\": \"Punkte\", \"en-GB\": \"Dots\"}, \"product\": {\"de-DE\": \"Produktgalerie\", \"en-GB\": \"Product gallery\"}}, \"topbar\": {\"topbar\": {\"label\": {\"de-DE\": \"Top-bar\", \"en-GB\": \"Top-bar\"}}, \"buttons\": {\"label\": {\"de-DE\": \"Tasten\", \"en-GB\": \"Buttons\"}}}, \"listing\": {\"filter\": {\"de-DE\": \"Filter\", \"en-GB\": \"Filter\"}, \"listing\": {\"de-DE\": \"Produktliste\", \"en-GB\": \"Product list\"}, \"sidebar\": {\"de-DE\": \"Sidebar\", \"en-GB\": \"Sidebar\"}, \"pagination\": {\"de-DE\": \"Seitennummerierung\", \"en-GB\": \"Pagination\"}, \"breadcrumbs\": {\"de-DE\": \"Semmelbrösel\", \"en-GB\": \"Breadcrumbs\"}}, \"product\": {\"info\": {\"label\": {\"de-DE\": \"Info\", \"en-GB\": \"Info\"}}, \"name\": {\"label\": {\"de-DE\": \"Produktname\", \"en-GB\": \"Product title\"}}, \"badge\": {\"de-DE\": \"Produktabzeichen\", \"en-GB\": \"Product badge\"}, \"price\": {\"label\": {\"de-DE\": \"Produktpreis\", \"en-GB\": \"Product price\"}}, \"buybtn\": {\"label\": {\"de-DE\": \"In den Warenkorb\", \"en-GB\": \"Add to cart\"}}, \"detail\": {\"de-DE\": \"detail\", \"en-GB\": \"detail\"}, \"product\": {\"label\": {\"de-DE\": \"Produktkarte\", \"en-GB\": \"Product Card\"}}, \"newprice\": {\"label\": {\"de-DE\": \"Neue Preis\", \"en-GB\": \"New price\"}}, \"oldprice\": {\"label\": {\"de-DE\": \"Alter Preis\", \"en-GB\": \"Old price\"}}, \"wishlist\": {\"label\": {\"de-DE\": \"Wunschzettel\", \"en-GB\": \"Wishlist\"}}}, \"checkout\": {\"summary\": {\"label\": {\"de-DE\": \"summary\", \"en-GB\": \"summary\"}}}, \"mainmenu\": {\"nav\": {\"de-DE\": \"Hauptnavigation\", \"en-GB\": \"Main navigation\"}, \"flyout\": {\"de-DE\": \"Flyout-Menü\", \"en-GB\": \"Flyout menu\"}, \"sticky\": {\"de-DE\": \"Sticky Menü\", \"en-GB\": \"Sticky menu\"}, \"navitem\": {\"de-DE\": \"Menüpunkt\", \"en-GB\": \"Menu item\"}, \"sidebar\": {\"de-DE\": \"Katalog im Sidebar\", \"en-GB\": \"Catalog in sidebar\"}, \"dropdown\": {\"de-DE\": \"Dropdown-Menü\", \"en-GB\": \"Dropdown menu\"}, \"mainmenu\": {\"label\": {\"de-DE\": \"Haupt-Nav\", \"en-GB\": \"Main menu\"}}, \"offcanvas\": {\"de-DE\": \"Offcanvas menu\", \"en-GB\": \"Offcanvas menu\"}, \"stickycart\": {\"de-DE\": \"Warenkorb\", \"en-GB\": \"Shopping cart\"}, \"navcontainer\": {\"de-DE\": \"Behälter Dekoration\", \"en-GB\": \"Container decoration\"}}, \"productbox\": {\"box\": {\"label\": {\"de-DE\": \"Produktbox\", \"en-GB\": \"Product box\"}}, \"name\": {\"label\": {\"de-DE\": \"Produktname\", \"en-GB\": \"Product title\"}}, \"price\": {\"label\": {\"de-DE\": \"Produktpreis\", \"en-GB\": \"Product price\"}}, \"action\": {\"label\": {\"de-DE\": \"Aktion\", \"en-GB\": \"Action\"}}, \"buybtn\": {\"label\": {\"de-DE\": \"In den Warenkorb\", \"en-GB\": \"Add to cart\"}}, \"newprice\": {\"label\": {\"de-DE\": \"Neue Preis\", \"en-GB\": \"New price\"}}}, \"cartoffcanvas\": {\"base\": {\"label\": {\"de-DE\": \"Base\", \"en-GB\": \"Base\"}}, \"basket\": {\"label\": {\"de-DE\": \"Warenkorb\", \"en-GB\": \"Basket\"}}, \"counter\": {\"label\": {\"de-DE\": \"Zähler\", \"en-GB\": \"Counter\"}}, \"checkout\": {\"label\": {\"de-DE\": \"Auschecken\", \"en-GB\": \"Checkout Btn\"}}, \"closebtn\": {\"label\": {\"de-DE\": \"Schließen-Schaltfläche\", \"en-GB\": \"Close Button\"}}, \"headline\": {\"label\": {\"de-DE\": \"Überschrift\", \"en-GB\": \"Headline\"}}, \"promotion\": {\"label\": {\"de-DE\": \"Aktionsformular\", \"en-GB\": \"Promotion form\"}}}}, \"fields\": {\"sw-logo-share\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"App- & Share-Icon\", \"en-GB\": \"App & share icon\"}, \"order\": 400, \"value\": \"\", \"editable\": true}, \"sw-logo-mobile\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"Mobil\", \"en-GB\": \"Mobile\"}, \"order\": 300, \"value\": \"2f406722b3af4551a3d339d87f8cfc62\", \"editable\": true, \"helpText\": {\"de-DE\": \"Wird bis zu einem Viewport von 767px angezeigt\", \"en-GB\": \"Displayed up to a viewport of 767px\"}, \"fullWidth\": true}, \"sw-logo-tablet\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"Tablet\", \"en-GB\": \"Tablet\"}, \"order\": 200, \"value\": \"2f406722b3af4551a3d339d87f8cfc62\", \"editable\": true, \"helpText\": {\"de-DE\": \"Wird zwischen einem viewport von 767px bis 991px angezeigt\", \"en-GB\": \"Displayed between a viewport of 767px to 991px\"}, \"fullWidth\": true}, \"sw-logo-desktop\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"Desktop\", \"en-GB\": \"Desktop\"}, \"order\": 100, \"value\": \"2f406722b3af4551a3d339d87f8cfc62\", \"editable\": true, \"helpText\": {\"de-DE\": \"Wird bei Ansichten über 991px angezeigt und als Alternative bei kleineren Auflösungen, für die kein anderes Logo eingestellt ist.\", \"en-GB\": \"Displayed on viewport sizes above 991px and as a fallback on smaller viewports, if no other logo is set.\"}, \"fullWidth\": true}, \"sw-logo-favicon\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"Favicon\", \"en-GB\": \"Favicon\"}, \"order\": 500, \"value\": \"36aa321fc0fb48da82d79b07dd89980b\", \"editable\": true}, \"ssik-footer-logo\": {\"tab\": \"footer\", \"type\": \"media\", \"block\": \"logotip\", \"label\": {\"de-DE\": \"Logo\", \"en-GB\": \"Logo\"}, \"value\": \"4395c2d961ce42549a40168a32e08b38\", \"editable\": true}, \"ssik-metro-ads-bg\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"announcement-banner\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-btn-bg\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"btn\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#151635\", \"editable\": true}, \"ssik-metro-base-bg\": {\"tab\": \"base\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"order\": 400, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-input-bg\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"input\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#f7f8fa\", \"editable\": true}, \"ssik-metro-ads-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"announcement-banner\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-btn-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"btn\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-cookie-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"cookie\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#292929\", \"editable\": true}, \"ssik-metro-footer-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#222525\", \"editable\": true}, \"ssik-metro-header-bg\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"header\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-topbar-bg\": {\"tab\": \"topbar\", \"type\": \"color\", \"block\": \"topbar\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-uspbar-bg\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#232523\", \"editable\": true}, \"ssik-metro-base-color\": {\"tab\": \"base\", \"type\": \"color\", \"block\": \"text\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"order\": 200, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-base-border\": {\"tab\": \"base\", \"type\": \"color\", \"block\": \"text\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"order\": 200, \"value\": \"#ECECE7\", \"editable\": true}, \"ssik-metro-footer-line\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#393939\", \"editable\": true}, \"ssik-metro-input-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"input\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#777777\", \"editable\": true}, \"ssik-metro-quantity-bg\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-footer-logo-height\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"logotip\", \"label\": {\"de-DE\": \"Logohöhe\", \"en-GB\": \"Logo height\"}, \"value\": \"60px\", \"editable\": true}, \"ssik-metro-badge-new-bg\": {\"tab\": \"badges\", \"type\": \"color\", \"block\": \"new\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#04835d\", \"editable\": true}, \"ssik-metro-btn-hover-bg\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"btn\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#d51523\", \"editable\": true}, \"ssik-metro-cookie-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"cookie\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-footer-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#a8a8a8\", \"editable\": true}, \"ssik-metro-header-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"header\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-input-border\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"input\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#E6E6E6\", \"editable\": true}, \"ssik-metro-quantity-btn\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Button-Hintergrund\", \"en-GB\": \"Button background\"}, \"value\": \"#F9F9F9\", \"editable\": true}, \"ssik-metro-topbar-color\": {\"tab\": \"topbar\", \"type\": \"color\", \"block\": \"topbar\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-ads-font-size\": {\"tab\": \"header\", \"type\": \"text\", \"block\": \"announcement-banner\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-metro-btn-font-size\": {\"tab\": \"forms\", \"type\": \"text\", \"block\": \"btn\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-metro-cookie-btn-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"cookie\", \"label\": {\"de-DE\": \"Button-Hintergrund\", \"en-GB\": \"Button background\"}, \"value\": \"#F9CD3B\", \"editable\": true}, \"ssik-metro-nav-off-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"offcanvas\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-pagination-bg\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"pagination\", \"label\": {\"de-DE\": \"Hintergrund Element\", \"en-GB\": \"Background item\"}, \"value\": \"#e5e8ec\", \"editable\": true}, \"ssik-metro-slider-nav-bg\": {\"tab\": \"slider\", \"type\": \"color\", \"block\": \"nav\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#151635\", \"editable\": true}, \"ssik-metro-topbar-btn-bg\": {\"tab\": \"topbar\", \"type\": \"color\", \"block\": \"buttons\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#F0F0F0\", \"editable\": true}, \"ssik-metro-base-font-size\": {\"tab\": \"base\", \"type\": \"text\", \"block\": \"text\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"order\": 200, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-breadcrumbs-bg\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"breadcrumbs\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#f5f5f5\", \"editable\": true}, \"ssik-metro-filter-item-bg\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-input-hover-bg\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"input\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#f9f9f9\", \"editable\": true}, \"ssik-metro-product-box-bg\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"box\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-slider-dots-bg\": {\"tab\": \"slider\", \"type\": \"color\", \"block\": \"dots\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#151635\", \"editable\": true}, \"ssik-metro-social-icon-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"social\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#404040\", \"editable\": true}, \"ssik-metro-action-badge-bg\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"badges\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-badge-font-size\": {\"tab\": \"badges\", \"type\": \"text\", \"block\": \"badge\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"12px\", \"editable\": true}, \"ssik-metro-badge-new-color\": {\"tab\": \"badges\", \"type\": \"color\", \"block\": \"new\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-base-link-color\": {\"tab\": \"base\", \"type\": \"color\", \"block\": \"link\", \"label\": {\"de-DE\": \"Linkfarbe\", \"en-GB\": \"Link Color\"}, \"order\": 400, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-btn-hover-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"btn\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-input-font-size\": {\"tab\": \"forms\", \"type\": \"text\", \"block\": \"input\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-metro-quantity-border\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#ECECE7\", \"editable\": true}, \"ssik-metro-search-input-bg\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"search\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-base-font-family\": {\"tab\": \"base\", \"type\": \"text\", \"block\": \"text\", \"label\": {\"de-DE\": \"Schriftart\", \"en-GB\": \"Font\"}, \"order\": 100, \"value\": \"\'Lato\', sans-serif\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"Ubuntu\", \"en-GB\": \"Ubuntu\"}, \"value\": \"\'Ubuntu\', sans-serif\"}, {\"label\": {\"de-DE\": \"Lato\", \"en-GB\": \"Lato\"}, \"value\": \"\'Lato\', sans-serif\"}, {\"label\": {\"de-DE\": \"Inter\", \"en-GB\": \"Inter\"}, \"value\": \"\'Inter\', sans-serif\"}, {\"label\": {\"de-DE\": \"Roboto Slab\", \"en-GB\": \"Roboto Slab\"}, \"value\": \"\'Roboto Slab\', sans-serif\"}, {\"label\": {\"de-DE\": \"Merriweather\", \"en-GB\": \"Merriweather\"}, \"value\": \"\'Merriweather\', sans-serif\"}, {\"label\": {\"de-DE\": \"Open Sans\", \"en-GB\": \"Open Sans\"}, \"value\": \"\'Open Sans\', sans-serif\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"ssik-metro-cookie-btn-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"cookie\", \"label\": {\"de-DE\": \"Textfarbe der Schaltfläche\", \"en-GB\": \"Button text color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-footer-font-size\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-footer-uspbar-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-main-dropdown-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"dropdown\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-pagination-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"pagination\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-slider-nav-color\": {\"tab\": \"slider\", \"type\": \"color\", \"block\": \"nav\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-topbar-btn-color\": {\"tab\": \"topbar\", \"type\": \"color\", \"block\": \"buttons\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-topbar-font-size\": {\"tab\": \"topbar\", \"type\": \"text\", \"block\": \"topbar\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-metro-actions-btn-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"actions\", \"label\": {\"de-DE\": \"Symbolfarbe\", \"en-GB\": \"Icon color\"}, \"value\": \"#131313\", \"editable\": true}, \"ssik-metro-badge-discount-bg\": {\"tab\": \"badges\", \"type\": \"color\", \"block\": \"discount\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#df0f0f\", \"editable\": true}, \"ssik-metro-cart-offcanvas-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-cookie-link-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"cookie\", \"label\": {\"de-DE\": \"Linkfarbe\", \"en-GB\": \"Link color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-filter-item-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-footer-link-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Link farbe\", \"en-GB\": \"Link color\"}, \"value\": \"#a8a8a8\", \"editable\": true}, \"ssik-metro-input-hover-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"input\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#777777\", \"editable\": true}, \"ssik-metro-input-label-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"input\", \"label\": {\"de-DE\": \"Farbe (Label)\", \"en-GB\": \"Color (Label)\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-search-icon-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"search\", \"label\": {\"de-DE\": \"Symbol Farbe\", \"en-GB\": \"Icon color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-social-icon-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"social\", \"label\": {\"de-DE\": \"Symbol farbe\", \"en-GB\": \"Icon color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-uspbar-icon-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Symbolfarbe\", \"en-GB\": \"Icon color\"}, \"value\": \"#d51523\", \"editable\": true}, \"ssik-metro-uspbar-text-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-action-badge-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"badges\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-badge-freeshipp-bg\": {\"tab\": \"badges\", \"type\": \"color\", \"block\": \"freeshipp\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#0048ac\", \"editable\": true}, \"ssik-metro-badge-topseller-bg\": {\"tab\": \"badges\", \"type\": \"color\", \"block\": \"topseller\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#6f0946\", \"editable\": true}, \"ssik-metro-filter-item-border\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#EEEEEE\", \"editable\": true}, \"ssik-metro-input-hover-border\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"input\", \"label\": {\"de-DE\": \"Rahmen bei Hover\", \"en-GB\": \"Border on hover\"}, \"value\": \"#919191\", \"editable\": true}, \"ssik-metro-main-navigation-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"mainmenu\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-nav-off-link-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"offcanvas\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-product-box-border\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"box\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#ecece7\", \"editable\": true}, \"ssik-metro-product-box-buy-bg\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"buybtn\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#151635\", \"editable\": true}, \"ssik-metro-quantity-font-size\": {\"tab\": \"forms\", \"type\": \"text\", \"block\": \"counter\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"12px\", \"editable\": true}, \"ssik-metro-search-input-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"search\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#505050\", \"editable\": true}, \"ssik-metro-base-btn-primary-bg\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"primary\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#151635\", \"editable\": true}, \"ssik-metro-base-headline-color\": {\"tab\": \"base\", \"type\": \"color\", \"block\": \"headline\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"order\": 400, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-checkout-summary-bg\": {\"tab\": \"checkout\", \"type\": \"text\", \"block\": \"summary\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#f9f9f9\", \"editable\": true}, \"ssik-metro-filter-select-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Symbol farbe\", \"en-GB\": \"Icon color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-main-dropdown-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"dropdown\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#131313\", \"editable\": true}, \"ssik-metro-nav-off-link-border\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"offcanvas\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#ecece7\", \"editable\": true}, \"ssik-metro-newsletter-input-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Input-Hintergrund\", \"en-GB\": \"Input Background\"}, \"value\": \"#2E2F2D\", \"editable\": true}, \"ssik-metro-pagination-hover-bg\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"pagination\", \"label\": {\"de-DE\": \"Hintergrund Element bei Hover\", \"en-GB\": \"Background item on hover\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-search-input-border\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"search\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#ECECEC\", \"editable\": true}, \"ssik-metro-slider-nav-hover-bg\": {\"tab\": \"slider\", \"type\": \"color\", \"block\": \"nav\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#d51523\", \"editable\": true}, \"ssik-metro-sticky-navigation-z\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"sticky\", \"label\": {\"de-DE\": \"Blockstapelreihenfolge (z-Index)\", \"en-GB\": \"Block stacking order (z-index)\"}, \"value\": \"1002\", \"editable\": true}, \"ssik-metro-topbar-btn-hover-bg\": {\"tab\": \"topbar\", \"type\": \"color\", \"block\": \"buttons\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-badge-discount-color\": {\"tab\": \"badges\", \"type\": \"color\", \"block\": \"discount\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-cart-offcanvas-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-filter-item-hover-bg\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-filter-select-border\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Symbol Rahmen\", \"en-GB\": \"Icon border\"}, \"value\": \"#c7c7c7\", \"editable\": true}, \"ssik-metro-navigation-flyout-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"flyout\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true, \"fullWidth\": true}, \"ssik-metro-newsletter-submit-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Button-Hintergrund\", \"en-GB\": \"Button background\"}, \"value\": \"#d61523\", \"editable\": true}, \"ssik-metro-pagination-font-size\": {\"tab\": \"listing\", \"type\": \"text\", \"block\": \"pagination\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-slider-dots-hover-bg\": {\"tab\": \"slider\", \"type\": \"color\", \"block\": \"dots\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background item on hover\"}, \"value\": \"#d51523\", \"editable\": true}, \"ssik-metro-social-icon-hover-bg\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"social\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#d51523\", \"editable\": true}, \"ssik-metro-sticky-navigation-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"sticky\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#222525\", \"editable\": true, \"fullWidth\": true}, \"ssik-metro-topbar-btn-font-size\": {\"tab\": \"topbar\", \"type\": \"text\", \"block\": \"buttons\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-metro-badge-freeshipp-color\": {\"tab\": \"badges\", \"type\": \"color\", \"block\": \"freeshipp\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-badge-topseller-color\": {\"tab\": \"badges\", \"type\": \"color\", \"block\": \"topseller\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-base-link-hover-color\": {\"tab\": \"base\", \"type\": \"color\", \"block\": \"link\", \"label\": {\"de-DE\": \"Linkfarbe aktiv\", \"en-GB\": \"Link Color hover\"}, \"order\": 500, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-cart-offcanvas-border\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"base\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#ECECE7\", \"editable\": true}, \"ssik-metro-filter-item-font-size\": {\"tab\": \"listing\", \"type\": \"text\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-footer-headline-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Überschrift farbe\", \"en-GB\": \"Headline color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-input-label-font-size\": {\"tab\": \"forms\", \"type\": \"text\", \"block\": \"input\", \"label\": {\"de-DE\": \"Schriftgröße (Label)\", \"en-GB\": \"Text size (Label)\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-metro-main-navigation-align\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"mainmenu\", \"label\": {\"de-DE\": \"Ausrichtungsmethode\", \"en-GB\": \"Alignment method\"}, \"value\": \"flex-start\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"Links\", \"en-GB\": \"Left\"}, \"value\": \"flex-start\"}, {\"label\": {\"de-DE\": \"Center\", \"en-GB\": \"Center\"}, \"value\": \"center\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"ssik-metro-main-navigation-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"navitem\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-product-box-action-bg\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"action\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-product-box-buy-color\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"buybtn\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-uspbar-icon-font-size\": {\"tab\": \"header\", \"type\": \"text\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Symbolgröße\", \"en-GB\": \"Icon Size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-uspbar-text-font-size\": {\"tab\": \"header\", \"type\": \"text\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Textgröße\", \"en-GB\": \"Text Size\"}, \"value\": \"13px\", \"editable\": true}, \"ssik-metro-base-btn-primary-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"primary\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-breadcrumbs-link-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"breadcrumbs\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-checkout-summary-color\": {\"tab\": \"checkout\", \"type\": \"text\", \"block\": \"summary\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-listing-headline-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"listing\", \"label\": {\"de-DE\": \"Farbe der Überschrift\", \"en-GB\": \"Headline Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-nav-off-link-font-size\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"offcanvas\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-metro-newsletter-input-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-pagination-hover-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"pagination\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-product-box-name-color\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"name\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-search-input-font-size\": {\"tab\": \"header\", \"type\": \"text\", \"block\": \"search\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"12px\", \"editable\": true}, \"ssik-metro-sidebar-headline-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"sidebar\", \"label\": {\"de-DE\": \"Farbe der Überschrift\", \"en-GB\": \"Headline Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-slider-nav-hover-color\": {\"tab\": \"slider\", \"type\": \"color\", \"block\": \"nav\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-topbar-btn-hover-color\": {\"tab\": \"topbar\", \"type\": \"color\", \"block\": \"buttons\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-actions-btn-hover-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"actions\", \"label\": {\"de-DE\": \"Icon beim Mouseover\", \"en-GB\": \"Icon on mouseover\"}, \"value\": \"#d51523\", \"editable\": true}, \"ssik-metro-base-btn-primary-border\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"primary\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#151635\", \"editable\": true}, \"ssik-metro-base-headline-font-size\": {\"tab\": \"base\", \"type\": \"text\", \"block\": \"headline\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"order\": 400, \"value\": \"22px\", \"editable\": true}, \"ssik-metro-checkout-summary-border\": {\"tab\": \"checkout\", \"type\": \"text\", \"block\": \"summary\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"value\": \"#ECECE7\", \"editable\": true}, \"ssik-metro-filter-item-hover-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-footer-link-hover-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Link beim Mouseover\", \"en-GB\": \"Link color on hover\"}, \"value\": \"#d61523\", \"editable\": true}, \"ssik-metro-main-dropdown-font-size\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"dropdown\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-metro-main-dropdown-transform\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"dropdown\", \"label\": {\"de-DE\": \"Texttransformation\", \"en-GB\": \"Text transform\"}, \"value\": \"none\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"none\", \"en-GB\": \"none\"}, \"value\": \"none\"}, {\"label\": {\"de-DE\": \"Großbuchstaben\", \"en-GB\": \"Uppercase\"}, \"value\": \"uppercase\"}, {\"label\": {\"de-DE\": \"Kleinbuchstaben\", \"en-GB\": \"Lowercase\"}, \"value\": \"lowercase\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"ssik-metro-newsletter-input-border\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Input-Rahmen\", \"en-GB\": \"Input border\"}, \"value\": \"#393939\", \"editable\": true}, \"ssik-metro-newsletter-submit-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Textfarbe der Schaltfläche\", \"en-GB\": \"Button text color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-product-box-price-color\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"price\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-search-icon-hover-color\": {\"tab\": \"header\", \"type\": \"color\", \"block\": \"search\", \"label\": {\"de-DE\": \"Symbol Farbe bei Hover\", \"en-GB\": \"Icon color on hover\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-social-icon-hover-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"social\", \"label\": {\"de-DE\": \"Symbol farbe bei Hover\", \"en-GB\": \"Icon color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-sticky-navigation-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"sticky\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-filter-item-hover-border\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Rahmen bei Hover\", \"en-GB\": \"Border on hover\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-footer-uspbar-desc-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Text farbe\", \"en-GB\": \"Text color\"}, \"value\": \"#6a6a6a\", \"editable\": true}, \"ssik-metro-footer-uspbar-icon-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Symbol farbe\", \"en-GB\": \"Icon color\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-footer-uspbar-text-color\": {\"tab\": \"footer\", \"type\": \"color\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Farbe der Überschrift\", \"en-GB\": \"Headline color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-main-navigation-hover-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"navitem\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#232523\", \"editable\": true}, \"ssik-metro-nav-off-link-hover-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"offcanvas\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-product-box-action-color\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"action\", \"label\": {\"de-DE\": \"Symbol farbe\", \"en-GB\": \"Icon color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-product-box-buy-hover-bg\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"buybtn\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-product-detail-buybtn-bg\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"buybtn\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#151635\", \"editable\": true}, \"ssik-metro-base-btn-primary-hover-bg\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"primary\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#d51523\", \"editable\": true}, \"ssik-metro-base-headline-font-family\": {\"tab\": \"base\", \"type\": \"text\", \"block\": \"headline\", \"label\": {\"de-DE\": \"Schriftart\", \"en-GB\": \"Font\"}, \"order\": 300, \"value\": \"\'Lato\', sans-serif\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"Ubuntu\", \"en-GB\": \"Ubuntu\"}, \"value\": \"\'Ubuntu\', sans-serif\"}, {\"label\": {\"de-DE\": \"Lato\", \"en-GB\": \"Lato\"}, \"value\": \"\'Lato\', sans-serif\"}, {\"label\": {\"de-DE\": \"Inter\", \"en-GB\": \"Inter\"}, \"value\": \"\'Inter\', sans-serif\"}, {\"label\": {\"de-DE\": \"Roboto Slab\", \"en-GB\": \"Roboto Slab\"}, \"value\": \"\'Roboto Slab\', sans-serif\"}, {\"label\": {\"de-DE\": \"Merriweather\", \"en-GB\": \"Merriweather\"}, \"value\": \"\'Merriweather\', sans-serif\"}, {\"label\": {\"de-DE\": \"Open Sans\", \"en-GB\": \"Open Sans\"}, \"value\": \"\'Open Sans\', sans-serif\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"ssik-metro-base-logo-container-width\": {\"tab\": \"base\", \"type\": \"text\", \"block\": \"logo\", \"label\": {\"de-DE\": \"Breite\", \"en-GB\": \"Width\"}, \"order\": 400, \"value\": \"200px\", \"editable\": true}, \"ssik-metro-filter-select-hover-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"filter\", \"label\": {\"de-DE\": \"Symbol farbe bei Hover\", \"en-GB\": \"Icon color on hover\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-footer-headline-font-size\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"footer\", \"label\": {\"de-DE\": \"Schriftgröße Überschrift\", \"en-GB\": \"Headline size\"}, \"value\": \"18px\", \"editable\": true}, \"ssik-metro-main-dropdown-font-weight\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"dropdown\", \"label\": {\"de-DE\": \"Schriftgewicht\", \"en-GB\": \"Font weight\"}, \"value\": \"400\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"200\", \"en-GB\": \"200\"}, \"value\": \"200\"}, {\"label\": {\"de-DE\": \"300\", \"en-GB\": \"300\"}, \"value\": \"300\"}, {\"label\": {\"de-DE\": \"400\", \"en-GB\": \"400\"}, \"value\": \"400\"}, {\"label\": {\"de-DE\": \"500\", \"en-GB\": \"500\"}, \"value\": \"500\"}, {\"label\": {\"de-DE\": \"600\", \"en-GB\": \"600\"}, \"value\": \"600\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"ssik-metro-main-dropdown-hover-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"dropdown\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#d51523\", \"editable\": true}, \"ssik-metro-main-navigation-font-size\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"navitem\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-main-navigation-transform\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"navitem\", \"label\": {\"de-DE\": \"Textumwandlung\", \"en-GB\": \"Text transform\"}, \"value\": \"none\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"none\", \"en-GB\": \"none\"}, \"value\": \"none\"}, {\"label\": {\"de-DE\": \"Großbuchstaben\", \"en-GB\": \"Uppercase\"}, \"value\": \"uppercase\"}, {\"label\": {\"de-DE\": \"Kleinbuchstaben\", \"en-GB\": \"Lowercase\"}, \"value\": \"lowercase\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"ssik-metro-product-box-border-radius\": {\"tab\": \"productbox\", \"type\": \"text\", \"block\": \"box\", \"label\": {\"de-DE\": \"Radius\", \"en-GB\": \"Radius\"}, \"value\": \"10px\", \"editable\": true}, \"ssik-metro-product-detail-info-color\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"info\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#747474\", \"editable\": true}, \"ssik-metro-product-detail-name-color\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"name\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-base-btn-primary-font-size\": {\"tab\": \"forms\", \"type\": \"text\", \"block\": \"primary\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-metro-breadcrumbs-link-font-size\": {\"tab\": \"listing\", \"type\": \"text\", \"block\": \"breadcrumbs\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"12px\", \"editable\": true}, \"ssik-metro-cart-offcanvas-closebtn-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"closebtn\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#232523\", \"editable\": true}, \"ssik-metro-listing-headline-font-size\": {\"tab\": \"listing\", \"type\": \"text\", \"block\": \"listing\", \"label\": {\"de-DE\": \"Schriftgröße der Überschrift\", \"en-GB\": \"Headline text size\"}, \"value\": \"22px\", \"editable\": true}, \"ssik-metro-newsletter-input-font-size\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Font Size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-product-box-name-font-size\": {\"tab\": \"productbox\", \"type\": \"text\", \"block\": \"name\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-product-detail-price-color\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"price\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-product-detail-wishlist-bg\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"wishlist\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#f1f3f2\", \"editable\": true}, \"ssik-metro-sidebar-catalog-link-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"sidebar\", \"label\": {\"de-DE\": \"Verknüpfungsfarbe\", \"en-GB\": \"Link color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-sidebar-headline-font-size\": {\"tab\": \"listing\", \"type\": \"text\", \"block\": \"sidebar\", \"label\": {\"de-DE\": \"Schriftgröße der Überschrift\", \"en-GB\": \"Headline text size\"}, \"value\": \"18px\", \"editable\": true}, \"ssik-metro-sticky-navigation-hover-bg\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"sticky\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#D51523\", \"editable\": true, \"fullWidth\": true}, \"ssik-metro-cart-offcanvas-basketbtn-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"basket\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#f1f3f2\", \"editable\": true}, \"ssik-metro-main-navigation-font-weight\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"navitem\", \"label\": {\"de-DE\": \"Schriftgewicht\", \"en-GB\": \"Font weight\"}, \"value\": \"400\", \"custom\": {\"options\": [{\"label\": {\"de-DE\": \"200\", \"en-GB\": \"200\"}, \"value\": \"200\"}, {\"label\": {\"de-DE\": \"300\", \"en-GB\": \"300\"}, \"value\": \"300\"}, {\"label\": {\"de-DE\": \"400\", \"en-GB\": \"400\"}, \"value\": \"400\"}, {\"label\": {\"de-DE\": \"500\", \"en-GB\": \"500\"}, \"value\": \"500\"}, {\"label\": {\"de-DE\": \"600\", \"en-GB\": \"600\"}, \"value\": \"600\"}], \"componentName\": \"sw-single-select\"}, \"editable\": true}, \"ssik-metro-main-navigation-hover-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"navitem\", \"label\": {\"de-DE\": \"Textfarbe bei Hover\", \"en-GB\": \"Text color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-newsletter-submit-font-size\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"newsletter\", \"label\": {\"de-DE\": \"Schriftgröße für Schaltflächen\", \"en-GB\": \"Button font size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-product-box-action-hover-bg\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"action\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-product-box-buy-hover-color\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"buybtn\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-product-box-price-font-size\": {\"tab\": \"productbox\", \"type\": \"text\", \"block\": \"price\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"22px\", \"editable\": true}, \"ssik-metro-product-detail-buybtn-color\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"buybtn\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-slider-detail-active-border\": {\"tab\": \"slider\", \"type\": \"color\", \"block\": \"product\", \"label\": {\"de-DE\": \"Aktive Randfarbe der Galerie auf der Produktseite\", \"en-GB\": \"Gallery active border color in product page\"}, \"value\": \"#a6a7a9\", \"editable\": true}, \"ssik-metro-base-btn-primary-hover-color\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"primary\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-breadcrumbs-link-hover-color\": {\"tab\": \"listing\", \"type\": \"color\", \"block\": \"breadcrumbs\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-cart-offcanvas-promoinput-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background (Input)\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-footer-uspbar-desc-font-size\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Textgröße\", \"en-GB\": \"Text Size\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-metro-footer-uspbar-icon-font-size\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Symbolgröße\", \"en-GB\": \"Icon Size\"}, \"value\": \"44px\", \"editable\": true}, \"ssik-metro-footer-uspbar-text-font-size\": {\"tab\": \"footer\", \"type\": \"text\", \"block\": \"usp\", \"label\": {\"de-DE\": \"Schriftgröße der Überschrift\", \"en-GB\": \"Headline Size\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-metro-navigation-flyout-link-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"flyout\", \"label\": {\"de-DE\": \"Linkfarbe\", \"en-GB\": \"Link color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-product-box-name-hover-color\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"name\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-base-btn-primary-hover-border\": {\"tab\": \"forms\", \"type\": \"color\", \"block\": \"primary\", \"label\": {\"de-DE\": \"Rahmen bei Hover\", \"en-GB\": \"Border on hover\"}, \"value\": \"#d51523\", \"editable\": true}, \"ssik-metro-cart-offcanvas-checkoutbtn-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"checkout\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"value\": \"#d51523\", \"editable\": true}, \"ssik-metro-cart-offcanvas-closebtn-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"closebtn\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-cart-offcanvas-headline-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"headline\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-product-detail-info-font-size\": {\"tab\": \"product\", \"type\": \"text\", \"block\": \"info\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"13px\", \"editable\": true}, \"ssik-metro-product-detail-name-font-size\": {\"tab\": \"product\", \"type\": \"text\", \"block\": \"name\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"24px\", \"editable\": true}, \"ssik-metro-product-detail-wishlist-color\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"wishlist\", \"label\": {\"de-DE\": \"Symbol farbe\", \"en-GB\": \"Icon color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-sticky-navigation-hover-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"sticky\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-cart-offcanvas-basketbtn-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"basket\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-cart-offcanvas-promotionbtn-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background (Button)\"}, \"value\": \"#f1f3f2\", \"editable\": true}, \"ssik-metro-product-box-action-hover-color\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"action\", \"label\": {\"de-DE\": \"Symbol farbe bei Hover\", \"en-GB\": \"Icon color on hover\"}, \"value\": \"#d51523\", \"editable\": true}, \"ssik-metro-product-detail-buybtn-hover-bg\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"buybtn\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#D31622\", \"editable\": true}, \"ssik-metro-product-detail-new-price-color\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"newprice\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#d51523\", \"editable\": true}, \"ssik-metro-product-detail-old-price-color\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"oldprice\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#6a6a6a\", \"editable\": true}, \"ssik-metro-product-detail-price-font-size\": {\"tab\": \"product\", \"type\": \"text\", \"block\": \"price\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"26px\", \"editable\": true}, \"ssik-metro-sidebar-catalog-link-font-size\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"sidebar\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-cart-offcanvas-promoinput-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color (Input)\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-product-detail-buybtn-font-size\": {\"tab\": \"product\", \"type\": \"text\", \"block\": \"buybtn\", \"label\": {\"de-DE\": \"Schriftgröße\", \"en-GB\": \"Text size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-cart-offcanvas-checkoutbtn-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"checkout\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-cart-offcanvas-closebtn-hover-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"closebtn\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#313131\", \"editable\": true}, \"ssik-metro-cart-offcanvas-promoinput-border\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Rahmen (Input)\", \"en-GB\": \"Border (Input)\"}, \"value\": \"#f1f3f2\", \"editable\": true}, \"ssik-metro-navigation-flyout-link-font-size\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"flyout\", \"label\": {\"de-DE\": \"Linktextgröße\", \"en-GB\": \"Link text size\"}, \"value\": \"14px\", \"editable\": true}, \"ssik-metro-product-box-discount-price-color\": {\"tab\": \"productbox\", \"type\": \"color\", \"block\": \"newprice\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color\"}, \"value\": \"#e52427\", \"editable\": true}, \"ssik-metro-product-detail-wishlist-hover-bg\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"wishlist\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#e8ebea\", \"editable\": true}, \"ssik-metro-sidebar-catalog-link-hover-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"sidebar\", \"label\": {\"de-DE\": \"Link beim Mouseover\", \"en-GB\": \"Link color on mouseover\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-cart-offcanvas-basketbtn-hover-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"basket\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#dedede\", \"editable\": true}, \"ssik-metro-cart-offcanvas-closebtn-font-size\": {\"tab\": \"cartoffcanvas\", \"type\": \"text\", \"block\": \"closebtn\", \"label\": {\"de-DE\": \"Textgröße (Schriftgröße)\", \"en-GB\": \"Text size (Font size)\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-cart-offcanvas-headline-font-size\": {\"tab\": \"cartoffcanvas\", \"type\": \"text\", \"block\": \"headline\", \"label\": {\"de-DE\": \"Textgröße (Schriftgröße)\", \"en-GB\": \"Text size (Font size)\"}, \"value\": \"22px\", \"editable\": true}, \"ssik-metro-cart-offcanvas-promotionbtn-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Farbe\", \"en-GB\": \"Color (Button)\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-product-detail-buybtn-hover-color\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"buybtn\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-cart-offcanvas-basketbtn-font-size\": {\"tab\": \"cartoffcanvas\", \"type\": \"text\", \"block\": \"basket\", \"label\": {\"de-DE\": \"Textgröße \", \"en-GB\": \"Text size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-navigation-flyout-link-hover-color\": {\"tab\": \"mainmenu\", \"type\": \"color\", \"block\": \"flyout\", \"label\": {\"de-DE\": \"Linkfarbe bei Hover\", \"en-GB\": \"Link color on hover\"}, \"value\": \"#D51523\", \"editable\": true}, \"ssik-metro-cart-offcanvas-checkoutbtn-hover-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"checkout\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover\"}, \"value\": \"#151635\", \"editable\": true}, \"ssik-metro-cart-offcanvas-closebtn-hover-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"closebtn\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-product-detail-wishlist-hover-color\": {\"tab\": \"product\", \"type\": \"color\", \"block\": \"wishlist\", \"label\": {\"de-DE\": \"Symbol farbe bei Hover\", \"en-GB\": \"Icon color on hover\"}, \"value\": \"#121212\", \"editable\": true}, \"ssik-metro-cart-offcanvas-basketbtn-hover-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"basket\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#333\", \"editable\": true}, \"ssik-metro-cart-offcanvas-checkoutbtn-font-size\": {\"tab\": \"cartoffcanvas\", \"type\": \"text\", \"block\": \"checkout\", \"label\": {\"de-DE\": \"Textgröße \", \"en-GB\": \"Text size\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-cart-offcanvas-promotionbtn-hover-bg\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Hintergrund bei Hover\", \"en-GB\": \"Background on hover (Button)\"}, \"value\": \"#ECECEC\", \"editable\": true}, \"ssik-metro-cart-offcanvas-promotionbtn-font-size\": {\"tab\": \"cartoffcanvas\", \"type\": \"text\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Textgröße \", \"en-GB\": \"Text size (Button)\"}, \"value\": \"16px\", \"editable\": true}, \"ssik-metro-cart-offcanvas-checkoutbtn-hover-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"checkout\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover\"}, \"value\": \"#FFFFFF\", \"editable\": true}, \"ssik-metro-cart-offcanvas-promotionbtn-hover-color\": {\"tab\": \"cartoffcanvas\", \"type\": \"color\", \"block\": \"promotion\", \"label\": {\"de-DE\": \"Farbe bei Hover\", \"en-GB\": \"Color on hover (Button)\"}, \"value\": \"#333333\", \"editable\": true}, \"ssik-metro-navigation-flyout-category-link-font-size\": {\"tab\": \"mainmenu\", \"type\": \"text\", \"block\": \"flyout\", \"label\": {\"de-DE\": \"Name der Kategorie. Textgröße\", \"en-GB\": \"Name of category. Text size\"}, \"value\": \"16px\", \"editable\": true}}}', NULL, 0, '2023-05-07 15:20:34.346', '2023-05-07 15:54:44.080'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `theme_child` -- CREATE TABLE `theme_child` ( `parent_id` binary(16) NOT NULL, `child_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `theme_child` -- INSERT INTO `theme_child` (`parent_id`, `child_id`) VALUES (0x19ec60a73b6847b9a79b62ded4b0f420, 0x5d1c036df5034edebdcc51fbbe1d8fa6), (0x19ec60a73b6847b9a79b62ded4b0f420, 0xb42e2cdb010e4252a85c2849e5a4f6eb); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `theme_media` -- CREATE TABLE `theme_media` ( `theme_id` binary(16) NOT NULL, `media_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `theme_media` -- INSERT INTO `theme_media` (`theme_id`, `media_id`) VALUES (0x5d1c036df5034edebdcc51fbbe1d8fa6, 0x0110ee4983a14a5d93628fdc3fb58408), (0x19ec60a73b6847b9a79b62ded4b0f420, 0x134af743d80242dcb9dfa023f89ab4fe), (0x5d1c036df5034edebdcc51fbbe1d8fa6, 0x26fd26bc2b494af0a34c7ca6f2f35176), (0x5d1c036df5034edebdcc51fbbe1d8fa6, 0x2de3a489cbdd4a2c8e348af3fdc6d889), (0xb42e2cdb010e4252a85c2849e5a4f6eb, 0x2f406722b3af4551a3d339d87f8cfc62), (0xb42e2cdb010e4252a85c2849e5a4f6eb, 0x36aa321fc0fb48da82d79b07dd89980b), (0xb42e2cdb010e4252a85c2849e5a4f6eb, 0x4395c2d961ce42549a40168a32e08b38), (0x19ec60a73b6847b9a79b62ded4b0f420, 0x59c6cf9240f145c5b7de9ce4e1b195b9), (0xb42e2cdb010e4252a85c2849e5a4f6eb, 0xafcef6c540824829859c56ea579cebef), (0x19ec60a73b6847b9a79b62ded4b0f420, 0xdfeae997846f46068d8d2a4cf93dd561); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `theme_sales_channel` -- CREATE TABLE `theme_sales_channel` ( `theme_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `theme_sales_channel` -- INSERT INTO `theme_sales_channel` (`theme_id`, `sales_channel_id`) VALUES (0x5d1c036df5034edebdcc51fbbe1d8fa6, 0x8866b481ccef4f96ad00d0fd59f53dc0); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `theme_translation` -- CREATE TABLE `theme_translation` ( `theme_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `labels` json DEFAULT NULL, `help_texts` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `theme_translation` -- INSERT INTO `theme_translation` (`theme_id`, `language_id`, `description`, `labels`, `help_texts`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x19ec60a73b6847b9a79b62ded4b0f420, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, '{\"blocks.media\": \"Medien\", \"blocks.eCommerce\": \"E-Commerce\", \"blocks.unordered\": \"Sonstige\", \"blocks.typography\": \"Typografie\", \"blocks.themeColors\": \"Theme-Farben\", \"blocks.statusColors\": \"Status-Ausgaben\", \"fields.sw-color-info\": \"Information\", \"fields.sw-logo-share\": \"App- & Share-Icon\", \"fields.sw-text-color\": \"Textfarbe\", \"fields.sw-color-price\": \"Preis\", \"fields.sw-logo-mobile\": \"Mobil\", \"fields.sw-logo-tablet\": \"Tablet\", \"fields.sw-border-color\": \"Rahmen\", \"fields.sw-color-danger\": \"Fehler\", \"fields.sw-logo-desktop\": \"Desktop\", \"fields.sw-logo-favicon\": \"Favicon\", \"fields.sw-color-success\": \"Erfolg\", \"fields.sw-color-warning\": \"Hinweis\", \"fields.sw-headline-color\": \"Überschriftfarbe\", \"fields.sw-background-color\": \"Hintergrund\", \"fields.sw-color-buy-button\": \"Kaufen-Button\", \"fields.sw-font-family-base\": \"Schriftart Text\", \"fields.sw-color-brand-primary\": \"Primärfarbe\", \"fields.sw-font-family-headline\": \"Schriftart Überschrift\", \"fields.sw-color-brand-secondary\": \"Sekundärfarbe\", \"fields.sw-color-buy-button-text\": \"Kaufen-Button Text\"}', '{\"fields.sw-logo-mobile\": \"Wird bis zu einem Viewport von 767px angezeigt\", \"fields.sw-logo-tablet\": \"Wird zwischen einem viewport von 767px bis 991px angezeigt\", \"fields.sw-logo-desktop\": \"Wird bei Ansichten über 991px angezeigt und als Alternative bei kleineren Auflösungen, für die kein anderes Logo eingestellt ist.\"}', NULL, '2023-04-07 11:39:26.529', '2023-04-07 12:03:59.993'), (0x19ec60a73b6847b9a79b62ded4b0f420, 0x74abf495620848a19755546e0f70dbac, NULL, '{\"blocks.media\": \"Media\", \"blocks.eCommerce\": \"E-Commerce\", \"blocks.unordered\": \"Misc\", \"blocks.typography\": \"Typography\", \"blocks.themeColors\": \"Theme colours\", \"blocks.statusColors\": \"Status messages\", \"fields.sw-color-info\": \"Information\", \"fields.sw-logo-share\": \"App & share icon\", \"fields.sw-text-color\": \"Text colour\", \"fields.sw-color-price\": \"Price\", \"fields.sw-logo-mobile\": \"Mobile\", \"fields.sw-logo-tablet\": \"Tablet\", \"fields.sw-border-color\": \"Border\", \"fields.sw-color-danger\": \"Error\", \"fields.sw-logo-desktop\": \"Desktop\", \"fields.sw-logo-favicon\": \"Favicon\", \"fields.sw-color-success\": \"Success\", \"fields.sw-color-warning\": \"Notice\", \"fields.sw-headline-color\": \"Headline colour\", \"fields.sw-background-color\": \"Background\", \"fields.sw-color-buy-button\": \"Buy button\", \"fields.sw-font-family-base\": \"Fonttype text\", \"fields.sw-color-brand-primary\": \"Primary colour\", \"fields.sw-font-family-headline\": \"Fonttype headline\", \"fields.sw-color-brand-secondary\": \"Secondary colour\", \"fields.sw-color-buy-button-text\": \"Buy button text\"}', '{\"fields.sw-logo-mobile\": \"Displayed up to a viewport of 767px\", \"fields.sw-logo-tablet\": \"Displayed between a viewport of 767px to 991px\", \"fields.sw-logo-desktop\": \"Displayed on viewport sizes above 991px and as a fallback on smaller viewports, if no other logo is set.\"}', NULL, '2023-04-07 11:39:26.529', '2023-04-07 11:39:26.550'), (0x5d1c036df5034edebdcc51fbbe1d8fa6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, '{\"tabs.forms\": \"Forms\", \"tabs.modal\": \"Modal\", \"tabs.footer\": \"Footer\", \"tabs.header\": \"Header\", \"tabs.slider\": \"Slider\", \"tabs.listing\": \"Produktliste\", \"tabs.product\": \"Produktkarte\", \"tabs.checkout\": \"Einkaufswagen-Kasse\", \"tabs.mainmenu\": \"Menü\", \"tabs.register\": \"Registrierungs-/Anmeldeseite\", \"tabs.cartoffcanvas\": \"Warenkorb Offcanvas\", \"fields.sw-text-color\": \"Textfarbe\", \"fields.theme-input-bg\": \"Textfeld Hintergrund\", \"fields.sw-border-color\": \"Rahmen\", \"fields.theme-footer-bg\": \"Hintergrund\", \"fields.theme-header-bg\": \"Header Hintergrund\", \"fields.ssik-footer-logo\": \"Logo\", \"fields.theme-sidebar-bg\": \"Hintergrundfarbe der Seitenleiste\", \"fields.sw-headline-color\": \"Überschriftfarbe\", \"fields.theme-input-color\": \"Input Textfarbe\", \"fields.theme-footer-color\": \"Textfarbe\", \"fields.sw-background-color\": \"Hintergrund\", \"fields.sw-color-buy-button\": \"Kaufen-Button\", \"fields.sw-font-family-base\": \"Schriftart Text\", \"fields.ssik-button-light-bg\": \"Hintergrund\", \"fields.ssik-product-card-bg\": \"Hintergrund\", \"fields.theme-base-font-size\": \"Größe des Basistextes\", \"fields.theme-input-focus-bg\": \"Input aktiv Hintergrundfarbe\", \"fields.theme-sidebar-border\": \"Randfarbe der Seitenleiste\", \"fields.ssik-modal-content-bg\": \"Hintergrund\", \"fields.theme-base-link-color\": \"Linkfarbe\", \"fields.theme-input-font-size\": \"Input Schriftgröße\", \"fields.ssik-cart-offcanvas-bg\": \"Hintergrund\", \"fields.ssik-modal-backdrop-bg\": \"Backdrop\", \"fields.sw-color-brand-primary\": \"Primärfarbe\", \"fields.theme-footer-bottom-bg\": \"Hintergrund\", \"fields.theme-menu-dropdown-bg\": \"Hintergrund\", \"fields.ssik-button-light-color\": \"Farbe\", \"fields.ssik-footer-link-border\": \"Farbe des Linkrahmens\", \"fields.ssik-footer-logo-height\": \"Logohöhe\", \"fields.ssik-header-info-col-bg\": \"Hintergrund\", \"fields.sw-font-family-headline\": \"Schriftart Überschrift\", \"fields.theme-cookie-bar-btn-bg\": \"Button-Hintergrund\", \"fields.theme-footer-link-color\": \"Verknüpfungsfarbe\", \"fields.theme-header-top-bar-bg\": \"Hintergrund\", \"fields.theme-input-focus-color\": \"Input aktiv Textfarbe\", \"fields.theme-input-label-color\": \"Label Textfarbe\", \"fields.ssik-checkout-summary-bg\": \"Hintergrund\", \"fields.ssik-modal-content-color\": \"Farbe\", \"fields.ssik-product-card-border\": \"Rahmen\", \"fields.ssik-scroll-up-button-bg\": \"Hintergrund\", \"fields.sw-color-brand-secondary\": \"Sekundärfarbe\", \"fields.sw-color-buy-button-text\": \"Kaufen-Button Text\", \"fields.theme-input-border-color\": \"Input Randfarbe\", \"fields.theme-main-navigation-bg\": \"Hintergrund\", \"fields.theme-sticky-cart-btn-bg\": \"Warenkorb Hintergrund\", \"fields.theme-usp-bar-background\": \"Hintergrund\", \"fields.theme-usp-bar-icon-color\": \"Symbolfarbe\", \"fields.theme-usp-bar-text-color\": \"Textfarbe\", \"fields.ssik-cart-offcanvas-color\": \"Farbe\", \"fields.ssik-filter-panel-item-bg\": \"Hintergrund des Filterpanels\", \"fields.ssik-header-info-col-link\": \"Link Farbe\", \"fields.ssik-modal-content-border\": \"Rahmen\", \"fields.theme-base-slider-dots-bg\": \"Slider Button-Hintergrund\", \"fields.theme-footer-border-color\": \"Rahmen\", \"fields.theme-footer-bottom-color\": \"Textfarbe\", \"fields.theme-quantity-counter-bg\": \"Hintergrund\", \"fields.ssik-cart-offcanvas-border\": \"Rahmen\", \"fields.ssik-header-info-col-color\": \"Textfarbe\", \"fields.theme-cookie-bar-btn-color\": \"Textfarbe der Schaltfläche\", \"fields.theme-menu-dropdown-border\": \"Rand unten\", \"fields.theme-navigation-flyout-bg\": \"Hintergrund\", \"fields.theme-sticky-navigation-bg\": \"Hintergrund\", \"fields.ssik-checkout-summary-color\": \"Farbe\", \"fields.ssik-scroll-up-button-color\": \"Farbe\", \"fields.theme-base-link-hover-color\": \"Linkfarbe aktiv\", \"fields.theme-breadcrumb-link-color\": \"Farbe des Breadcrumb-Links\", \"fields.theme-breadcrumb-page-color\": \"Paniermehl Farbe\", \"fields.theme-cookie-bar-background\": \"Hintergrund\", \"fields.theme-cookie-bar-link-color\": \"Linkfarbe\", \"fields.theme-cookie-bar-text-color\": \"Textfarbe\", \"fields.theme-footer-social-icon-bg\": \"Hintergrund der Social-Media-Symbole\", \"fields.theme-header-top-bar-border\": \"Rahmen\", \"fields.theme-input-label-font-size\": \"Label Schriftgröße\", \"fields.theme-main-navigation-align\": \"Ausrichtungsmethode\", \"fields.theme-product-badges-new-bg\": \"Hintergrundfarbe des neuen Produktabzeichens\", \"fields.theme-sticky-cart-btn-color\": \"Textfarbe\", \"fields.ssik-checkout-summary-border\": \"Rahmen\", \"fields.ssik-navigation-offcanvas-bg\": \"Hintergrund\", \"fields.theme-announcement-banner-bg\": \"Hintergrund\", \"fields.theme-header-search-input-bg\": \"Hintergrundfarbe des Suchfelds\", \"fields.theme-main-navigation-border\": \"Obere Randfarbe\", \"fields.theme-usp-bar-icon-font-size\": \"Symbolgröße\", \"fields.theme-usp-bar-text-font-size\": \"Textgröße\", \"fields.ssik-account-menu-dropdown-bg\": \"Hintergrund\", \"fields.ssik-filter-panel-dropdown-bg\": \"Dropdown-Hintergrund des Filterbereichs\", \"fields.theme-filter-panel-item-color\": \"Elementfarbe des Filterfelds\", \"fields.theme-footer-link-hover-color\": \"Link beim Mouseover\", \"fields.theme-menu-dropdown-font-size\": \"Linktextgröße\", \"fields.theme-pagination-page-link-bg\": \"Seitennummerierung Hintergrundfarbe\", \"fields.theme-product-card-name-color\": \"Produktname Farbe\", \"fields.theme-quantity-counter-border\": \"Rahmen\", \"fields.theme-quantity-counter-btn-bg\": \"Button-Hintergrund\", \"fields.ssik-scroll-up-button-bg-hover\": \"Hintergrund beim Hover\", \"fields.theme-footer-social-icon-color\": \"Farbe der Symbole für soziale Medien\", \"fields.theme-input-border-hover-color\": \"Input Hover-Rahmenfarbe\", \"fields.theme-input-focus-border-color\": \"Input aktiv Rahmenfarbe\", \"fields.theme-menu-dropdown-color-text\": \"Linkfarbe\", \"fields.theme-newsletter-form-input-bg\": \"Input-Hintergrund\", \"fields.theme-product-card-price-color\": \"Produktpreis Farbe\", \"fields.theme-usp-bar-text-font-weight\": \"Textstil\", \"fields.ssik-account-menu-dropdown-link\": \"Link\", \"fields.ssik-account-register-button-bg\": \"Hintergrund\", \"fields.ssik-cart-offcanvas-closebtn-bg\": \"Hintergrund\", \"fields.ssik-navigation-offcanvas-color\": \"Farbe\", \"fields.theme-announcement-banner-color\": \"Textfarbe\", \"fields.theme-base-slider-dots-hover-bg\": \"Slider Button-Hintergrund beim Mouseover\", \"fields.theme-breadcrumb-link-font-size\": \"Schriftgröße des Breadcrumb-Links\", \"fields.theme-footer-contact-link-color\": \"Farbe des Kontaktlinks\", \"fields.theme-footer-social-icon-border\": \"Rahmenfarbe der Social Media Icons\", \"fields.theme-footer-usp-bar-background\": \"Hintergrund\", \"fields.theme-footer-usp-bar-icon-color\": \"Symbolfarbe\", \"fields.theme-footer-usp-bar-text-color\": \"Textfarbe\", \"fields.theme-header-search-input-color\": \"Textfarbe\", \"fields.theme-main-navigation-font-size\": \"Schriftgröße\", \"fields.theme-menu-dropdown-font-weight\": \"Schriftgewicht\", \"fields.theme-newsletter-form-submit-bg\": \"Button-Hintergrund\", \"fields.theme-sticky-navigation-z-index\": \"Blockstapelreihenfolge (z-Index)\", \"fields.ssik-account-menu-dropdown-color\": \"Farbe\", \"fields.ssik-cart-offcanvas-basketbtn-bg\": \"Hintergrund\", \"fields.ssik-navigation-offcanvas-border\": \"Rahmen\", \"fields.theme-header-search-input-border\": \"Rahmenfarbe des Suchfelds\", \"fields.theme-main-navigation-color-text\": \"Textfarbe\", \"fields.theme-pagination-page-link-color\": \"Seitennummerierung Textfarbe\", \"fields.theme-product-badges-discount-bg\": \"Hintergrundfarbe des ermäßigten Produktabzeichens\", \"fields.theme-quantity-counter-font-size\": \"Schriftgröße\", \"fields.ssik-account-menu-dropdown-border\": \"Rahmen\", \"fields.ssik-account-register-info-box-bg\": \"Hintergrund\", \"fields.ssik-cart-offcanvas-promoinput-bg\": \"Hintergrund\", \"fields.ssik-filter-panel-dropdown-border\": \"Dropdown-Rand des Filterbereichs\", \"fields.ssik-scroll-up-button-color-hover\": \"Farbe beim Hover\", \"fields.theme-breadcrumb-link-hover-color\": \"Farbe des aktiven Breadcrumb-Links\", \"fields.theme-filter-panel-item-font-size\": \"Schriftgröße des Filterfelds\", \"fields.theme-filter-panel-item-toogle-bg\": \"Hintergrund\", \"fields.theme-footer-social-icon-bg-hover\": \"Social Media Icons Hintergrund bei Mouseover\", \"fields.theme-main-navigation-font-weight\": \"Schriftgewicht\", \"fields.theme-newsletter-form-input-color\": \"Textfarbe\", \"fields.theme-pagination-page-link-border\": \"Seitennummerierung Rahmenfarbe\", \"fields.theme-product-badges-freeshipp-bg\": \"Hintergrundfarbe des kostenlosen Versandabzeichens\", \"fields.theme-product-badges-topseller-bg\": \"Hintergrundfarbe für Topseller-Produkt\", \"fields.ssik-account-register-button-color\": \"Textfarbe\", \"fields.ssik-cart-offcanvas-checkoutbtn-bg\": \"Hintergrund\", \"fields.ssik-cart-offcanvas-closebtn-color\": \"Farbe\", \"fields.ssik-cart-offcanvas-headline-color\": \"Farbe\", \"fields.ssik-navigation-flyout-link-border\": \"Farbe des Linkrahmens\", \"fields.theme-footer-column-headline-color\": \"Kopfzeilenfarbe\", \"fields.theme-header-action-btn-icon-color\": \"Farbe\", \"fields.theme-menu-dropdown-text-transform\": \"Texttransformation\", \"fields.theme-navigation-flyout-link-color\": \"Linkfarbe\", \"fields.theme-newsletter-form-input-border\": \"Input-Rahmen\", \"fields.theme-newsletter-form-submit-color\": \"Textfarbe der Schaltfläche\", \"fields.theme-sticky-navigation-color-text\": \"Textfarbe\", \"fields.ssik-account-register-card-title-bg\": \"Hintergrund\", \"fields.ssik-cart-offcanvas-basketbtn-color\": \"Farbe\", \"fields.ssik-cart-offcanvas-promotionbtn-bg\": \"Hintergrund\", \"fields.theme-announcement-banner-font-size\": \"Textgröße (Schriftgröße)\", \"fields.theme-footer-usp-bar-icon-font-size\": \"Symbolgröße\", \"fields.theme-footer-usp-bar-text-font-size\": \"Textgröße\", \"fields.theme-header-search-input-font-size\": \"Textgröße (Schriftgröße)\", \"fields.theme-main-navigation-item-hover-bg\": \"Hintergrundfarbe bei Hover\", \"fields.theme-product-card-name-hover-color\": \"Farbe des Produktnamens beim Hover\", \"fields.theme-quantity-offcanvas-counter-bg\": \"Hintergrund (Input)\", \"fields.ssik-account-register-info-box-color\": \"Textfarbe\", \"fields.ssik-cart-offcanvas-promoinput-color\": \"Farbe\", \"fields.ssik-navigation-offcanvas-link-color\": \"Link\", \"fields.theme-category-navigation-link-color\": \"Verknüpfungsfarbe\", \"fields.theme-filter-panel-item-active-color\": \"Aktive Farbe des Filterfelds\", \"fields.theme-filter-panel-item-border-color\": \"Rahmenfarbe des Filterfelds\", \"fields.theme-footer-social-icon-hover-color\": \"Symbole beim Mouseover\", \"fields.theme-main-navigation-text-transform\": \"Textumwandlung\", \"fields.theme-menu-dropdown-hover-color-text\": \"Farbe des aktiven Links\", \"fields.theme-pagination-page-link-font-size\": \"Seitennummerierung Schriftgröße\", \"fields.ssik-account-menu-dropdown-hover-link\": \"Link bei Hover\", \"fields.ssik-account-register-info-box-border\": \"Hintergrund\", \"fields.ssik-cart-offcanvas-checkoutbtn-color\": \"Farbe\", \"fields.ssik-cart-offcanvas-closebtn-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-cart-offcanvas-promoinput-border\": \"Rahmen (Input)\", \"fields.ssik-quantity-offcanvas-counter-color\": \"Farbe (Input)\", \"fields.theme-category-navigation-link-border\": \"Rahmenfarbe\", \"fields.theme-footer-contact-link-hover-color\": \"Kontaktlink beim Mouseover\", \"fields.theme-footer-social-icon-border-hover\": \"Rahmenfarbe von Social-Media-Symbolen beim Mouseover\", \"fields.theme-footer-usp-bar-text-font-weight\": \"Textstil\", \"fields.theme-newsletter-form-input-font-size\": \"Schriftgröße\", \"fields.theme-sticky-navigation-item-hover-bg\": \"Hintergrundfarbe bei Hover\", \"fields.ssik-account-register-button-font-size\": \"Textgröße\", \"fields.ssik-account-register-card-title-color\": \"Textfarbe\", \"fields.ssik-account-register-page-title-color\": \"Textfarbe\", \"fields.ssik-cart-offcanvas-basketbtn-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-cart-offcanvas-closebtn-font-size\": \"Textgröße (Schriftgröße)\", \"fields.ssik-cart-offcanvas-headline-font-size\": \"Textgröße (Schriftgröße)\", \"fields.ssik-cart-offcanvas-promotionbtn-color\": \"Farbe\", \"fields.ssik-liberty-base-logo-container-width\": \"Breite für Logo-Container\", \"fields.ssik-quantity-offcanvas-counter-border\": \"Rahmen\", \"fields.ssik-quantity-offcanvas-counter-btn-bg\": \"Hintergrund (Button)\", \"fields.theme-footer-column-headline-font-size\": \"Textgröße der Kopfzeile\", \"fields.theme-main-navigation-item-hover-color\": \"Textfarbe bei Hover\", \"fields.theme-navigation-flyout-link-font-size\": \"Linktextgröße\", \"fields.theme-newsletter-form-submit-font-size\": \"Schriftgröße für Schaltflächen\", \"fields.ssik-cart-offcanvas-basketbtn-font-size\": \"Textgröße \", \"fields.theme-product-card-discount-price-color\": \"Rabatt Produktpreis Farbe\", \"fields.ssik-account-register-info-box-font-size\": \"Textgröße\", \"fields.ssik-cart-offcanvas-checkoutbtn-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-cart-offcanvas-closebtn-hover-color\": \"Farbe bei Hover\", \"fields.theme-category-navigation-link-font-size\": \"Textgröße des Links\", \"fields.theme-filter-panel-item-toogle-active-bg\": \"Hintergrund bei Mouseover\", \"fields.theme-header-action-btn-icon-hover-color\": \"Farbe bei Hover\", \"fields.theme-navigation-flyout-link-hover-color\": \"Linkfarbe bei Hover\", \"fields.theme-sticky-navigation-item-hover-color\": \"Textfarbe bei Hover\", \"fields.ssik-account-register-info-box-link-color\": \"Link farbe\", \"fields.ssik-cart-offcanvas-basketbtn-hover-color\": \"Farbe bei Hover\", \"fields.ssik-cart-offcanvas-checkoutbtn-font-size\": \"Textgröße \", \"fields.ssik-cart-offcanvas-promotionbtn-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-quantity-offcanvas-counter-btn-color\": \"Farbe (Button)\", \"fields.theme-filter-panel-item-toogle-icon-color\": \"Symbolfarbe\", \"fields.ssik-account-register-card-title-font-size\": \"Textgröße\", \"fields.ssik-account-register-page-title-font-size\": \"Textgröße\", \"fields.ssik-cart-offcanvas-promotionbtn-font-size\": \"Textgröße \", \"fields.theme-category-navigation-link-color-hover\": \"Link beim Mouseover\", \"fields.theme-quantity-offcanvas-counter-font-size\": \"Textgröße (Input)\", \"fields.ssik-cart-offcanvas-checkoutbtn-hover-color\": \"Farbe bei Hover\", \"fields.ssik-cart-offcanvas-promotionbtn-hover-color\": \"Farbe bei Hover\", \"fields.ssik-quantity-offcanvas-counter-btn-hover-bg\": \"Hintergrund (Button Hover)\", \"fields.ssik-quantity-offcanvas-counter-btn-hover-color\": \"Farbe (Button Hover)\", \"fields.theme-navigation-flyout-category-link-font-size\": \"Name der Kategorie. Textgröße\", \"fields.theme-filter-panel-item-toogle-icon-active-color\": \"Symbolfarbe beim Mouseover\"}', NULL, NULL, '2023-04-07 12:14:35.207', '2023-05-07 15:54:28.354'), (0x5d1c036df5034edebdcc51fbbe1d8fa6, 0x74abf495620848a19755546e0f70dbac, NULL, '{\"tabs.forms\": \"Forms\", \"tabs.modal\": \"Modal\", \"tabs.footer\": \"Footer\", \"tabs.header\": \"Header\", \"tabs.slider\": \"Slider\", \"tabs.listing\": \"Product list\", \"tabs.product\": \"Product Card\", \"tabs.checkout\": \"Cart Checkout\", \"tabs.mainmenu\": \"Menu\", \"tabs.register\": \"Register/Login Page\", \"tabs.cartoffcanvas\": \"Cart Offcanvas\", \"fields.sw-text-color\": \"Text color\", \"fields.theme-input-bg\": \"Input background\", \"fields.sw-border-color\": \"Border\", \"fields.theme-footer-bg\": \"Background\", \"fields.theme-header-bg\": \"Header background\", \"fields.ssik-footer-logo\": \"Logo\", \"fields.theme-sidebar-bg\": \"Sidebar background color\", \"fields.sw-headline-color\": \"Headline color\", \"fields.theme-input-color\": \"Input text color\", \"fields.theme-footer-color\": \"Text color\", \"fields.sw-background-color\": \"Background\", \"fields.sw-color-buy-button\": \"Buy button\", \"fields.sw-font-family-base\": \"Fonttype text\", \"fields.ssik-button-light-bg\": \"Backdrop\", \"fields.ssik-product-card-bg\": \"Background\", \"fields.theme-base-font-size\": \"Base text size\", \"fields.theme-input-focus-bg\": \"Input focus background color\", \"fields.theme-sidebar-border\": \"Sidebar border color\", \"fields.ssik-modal-content-bg\": \"Background\", \"fields.theme-base-link-color\": \"Link Color\", \"fields.theme-input-font-size\": \"Input font size\", \"fields.ssik-cart-offcanvas-bg\": \"Background\", \"fields.ssik-modal-backdrop-bg\": \"Backdrop\", \"fields.sw-color-brand-primary\": \"Primary color\", \"fields.theme-footer-bottom-bg\": \"Background\", \"fields.theme-menu-dropdown-bg\": \"Background\", \"fields.ssik-button-light-color\": \"Color\", \"fields.ssik-footer-link-border\": \"Link border color\", \"fields.ssik-footer-logo-height\": \"Logo height\", \"fields.ssik-header-info-col-bg\": \"Background\", \"fields.sw-font-family-headline\": \"Fonttype headline\", \"fields.theme-cookie-bar-btn-bg\": \"Button background\", \"fields.theme-footer-link-color\": \"Link color\", \"fields.theme-header-top-bar-bg\": \"Background\", \"fields.theme-input-focus-color\": \"Input focus text color\", \"fields.theme-input-label-color\": \"Label text color\", \"fields.ssik-checkout-summary-bg\": \"Background\", \"fields.ssik-modal-content-color\": \"Color\", \"fields.ssik-product-card-border\": \"Border\", \"fields.ssik-scroll-up-button-bg\": \"Background\", \"fields.sw-color-brand-secondary\": \"Secondary color\", \"fields.sw-color-buy-button-text\": \"Buy button text\", \"fields.theme-input-border-color\": \"Input border color\", \"fields.theme-main-navigation-bg\": \"Background\", \"fields.theme-sticky-cart-btn-bg\": \"Shopping cart background\", \"fields.theme-usp-bar-background\": \"Background\", \"fields.theme-usp-bar-icon-color\": \"Icon color\", \"fields.theme-usp-bar-text-color\": \"Text color\", \"fields.ssik-cart-offcanvas-color\": \"Color\", \"fields.ssik-filter-panel-item-bg\": \"Filter panel background\", \"fields.ssik-header-info-col-link\": \"Link color\", \"fields.ssik-modal-content-border\": \"Border\", \"fields.theme-base-slider-dots-bg\": \"Slider dots background\", \"fields.theme-footer-border-color\": \"Border\", \"fields.theme-footer-bottom-color\": \"Text color\", \"fields.theme-quantity-counter-bg\": \"Background\", \"fields.ssik-cart-offcanvas-border\": \"Border\", \"fields.ssik-header-info-col-color\": \"Text color\", \"fields.theme-cookie-bar-btn-color\": \"Button text color\", \"fields.theme-menu-dropdown-border\": \"Border bottom\", \"fields.theme-navigation-flyout-bg\": \"Background\", \"fields.theme-sticky-navigation-bg\": \"Background\", \"fields.ssik-checkout-summary-color\": \"Color\", \"fields.ssik-scroll-up-button-color\": \"Color\", \"fields.theme-base-link-hover-color\": \"Link Color hover\", \"fields.theme-breadcrumb-link-color\": \"Breadcrumb link color\", \"fields.theme-breadcrumb-page-color\": \"Breadcrumb text color\", \"fields.theme-cookie-bar-background\": \"Background\", \"fields.theme-cookie-bar-link-color\": \"Link color\", \"fields.theme-cookie-bar-text-color\": \"Text color\", \"fields.theme-footer-social-icon-bg\": \"Social media icons background\", \"fields.theme-header-top-bar-border\": \"Border color\", \"fields.theme-input-label-font-size\": \"Label font size\", \"fields.theme-main-navigation-align\": \"Alignment method\", \"fields.theme-product-badges-new-bg\": \"New product badge background color\", \"fields.theme-sticky-cart-btn-color\": \"Text color\", \"fields.ssik-checkout-summary-border\": \"Border\", \"fields.ssik-navigation-offcanvas-bg\": \"Background\", \"fields.theme-announcement-banner-bg\": \"Background\", \"fields.theme-header-search-input-bg\": \"Search box background\", \"fields.theme-main-navigation-border\": \"Top border color\", \"fields.theme-usp-bar-icon-font-size\": \"Icon Size\", \"fields.theme-usp-bar-text-font-size\": \"Text Size\", \"fields.ssik-account-menu-dropdown-bg\": \"Background\", \"fields.ssik-filter-panel-dropdown-bg\": \"Filter panel dropdown background\", \"fields.theme-filter-panel-item-color\": \"Filter panel item color\", \"fields.theme-footer-link-hover-color\": \"Link color on mouseover\", \"fields.theme-menu-dropdown-font-size\": \"Link text size\", \"fields.theme-pagination-page-link-bg\": \"Pagination background color\", \"fields.theme-product-card-name-color\": \"Product name color\", \"fields.theme-quantity-counter-border\": \"Border\", \"fields.theme-quantity-counter-btn-bg\": \"Button background\", \"fields.ssik-scroll-up-button-bg-hover\": \"Background on hover\", \"fields.theme-footer-social-icon-color\": \"Social media icons color\", \"fields.theme-input-border-hover-color\": \"Input hover border color\", \"fields.theme-input-focus-border-color\": \"Input focus border color\", \"fields.theme-menu-dropdown-color-text\": \"Link color\", \"fields.theme-newsletter-form-input-bg\": \"Input Background\", \"fields.theme-product-card-price-color\": \"Product price color\", \"fields.theme-usp-bar-text-font-weight\": \"Text Style\", \"fields.ssik-account-menu-dropdown-link\": \"Link\", \"fields.ssik-account-register-button-bg\": \"Background\", \"fields.ssik-cart-offcanvas-closebtn-bg\": \"Background\", \"fields.ssik-navigation-offcanvas-color\": \"Color\", \"fields.theme-announcement-banner-color\": \"Text color\", \"fields.theme-base-slider-dots-hover-bg\": \"Slider dots hover background\", \"fields.theme-breadcrumb-link-font-size\": \"Breadcrumb link text size\", \"fields.theme-footer-contact-link-color\": \"Contact link color\", \"fields.theme-footer-social-icon-border\": \"Social media icons border color\", \"fields.theme-footer-usp-bar-background\": \"Background\", \"fields.theme-footer-usp-bar-icon-color\": \"Icon color\", \"fields.theme-footer-usp-bar-text-color\": \"Text color\", \"fields.theme-header-search-input-color\": \"Text color\", \"fields.theme-main-navigation-font-size\": \"Text size\", \"fields.theme-menu-dropdown-font-weight\": \"Font weight\", \"fields.theme-newsletter-form-submit-bg\": \"Button background\", \"fields.theme-sticky-navigation-z-index\": \"Block stacking order (z-index)\", \"fields.ssik-account-menu-dropdown-color\": \"Color\", \"fields.ssik-cart-offcanvas-basketbtn-bg\": \"Background\", \"fields.ssik-navigation-offcanvas-border\": \"Border\", \"fields.theme-header-search-input-border\": \"Search box border color\", \"fields.theme-main-navigation-color-text\": \"Text color\", \"fields.theme-pagination-page-link-color\": \"Pagination text color\", \"fields.theme-product-badges-discount-bg\": \"Discounted product badge background color\", \"fields.theme-quantity-counter-font-size\": \"Font size\", \"fields.ssik-account-menu-dropdown-border\": \"Border\", \"fields.ssik-account-register-info-box-bg\": \"Background\", \"fields.ssik-cart-offcanvas-promoinput-bg\": \"Background (Input)\", \"fields.ssik-filter-panel-dropdown-border\": \"Filter panel dropdown border\", \"fields.ssik-scroll-up-button-color-hover\": \"Color on hover\", \"fields.theme-breadcrumb-link-hover-color\": \"Breadcrumb active link color\", \"fields.theme-filter-panel-item-font-size\": \"Filter panel item text size\", \"fields.theme-filter-panel-item-toogle-bg\": \"Background\", \"fields.theme-footer-social-icon-bg-hover\": \"Social media icons background on mouseover\", \"fields.theme-main-navigation-font-weight\": \"Font weight\", \"fields.theme-newsletter-form-input-color\": \"Text Color\", \"fields.theme-pagination-page-link-border\": \"Pagination border\", \"fields.theme-product-badges-freeshipp-bg\": \"Free shipping badge background color\", \"fields.theme-product-badges-topseller-bg\": \"Background color for topseller product\", \"fields.ssik-account-register-button-color\": \"Text color\", \"fields.ssik-cart-offcanvas-checkoutbtn-bg\": \"Background\", \"fields.ssik-cart-offcanvas-closebtn-color\": \"Color\", \"fields.ssik-cart-offcanvas-headline-color\": \"Color\", \"fields.ssik-navigation-flyout-link-border\": \"Link border color\", \"fields.theme-footer-column-headline-color\": \"Header color\", \"fields.theme-header-action-btn-icon-color\": \"Color\", \"fields.theme-menu-dropdown-text-transform\": \"Text transform\", \"fields.theme-navigation-flyout-link-color\": \"Link color\", \"fields.theme-newsletter-form-input-border\": \"Input border\", \"fields.theme-newsletter-form-submit-color\": \"Button text color\", \"fields.theme-sticky-navigation-color-text\": \"Text color\", \"fields.ssik-account-register-card-title-bg\": \"Background\", \"fields.ssik-cart-offcanvas-basketbtn-color\": \"Color\", \"fields.ssik-cart-offcanvas-promotionbtn-bg\": \"Background (Button)\", \"fields.theme-announcement-banner-font-size\": \"Text size (Font size)\", \"fields.theme-footer-usp-bar-icon-font-size\": \"Icon Size\", \"fields.theme-footer-usp-bar-text-font-size\": \"Text Size\", \"fields.theme-header-search-input-font-size\": \"Text size (Font size)\", \"fields.theme-main-navigation-item-hover-bg\": \"Background color on hover\", \"fields.theme-product-card-name-hover-color\": \"Product name color on hover\", \"fields.theme-quantity-offcanvas-counter-bg\": \"Background (Input)\", \"fields.ssik-account-register-info-box-color\": \"Text color\", \"fields.ssik-cart-offcanvas-promoinput-color\": \"Color (Input)\", \"fields.ssik-navigation-offcanvas-link-color\": \"Link\", \"fields.theme-category-navigation-link-color\": \"Link color\", \"fields.theme-filter-panel-item-active-color\": \"Filter panel item active color\", \"fields.theme-filter-panel-item-border-color\": \"Filter panel item border color\", \"fields.theme-footer-social-icon-hover-color\": \"Social media icons color on mouseover\", \"fields.theme-main-navigation-text-transform\": \"Text transform\", \"fields.theme-menu-dropdown-hover-color-text\": \"Active link color\", \"fields.theme-pagination-page-link-font-size\": \"Pagination text size\", \"fields.ssik-account-menu-dropdown-hover-link\": \"Link on hover\", \"fields.ssik-account-register-info-box-border\": \"Background\", \"fields.ssik-cart-offcanvas-checkoutbtn-color\": \"Color\", \"fields.ssik-cart-offcanvas-closebtn-hover-bg\": \"Background on hover\", \"fields.ssik-cart-offcanvas-promoinput-border\": \"Border (Input)\", \"fields.ssik-quantity-offcanvas-counter-color\": \"Color (Input)\", \"fields.theme-category-navigation-link-border\": \"Border color\", \"fields.theme-footer-contact-link-hover-color\": \"Contact link color on mouseover\", \"fields.theme-footer-social-icon-border-hover\": \"Social media icons border color on mouseover\", \"fields.theme-footer-usp-bar-text-font-weight\": \"Text Style\", \"fields.theme-newsletter-form-input-font-size\": \"Font Size\", \"fields.theme-sticky-navigation-item-hover-bg\": \"Background color on hover\", \"fields.ssik-account-register-button-font-size\": \"Text size\", \"fields.ssik-account-register-card-title-color\": \"Text color\", \"fields.ssik-account-register-page-title-color\": \"Text color\", \"fields.ssik-cart-offcanvas-basketbtn-hover-bg\": \"Background on hover\", \"fields.ssik-cart-offcanvas-closebtn-font-size\": \"Text size (Font size)\", \"fields.ssik-cart-offcanvas-headline-font-size\": \"Text size (Font size)\", \"fields.ssik-cart-offcanvas-promotionbtn-color\": \"Color (Button)\", \"fields.ssik-liberty-base-logo-container-width\": \"Width for Logo Container\", \"fields.ssik-quantity-offcanvas-counter-border\": \"Border\", \"fields.ssik-quantity-offcanvas-counter-btn-bg\": \"Background (Button)\", \"fields.theme-footer-column-headline-font-size\": \"Header text size\", \"fields.theme-main-navigation-item-hover-color\": \"Text color on hover\", \"fields.theme-navigation-flyout-link-font-size\": \"Link text size\", \"fields.theme-newsletter-form-submit-font-size\": \"Button font size\", \"fields.ssik-cart-offcanvas-basketbtn-font-size\": \"Text size\", \"fields.theme-product-card-discount-price-color\": \"Discount product price color\", \"fields.ssik-account-register-info-box-font-size\": \"Text size\", \"fields.ssik-cart-offcanvas-checkoutbtn-hover-bg\": \"Background on hover\", \"fields.ssik-cart-offcanvas-closebtn-hover-color\": \"Color on hover\", \"fields.theme-category-navigation-link-font-size\": \"Link text size\", \"fields.theme-filter-panel-item-toogle-active-bg\": \"Background on mouseover\", \"fields.theme-header-action-btn-icon-hover-color\": \"Color on hover\", \"fields.theme-navigation-flyout-link-hover-color\": \"Link color on hover\", \"fields.theme-sticky-navigation-item-hover-color\": \"Text color on hover\", \"fields.ssik-account-register-info-box-link-color\": \"Link color\", \"fields.ssik-cart-offcanvas-basketbtn-hover-color\": \"Color on hover\", \"fields.ssik-cart-offcanvas-checkoutbtn-font-size\": \"Text size\", \"fields.ssik-cart-offcanvas-promotionbtn-hover-bg\": \"Background on hover (Button)\", \"fields.ssik-quantity-offcanvas-counter-btn-color\": \"Color (Button)\", \"fields.theme-filter-panel-item-toogle-icon-color\": \"Icon color\", \"fields.ssik-account-register-card-title-font-size\": \"Text size\", \"fields.ssik-account-register-page-title-font-size\": \"Text size\", \"fields.ssik-cart-offcanvas-promotionbtn-font-size\": \"Text size (Button)\", \"fields.theme-category-navigation-link-color-hover\": \"Link color on mouseover\", \"fields.theme-quantity-offcanvas-counter-font-size\": \"Text size (Input)\", \"fields.ssik-cart-offcanvas-checkoutbtn-hover-color\": \"Color on hover\", \"fields.ssik-cart-offcanvas-promotionbtn-hover-color\": \"Color on hover (Button)\", \"fields.ssik-quantity-offcanvas-counter-btn-hover-bg\": \"Background (Button Hover)\", \"fields.ssik-quantity-offcanvas-counter-btn-hover-color\": \"Color (Button Hover)\", \"fields.theme-navigation-flyout-category-link-font-size\": \"Name of category. Text size\", \"fields.theme-filter-panel-item-toogle-icon-active-color\": \"Icon color on mouseover\"}', NULL, NULL, '2023-04-07 12:14:35.207', '2023-05-07 15:53:34.018'), (0xb42e2cdb010e4252a85c2849e5a4f6eb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, '{\"tabs.base\": \"Metro\", \"tabs.forms\": \"Forms\", \"tabs.badges\": \"Produktabzeichen\", \"tabs.footer\": \"Footer\", \"tabs.header\": \"Header\", \"tabs.slider\": \"Slider\", \"tabs.topbar\": \"Top-bar\", \"tabs.listing\": \"Kategorieseiten\", \"tabs.product\": \"Produktdetail\", \"tabs.checkout\": \"Einkaufswagen-Kasse\", \"tabs.mainmenu\": \"Menü\", \"tabs.productbox\": \"Produktbox\", \"tabs.cartoffcanvas\": \"Warenkorb Offcanvas\", \"fields.sw-logo-share\": \"App- & Share-Icon\", \"fields.sw-logo-mobile\": \"Mobil\", \"fields.sw-logo-tablet\": \"Tablet\", \"fields.sw-logo-desktop\": \"Desktop\", \"fields.sw-logo-favicon\": \"Favicon\", \"fields.ssik-footer-logo\": \"Logo\", \"fields.ssik-metro-ads-bg\": \"Hintergrund\", \"fields.ssik-metro-btn-bg\": \"Hintergrund\", \"fields.ssik-metro-base-bg\": \"Hintergrund\", \"fields.ssik-metro-input-bg\": \"Hintergrund\", \"fields.ssik-metro-ads-color\": \"Farbe\", \"fields.ssik-metro-btn-color\": \"Farbe\", \"fields.ssik-metro-cookie-bg\": \"Hintergrund\", \"fields.ssik-metro-footer-bg\": \"Hintergrund\", \"fields.ssik-metro-header-bg\": \"Hintergrund\", \"fields.ssik-metro-topbar-bg\": \"Hintergrund\", \"fields.ssik-metro-uspbar-bg\": \"Hintergrund\", \"fields.ssik-metro-base-color\": \"Farbe\", \"fields.ssik-metro-base-border\": \"Rahmen\", \"fields.ssik-metro-footer-line\": \"Rahmen\", \"fields.ssik-metro-input-color\": \"Farbe\", \"fields.ssik-metro-quantity-bg\": \"Hintergrund\", \"fields.ssik-footer-logo-height\": \"Logohöhe\", \"fields.ssik-metro-badge-new-bg\": \"Hintergrund\", \"fields.ssik-metro-btn-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-cookie-color\": \"Farbe\", \"fields.ssik-metro-footer-color\": \"Farbe\", \"fields.ssik-metro-header-color\": \"Farbe\", \"fields.ssik-metro-input-border\": \"Rahmen\", \"fields.ssik-metro-quantity-btn\": \"Button-Hintergrund\", \"fields.ssik-metro-topbar-color\": \"Farbe\", \"fields.ssik-metro-ads-font-size\": \"Schriftgröße\", \"fields.ssik-metro-btn-font-size\": \"Schriftgröße\", \"fields.ssik-metro-cookie-btn-bg\": \"Button-Hintergrund\", \"fields.ssik-metro-nav-off-color\": \"Textfarbe\", \"fields.ssik-metro-pagination-bg\": \"Hintergrund Element\", \"fields.ssik-metro-slider-nav-bg\": \"Hintergrund\", \"fields.ssik-metro-topbar-btn-bg\": \"Hintergrund\", \"fields.ssik-metro-base-font-size\": \"Schriftgröße\", \"fields.ssik-metro-breadcrumbs-bg\": \"Hintergrund\", \"fields.ssik-metro-filter-item-bg\": \"Hintergrund\", \"fields.ssik-metro-input-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-product-box-bg\": \"Hintergrund\", \"fields.ssik-metro-slider-dots-bg\": \"Hintergrund\", \"fields.ssik-metro-social-icon-bg\": \"Hintergrund\", \"fields.ssik-metro-action-badge-bg\": \"Hintergrund\", \"fields.ssik-metro-badge-font-size\": \"Schriftgröße\", \"fields.ssik-metro-badge-new-color\": \"Farbe\", \"fields.ssik-metro-base-link-color\": \"Linkfarbe\", \"fields.ssik-metro-btn-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-input-font-size\": \"Schriftgröße\", \"fields.ssik-metro-quantity-border\": \"Rahmen\", \"fields.ssik-metro-search-input-bg\": \"Hintergrund\", \"fields.ssik-metro-base-font-family\": \"Schriftart\", \"fields.ssik-metro-cookie-btn-color\": \"Textfarbe der Schaltfläche\", \"fields.ssik-metro-footer-font-size\": \"Schriftgröße\", \"fields.ssik-metro-footer-uspbar-bg\": \"Hintergrund\", \"fields.ssik-metro-main-dropdown-bg\": \"Hintergrund\", \"fields.ssik-metro-pagination-color\": \"Farbe\", \"fields.ssik-metro-slider-nav-color\": \"Farbe\", \"fields.ssik-metro-topbar-btn-color\": \"Farbe\", \"fields.ssik-metro-topbar-font-size\": \"Schriftgröße\", \"fields.ssik-metro-actions-btn-color\": \"Symbolfarbe\", \"fields.ssik-metro-badge-discount-bg\": \"Hintergrund\", \"fields.ssik-metro-cart-offcanvas-bg\": \"Hintergrund\", \"fields.ssik-metro-cookie-link-color\": \"Linkfarbe\", \"fields.ssik-metro-filter-item-color\": \"Farbe\", \"fields.ssik-metro-footer-link-color\": \"Link farbe\", \"fields.ssik-metro-input-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-input-label-color\": \"Farbe (Label)\", \"fields.ssik-metro-search-icon-color\": \"Symbol Farbe\", \"fields.ssik-metro-social-icon-color\": \"Symbol farbe\", \"fields.ssik-metro-uspbar-icon-color\": \"Symbolfarbe\", \"fields.ssik-metro-uspbar-text-color\": \"Textfarbe\", \"fields.ssik-metro-action-badge-color\": \"Farbe\", \"fields.ssik-metro-badge-freeshipp-bg\": \"Hintergrund\", \"fields.ssik-metro-badge-topseller-bg\": \"Hintergrund\", \"fields.ssik-metro-filter-item-border\": \"Rahmen\", \"fields.ssik-metro-input-hover-border\": \"Rahmen bei Hover\", \"fields.ssik-metro-main-navigation-bg\": \"Hintergrund\", \"fields.ssik-metro-nav-off-link-color\": \"Farbe\", \"fields.ssik-metro-product-box-border\": \"Rahmen\", \"fields.ssik-metro-product-box-buy-bg\": \"Hintergrund\", \"fields.ssik-metro-quantity-font-size\": \"Schriftgröße\", \"fields.ssik-metro-search-input-color\": \"Farbe\", \"fields.ssik-metro-base-btn-primary-bg\": \"Hintergrund\", \"fields.ssik-metro-base-headline-color\": \"Farbe\", \"fields.ssik-metro-checkout-summary-bg\": \"Hintergrund\", \"fields.ssik-metro-filter-select-color\": \"Symbol farbe\", \"fields.ssik-metro-main-dropdown-color\": \"Farbe\", \"fields.ssik-metro-nav-off-link-border\": \"Rahmen\", \"fields.ssik-metro-newsletter-input-bg\": \"Input-Hintergrund\", \"fields.ssik-metro-pagination-hover-bg\": \"Hintergrund Element bei Hover\", \"fields.ssik-metro-search-input-border\": \"Rahmen\", \"fields.ssik-metro-slider-nav-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-sticky-navigation-z\": \"Blockstapelreihenfolge (z-Index)\", \"fields.ssik-metro-topbar-btn-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-badge-discount-color\": \"Farbe\", \"fields.ssik-metro-cart-offcanvas-color\": \"Farbe\", \"fields.ssik-metro-filter-item-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-filter-select-border\": \"Symbol Rahmen\", \"fields.ssik-metro-navigation-flyout-bg\": \"Hintergrund\", \"fields.ssik-metro-newsletter-submit-bg\": \"Button-Hintergrund\", \"fields.ssik-metro-pagination-font-size\": \"Schriftgröße\", \"fields.ssik-metro-slider-dots-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-social-icon-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-sticky-navigation-bg\": \"Hintergrund\", \"fields.ssik-metro-topbar-btn-font-size\": \"Schriftgröße\", \"fields.ssik-metro-badge-freeshipp-color\": \"Farbe\", \"fields.ssik-metro-badge-topseller-color\": \"Farbe\", \"fields.ssik-metro-base-link-hover-color\": \"Linkfarbe aktiv\", \"fields.ssik-metro-cart-offcanvas-border\": \"Rahmen\", \"fields.ssik-metro-filter-item-font-size\": \"Schriftgröße\", \"fields.ssik-metro-footer-headline-color\": \"Überschrift farbe\", \"fields.ssik-metro-input-label-font-size\": \"Schriftgröße (Label)\", \"fields.ssik-metro-main-navigation-align\": \"Ausrichtungsmethode\", \"fields.ssik-metro-main-navigation-color\": \"Textfarbe\", \"fields.ssik-metro-product-box-action-bg\": \"Hintergrund\", \"fields.ssik-metro-product-box-buy-color\": \"Farbe\", \"fields.ssik-metro-uspbar-icon-font-size\": \"Symbolgröße\", \"fields.ssik-metro-uspbar-text-font-size\": \"Textgröße\", \"fields.ssik-metro-base-btn-primary-color\": \"Farbe\", \"fields.ssik-metro-breadcrumbs-link-color\": \"Farbe\", \"fields.ssik-metro-checkout-summary-color\": \"Farbe\", \"fields.ssik-metro-listing-headline-color\": \"Farbe der Überschrift\", \"fields.ssik-metro-nav-off-link-font-size\": \"Schriftgröße\", \"fields.ssik-metro-newsletter-input-color\": \"Textfarbe\", \"fields.ssik-metro-pagination-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-product-box-name-color\": \"Farbe\", \"fields.ssik-metro-search-input-font-size\": \"Schriftgröße\", \"fields.ssik-metro-sidebar-headline-color\": \"Farbe der Überschrift\", \"fields.ssik-metro-slider-nav-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-topbar-btn-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-actions-btn-hover-color\": \"Icon beim Mouseover\", \"fields.ssik-metro-base-btn-primary-border\": \"Rahmen\", \"fields.ssik-metro-base-headline-font-size\": \"Schriftgröße\", \"fields.ssik-metro-checkout-summary-border\": \"Rahmen\", \"fields.ssik-metro-filter-item-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-footer-link-hover-color\": \"Link beim Mouseover\", \"fields.ssik-metro-main-dropdown-font-size\": \"Schriftgröße\", \"fields.ssik-metro-main-dropdown-transform\": \"Texttransformation\", \"fields.ssik-metro-newsletter-input-border\": \"Input-Rahmen\", \"fields.ssik-metro-newsletter-submit-color\": \"Textfarbe der Schaltfläche\", \"fields.ssik-metro-product-box-price-color\": \"Farbe\", \"fields.ssik-metro-search-icon-hover-color\": \"Symbol Farbe bei Hover\", \"fields.ssik-metro-social-icon-hover-color\": \"Symbol farbe bei Hover\", \"fields.ssik-metro-sticky-navigation-color\": \"Farbe\", \"fields.ssik-metro-filter-item-hover-border\": \"Rahmen bei Hover\", \"fields.ssik-metro-footer-uspbar-desc-color\": \"Text farbe\", \"fields.ssik-metro-footer-uspbar-icon-color\": \"Symbol farbe\", \"fields.ssik-metro-footer-uspbar-text-color\": \"Farbe der Überschrift\", \"fields.ssik-metro-main-navigation-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-nav-off-link-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-product-box-action-color\": \"Symbol farbe\", \"fields.ssik-metro-product-box-buy-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-product-detail-buybtn-bg\": \"Hintergrund\", \"fields.ssik-metro-base-btn-primary-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-base-headline-font-family\": \"Schriftart\", \"fields.ssik-metro-base-logo-container-width\": \"Breite\", \"fields.ssik-metro-filter-select-hover-color\": \"Symbol farbe bei Hover\", \"fields.ssik-metro-footer-headline-font-size\": \"Schriftgröße Überschrift\", \"fields.ssik-metro-main-dropdown-font-weight\": \"Schriftgewicht\", \"fields.ssik-metro-main-dropdown-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-main-navigation-font-size\": \"Schriftgröße\", \"fields.ssik-metro-main-navigation-transform\": \"Textumwandlung\", \"fields.ssik-metro-product-box-border-radius\": \"Radius\", \"fields.ssik-metro-product-detail-info-color\": \"Farbe\", \"fields.ssik-metro-product-detail-name-color\": \"Farbe\", \"fields.ssik-metro-base-btn-primary-font-size\": \"Schriftgröße\", \"fields.ssik-metro-breadcrumbs-link-font-size\": \"Schriftgröße\", \"fields.ssik-metro-cart-offcanvas-closebtn-bg\": \"Hintergrund\", \"fields.ssik-metro-listing-headline-font-size\": \"Schriftgröße der Überschrift\", \"fields.ssik-metro-newsletter-input-font-size\": \"Schriftgröße\", \"fields.ssik-metro-product-box-name-font-size\": \"Schriftgröße\", \"fields.ssik-metro-product-detail-price-color\": \"Farbe\", \"fields.ssik-metro-product-detail-wishlist-bg\": \"Hintergrund\", \"fields.ssik-metro-sidebar-catalog-link-color\": \"Verknüpfungsfarbe\", \"fields.ssik-metro-sidebar-headline-font-size\": \"Schriftgröße der Überschrift\", \"fields.ssik-metro-sticky-navigation-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-cart-offcanvas-basketbtn-bg\": \"Hintergrund\", \"fields.ssik-metro-main-navigation-font-weight\": \"Schriftgewicht\", \"fields.ssik-metro-main-navigation-hover-color\": \"Textfarbe bei Hover\", \"fields.ssik-metro-newsletter-submit-font-size\": \"Schriftgröße für Schaltflächen\", \"fields.ssik-metro-product-box-action-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-product-box-buy-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-product-box-price-font-size\": \"Schriftgröße\", \"fields.ssik-metro-product-detail-buybtn-color\": \"Farbe\", \"fields.ssik-metro-slider-detail-active-border\": \"Aktive Randfarbe der Galerie auf der Produktseite\", \"fields.ssik-metro-base-btn-primary-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-breadcrumbs-link-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-cart-offcanvas-promoinput-bg\": \"Hintergrund\", \"fields.ssik-metro-footer-uspbar-desc-font-size\": \"Textgröße\", \"fields.ssik-metro-footer-uspbar-icon-font-size\": \"Symbolgröße\", \"fields.ssik-metro-footer-uspbar-text-font-size\": \"Schriftgröße der Überschrift\", \"fields.ssik-metro-navigation-flyout-link-color\": \"Linkfarbe\", \"fields.ssik-metro-product-box-name-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-base-btn-primary-hover-border\": \"Rahmen bei Hover\", \"fields.ssik-metro-cart-offcanvas-checkoutbtn-bg\": \"Hintergrund\", \"fields.ssik-metro-cart-offcanvas-closebtn-color\": \"Farbe\", \"fields.ssik-metro-cart-offcanvas-headline-color\": \"Farbe\", \"fields.ssik-metro-product-detail-info-font-size\": \"Schriftgröße\", \"fields.ssik-metro-product-detail-name-font-size\": \"Schriftgröße\", \"fields.ssik-metro-product-detail-wishlist-color\": \"Symbol farbe\", \"fields.ssik-metro-sticky-navigation-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-cart-offcanvas-basketbtn-color\": \"Farbe\", \"fields.ssik-metro-cart-offcanvas-promotionbtn-bg\": \"Hintergrund\", \"fields.ssik-metro-product-box-action-hover-color\": \"Symbol farbe bei Hover\", \"fields.ssik-metro-product-detail-buybtn-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-product-detail-new-price-color\": \"Farbe\", \"fields.ssik-metro-product-detail-old-price-color\": \"Farbe\", \"fields.ssik-metro-product-detail-price-font-size\": \"Schriftgröße\", \"fields.ssik-metro-sidebar-catalog-link-font-size\": \"Schriftgröße\", \"fields.ssik-metro-cart-offcanvas-promoinput-color\": \"Farbe\", \"fields.ssik-metro-product-detail-buybtn-font-size\": \"Schriftgröße\", \"fields.ssik-metro-cart-offcanvas-checkoutbtn-color\": \"Farbe\", \"fields.ssik-metro-cart-offcanvas-closebtn-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-cart-offcanvas-promoinput-border\": \"Rahmen (Input)\", \"fields.ssik-metro-navigation-flyout-link-font-size\": \"Linktextgröße\", \"fields.ssik-metro-product-box-discount-price-color\": \"Farbe\", \"fields.ssik-metro-product-detail-wishlist-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-sidebar-catalog-link-hover-color\": \"Link beim Mouseover\", \"fields.ssik-metro-cart-offcanvas-basketbtn-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-cart-offcanvas-closebtn-font-size\": \"Textgröße (Schriftgröße)\", \"fields.ssik-metro-cart-offcanvas-headline-font-size\": \"Textgröße (Schriftgröße)\", \"fields.ssik-metro-cart-offcanvas-promotionbtn-color\": \"Farbe\", \"fields.ssik-metro-product-detail-buybtn-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-cart-offcanvas-basketbtn-font-size\": \"Textgröße \", \"fields.ssik-metro-navigation-flyout-link-hover-color\": \"Linkfarbe bei Hover\", \"fields.ssik-metro-cart-offcanvas-checkoutbtn-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-cart-offcanvas-closebtn-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-product-detail-wishlist-hover-color\": \"Symbol farbe bei Hover\", \"fields.ssik-metro-cart-offcanvas-basketbtn-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-cart-offcanvas-checkoutbtn-font-size\": \"Textgröße \", \"fields.ssik-metro-cart-offcanvas-promotionbtn-hover-bg\": \"Hintergrund bei Hover\", \"fields.ssik-metro-cart-offcanvas-promotionbtn-font-size\": \"Textgröße \", \"fields.ssik-metro-cart-offcanvas-checkoutbtn-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-cart-offcanvas-promotionbtn-hover-color\": \"Farbe bei Hover\", \"fields.ssik-metro-navigation-flyout-category-link-font-size\": \"Name der Kategorie. Textgröße\"}', '{\"fields.sw-logo-mobile\": \"Wird bis zu einem Viewport von 767px angezeigt\", \"fields.sw-logo-tablet\": \"Wird zwischen einem viewport von 767px bis 991px angezeigt\", \"fields.sw-logo-desktop\": \"Wird bei Ansichten über 991px angezeigt und als Alternative bei kleineren Auflösungen, für die kein anderes Logo eingestellt ist.\"}', NULL, '2023-05-07 15:20:34.347', '2023-05-07 15:54:44.080'); INSERT INTO `theme_translation` (`theme_id`, `language_id`, `description`, `labels`, `help_texts`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xb42e2cdb010e4252a85c2849e5a4f6eb, 0x74abf495620848a19755546e0f70dbac, NULL, '{\"tabs.base\": \"Metro\", \"tabs.forms\": \"Forms\", \"tabs.badges\": \"Product badge\", \"tabs.footer\": \"Footer\", \"tabs.header\": \"Header\", \"tabs.slider\": \"Slider\", \"tabs.topbar\": \"Top-bar\", \"tabs.listing\": \"Listing Page\", \"tabs.product\": \"Product detail\", \"tabs.checkout\": \"Cart Checkout\", \"tabs.mainmenu\": \"Menu\", \"tabs.productbox\": \"Product box\", \"tabs.cartoffcanvas\": \"Cart Offcanvas\", \"fields.sw-logo-share\": \"App & share icon\", \"fields.sw-logo-mobile\": \"Mobile\", \"fields.sw-logo-tablet\": \"Tablet\", \"fields.sw-logo-desktop\": \"Desktop\", \"fields.sw-logo-favicon\": \"Favicon\", \"fields.ssik-footer-logo\": \"Logo\", \"fields.ssik-metro-ads-bg\": \"Background\", \"fields.ssik-metro-btn-bg\": \"Background\", \"fields.ssik-metro-base-bg\": \"Background\", \"fields.ssik-metro-input-bg\": \"Background\", \"fields.ssik-metro-ads-color\": \"Color\", \"fields.ssik-metro-btn-color\": \"Color\", \"fields.ssik-metro-cookie-bg\": \"Background\", \"fields.ssik-metro-footer-bg\": \"Background\", \"fields.ssik-metro-header-bg\": \"Background\", \"fields.ssik-metro-topbar-bg\": \"Background\", \"fields.ssik-metro-uspbar-bg\": \"Background\", \"fields.ssik-metro-base-color\": \"Color\", \"fields.ssik-metro-base-border\": \"Border\", \"fields.ssik-metro-footer-line\": \"Border\", \"fields.ssik-metro-input-color\": \"Color\", \"fields.ssik-metro-quantity-bg\": \"Background\", \"fields.ssik-footer-logo-height\": \"Logo height\", \"fields.ssik-metro-badge-new-bg\": \"Background\", \"fields.ssik-metro-btn-hover-bg\": \"Background on hover\", \"fields.ssik-metro-cookie-color\": \"Color\", \"fields.ssik-metro-footer-color\": \"Color\", \"fields.ssik-metro-header-color\": \"Color\", \"fields.ssik-metro-input-border\": \"Border\", \"fields.ssik-metro-quantity-btn\": \"Button background\", \"fields.ssik-metro-topbar-color\": \"Color\", \"fields.ssik-metro-ads-font-size\": \"Text size\", \"fields.ssik-metro-btn-font-size\": \"Text size\", \"fields.ssik-metro-cookie-btn-bg\": \"Button background\", \"fields.ssik-metro-nav-off-color\": \"Text color\", \"fields.ssik-metro-pagination-bg\": \"Background item\", \"fields.ssik-metro-slider-nav-bg\": \"Background\", \"fields.ssik-metro-topbar-btn-bg\": \"Background\", \"fields.ssik-metro-base-font-size\": \"Text size\", \"fields.ssik-metro-breadcrumbs-bg\": \"Background\", \"fields.ssik-metro-filter-item-bg\": \"Background\", \"fields.ssik-metro-input-hover-bg\": \"Background on hover\", \"fields.ssik-metro-product-box-bg\": \"Background\", \"fields.ssik-metro-slider-dots-bg\": \"Background\", \"fields.ssik-metro-social-icon-bg\": \"Background\", \"fields.ssik-metro-action-badge-bg\": \"Background\", \"fields.ssik-metro-badge-font-size\": \"Text size\", \"fields.ssik-metro-badge-new-color\": \"Color\", \"fields.ssik-metro-base-link-color\": \"Link Color\", \"fields.ssik-metro-btn-hover-color\": \"Color on hover\", \"fields.ssik-metro-input-font-size\": \"Text size\", \"fields.ssik-metro-quantity-border\": \"Border\", \"fields.ssik-metro-search-input-bg\": \"Background\", \"fields.ssik-metro-base-font-family\": \"Font\", \"fields.ssik-metro-cookie-btn-color\": \"Button text color\", \"fields.ssik-metro-footer-font-size\": \"Text size\", \"fields.ssik-metro-footer-uspbar-bg\": \"Background\", \"fields.ssik-metro-main-dropdown-bg\": \"Background\", \"fields.ssik-metro-pagination-color\": \"Color\", \"fields.ssik-metro-slider-nav-color\": \"Color\", \"fields.ssik-metro-topbar-btn-color\": \"Color\", \"fields.ssik-metro-topbar-font-size\": \"Text size\", \"fields.ssik-metro-actions-btn-color\": \"Icon color\", \"fields.ssik-metro-badge-discount-bg\": \"Background\", \"fields.ssik-metro-cart-offcanvas-bg\": \"Background\", \"fields.ssik-metro-cookie-link-color\": \"Link color\", \"fields.ssik-metro-filter-item-color\": \"Color\", \"fields.ssik-metro-footer-link-color\": \"Link color\", \"fields.ssik-metro-input-hover-color\": \"Color on hover\", \"fields.ssik-metro-input-label-color\": \"Color (Label)\", \"fields.ssik-metro-search-icon-color\": \"Icon color\", \"fields.ssik-metro-social-icon-color\": \"Icon color\", \"fields.ssik-metro-uspbar-icon-color\": \"Icon color\", \"fields.ssik-metro-uspbar-text-color\": \"Text color\", \"fields.ssik-metro-action-badge-color\": \"Color\", \"fields.ssik-metro-badge-freeshipp-bg\": \"Background\", \"fields.ssik-metro-badge-topseller-bg\": \"Background\", \"fields.ssik-metro-filter-item-border\": \"Border\", \"fields.ssik-metro-input-hover-border\": \"Border on hover\", \"fields.ssik-metro-main-navigation-bg\": \"Background\", \"fields.ssik-metro-nav-off-link-color\": \"Color\", \"fields.ssik-metro-product-box-border\": \"Border\", \"fields.ssik-metro-product-box-buy-bg\": \"Background\", \"fields.ssik-metro-quantity-font-size\": \"Text size\", \"fields.ssik-metro-search-input-color\": \"Color\", \"fields.ssik-metro-base-btn-primary-bg\": \"Background\", \"fields.ssik-metro-base-headline-color\": \"Color\", \"fields.ssik-metro-checkout-summary-bg\": \"Background\", \"fields.ssik-metro-filter-select-color\": \"Icon color\", \"fields.ssik-metro-main-dropdown-color\": \"Color\", \"fields.ssik-metro-nav-off-link-border\": \"Border\", \"fields.ssik-metro-newsletter-input-bg\": \"Input Background\", \"fields.ssik-metro-pagination-hover-bg\": \"Background item on hover\", \"fields.ssik-metro-search-input-border\": \"Border\", \"fields.ssik-metro-slider-nav-hover-bg\": \"Background on hover\", \"fields.ssik-metro-sticky-navigation-z\": \"Block stacking order (z-index)\", \"fields.ssik-metro-topbar-btn-hover-bg\": \"Background on hover\", \"fields.ssik-metro-badge-discount-color\": \"Color\", \"fields.ssik-metro-cart-offcanvas-color\": \"Color\", \"fields.ssik-metro-filter-item-hover-bg\": \"Background on hover\", \"fields.ssik-metro-filter-select-border\": \"Icon border\", \"fields.ssik-metro-navigation-flyout-bg\": \"Background\", \"fields.ssik-metro-newsletter-submit-bg\": \"Button background\", \"fields.ssik-metro-pagination-font-size\": \"Text size\", \"fields.ssik-metro-slider-dots-hover-bg\": \"Background item on hover\", \"fields.ssik-metro-social-icon-hover-bg\": \"Background on hover\", \"fields.ssik-metro-sticky-navigation-bg\": \"Background\", \"fields.ssik-metro-topbar-btn-font-size\": \"Text size\", \"fields.ssik-metro-badge-freeshipp-color\": \"Color\", \"fields.ssik-metro-badge-topseller-color\": \"Color\", \"fields.ssik-metro-base-link-hover-color\": \"Link Color hover\", \"fields.ssik-metro-cart-offcanvas-border\": \"Border\", \"fields.ssik-metro-filter-item-font-size\": \"Text size\", \"fields.ssik-metro-footer-headline-color\": \"Headline color\", \"fields.ssik-metro-input-label-font-size\": \"Text size (Label)\", \"fields.ssik-metro-main-navigation-align\": \"Alignment method\", \"fields.ssik-metro-main-navigation-color\": \"Text color\", \"fields.ssik-metro-product-box-action-bg\": \"Background\", \"fields.ssik-metro-product-box-buy-color\": \"Color\", \"fields.ssik-metro-uspbar-icon-font-size\": \"Icon Size\", \"fields.ssik-metro-uspbar-text-font-size\": \"Text Size\", \"fields.ssik-metro-base-btn-primary-color\": \"Color\", \"fields.ssik-metro-breadcrumbs-link-color\": \"Color\", \"fields.ssik-metro-checkout-summary-color\": \"Color\", \"fields.ssik-metro-listing-headline-color\": \"Headline Color\", \"fields.ssik-metro-nav-off-link-font-size\": \"Text size\", \"fields.ssik-metro-newsletter-input-color\": \"Text Color\", \"fields.ssik-metro-pagination-hover-color\": \"Color on hover\", \"fields.ssik-metro-product-box-name-color\": \"Color\", \"fields.ssik-metro-search-input-font-size\": \"Text size\", \"fields.ssik-metro-sidebar-headline-color\": \"Headline Color\", \"fields.ssik-metro-slider-nav-hover-color\": \"Color on hover\", \"fields.ssik-metro-topbar-btn-hover-color\": \"Color on hover\", \"fields.ssik-metro-actions-btn-hover-color\": \"Icon on mouseover\", \"fields.ssik-metro-base-btn-primary-border\": \"Border\", \"fields.ssik-metro-base-headline-font-size\": \"Text size\", \"fields.ssik-metro-checkout-summary-border\": \"Border\", \"fields.ssik-metro-filter-item-hover-color\": \"Color on hover\", \"fields.ssik-metro-footer-link-hover-color\": \"Link color on hover\", \"fields.ssik-metro-main-dropdown-font-size\": \"Text size\", \"fields.ssik-metro-main-dropdown-transform\": \"Text transform\", \"fields.ssik-metro-newsletter-input-border\": \"Input border\", \"fields.ssik-metro-newsletter-submit-color\": \"Button text color\", \"fields.ssik-metro-product-box-price-color\": \"Color\", \"fields.ssik-metro-search-icon-hover-color\": \"Icon color on hover\", \"fields.ssik-metro-social-icon-hover-color\": \"Icon color on hover\", \"fields.ssik-metro-sticky-navigation-color\": \"Color\", \"fields.ssik-metro-filter-item-hover-border\": \"Border on hover\", \"fields.ssik-metro-footer-uspbar-desc-color\": \"Text color\", \"fields.ssik-metro-footer-uspbar-icon-color\": \"Icon color\", \"fields.ssik-metro-footer-uspbar-text-color\": \"Headline color\", \"fields.ssik-metro-main-navigation-hover-bg\": \"Background on hover\", \"fields.ssik-metro-nav-off-link-hover-color\": \"Color on hover\", \"fields.ssik-metro-product-box-action-color\": \"Icon color\", \"fields.ssik-metro-product-box-buy-hover-bg\": \"Background on hover\", \"fields.ssik-metro-product-detail-buybtn-bg\": \"Background\", \"fields.ssik-metro-base-btn-primary-hover-bg\": \"Background on hover\", \"fields.ssik-metro-base-headline-font-family\": \"Font\", \"fields.ssik-metro-base-logo-container-width\": \"Width\", \"fields.ssik-metro-filter-select-hover-color\": \"Icon color on hover\", \"fields.ssik-metro-footer-headline-font-size\": \"Headline size\", \"fields.ssik-metro-main-dropdown-font-weight\": \"Font weight\", \"fields.ssik-metro-main-dropdown-hover-color\": \"Color on hover\", \"fields.ssik-metro-main-navigation-font-size\": \"Text size\", \"fields.ssik-metro-main-navigation-transform\": \"Text transform\", \"fields.ssik-metro-product-box-border-radius\": \"Radius\", \"fields.ssik-metro-product-detail-info-color\": \"Color\", \"fields.ssik-metro-product-detail-name-color\": \"Color\", \"fields.ssik-metro-base-btn-primary-font-size\": \"Text size\", \"fields.ssik-metro-breadcrumbs-link-font-size\": \"Text size\", \"fields.ssik-metro-cart-offcanvas-closebtn-bg\": \"Background\", \"fields.ssik-metro-listing-headline-font-size\": \"Headline text size\", \"fields.ssik-metro-newsletter-input-font-size\": \"Font Size\", \"fields.ssik-metro-product-box-name-font-size\": \"Text size\", \"fields.ssik-metro-product-detail-price-color\": \"Color\", \"fields.ssik-metro-product-detail-wishlist-bg\": \"Background\", \"fields.ssik-metro-sidebar-catalog-link-color\": \"Link color\", \"fields.ssik-metro-sidebar-headline-font-size\": \"Headline text size\", \"fields.ssik-metro-sticky-navigation-hover-bg\": \"Background on hover\", \"fields.ssik-metro-cart-offcanvas-basketbtn-bg\": \"Background\", \"fields.ssik-metro-main-navigation-font-weight\": \"Font weight\", \"fields.ssik-metro-main-navigation-hover-color\": \"Text color on hover\", \"fields.ssik-metro-newsletter-submit-font-size\": \"Button font size\", \"fields.ssik-metro-product-box-action-hover-bg\": \"Background on hover\", \"fields.ssik-metro-product-box-buy-hover-color\": \"Color on hover\", \"fields.ssik-metro-product-box-price-font-size\": \"Text size\", \"fields.ssik-metro-product-detail-buybtn-color\": \"Color\", \"fields.ssik-metro-slider-detail-active-border\": \"Gallery active border color in product page\", \"fields.ssik-metro-base-btn-primary-hover-color\": \"Color on hover\", \"fields.ssik-metro-breadcrumbs-link-hover-color\": \"Color on hover\", \"fields.ssik-metro-cart-offcanvas-promoinput-bg\": \"Background (Input)\", \"fields.ssik-metro-footer-uspbar-desc-font-size\": \"Text Size\", \"fields.ssik-metro-footer-uspbar-icon-font-size\": \"Icon Size\", \"fields.ssik-metro-footer-uspbar-text-font-size\": \"Headline Size\", \"fields.ssik-metro-navigation-flyout-link-color\": \"Link color\", \"fields.ssik-metro-product-box-name-hover-color\": \"Color on hover\", \"fields.ssik-metro-base-btn-primary-hover-border\": \"Border on hover\", \"fields.ssik-metro-cart-offcanvas-checkoutbtn-bg\": \"Background\", \"fields.ssik-metro-cart-offcanvas-closebtn-color\": \"Color\", \"fields.ssik-metro-cart-offcanvas-headline-color\": \"Color\", \"fields.ssik-metro-product-detail-info-font-size\": \"Text size\", \"fields.ssik-metro-product-detail-name-font-size\": \"Text size\", \"fields.ssik-metro-product-detail-wishlist-color\": \"Icon color\", \"fields.ssik-metro-sticky-navigation-hover-color\": \"Color on hover\", \"fields.ssik-metro-cart-offcanvas-basketbtn-color\": \"Color\", \"fields.ssik-metro-cart-offcanvas-promotionbtn-bg\": \"Background (Button)\", \"fields.ssik-metro-product-box-action-hover-color\": \"Icon color on hover\", \"fields.ssik-metro-product-detail-buybtn-hover-bg\": \"Background on hover\", \"fields.ssik-metro-product-detail-new-price-color\": \"Color\", \"fields.ssik-metro-product-detail-old-price-color\": \"Color\", \"fields.ssik-metro-product-detail-price-font-size\": \"Text size\", \"fields.ssik-metro-sidebar-catalog-link-font-size\": \"Text size\", \"fields.ssik-metro-cart-offcanvas-promoinput-color\": \"Color (Input)\", \"fields.ssik-metro-product-detail-buybtn-font-size\": \"Text size\", \"fields.ssik-metro-cart-offcanvas-checkoutbtn-color\": \"Color\", \"fields.ssik-metro-cart-offcanvas-closebtn-hover-bg\": \"Background on hover\", \"fields.ssik-metro-cart-offcanvas-promoinput-border\": \"Border (Input)\", \"fields.ssik-metro-navigation-flyout-link-font-size\": \"Link text size\", \"fields.ssik-metro-product-box-discount-price-color\": \"Color\", \"fields.ssik-metro-product-detail-wishlist-hover-bg\": \"Background on hover\", \"fields.ssik-metro-sidebar-catalog-link-hover-color\": \"Link color on mouseover\", \"fields.ssik-metro-cart-offcanvas-basketbtn-hover-bg\": \"Background on hover\", \"fields.ssik-metro-cart-offcanvas-closebtn-font-size\": \"Text size (Font size)\", \"fields.ssik-metro-cart-offcanvas-headline-font-size\": \"Text size (Font size)\", \"fields.ssik-metro-cart-offcanvas-promotionbtn-color\": \"Color (Button)\", \"fields.ssik-metro-product-detail-buybtn-hover-color\": \"Color on hover\", \"fields.ssik-metro-cart-offcanvas-basketbtn-font-size\": \"Text size\", \"fields.ssik-metro-navigation-flyout-link-hover-color\": \"Link color on hover\", \"fields.ssik-metro-cart-offcanvas-checkoutbtn-hover-bg\": \"Background on hover\", \"fields.ssik-metro-cart-offcanvas-closebtn-hover-color\": \"Color on hover\", \"fields.ssik-metro-product-detail-wishlist-hover-color\": \"Icon color on hover\", \"fields.ssik-metro-cart-offcanvas-basketbtn-hover-color\": \"Color on hover\", \"fields.ssik-metro-cart-offcanvas-checkoutbtn-font-size\": \"Text size\", \"fields.ssik-metro-cart-offcanvas-promotionbtn-hover-bg\": \"Background on hover (Button)\", \"fields.ssik-metro-cart-offcanvas-promotionbtn-font-size\": \"Text size (Button)\", \"fields.ssik-metro-cart-offcanvas-checkoutbtn-hover-color\": \"Color on hover\", \"fields.ssik-metro-cart-offcanvas-promotionbtn-hover-color\": \"Color on hover (Button)\", \"fields.ssik-metro-navigation-flyout-category-link-font-size\": \"Name of category. Text size\"}', '{\"fields.sw-logo-mobile\": \"Displayed up to a viewport of 767px\", \"fields.sw-logo-tablet\": \"Displayed between a viewport of 767px to 991px\", \"fields.sw-logo-desktop\": \"Displayed on viewport sizes above 991px and as a fallback on smaller viewports, if no other logo is set.\"}', NULL, '2023-05-07 15:20:34.347', '2023-05-07 15:20:34.399'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `unit` -- CREATE TABLE `unit` ( `id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `unit_translation` -- CREATE TABLE `unit_translation` ( `unit_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `short_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `user` -- CREATE TABLE `user` ( `id` binary(16) NOT NULL, `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `first_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `last_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '0', `admin` tinyint(1) DEFAULT NULL, `avatar_id` binary(16) DEFAULT NULL, `locale_id` binary(16) NOT NULL, `store_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_updated_password_at` datetime(3) DEFAULT NULL, `time_zone` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'UTC', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `user` -- INSERT INTO `user` (`id`, `username`, `password`, `first_name`, `last_name`, `title`, `email`, `active`, `admin`, `avatar_id`, `locale_id`, `store_token`, `last_updated_password_at`, `time_zone`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 'uygarsa', '$2y$10$OUQg34BOrcfDA27NdnJqj.9EVkdm8NqAxQPf1/4LT8a6HIvr616VG', 'Uygar', 'Sarıoğlu', NULL, 'info@dpc-digital.com.tr', 1, 1, NULL, 0xc40c1b04ac324d69b1193adfec7f3ee8, '3498648f56f124b798c91f46111d09a8643000f30b18e0.54272091', NULL, 'UTC', NULL, '2023-04-07 14:36:35.265', '2023-04-07 12:13:58.228'), (0x7a681c344463493098cb490ad0d8b04f, 'xentral-admin', '$2y$10$Mxicl2G7J3lXN3CHs8sfxeJ.f1UeL1UyiLpXBX2BGbScfappRePDK', '', 'xentral-admin', NULL, 'info@email.com', 1, 1, NULL, 0xc40c1b04ac324d69b1193adfec7f3ee8, NULL, NULL, 'UTC', NULL, '2023-04-07 00:00:00.000', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `user_access_key` -- CREATE TABLE `user_access_key` ( `id` binary(16) NOT NULL, `user_id` binary(16) NOT NULL, `write_access` tinyint(1) NOT NULL, `access_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `secret_access_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `last_usage_at` datetime(3) DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `user_config` -- CREATE TABLE `user_config` ( `id` binary(16) NOT NULL, `user_id` binary(16) NOT NULL, `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `value` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `user_config` -- INSERT INTO `user_config` (`id`, `user_id`, `key`, `value`, `created_at`, `updated_at`) VALUES (0xba32f6574d05471789422a0c48e4a002, 0x2c9ea2c19ccf4140ae2e91b26f7eecdd, 'sales-channel-favorites', '[\"8866b481ccef4f96ad00d0fd59f53dc0\"]', '2023-04-07 12:28:00.336', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `user_recovery` -- CREATE TABLE `user_recovery` ( `id` binary(16) NOT NULL, `user_id` binary(16) NOT NULL, `hash` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `version` -- CREATE TABLE `version` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `version_commit` -- CREATE TABLE `version_commit` ( `id` binary(16) NOT NULL, `auto_increment` bigint NOT NULL, `is_merge` tinyint(1) NOT NULL DEFAULT '0', `message` varchar(5000) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` binary(16) DEFAULT NULL, `integration_id` binary(16) DEFAULT NULL, `version_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `version_commit_data` -- CREATE TABLE `version_commit_data` ( `id` binary(16) NOT NULL, `auto_increment` bigint NOT NULL, `version_commit_id` binary(16) NOT NULL, `entity_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `entity_id` json NOT NULL, `action` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `payload` json NOT NULL, `user_id` binary(16) DEFAULT NULL, `integration_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `webhook` -- CREATE TABLE `webhook` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `event_name` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `url` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `app_id` binary(16) DEFAULT NULL, `active` tinyint(1) DEFAULT '1', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `error_count` int NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `webhook_event_log` -- CREATE TABLE `webhook_event_log` ( `id` binary(16) NOT NULL, `app_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `webhook_name` text COLLATE utf8mb4_unicode_ci NOT NULL, `event_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `delivery_status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `timestamp` int DEFAULT NULL, `processing_time` int DEFAULT NULL, `app_version` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `request_content` json DEFAULT NULL, `response_content` json DEFAULT NULL, `response_status_code` int DEFAULT NULL, `response_reason_phrase` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `serialized_webhook_message` longblob, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; <div class="alert alert-danger" role="alert"><img src="themes/dot.gif" title="" alt="" class="icon ic_s_error"> Error: Call to a member function build() on null</div></body></html>