universesProductInfo
Gets product information for multiple games.
Parameters
Name | Type | Description |
---|---|---|
universeIds | ArrayNonEmptyIfConst | The IDs of the games to get product information for. |
Example
const { data: products } = await ClassicGamesApi.universesProductInfo({ universeIds: [1685831367] });
Example Data
{
"1685831367": {
isForSale: false,
productId: 0,
price: null,
sellerId: 1536374574,
},
}
Endpoint
GET /v1/games/games-product-info