inventory_purchase_order_markups_update
Update a purchase order markup range by specifying its ID, new percentage, and value bounds (from, to).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Starting value for this markup range | |
| to | No | Ending value for this markup range | |
| percent | No | Markup percentage for this range | |
| id | Yes | Purchase order markup ID | |
| _confirmed | No | Set to true to confirm this write operation |