> For the complete documentation index, see [llms.txt](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/net-terms/email-notifications.md).

# 📧Email notifications

The Net Terms feature allows customers to place orders using net payment terms. As part of this system, email notifications can keep both the customer and store owner informed about order status.

***

## Notifications: The Draft order is placed

These notifications fire when a Net Terms order is submitted as a draft.

#### Access Notification Settings

1. Enable Net Terms (toggle ON).
2. Go to **Net Terms → Notifications** to view the Email List.

#### Available Notifications

| Notification                        | Recipient         | Trigger                                           |
| ----------------------------------- | ----------------- | ------------------------------------------------- |
| "Your draft order has been created" | Customer          | When customer places a Net Terms order as a draft |
| "New draft order"                   | Store admin/staff | When a Net Terms draft order is created           |

> **Important:** BSS B2B Solution only sends these notifications when an order is submitted as a **draft**. If orders process automatically, use Shopify's standard order notification emails instead.

***

#### 📧 Understanding the Email List

<figure><img src="/files/0vQL9ONwvpilbQAP8jIq" alt=""><figcaption></figcaption></figure>

* **Your draft order has been created:**\
  Notifies the customer when a draft order is created.
* **New draft order:**\
  Notifies the store owner when a new draft order is made using net terms.

***

#### ⚙️ How to Enable Email Notifications

1. In the **Email List**, click the ✏️ (pencil) icon next to the desired notification.
2. Configure the email template if needed (subject line, message content, etc.).
3. Switch the **Status** from **Disabled** to **Enabled** to activate the email
4. Save changes.

{% hint style="info" %}
The BSS B2B Solution only notifies when an order is submitted as a draft.
{% endhint %}

***

### Notifications: The Final order is placed

If the final order is placed, the email notifications are automatically sent by Shopify&#x20;

#### 📍 Editing email notifications template

#### Access the Shopify Admin settings > Notifications&#x20;

<figure><img src="/files/jGwVvGblnNpEdJizsqzM" alt=""><figcaption></figcaption></figure>

**To edit the email template sent to wholesalers, y**ou can edit it in the Customer notification > select "Order confirmation" email. The email template can be changed by editing the HTML.

<figure><img src="/files/SFmQyGedrcUJM7dEFRVR" alt=""><figcaption></figcaption></figure>

**To edit the email template sent to wholesalers, y**ou can edit it in the Staff notification > select "New order" email. The mechanism is the same as what was mentioned above.

{% hint style="info" %}
Encounter a problem? Feel free to reach us at [**support-sbc@bsscommerce.com**](mailto:support-sbc@bsscommerce.com) or [**Live Chat**](https://go.crisp.chat/chat/embed/?website_id=9f64b5a9-1a02-4190-93b8-8ef56b19f740)**.**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/order-management/net-terms/email-notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
