PriceBookCondition
Represents the details for price book condition
This page contains
Fields
| id: ID! | Unique identifier for price book condition |
| name: String | Name of price book condition |
| description: String | Description of price book condition |
| conditions: [PriceCondition!] | Conditions for price book |
Parent objects of PriceBookCondition
| PriceBook | Represents the details for price book |
Mutations for PriceBookCondition
| addOrUpdateConditionProperties | Add or update companies or segments from the price book condition |
| createPriceBookCondition | Assign price book to companies or segments |
| removeConditionProperties | Delete company or segment association completely from a price book |
| updatePriceBookConditionMetadata | Update price book condition metadata (name, description etc) |
Queries for PriceBookCondition
| priceBook | Returns price book by it's id |
| priceBookByName | Returns price book by its name |
| priceBookCondition | Returns price book condition by its id |