If you attempt to add a second shipment, and sync, its not working at intended. It pulls the complete order for the second shipment.
I believe it's because you're using the shipment's line_items and not its inventory_units. line_items pulls all of the order's line_items (for all shipments). inventory_units pull only the inventory_units in that shipment.
Want me to do a PR to fix?
If you attempt to add a second shipment, and sync, its not working at intended. It pulls the complete order for the second shipment.
I believe it's because you're using the shipment's line_items and not its inventory_units. line_items pulls all of the order's line_items (for all shipments). inventory_units pull only the inventory_units in that shipment.
Want me to do a PR to fix?