setAppMarketplaceOrgShare
Set the app's marketplace org revenue share in basis points (OQ-3; taken from the post-platform remainder). Requires 'manage_billing'. BWF uses 0.
setAppMarketplaceOrgShare(
appId: BigInt!
bps: Int!
): Int!
Arguments
setAppMarketplaceOrgShare.appId ● BigInt! non-null scalar
App to configure.
setAppMarketplaceOrgShare.bps ● Int! non-null scalar
Org share in basis points (0..10000).
Type
Int scalar
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.