ResellerCompanyPriceFromPriceBookVersion
Defines the details of wholesale price for a sales agent from a price book version
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 |
| priceBookVersionId: ID | Unique identifier of the price book version |
Queries for ResellerCompanyPriceFromPriceBookVersion
| resellerMarkupPricesFromPriceBookVersion | Returns all wholesale price markups configured in a price book version |