I just want to know that is there any webhook event in your system that can be triggered on an order update? Let’s say, I want to raise an event if the order fulfillment status is updated, order items are updated, or the order price and quantity are updated??
Please let me know the solution in case the above-mentioned events are not available.
Is there a timeline to develop such webhook (order update or order status update)? We need to sync Shiphero orders with another system, and this webhook would be the best solution. Also, there are some orders created by the public API that don’t get stock allocated right away (already opened a ticket with support), and this webhook would help to alert such cases.
In this case, you could run this query once an hour using the filter updated_from with the value equal to now minus one hour. For example, if today is February the 2nd of 2022 and it’s 16:30, you should send updated_from:"2022-02-07 15:30:00" as your filter.
If you do that every hour, you should always have the orders up to date.
@tomasfd it seems that the Order query result doesn’t bring any “updated_at” datetime. How can we get or calculate that information? from the Order History?