It is necessary after successful ordering in OcStore to send data from this order to an external endpoint, it was supposed to use a curl request.
The problem arose in the fact that it is not entirely clear where the final php script contains all the necessary information and in which you can add this query.
I tried to use success.php for this purpose (catalog / controller / checkout / success.php), in principle it works, but there is no array with goods there, but I need it first of all.
OcStore version: 2.3.0.2.3
Please push me in the right direction.