How does Celigo handle multiple locations?

If I have an order in Shopify with 5 items, and each item is fulfilled by a different location, how does Celigo handle it?

Does it create a single Sales Order? If so, which is the location set on the Sales Order level?

Hi Pablo,

A single Sales Order is created. you can bring in the fulfillment location of each item by enabling the Buy online, pick up in-store setting under Settings->Order -> POS tab and adding the below mapping
line_items[*].fulfillment_orders[0].assigned_location_id mapped to items:Location(InternalId) and the location lookup

Thanks!