How to get Order Item Location through Order API

@YIK can you instead use an order webhook to be notified of the order coming in (which includes the order body), and THEN do the GraphQL query from your end to get the fulfillable location ID? This is what I do, it’s not ideal (and note that you also need to put in a 30 second delay between when the webhook comes in and when the actual order details are available on the API), but it seems to work.