TriggerSetResellerCompanyPricesProcessInput
Input for setting sales agent wholesale price for one/multiple/all products of the marketplace
This page contains
Fields
productIds [ID!] | Unique identifier of the products |
resellerCompanyIds [ID!] | Unique identifier of the reseller companies |
flatFeePercentage BigDecimal PREVIEW | Defines reseller company price for flat fee |
setupFeePercentage BigDecimal PREVIEW | Defines reseller company price for setup fee |
contractFeePercentage BigDecimal PREVIEW | Defines reseller company price for contract fee |
unitFeePercentage BigDecimal PREVIEW | Defines reseller company price for unit fee |
unitSetupFeePercentage BigDecimal PREVIEW | Defines reseller company price for unit setup fee |
triggeredBy String! | Triggered by |
applyToAllProducts Boolean | If true, markup will be applied to all products Default value: false |
applyToAllResellers Boolean | If true, markup will be applied to all reseller companies Default value: false |
Mutations for TriggerSetResellerCompanyPricesProcessInput
triggerSetResellerCompanyPricesProcess | Trigger a process to set sales agent wholesale price for one/multiple/all products of the marketplace |