API documentation
Method list
Test your request
Changelog


getOrderStatusList
The method allows you to download order statuses created by the customer in the BaseLinker order manager.


Input parameters



Output data
The method returns the data in JSON format.
statusvarchar(30)SUCCESS - request executed correctly
ERROR - an error occurred during an API request. Error details will be described in 2 additional returned fields: error_message and error_code
statusesarrayAn array of statuses. Each status contains fields:
id (int) - status identifier
name (varchar) - status name (basic)
name_for_customer (varchar) - long status name (displayed to the customer on the order page) color (varchar) - status color in hex



Sample
Input data:
Output data:
A sample request in PHP: