Bulk verify inventory
bulk_verify_inventoryVerify multiple serial numbers as physically present during a cycle count, with optional location update.
Instructions
Mark a list of serial numbers as physically verified during a cycle count, optionally updating their location. Write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serials | Yes | Serial numbers to verify. | |
| location | No | Location to set when updateLocation is true. | |
| 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. | |
| verifiedUtc | No | Verification timestamp (ISO UTC); defaults to now. | |
| updateLocation | No | If true, set the location of verified items. | |
| rollbackPartial | No | If true, roll back all changes when any serial fails. |