order notifications for each warehouse

Hi all,

I have a store with 3 markets and 2 warehouses (Milan default and Paris).

I need to send a recap order notification to each warehouse.

It’s possible to add a “location variable” in email notification object? I could declare in email object “order number 0001 from Milan warehouse”.

Could you give me a right variable to put in email template?

Thank you

Yes, it’s possible to add a “location variable” in email notification objects in Shopify. This will allow you to include specific information about the warehouse or location from which an order is being fulfilled.

The variable you would need to use in your email template depends on how you’ve set up your store and how you’re tracking warehouse locations in Shopify. One possible variable you could use is the “fulfillment_service” variable. This variable pulls the name of the fulfillment service that’s being used to fulfill the order.

To add this variable to your email template, you can use the following code:

{{ fulfillment_service }}

You can customize the language around this variable to make it more specific to your store and the locations you’re using. For example, you might use:

“Order number 0001 from Milan warehouse: {{ fulfillment_service }}”

This would display the name of the fulfillment service for the Milan warehouse in your order confirmation emails.

Hi Nomtech, thank you for your support.

I tried to insert this variable ({{ fulfillment_service }}). but not appears in my notification.

Have you any other info to tell me?

Thank you

Same here. Hope someone could share what variable to use. Tried

“{{ fulfillment.location.name }}” and

“{{ location.name }}”