haskell_md2 Posted August 30, 2021 Posted August 30, 2021 Hello, I have problem related Backpack.tf API. When I try create buy order, i get response: "listings": { "7140702751": { "error": "Warning: Undefined array key \"timestamp\"" } } What is wrong? I use Postman for request. Here are the JSON request parameters: { "token": "secret:)", "listings": [{ "intent": 0, "id": 7140702751, "item": { "item_name": "Dead Cone", "craftable": "", "priceindex": "" }, "offers": 0, "buyout": 0, "promoted":"", "details": "test api", "currencies": {"metal": 1} }] }
rebecaquitzon Posted November 17, 2021 Posted November 17, 2021 Have you solved it yet? Can you share the solution? jigsaw puzzle
viggo Posted November 22, 2021 Posted November 22, 2021 Warning: Undefined array key \"timestamp\" Is something I discovered happening right after the V2 API endpoints got implemented. The error means that the item is not in your backpack.tf inventory.
haskell_md2 Posted November 22, 2021 Author Posted November 22, 2021 aethez thanks! However, i wrote this post around couple months ago ))
Recommended Posts
Archived
This topic is now archived and is closed to further replies.