ResellerCompanyPrice
Defines the details of wholesale price for a sales agent
This page contains
Fields
pricingPlanId: ID! | Unique identifier of pricing plan |
setupFee: MarkupPricingFee | Defines markup for setup fee |
flatFee: MarkupPricingFee | Defines markup for flat fee |
contractFee: MarkupPricingFee | Defines markup for contract fee |
units: [MarkupUnitPriceFee] | Defines markup for various units in pricing plan |
markupPricingType: MarkupPricingType | Defines the type of markup - Wholesale price (CHANNEL_RESELLER) or Company Wholesale price (CHANNEL_RESELLER_COMPANY) |
resellerCompanyId: ID | Unique identifier of the reseller company |
priceBookId: ID | Unique identifier of the price book |
Mutations for ResellerCompanyPrice
setResellerCompanyPrice | Set sales agent wholesale price for a pricing plan |
setResellerPriceInPriceBook | Set sales agent wholesale price for a pricing plan in a price book |
Queries for ResellerCompanyPrice
resellerMarkupPriceFromPriceBook | Returns pricing information for edition for provided edition tag |