Multi-location inventory but fulfillment from one location

We are currently a 2 brick and mortar store and an online store operation. We want to indicate on the orders which store’s inventory the item came from and have it populate on our packing slip so we know when to transfer inventory from our second store to our fulfillment center (which is also our first store).

for example

item A came from store 1’s inventory

item B came from store 2’s inventory

item C came from store 1’s inventory.

Is this possible? what code would I use on the packing slip template?

Here’s my current code but the location line isn’t working:

{% for line_item in line_items %} {{ line_item.quantity }} {{ line_item.sku }} {{ line_item.title }} {{ line_item.location_name }} {% comment %}

Appreciate any help!

Hi @Merakam7

Unfortunately, this isn’t possible at the moment with the standard Shopify Packing list.

This is the list of variables you can use - https://help.shopify.com/en/manual/orders/packing-slips-variable-list

‘Store address variables’ do exist, however, they are related to the Shipping origin you set in the Shipping and Delivery page. And therefore don’t pull through the information you require.

I hope this helps!