asdfghjkl Posted October 31 Report Posted October 31 I want to write a program to relist my item on steam market. I use https://steamcommunity.com/market/removelisting/{asset ID} to remove it and https://steamcommunity.com/market/sellitem/ to relist it. But when I remove the item, its asset ID changed and I don't know how to get the new asset ID. I guess that I can use original_id and https://api.steampowered.com/IEconItems_440/GetPlayerItems/v1/?key= to get the new asset ID. So is there anyway to get the original_id of my items listed on the steam market? It seems that I can't find the original_id in web source. Thanks a lot!💖 Quote
Dr. McKay Posted October 31 Report Posted October 31 No, you can't get original_id for an item that's listed on the market. Quote
asdfghjkl Posted October 31 Author Report Posted October 31 Thanks a lot. My current plan is to obtain inventory before delisting and after delisting. Comparing these two, the new ID obtained is the asset ID of the item I delist. I wonder if there exists a better way? Especially, if I have many Mann Co. Store Packages, how can I identify the one I delist. (It seems that I can't use "classid" and "instanceid" to identify it with https://steamcommunity.com/profiles/{steam_id}/inventory/json/440/2/ Appreciate it.💖 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.