diff --git a/CMarketSearchResult.md b/CMarketSearchResult.md new file mode 100644 index 0000000..f7d84e5 --- /dev/null +++ b/CMarketSearchResult.md @@ -0,0 +1,18 @@ +A class which represents a search result on the Steam Community Market. Returned in the callback to [marketSearch](https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity#marketsearchoptions-callback). + +# Properties + +### appid +The AppID of the game to which this item belongs. + +### market_hash_name +The `market_hash_name` of the item, otherwise known as the English version of the item's name on the market. + +### image +A URL to a 512x512 image of this item. You can get custom sizes by simply appending your desired size to this URL. For example, to get a 64x64 image, just use `item.image + '64x64'`. + +### price +The lowest price of this item on the market, in the lowest denomination of your currency (e.g. USD cents). + +### quantity +How many of this item there are currently listed on the market. \ No newline at end of file