Endpoint
GET/market_data/<product ID>
Description
Get market data for the given product ID taking into account AoB Market Data Settings for depth
Variables
Overrides for AoB Market Data Settings (all optional y/n value – case sensitive):
- MWSComp – Competitive data block
- MWSLN – Lowest New data block
- MWSLU – Lowest Used data block
- MWSLC – Lowest Collectible data block
- MWSLA – Lowest All data block
- ExcludeMe – Flags personal listing exclusion
Output
JSON hash string of the following format:
{ results: {
upc: discovered UPC of item,
market_data: JSON encoded returns of market data
},
..,
}
Comments