StatusesList
Method provides a list of possible order statuses supported by the store platform
Input parameters
Incoming as $_POST fields.
returned data JSON:
Dane wyjściowe:
None |
Outgoing data
Array fields that the method should return.
status list | array | An 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
)
(
[1] => Waiting for payment
[2] => Order accepted
[3] => In process
[4] => Sent
[5] => Delivered
[6] => Canceled
)