View Single Post
11-28-20, 01:21 PM   #1
Zoki
A Kobold Labourer
Join Date: Nov 2020
Posts: 1
Getting AH item link and bid

Hey everyone. I want to list all possible gear upgrades from AH, but I cannot access nor ther itemlink either their price. All I have managed to get is itemKey from C_AuctionHouse.GetBrowseResulsts() and that's all somewhat useful info I got.
I am sending SendBrowserQuery(query) to use 'new' AH features for listing items that are usable upgrades, maybe there is another way?
TLDR I need to get AH item link and minimal price after getting item list after using C_AuctionHouse.GetBrowseResulsts().

Thanks in advance.
  Reply With Quote