ResellerCompanyPrice
Defines the details of wholesale price for a sales agent
This page contains
Fields
| pricingPlanId: ID! | Unique identifier of pricing plan |
| productId: ID | Unique identifier of product |
| editionId: ID | Unique identifier of edition |
| 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 wholesale price markups for a pricing plan in a price book |
Queries for ResellerCompanyPrice
| resellerMarkupPriceFromPriceBook | Returns wholesale price markups from a price book based on given attributes as input |
| resellerMarkupPricesFromPriceBook | Returns all wholesale price markups configured in a price book |