PriceBookPricingDetails
Provides pricing details configured within price books. Not available in free or standard Zoho CRM accounts.
View-Specific Information
Select
The cmdlet uses the Zoho CRM API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the cmdlet.
- PriceBookId supports the '=' operator.
For example, the following queries are processed server side:
SELECT * FROM PriceBookPricingDetails WHERE PriceBookId = '3152079000000317001'
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier for the pricing detail record. |
| PriceBookId [KEY] | String | Identifier of the price book associated with this pricing detail. |
| Discount | Double | Discount percentage or amount to be applied within the specified range. |
| FromRange | Double | Minimum value from which the discount becomes applicable. |
| ToRange | Double | Maximum value up to which the discount remains applicable. |