hello friends, i am using yahoo api for my shopping reference and i am getting response as a json (output) , i have succesfully parsed that json output but when i am sending request for sort data by merchant name or total price i am getting the same i am using this url: var reqUrl = "http://shopping.yahooapis.com/ShoppingService/v2/CatalogListing?appid=YahooDemo&catalogid=1994287203&callback=parseYahooData&getlisting=1&output=json&sort=price&sortOrder=up&getspec=1" can anyone help me why i am not getting the sorted data Thanks in advance