Issue MARKET_ORDERS

trying to pull all orders in Delve for an item Reactive Gas Here is what I got
=EVEONLINE.MARKET_ORDERS(10000060,2311)
that returns
image
and if I look in-game it is missing orders

Found the fix for anyone else that runs into this use
=EVEONLINE.MARKET_STRUCTURE_ORDERS

Ah, I see, the only order showing is the solar system range one which probably makes it “public” and thus it can be seen in the public market_orders function.

Good you managed to solve it yourself!