Draft orders-> Notifications

Hello everyone,

Is there a way to set up a .json metafield script in the draft orders, to notify my employees of these orders in any way?

For example, that all the preliminary orders, are created with the tag @My _employee so that the notification reaches him, and not have to be watching constantly.

hello there

you can use metafields to set up notifications for draft orders in Shopify. Here’s how you can do it:

  1. Create a metafield for the draft order: Go to the Shopify admin panel, select the draft order you want to add a notification for, and click on the “Metafields” tab. Click on “Add a metafield” and fill in the necessary fields, such as namespace, key, value, and value type. For example, you could set the namespace as “custom” and the key as “employee_notification” with a value of “true”.

  2. Set up an app or service to receive notifications: You can use a third-party app or service that can receive notifications via webhook or API to notify your employees. For example, you could set up a webhook in your app to receive notifications whenever a new draft order is created with the “employee_notification” metafield set to true.

  3. Trigger the notification: Whenever a new draft order is created with the “employee_notification” metafield set to true, your webhook or API will receive a notification. You can then use this information to trigger a notification to your employee via email, SMS, or any other method that works best for your business.