2 - ARCHITECTURE § Requests are proxied through Typo3 – no direct access to the Magento APIs § User is authenticated via a user token – Stored and appended by Typo3
included in the Magento core? MAGENTO 2 - ARCHITECTURE § Fetching/Creating reviews § Fetching rendered blocks § Fetching (full) related products by relation type – Related Products/Up- and Cross-Sells § Newsletter interactions § Password reset § Wishlist interactions
add-ons MAGENTO 2 - ARCHITECTURE § Templates cannot be used – Have to be written again in Typo3 § APIs often don’t offer enough functionality § Session based authentication has to be changed to token based – Many plugin and preference classes
early adaptor is hard § Headless means: – You have to rebuild many existing processes in the CMS – Extensions and add-ons are not meant to be used headless! – Shop templates have to be rebuilt (every single one…) § But headless means, too – You are able to build content rich pages within your shop – Marketing will love you ;) § It was a tough but interesting ride!