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


StatusesList
Method provides a list of possible order statuses supported by the store platform


Input parameters
Incoming as $_POST fields.
None



Outgoing data
Array fields that the method should return.
status list arrayAn array where the status ID is the key and the values of the name of the available statuses



Example:

returned data JSON:
{"1":"Waiting for payment","2":"Order accepted","3":"In process","4":"Sent","5":"Delivered","6":"Canceled"}

Dane wyjściowe:
Array
(
    [1] => Waiting for payment
    [2] => Order accepted
    [3] => In process
    [4] => Sent
    [5] => Delivered
    [6] => Canceled
)