integration_documentation:shopware_6

integration_documentation:shopware_6

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 Both sides next revision
integration_documentation:shopware_6 [2020/05/28 15:06]
daniel
integration_documentation:shopware_6 [2020/06/25 16:32]
daniel
Line 24: Line 24:
  
 Save the configuration. Save the configuration.
 +
 +==== Trigger product export ====
 +
 +The export can be called with  ​
 +<​code><​SHOP-URL>/​findologic?​shopkey=<​SHOPKEY>&​start=<​NUMBER>&​count=<​NUMBER></​code>​
 +
 +  * **shopkey:​** → <​SHOPKEY>​ provided by Findologic
 +  * **start:** <​NUMBER>​ that should not be lower than zero
 +  * **count:** <​NUMBER>​ that should not be lower than zero
 +
 +The generated XML is validated against our predefined [[https://​raw.githubusercontent.com/​Findologic/​xml-export/​master/​src/​main/​resources/​Findologic.xsd|XSD scheme]] and built with our export library [[https://​github.com/​Findologic/​libflexport|libflexport]].