Edit disposition item price
edit_disposition_item_priceSet a new sale price for an inventory item on a pending disposition. Directly updates the record with audit trail support.
Instructions
Set the sale price of an item on a pending disposition. Executes directly. Write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GUID of the disposition. | |
| price | Yes | New sale price. | |
| itemId | Yes | GUID of the inventory item on the disposition. | |
| auditUser | No | Email recorded as X-AuditUser for the ATF audit trail. Overrides FASTBOUND_AUDIT_USER for this call. Must be an active user on the account. |