getOrderReturnStatusList
            The method allows you to download order return statuses created by the customer in the BaseLinker order manager.
            Input parameters
                    
                                            
                    
                    
                        
                    
                    
Output data:
A sample request in PHP:
                    
                    
                
            
        Output data
                    The method returns the data in JSON format.
                    | status | varchar(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 | 
| statuses | array | An 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: