'market' -> 'itemmarket' is returning nulls for listing prices of many items
armor & weapons work OK, but all other items are like this
POST https://api.torn.com/v2/market/428?selections=itemMarket
{
"itemmarket": {
"item": {
"id": 428,
"name": "Casino Pass",
"type": "Special",
"average_price": 19811050
},
"listings": [
{
"id": null,
"price": null,
"amount": null
},
{
"id": null,
"price": null,
"amount": null
}
]
},
"_metadata": {
"prev": null,
"next": null
}
}