Bulk verify inventory
bulk_verify_inventoryVerify a list of serial numbers as physically present during inventory cycle counts, optionally updating their location and rolling back changes if any serial fails.
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 |
|---|---|---|---|
| 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. | |
| 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. |