Documentation of the shops data exchange protocol - baselinker.com
Function list
Tests
ChangeLog


FileVersion
Method returning the version of the integration file - necessary for the integration to work.


Input parameters
Incoming as $_POST fields.
None



Outgoing data
Array fields that the method should return.
platformstringidentification of the store's platform, e.g. PrestaShop, IaI, etc.
versionstringFile version, for example 4.1.19
standardintstandard struktury danych zwracanych przez pliku integracyjny - aktualnie obowiązuje standard 4



Example:

returned data JSON:
{"platform":"Shoper","version":"1.0.4","standard":4}

Dane wyjściowe:
Array
(
    [platform] => Shoper
    [version] => 1.0.4
    [standard] => 4
)