...
If Magento’s cron is working, it will send a report every day to Sequra with the orders that have been shipped. If there is any problem, you can force this report to be sent to Sequra: Sells → Orders → click Send report to Sequra.
...
Communicate shipment through third parties tools
...
Create access credentials for the app
Go to System → Web services → SOAP/XML-RPC functions and click “Add new paper”
Go to Function information → Function resources and give, at least, permissions for Sells → Order → Order shipments → Create and click “Save function”.
Go to System → Web services → SOAP/XML-RPC Users and click “Add new user”.
select the function previously created in User info → User profession, and click “Save user”.
Using the sales_order_shipment.create function to create the shipment. The PHP example code is simple but enough to communicate the shipment to Sequra:
...