Remove item from disposition
remove_disposition_itemsRemove an inventory item from a pending disposition using its GUID. Preview changes with a dry run, then confirm to execute.
Instructions
Remove an item from a pending disposition by its inventory item GUID. Dry-run by default; pass confirm:true. Write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | GUID of the inventory item to remove from the disposition. | |
| confirm | No | Set true to actually execute. Omit or false returns a DRY RUN preview that sends nothing. | |
| 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. | |
| dispositionId | Yes | GUID of the pending disposition. |