Bulk Archive BOMs
POST/api/manufacturing/boms/bulk-archive
Archives multiple BOMs in one call. Body: ids (required array of BOM IDs, min 1; each must exist in boms). Only BOMs currently in active status are archived; BOMs in any other status are skipped. Each archived BOM that was a default triggers auto-promotion of the next eligible BOM for its product/variant. Returns a message summary and a data object: { totalCount, archivedCount, skippedCount, failCount }.
Request
Responses
- 200
OK
Response Headers
Content-Type