Edit disposition item price
edit_disposition_item_priceUpdate the sale price of an inventory item on a pending disposition to ensure accurate transaction records.
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. | |
| account | No | Which configured FastBound account to use for this one call — an alias or account number (see list_accounts). Omit to use the active account. | |
| 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. |