logistics_consignment_manifest
Generates a consignment manifest by comparing a bill of materials against inventory levels to determine parts to ship to a contract manufacturer.
Instructions
Station 4: Generate a consignment manifest by diffing BOM vs inventory.
Uploads BOM and compares against current inventory levels to determine what needs to be shipped to the CM (contract manufacturer).
IMPORTANT: Review the manifest before shipping. Verify short items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bom_path | Yes | Path to BOM file (.csv or .json) | |
| inventory_levels | Yes | Dict mapping part_number to quantity on hand at CM | |
| cm_address | Yes | Contract manufacturer shipping address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||