Importing fulfillments just got more flexible. You no longer need Line: ID columns for fulfillment line matching, and you can now create multiple new fulfillments on existing orders in a single update.
🚀 What’s New#
- Multiple fulfillments on update – use custom Fulfillment IDs like
F1,F2with the UPDATE command to create several new fulfillments on an existing order. - Composite key matching – fulfillment lines now match to order line items using a combination of SKU, Title, Variant Title, and Price.
🔧 Improvements#
- No Line: ID required –
Fulfillment Linerows no longer need aLine: IDcolumn to match correctly, following Matrixify conventions. - Consistent matching across flows – the same composite key logic applies to both new order creation and fulfillment updates on existing orders.

