RemoveResellerPriceFromPriceBookInput
Input for removing sales agent wholesale price from pricing plan from a price book
This page contains
Fields
pricingPlanId ID! | Pricing plan reference Id |
markupPricingType MarkupPricingType! | Defines the type of markup - Wholesale price (CHANNEL_RESELLER) or Company Wholesale price (CHANNEL_RESELLER_COMPANY) |
removeSetupFee Boolean | If true, markup set for setup fee will be removed Default value: false |
removeFlatFee Boolean | If true, markup set for flat fee will be removed Default value: false |
removeContractFee Boolean | If true, markup set for contract fee will be removed Default value: false |
removeUnitPrices [RemoveUnitMarkupPriceInput!] | List of units for which markup should be removed |
resellerCompanyId ID | Unique identifier of the reseller company |
priceBookId ID! | Unique identifier of the price book |
Mutations for RemoveResellerPriceFromPriceBookInput
removeResellerPriceFromPriceBook | Remove sales agent wholesale price from from pricing plan from a price book |