> For the complete documentation index, see [llms.txt](https://docs.getmesa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getmesa.com/connect/shopify/technical-notes/customer-information-relating-to-webhooks.md).

# 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="/files/zObwDG7h9LUnYn5ucqzF" alt="Screenshot of the MESA workflow options menu for duplicating an affected workflow to keep the original intact. Spotlight the Duplicate workflow option."><figcaption></figcaption></figure>
2. In the duplicated workflow, update it by adding a **Shopify Retrieve Customer** step after your trigger.

<figure><img src="/files/w8mlmBUuXkceYVuiFOki" alt="Screenshot of the MESA workflow builder in the duplicated workflow, adding a Shopify Retrieve Customer step after the trigger. Spotlight the Shopify Retrieve Customer step."><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="/files/wtMfByUTbWOphcazaLjL" alt="Screenshot of the MESA step field variable picker for replacing impacted variables. Spotlight a variable from the Retrieve Customer step."><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)
