pricebook_discounts_fees_list
Find pricebook discount and fee items by filtering with IDs, active status, timestamps, or external-data mappings. Paginate results for controlled retrieval.
Instructions
List one requested page of pricebook discount and fee items using IDs, active state, created or modified timestamps, and external-data mappings. Use pricebook_discounts_fees_get for a known item; membership-type discounts are a separate plan-level benefit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated IDs (max 50) | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Code, DisplayName, CreatedOn, ModifiedOn, Price, MemberPrice, AddOnPrice, AddOnMemberPrice, MaterialsCost, PrimaryVendor, Cost, Manufacturer, Priority | |
| active | No | Filter by active status | True |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| externalDataKey | No | External data key filter | |
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No | ||
| externalDataValues | No | External data values filter | |
| externalDataApplicationGuid | No | External data application GUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||