HELP - Updating price in platform doesnt change what API shows

I am testing the API and I noticed that I can get the entry price for my trade and its correct, but if I modify that trade, in lets say, TradingView to 3980, then the original trade price, lets say it was 4000 is still showing up as 4000 when I query, /orderVersion/item?id=xxxxxxxxx

Anyone know what I am doing wrong?

A new orderVersion is created anytime an order is modified (hence orderVersion). You’re still looking at the persistent state of the previous orderVersion. Try using /orderVersion/deps?masterid=orderId to get the data.