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


SupportedMethods
List of all functions supported by the integration file


Input parameters
Incoming as $_POST fields.
None



Outgoing data
Array fields that the method should return.
functions listarraylist of function names



Example:

returned data JSON:
["ProductsCategories","ProductsList","ProductsData","OrdersGet","ProductsQuantity"]

Dane wyjściowe:
Array
(
    [0] => ProductsCategories
    [1] => ProductsList
    [2] => ProductsData
    [3] => OrdersGet
    [4] => ProductsQuantity
)