inventory_purchase_order_markups_list
Retrieve a paginated list of purchase order markups with filters by ID, creation or modification dates, and sorting by fields like Percent or Id. Optionally include total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated purchase order markup IDs (maximum 50) | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, From, To, Percent | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |