{"id":25633,"date":"2023-10-04T09:58:51","date_gmt":"2023-10-04T07:58:51","guid":{"rendered":"https:\/\/endereco.de\/?post_type=docs&#038;p=25633"},"modified":"2024-01-26T19:07:37","modified_gmt":"2024-01-26T17:07:37","password":"","slug":"third-party-plugin-integration-toolkit","status":"publish","type":"docs","link":"https:\/\/www.endereco.de\/en\/dokumentation\/third-party-plugin-integration-toolkit\/","title":{"rendered":"Shopware 6 - Third Party Plugin Integration Toolkit"},"content":{"rendered":"<p class=\"wp-block-paragraph\">This feature is available from<a href=\"https:\/\/endereco.de\/shopware\/\" title=\"Integrations - Shopware\"> Shopware 6 Modules<\/a><a href=\"https:\/\/github.com\/Endereco\/endereco-shopware6-client\/releases\/latest\/\" title=\"\"> Release Version 1.4.0<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Rationale\">Rationale<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Our plugin automatically integrates itself onto the default pages that contain relevant data. However, there may be instances where a form developed by a third party doesn't utilize the default templates. As a result, the plugin wouldn't recognize their existence. To address this issue and facilitate the use of the plugin's features on these pages, we've introduced the concept of a service marker.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A service marker is a specific, invisible HTML element that can be inserted on any page. It carries the necessary information to initiate Endereco services correctly and to bind them to the corresponding input fields.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In addition to the service marker, we also provide a Shopware 6 service component that offers a ready-to-use implementation of \"doAccounting\". This component is crucial for session-based accounting of Endereco API usage.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There's also a setting that allows you to specify which controllers the JS-SDK (JavaScript Bundle) should load. This feature enables third-party plugin developers to whitelist their implementation, secure the JS-SDK, and then use the service markers to connect Endereco services with the input fields.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Lastly, the developers can use the \"doAccounting\" function from the Shopware 6 service to finalize the implementation. This step ensures compatibility with the Endereco API accounting system, tying everything together seamlessly. This comprehensive approach empowers developers to integrate our plugin smoothly, regardless of their chosen form templates.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-it-works\">How it works<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The toolkit comprises three tools:<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li>Data Marker<\/li>\n\n\n\n<li>EnderecoService (Shopware 6 Service)<\/li>\n\n\n\n<li>JS-SDK Bundle (and the config script in the header area of the page)<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">To use the Data Marker, you need to have the capability to modify the template files of your extension. The JS-SDK Bundle is made available through the endereco.min.js file. This file is loaded on every page, provided that the page controller is whitelisted. However, it will be loaded on every page if the whitelist is deactivated in the plugin settings. By using these tools, it's possible to connect a form to one of the plugin services and see tangible results.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It's crucial to implement proper session closing. To assist with this, the plugin offers a service object that can be integrated via dependency injection. This service object processes $_POST data, identifies closable session IDs, and sends the so-called \u201edoAccounting\u201c to the Endereco API. The \u201cdoAccounting\u201d process is a mechanism of the session-based billing system, which is standard for Shopware 6 plugins.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Whitelisting-the-controller\">Whitelisting the controller<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The first step is to ensure that the JS-SDK bundle loads on the relevant page. To achieve this, we've developed a specific setting that lets you define the pages on which the JS-SDK should load, aside from the default ones.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"782\" height=\"180\" src=\"https:\/\/endereco.de\/wp-content\/uploads\/2023\/10\/adding_new_controller_to_configuration.png\" alt=\"\" class=\"wp-image-25636\" srcset=\"https:\/\/www.endereco.de\/wp-content\/uploads\/2023\/10\/adding_new_controller_to_configuration.png 782w, https:\/\/www.endereco.de\/wp-content\/uploads\/2023\/10\/adding_new_controller_to_configuration-768x177.png 768w, https:\/\/www.endereco.de\/wp-content\/uploads\/2023\/10\/adding_new_controller_to_configuration-18x4.png 18w, https:\/\/www.endereco.de\/wp-content\/uploads\/2023\/10\/adding_new_controller_to_configuration-360x83.png 360w\" sizes=\"auto, (max-width: 782px) 100vw, 782px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The result of this setting, if done correctly, is that \"endereco.min.js\" is loaded on the relevant page, and a bunch of configuration and utility JavaScript is added to the header of the page.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1164\" height=\"134\" src=\"https:\/\/endereco.de\/wp-content\/uploads\/2023\/10\/endereci_min_js.png\" alt=\"\" class=\"wp-image-25638\" srcset=\"https:\/\/www.endereco.de\/wp-content\/uploads\/2023\/10\/endereci_min_js.png 1164w, https:\/\/www.endereco.de\/wp-content\/uploads\/2023\/10\/endereci_min_js-768x88.png 768w, https:\/\/www.endereco.de\/wp-content\/uploads\/2023\/10\/endereci_min_js-18x2.png 18w, https:\/\/www.endereco.de\/wp-content\/uploads\/2023\/10\/endereci_min_js-360x41.png 360w\" sizes=\"auto, (max-width: 1164px) 100vw, 1164px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1533\" height=\"936\" src=\"https:\/\/endereco.de\/wp-content\/uploads\/2023\/10\/code_example.png\" alt=\"\" class=\"wp-image-25637\" srcset=\"https:\/\/www.endereco.de\/wp-content\/uploads\/2023\/10\/code_example.png 1533w, https:\/\/www.endereco.de\/wp-content\/uploads\/2023\/10\/code_example-768x469.png 768w, https:\/\/www.endereco.de\/wp-content\/uploads\/2023\/10\/code_example-18x12.png 18w, https:\/\/www.endereco.de\/wp-content\/uploads\/2023\/10\/code_example-360x220.png 360w\" sizes=\"auto, (max-width: 1533px) 100vw, 1533px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"blob:https:\/\/endereco.de\/fdab7af4-2b9e-472d-b9ae-0e3f9efb6c45\" alt=\"\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Adding-a-data-marker\">Adding a data marker<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">After the <code>endereco.min.js<\/code> is loaded and executed, it first loads the configuration and then initiates a scanner. This scanner scans the page for so-called Data Markers. These should be placed within the relevant form and contain information about which service should be connected to which input fields, and possibly some additional configuration information.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The next step involves connecting services from the JS-SDK with the corresponding input fields in the form. For this, you should utilize the Data Marker. Here's an example:Finally, once the data has been verified and is ready to be persisted, a \u201edoAccounting\u201c request should be sent to the Endereco API. This action notifies the API that certain groups of requests, specifically the sessions, are now considered closed and, as a result, billable.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For instance, we connect the default Shopware address on the registration page to the service using this data marker:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;input\n    type=\"hidden\"\n    name=\"endereco_data_marker\" value=\"ams\"\n    data-container-selector=\"form\"\n    data-container-type=\"form\"\n    data-form-handle-ajax-submit=\"true\"\n    data-used-prefix=\"{{ prefix }}\"\n    data-has-object=\"no\"\n    data-name=\"\"\n    data-type=\"\"\n    data-country-code-selector=\"&#91;name='{{ prefix }}&#91;countryId]']\"\n    data-subdivision-code-selector=\"&#91;name='{{ prefix }}&#91;countryStateId]']\"\n    data-postal-code-selector=\"&#91;name='{{ prefix }}&#91;zipcode]']\"\n    data-locality-selector=\"&#91;name='{{ prefix }}&#91;city]']\"\n    data-street-full-selector=\"&#91;name='{{ prefix }}&#91;street]']\"\n    data-ams-status-selector=\"&#91;name='{{ prefix }}&#91;amsStatus]']\"\n    data-ams-timestamp-selector=\"&#91;name='{{ prefix }}&#91;amsTimestamp]']\"\n    data-ams-predictions-selector=\"&#91;name='{{ prefix }}&#91;amsPredictions]']\"\n    data-street-selector=\"&#91;name='{{ prefix }}&#91;enderecoStreet]']\"\n    data-house-number-selector=\"&#91;name='{{ prefix }}&#91;enderecoHousenumber]']\"\n    data-address-type=\"{{ addressType }}\"\n&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Closing-sessions-on-submit\">Closing sessions on submit<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">By default, the Shopware 6 plugin implements session-based billing. This means that Endereco is not counting every individual request, but rather groups of requests, or in other words, a session. A session pertains to a logical unity of data. For instance, there should be a session for the billing address, another session for the shipping address (since it's a separate address, even if the content is the same), a session for the email address, another session for the phone number, and so forth. A session can encompass requests from different services. For instance, when entering an address, autocomplete requests usually come first, followed by an address check request.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once the user sends the data to the server, the session should be closed. To assist with this, Endereco provides a service object, <code>EnderecoService<\/code>that can be integrated using Dependency Injection.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/service.xml\n...\n\n...<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The namespace might contain \"Shopware6Client\" or \"Shopware6ClientStore\", depending where the plugin comes from.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This service offers several methods that can be useful.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let's say the user has submitted the form to the plugin, and the submission is directed to a specific controller.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The logic below should be executed prior to any server-side validation that might be in place:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Find accountable session IDs:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ Assuming we have a POST request\n$accountableSessionIds = $this-&gt;enderecoService-&gt;findAccountableSessionIds($_POST);<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Send doAccounting for each session.<\/strong> Both <code>context<\/code> and <code>salesChannelId<\/code> need to be provided:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code><em>\/\/ Assuming we have a POST request<\/em> $this-&gt;enderecoService-&gt;sendDoAccountings($accountableSessionIds, $context, $salesChannelId);<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That's it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Help-with-the-integration\">Help with the integration<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Endereco is eager to assist with the integration. If you encounter any issues or have questions, please feel free to contact us at <a href=\"mailto:support@endereco.de\">support@endereco.de<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Additionally, if you have suggestions on how to simplify or enhance the plugin's integration functionality, we welcome your input and may implement these features in a timely manner.<\/p>","protected":false},"excerpt":{"rendered":"<p>This feature is available from Shopware 6 Module Release Version 1.4.0 Rationale Our plugin automatically integrates itself onto the default pages that contain relevant data. However, there may be instances where a form developed by a third party doesn&#8217;t utilize the default templates. As a result, the plugin wouldn&#8217;t recognize their existence. To address this [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"doc_category":[120],"doc_tag":[],"class_list":["post-25633","docs","type-docs","status-publish","hentry","doc_category-problem-und-loesung"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"This feature is available from Shopware 6 Module Release Version 1.4.0 Rationale Our plugin automatically integrates itself onto the default pages that contain relevant data. However, there may be instances where a form developed by a third party doesn&#039;t utilize the default templates. As a result, the plugin wouldn&#039;t recognize their existence. To address this\" \/>\n\t<meta name=\"robots\" content=\"noindex, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"Robert\"\/>\n\t<meta name=\"google-site-verification\" content=\"i1PNkea8tePlg3flDsX_q6AQq4ZfvITL4vXXZ_5InhM\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.endereco.de\/en\/dokumentation\/third-party-plugin-integration-toolkit\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Endereco - Master Data Quality Management\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Shopware 6 \u2013 Third-Party-Plugin Integration Toolkit \u00bb endereco - Master Data Quality Experts\" \/>\n\t\t<meta property=\"og:description\" content=\"This feature is available from Shopware 6 Module Release Version 1.4.0 Rationale Our plugin automatically integrates itself onto the default pages that contain relevant data. However, there may be instances where a form developed by a third party doesn&#039;t utilize the default templates. As a result, the plugin wouldn&#039;t recognize their existence. To address this\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.endereco.de\/en\/dokumentation\/third-party-plugin-integration-toolkit\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-10-04T07:58:51+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-01-26T17:07:37+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AddressManagementServices\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@endereco_news\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Shopware 6 \u2013 Third-Party-Plugin Integration Toolkit \u00bb endereco - Master Data Quality Experts\" \/>\n\t\t<meta name=\"twitter:description\" content=\"This feature is available from Shopware 6 Module Release Version 1.4.0 Rationale Our plugin automatically integrates itself onto the default pages that contain relevant data. However, there may be instances where a form developed by a third party doesn&#039;t utilize the default templates. As a result, the plugin wouldn&#039;t recognize their existence. To address this\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/third-party-plugin-integration-toolkit\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en#listItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/www.endereco.de\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/#listItem\",\"name\":\"endereco Plugin Dokumentation\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/#listItem\",\"position\":2,\"name\":\"endereco Plugin Dokumentation\",\"item\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/docs-category\\\/problem-und-loesung\\\/#listItem\",\"name\":\"Problem und L\\u00f6sung\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en#listItem\",\"name\":\"Start\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/docs-category\\\/problem-und-loesung\\\/#listItem\",\"position\":3,\"name\":\"Problem und L\\u00f6sung\",\"item\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/docs-category\\\/problem-und-loesung\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/third-party-plugin-integration-toolkit\\\/#listItem\",\"name\":\"Shopware 6 &#8211; Third-Party-Plugin Integration Toolkit\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/#listItem\",\"name\":\"endereco Plugin Dokumentation\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/third-party-plugin-integration-toolkit\\\/#listItem\",\"position\":4,\"name\":\"Shopware 6 &#8211; Third-Party-Plugin Integration Toolkit\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/docs-category\\\/problem-und-loesung\\\/#listItem\",\"name\":\"Problem und L\\u00f6sung\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/#organization\",\"name\":\"Endereco - Master Data Quality Experts\",\"description\":\"Wir pr\\u00fcfen, erg\\u00e4nzen und korrigieren Adressdaten\",\"url\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/\",\"telephone\":\"+4993166398390\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/endereco.de\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/endereco-social-preview.jpg\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/third-party-plugin-integration-toolkit\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/third-party-plugin-integration-toolkit\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/endereco_de\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC9yvqFDIJU4fdmhEc3_J1fw\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/36400724\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/author\\\/robert\\\/#author\",\"url\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/author\\\/robert\\\/\",\"name\":\"Robert\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/third-party-plugin-integration-toolkit\\\/#webpage\",\"url\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/third-party-plugin-integration-toolkit\\\/\",\"name\":\"Shopware 6 \\u2013 Third-Party-Plugin Integration Toolkit \\u00bb endereco - Master Data Quality Experts\",\"description\":\"This feature is available from Shopware 6 Module Release Version 1.4.0 Rationale Our plugin automatically integrates itself onto the default pages that contain relevant data. However, there may be instances where a form developed by a third party doesn't utilize the default templates. As a result, the plugin wouldn't recognize their existence. To address this\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/dokumentation\\\/third-party-plugin-integration-toolkit\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/author\\\/robert\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/author\\\/robert\\\/#author\"},\"datePublished\":\"2023-10-04T09:58:51+02:00\",\"dateModified\":\"2024-01-26T19:07:37+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/\",\"name\":\"Endereco - Master Data Quality Experts\",\"description\":\"Wir pr\\u00fcfen, erg\\u00e4nzen und korrigieren Adressdaten\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.endereco.de\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Shopware 6 \u2013 Third-Party-Plugin Integration Toolkit \u00bb endereco - Master Data Quality Experts<\/title>\n\n","aioseo_head_json":{"title":"Shopware 6 - Third-Party-Plugin Integration Toolkit \u00bb endereco - Master Data Quality Experts","description":"This feature is available from Shopware 6 Module Release Version 1.4.0 Rationale Our plugin automatically integrates itself onto the default pages that contain relevant data. However, there may be instances where a form developed by a third party doesn't utilize the default templates. As a result, the plugin wouldn't recognize their existence. To address this","canonical_url":"https:\/\/www.endereco.de\/en\/dokumentation\/third-party-plugin-integration-toolkit\/","robots":"noindex, max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"google-site-verification":"i1PNkea8tePlg3flDsX_q6AQq4ZfvITL4vXXZ_5InhM","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/third-party-plugin-integration-toolkit\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en#listItem","position":1,"name":"Start","item":"https:\/\/www.endereco.de\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/#listItem","name":"endereco Plugin Dokumentation"}},{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/#listItem","position":2,"name":"endereco Plugin Dokumentation","item":"https:\/\/www.endereco.de\/en\/dokumentation\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/docs-category\/problem-und-loesung\/#listItem","name":"Problem und L\u00f6sung"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en#listItem","name":"Start"}},{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/docs-category\/problem-und-loesung\/#listItem","position":3,"name":"Problem und L\u00f6sung","item":"https:\/\/www.endereco.de\/en\/docs-category\/problem-und-loesung\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/third-party-plugin-integration-toolkit\/#listItem","name":"Shopware 6 &#8211; Third-Party-Plugin Integration Toolkit"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/#listItem","name":"endereco Plugin Dokumentation"}},{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/third-party-plugin-integration-toolkit\/#listItem","position":4,"name":"Shopware 6 &#8211; Third-Party-Plugin Integration Toolkit","previousItem":{"@type":"ListItem","@id":"https:\/\/www.endereco.de\/en\/docs-category\/problem-und-loesung\/#listItem","name":"Problem und L\u00f6sung"}}]},{"@type":"Organization","@id":"https:\/\/www.endereco.de\/en\/#organization","name":"Endereco - Master Data Quality Experts","description":"Wir pr\u00fcfen, erg\u00e4nzen und korrigieren Adressdaten","url":"https:\/\/www.endereco.de\/en\/","telephone":"+4993166398390","logo":{"@type":"ImageObject","url":"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/third-party-plugin-integration-toolkit\/#organizationLogo"},"image":{"@id":"https:\/\/www.endereco.de\/en\/dokumentation\/third-party-plugin-integration-toolkit\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/endereco_de\/","https:\/\/www.youtube.com\/channel\/UC9yvqFDIJU4fdmhEc3_J1fw","https:\/\/www.linkedin.com\/company\/36400724"]},{"@type":"Person","@id":"https:\/\/www.endereco.de\/en\/author\/robert\/#author","url":"https:\/\/www.endereco.de\/en\/author\/robert\/","name":"Robert"},{"@type":"WebPage","@id":"https:\/\/www.endereco.de\/en\/dokumentation\/third-party-plugin-integration-toolkit\/#webpage","url":"https:\/\/www.endereco.de\/en\/dokumentation\/third-party-plugin-integration-toolkit\/","name":"Shopware 6 \u2013 Third-Party-Plugin Integration Toolkit \u00bb endereco - Master Data Quality Experts","description":"This feature is available from Shopware 6 Module Release Version 1.4.0 Rationale Our plugin automatically integrates itself onto the default pages that contain relevant data. However, there may be instances where a form developed by a third party doesn't utilize the default templates. As a result, the plugin wouldn't recognize their existence. To address this","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.endereco.de\/en\/#website"},"breadcrumb":{"@id":"https:\/\/www.endereco.de\/en\/dokumentation\/third-party-plugin-integration-toolkit\/#breadcrumblist"},"author":{"@id":"https:\/\/www.endereco.de\/en\/author\/robert\/#author"},"creator":{"@id":"https:\/\/www.endereco.de\/en\/author\/robert\/#author"},"datePublished":"2023-10-04T09:58:51+02:00","dateModified":"2024-01-26T19:07:37+02:00"},{"@type":"WebSite","@id":"https:\/\/www.endereco.de\/en\/#website","url":"https:\/\/www.endereco.de\/en\/","name":"Endereco - Master Data Quality Experts","description":"Wir pr\u00fcfen, erg\u00e4nzen und korrigieren Adressdaten","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.endereco.de\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Endereco - Master Data Quality Management","og:type":"article","og:title":"Shopware 6 \u2013 Third-Party-Plugin Integration Toolkit \u00bb endereco - Master Data Quality Experts","og:description":"This feature is available from Shopware 6 Module Release Version 1.4.0 Rationale Our plugin automatically integrates itself onto the default pages that contain relevant data. However, there may be instances where a form developed by a third party doesn't utilize the default templates. As a result, the plugin wouldn't recognize their existence. To address this","og:url":"https:\/\/www.endereco.de\/en\/dokumentation\/third-party-plugin-integration-toolkit\/","og:image":"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg","og:image:secure_url":"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg","article:published_time":"2023-10-04T07:58:51+00:00","article:modified_time":"2024-01-26T17:07:37+00:00","article:publisher":"https:\/\/www.facebook.com\/AddressManagementServices","twitter:card":"summary","twitter:site":"@endereco_news","twitter:title":"Shopware 6 \u2013 Third-Party-Plugin Integration Toolkit \u00bb endereco - Master Data Quality Experts","twitter:description":"This feature is available from Shopware 6 Module Release Version 1.4.0 Rationale Our plugin automatically integrates itself onto the default pages that contain relevant data. However, there may be instances where a form developed by a third party doesn't utilize the default templates. As a result, the plugin wouldn't recognize their existence. To address this","twitter:image":"https:\/\/endereco.de\/wp-content\/uploads\/2023\/12\/endereco-social-preview.jpg"},"aioseo_meta_data":{"post_id":"25633","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":false,"robots_noindex":true,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-05-13 09:01:29","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":"{\"title\":{\"suggestions\":[],\"usage\":0},\"description\":{\"suggestions\":[],\"usage\":0}}","ai":null,"created":"2023-10-04 07:57:30","updated":"2026-05-13 09:01:29"},"year_month":"2026-06","word_count":1030,"total_views":"3616","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"Robert","author_nicename":"robert","author_url":"https:\/\/www.endereco.de\/en\/author\/robert\/"},"doc_category_info":[{"term_name":"Problem und L\u00f6sung","term_url":"https:\/\/www.endereco.de\/en\/docs-category\/problem-und-loesung\/"}],"doc_tag_info":[],"acf":[],"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/docs\/25633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/comments?post=25633"}],"version-history":[{"count":0,"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/docs\/25633\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/media?parent=25633"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/doc_category?post=25633"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.endereco.de\/en\/wp-json\/wp\/v2\/doc_tag?post=25633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}