Order Allocated Webhook not triggered

Hello Team,
The order allocated webhook is not triggered most of the time for orders with “readytoship=0” unless it becomes (readytoship=1), in this case it is triggered with the new value.
but sometimes it triggers even if (readytoship=0) and we were able to receive it.
is there a way to keep triggered always regardless the value of (readytoship)

Hi Ahmad,

Are you able to share some example here? The inconsistency of the triggers leads me to believe it is not related to that flag.

Thank you

Hi Austin,
here is attached below an order created with insufficient quantity (Ready To Ship = No), and “order allocated” webhook is not received. if I changed the quantity to be greater than 0 . it will be with (Ready To Ship = Yes) and we will receive the webhook.

That is correct. The Items on the order have not allocated. So there is no data to send.

The order_allocated webhook triggers when the Total allocated Number is > 0

Hi Austin, can you please explain why we sometimes get webhook notifications even when the Total allocated Number is = 0?
We are looking to get the orders created webhook even if theres no Total allocated Number is 0
so we can notify our client about stock needs when they sell without stock.