...
In the commit webhook payload, the fireOrderInSeconds
indicates when the order should be send sent to the kitchen.
The fire webhook can be triggered for any order that hasn’t been fired yet, regardless of the value of fireOrderInSeconds
in the commit webhook payload. This means that the fire webhook can be triggered both when fireOrderInSeconds
is null or higher than 0.
...