# Customer Notification on Shipment Tracking

This configuration ensures that customers receive an automated email notification when a shipment tracking number is populated and the order is marked as "Shipped" in Shopify. The email is sent directly by Shopify, not by the Salesorder server.

⚠️ Important Note from Development:

<mark style="color:$info;">Notifications are sent by Shopify, not Salesorder. When a fulfillment is created in Shopify, it has an option to notify the customer. In earlier implementations, this setting was disabled by default. It is now configurable—if enabled, the notification will be triggered from Shopify once fulfillment is created.</mark>

### Configuration Steps

To enable email notifications for shipped orders, ensure the correct settings are applied in both Shopify and Salesorder.

### **In Shopify**

1. Go to the Shopify Admin.
2. Confirm that both of the following checkboxes are enabled:

* ✅ Notify Customer on Shipment Creation in Cart
* ✅ Update Shipments in Cart<br>

Note: The notification feature will not work unless both checkboxes are selected.

### **In Salesorder**

1. Go to Config > Shopping Carts > Select the Magnifying Glass Icon > Scroll to 'To Cart'
2. Ensure the following options are enabled:

* ✅ Update Shipments in Cart&#x20;
* ✅ Notify Customer on Shipment creation in Cart<br>

Verify that these settings are saved and active before proceeding with order processing.

#### Shipment Process

Once configuration is complete, follow your standard shipment flow:

1. Import the Sales Order (SO) from Shopify.
2. Allocate the Sales Order.
3. Create the Shipment.
4. Pick the Items.
5. Pack the Shipment.
6. Mark as "Shipped"<br>

<mark style="color:$success;">Upon marking the shipment as Shipped, and if the above settings are enabled, Shopify will automatically send an email notification to the customer using the email address linked to their order</mark>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helpwith.salesorder.com/shopping-carts-b2c/shopify/customer-notification-on-shipment-tracking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
