integration_documentation

integration_documentation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
integration_documentation [2022/03/16 11:45]
florian
integration_documentation [2023/03/14 16:06]
rihad [API integration]
Line 89: Line 89:
  
 You can download a styleguide for your Assisted Suggest integration as a PDF download {{ :​assisted_suggest_style_guide.pdf |here}}. You can download a styleguide for your Assisted Suggest integration as a PDF download {{ :​assisted_suggest_style_guide.pdf |here}}.
 +
 +----
 +
 +<​html>​
 +    <h3>
 +        <a href="​doku.php?​id=integration_documentation:​product_update_API">​Product Update API</​a>​
 +    </h3>
 +</​html>​
 +
 +[[https://​service.findologic.com/​ps/​centralized-frontend/​spec/​|Here]] you can find a detailed API specification for all the data you need to implement the Product Update API.
 +
 +
 +===== Instant Frontend ===== 
 +
 +<​html>​
 +    <h3>
 +        <a href="​doku.php?​id=integration_documentation:​instant_frontend:​product_listing">​Product List</​a>​
 +    </h3>
 +</​html>​
 +
 +Following the link above you can reach our Product List documentation. ​
 +
 +----
 +
 ===== Using a Findologic plugin =====  ===== Using a Findologic plugin ===== 
  
Line 143: Line 167:
     </h3>     </h3>
 </​html>​ </​html>​
 +
 +----
 +
 +<​html>​
 +    <h3>
 +        <a href="​doku.php?​id=integration_documentation:​shopware_6_app">​
 +            <img src="​https://​docs.findologic.com/​lib/​exe/​fetch.php?​media=integration_documentation:​plugins:​sw6_logo.png"​ style="​width:​50px;​margin-right:​10px">​
 +            Shopware 6 app integration
 +        </a>
 +    </h3>
 +</​html>​
 +
  
 ---- ----
Line 188: Line 224:
 and what you have to keep in mind, when using Findologic (export, search result, configuration,​ etc.). ​ and what you have to keep in mind, when using Findologic (export, search result, configuration,​ etc.). ​
  
-===== Direct Integration =====  
- 
-<​html>​ 
-        <div> 
-            <h3> 
-                <a href="​doku.php?​id=integration_documentation:​direct_integration">​Direct Integration</​a>​ 
-            </h3> 
-        </​div>​ 
-        <p> 
-</​html>​ 
  
-You can find a detailed documentation about the Direct Integration [[integration_documentation:​direct_integration|here]].