# Customer Information Relating to Webhooks

Shopify is updating the customer information that is shared in webhooks, and this can potentially affect your MESA workflows. These changes will go into effect on September 23, 2025.

## What's changing?

Shopify will be removing the following customer data fields from certain triggers:

* tags
* email\_marketing\_consent, sms\_marketing\_consent
* last\_order\_id, last\_order\_name, total\_spent, orders\_count

## Triggers that will be affected

The following triggers will be affected by these updates:

* Customer Created
* Customer Deleted
* Customer Disabled
* Customer Enabled
* Customer Updated
* Draft Order Created
* Draft Order Updated
* Order Canceled
* Order Created
* Order Fulfilled
* Order Paid
* Order Partially Fulfilled
* Order Updated

## Updating your workflows

Review your workflows to see if they use any of the fields above. If you find an affected workflow:

1. **Duplicate the workflow first**. This ensures your original workflow stays intact while you update the steps.<br>

   <figure><img src="https://3425906282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1H6u1HQc3Iew7ATmmiCi%2Fuploads%2FHS8zTYfK6jG6v8DmLgre%2Fimage.png?alt=media&#x26;token=6f35f683-0f2b-4ec8-9316-85fd54738c8f" alt=""><figcaption></figcaption></figure>
2. In the duplicated workflow, update it by adding a **Shopify Retrieve Customer** step after your trigger.

<figure><img src="https://3425906282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1H6u1HQc3Iew7ATmmiCi%2Fuploads%2FdmibQZxWHtzNHvz8gtSq%2Fimage.png?alt=media&#x26;token=357442f2-48ab-4f64-b4b8-40900777ca62" alt=""><figcaption></figcaption></figure>

3. **Replace impacted variables** in your workflow with new ones from the Retrieve Customer step or your new trigger.<br>

<figure><img src="https://3425906282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1H6u1HQc3Iew7ATmmiCi%2Fuploads%2FQN6of98ApOavluIWHRCO%2Fimage.png?alt=media&#x26;token=99cc4683-44c0-4b97-85de-534310787608" alt=""><figcaption></figcaption></figure>

4. Disable your original workflow and enable your duplicated workflow.

## Additional Information

You can read more about Shopify’s changes here: [Shopify Release Notes](https://shopify.dev/docs/api/release-notes/2025-01#customer-payloads-in-webhook-topics)
