EventimProductPricesAndStocksSessionsRequest
Request model for retrieving product prices and stocks from the catalog.
productIdsinteger<int32>[]nullable
Optional list of product identifiers to filter. When null or empty, all products are returned.
eventIdinteger<int32>required
Event identifier.
eventSessionIdsinteger<int32>[]nullable
List of event session identifiers to filter session-specific products.
EventimProductPricesAndStocksSessionsRequest
{
"productIds": [
0
],
"eventId": 0,
"eventSessionIds": [
0
]
}