getMarketplaceRevenueShare
abstract suspend fun getMarketplaceRevenueShare(input: GetMarketplaceRevenueShareRequest): GetMarketplaceRevenueShareResponse
Retrieves the details of a specific marketplace revenue share.
Samples
// Example for GetMarketplaceRevenueShare
val resp = partnerCentralRevenueMeasurementClient.getMarketplaceRevenueShare {
catalog = CatalogName.fromValue("AWS")
productId = "prod-abc123def4567"
}Content copied to clipboard