createMarketplaceRevenueShareAllocation

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"
}