FileVersion
                Method returning the version of the integration file - necessary for the integration to work. 
                Input parameters
                Incoming as $_POST fields.
                
                    
                
                
                
                
returned data JSON:
                    
Dane wyjściowe:
                    
    | None | 
Outgoing data
                Array fields that the method should return.
                | platform | string | identification of the store's platform, e.g. PrestaShop, IaI, etc. | 
| version | string | File version, for example 4.1.19 | 
| standard | int | standard 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
)
            
        (
[platform] => Shoper
[version] => 1.0.4
[standard] => 4
)
 Documentation of the shops data exchange protocol - baselinker.com
        Documentation of the shops data exchange protocol - baselinker.com