Will webhook work on 3rd party API integration in zoho books?

Will webhook work on 3rd party API integration in zoho books?

Hi there,
I have an Opencart-3 setup, where i have zoho books integration, And in the zoho account i have also integrated the Aftership API for shipment.
Now I want to know that i have written a webhook in the zoho books in the Automation section with respective tabs which were needed.
Webhooks woking: The webhook is fetching order-id and checking from that order-id that the order-status is changed or not in the zoho books, So i can get the status and fill in the Opencart DB table to show the current status of order to customer. 

As now i knew that the status of order is also depends on shipping carrier (Aftership service). Which also have some statuses in that. Depend on that statuses the zoho books changes the status.
So, my point is if the status is changed from the Shipment API in the zoho books so my written webhook will be work or not?
OR what things should i do to make this working.