listMarketplaceRevenueShareAllocations
abstract suspend fun listMarketplaceRevenueShareAllocations(input: ListMarketplaceRevenueShareAllocationsRequest): ListMarketplaceRevenueShareAllocationsResponse
Returns a paginated list of allocations under a marketplace revenue share, with optional filtering by status and effective date range. Supports historical reads at a specific share revision.
Samples
// Example for ListMarketplaceRevenueShareAllocations
val resp = partnerCentralRevenueMeasurementClient.listMarketplaceRevenueShareAllocations {
catalog = CatalogName.fromValue("AWS")
productId = "prod-abc123def4567"
}Content copied to clipboard