PriceBookEntry
Represents the custom prices set in price book entry
This page contains
Fields
id: ID! | Unique identifier for price book entry |
priceBookId: ID! | Unique identifier for price book |
pricingPlanId: ID! | Pricing plan UUID |
productId: ID! | Product UUID |
product: Product PREVIEW | Product Details |
editionId: ID! | Edition UUID |
setupFee: PriceBookEntryPrice | Custom price for setup fee |
flatFee: PriceBookEntryPrice | Custom price for flat fee |
contractFee: PriceBookEntryPrice | Custom price for contract fee |
units: [PriceBookEntryUnitPrice!] | Custom price for different units in plan |
Parent objects of PriceBookEntry
PriceBook | Represents the details for price book |
Mutations for PriceBookEntry
addOrUpdatePriceBookEntryPrices | Add or update custom price(s) set for a pricing plan |
createPriceBookEntry | Assign pricing plan to price book |
removePriceBookEntryPrices | Remove custom price(s) set for pricing plan |
Queries for PriceBookEntry
priceBook | Returns price book by it's id |
priceBookByName | Returns price book by its name |
priceBookEntry | Returns price book entry by its id |