Jump to content
McKay Development

Get the original_id of my items listed on the steam market


Recommended Posts

Posted

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!💖

Posted
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.💖
 

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...