removeResellerPriceFromPriceBook
Remove wholesale price markups for a pricing plan from a price book
This page contains
Arguments
| input RemoveResellerPriceFromPriceBookInput! | Attributes to remove markups for a pricing plan from a price book |
RemoveResellerPriceFromPriceBookInput 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 |
| removeFlatFee Boolean | If true, markup set for flat fee will be removed |
| removeContractFee Boolean | If true, markup set for contract fee will be removed |
| 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 |
Return Fields
| success Boolean | |
| userErrors [RemoveResellerPriceFromPriceBookError!] | Error details while removing wholesale markups from a price book |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.