createMarketplaceRevenueShareAllocation
inline suspend fun PartnerCentralRevenueMeasurementClient.createMarketplaceRevenueShareAllocation(crossinline block: CreateMarketplaceRevenueShareAllocationRequest.Builder.() -> Unit): CreateMarketplaceRevenueShareAllocationResponse
Creates a new marketplace revenue share allocation for the specified product.
Samples
// Example for CreateMarketplaceRevenueShareAllocation
val resp = partnerCentralRevenueMeasurementClient.createMarketplaceRevenueShareAllocation {
catalog = CatalogName.fromValue("AWS")
productId = "prod-abc123def4567"
effectiveFrom = "2026-07-01"
revenueSharePercent = "15.50"
}Content copied to clipboard