SetResellerPriceInPriceBookInput
Input to set wholesale price for a pricing plan in a price book
This page contains
Fields
| pricingPlanId ID! | Unique identifier of pricing plan |
| markupPricingType MarkupPricingType! | Defines the type of markup - Wholesale price (CHANNEL_RESELLER) or Company Wholesale price (CHANNEL_RESELLER_COMPANY) |
| setupFee MarkupPriceInput | Defines markup/markdown price for setup fee |
| flatFee MarkupPriceInput | Defines markup/markdown price for flat fee |
| contractFee MarkupPriceInput | Defines markup/markdown price for contract fee |
| units [MarkupUnitPriceInput] | Defines markup/markdown price for various units in pricing plan |
| resellerCompanyId ID | Unique identifier of the reseller company |
| priceBookId ID! | Unique identifier of the price book |
Mutations for SetResellerPriceInPriceBookInput
| setResellerPriceInPriceBook | Set wholesale price markups for a pricing plan in a price book |