Skip to main content

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 }.

Required scope: manufacturing:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Request

Responses

OK

Response Headers
    Content-Type