The task is to create a function for transferring orders from the website's database to the CRM directly without third-party programs.
The site is on Wordpress, the CRM is from Webasyst. As far as I know, there is no API or it is not fully described.. but 100% orders can somehow be transferred.
"In Shop-Script, there is an incomplete description of the API for some methods, in particular for the specified one.
The API Explorer can only work with a complete description. This issue has been reported to the developers.
Try calling this API method using other means — for example, in the programming language you plan to use to connect the application to the store's API.
In particular, in the customer parameter, you need to specify an associative array (dictionary) with the properties of the buyer. For example, if there is a need to calculate the cost of delivery depending on the country in the buyer's postal address, you need to pass the 3-letter country code in the POST variable named customer[address.shipping][country]: customer[address.shipping][country]=rusThank you for your patience!"

A huge request not to write with suggestions on what is better to do, I need a specifically knowledgeable programmer, not armchair experts.