Admin / Improvement

WhatsApp marketing consent,
Managed centrally in Shopify customer profiles

WhatsApp has been added to the marketing consent options previously limited to Email and SMS. You can now view each customer's contact channel settings on a single screen, and bulk import/export lets you migrate or export subscription lists all at once.

On this page
  1. What actually changes (understand it in 30 seconds)
  2. Where do you manage it? : Screen preview
  3. How bulk import/export works
  4. Before vs. after comparison
  5. What the article does and doesn't cover
  6. How to check (3 steps)
  7. 5 key points for developers
  8. 3 use cases you can apply to your work
  9. A one-line summary for proposals

1What actually changes

Each customer profile in Shopify now includes aWhatsApp marketing consentmanagement field.
Previously available Email SMS can be displayed and edited side by side, so you can see at a glance which channels you're allowed to use to contact each customer.

Email consent

Manageable as before. Whether the customer is subscribed to email marketing.

SMS consent

Manageable as before. Whether the customer is subscribed to SMS marketing.

WhatsApp consent NEW

Newly added. Managed on the same profile as Email and SMS.

The key point is that itconsolidates consent status for all channels in one place. Instead of having tools and spreadsheets scattered across each channel, you can now view everything per customer in one cross-channel view.

2Where do you manage it? : Screen preview

Customer : Hanako Yamada Marketing consent Email SMS WhatsApp See it all at a glance Cross-channel contactability view Email : Can contact SMS: reachable WhatsApp: reachable → Decide which channel to deliver through → Don't send on channels without consent → Settings can be edited anytime

※ For the exact UI wording and placement of the consent toggles, see the Help Center (source below). The article text does not detail the on-screen labels.

3Bulk import / export flow

A bulk tool is available that lets you import WhatsApp consent from an existing subscriber list all at once, or export your current subscriber data.

Existing subscriber list CSV / other tools consent data Import Shopify customer DB Email consent SMS consent WhatsApp consent Reflected in profile Export Exported file Current subscriber data Backup / analysis When to use it Migrating from another tool Keeping an audit trail
If you already have subscribers in another WhatsApp messaging tool,bulk import can consolidate their consent status into Shopify. Conversely, Exportalso lets you write the data out for backups or external analysis.

4Before vs. after this update

ItemBeforeAfter this update
Manageable consent channels 2 types Email, SMS 3 types Email, SMS,WhatsApp
Where consent is checked WhatsApp managed in a separate tool Consolidated into the customer profile
Bulk import of subscribers WhatsApp is out of scope (per what's documented) Bulk import supported
Exporting subscriber data Bulk export supported
Visibility into customer consent Fragmented per channel See across all channels

5What the article does and doesn't say

What it says

  • Manage WhatsApp consent alongside Email and SMS in the customer profile
  • Get a more complete view of preferences across all channels
  • Bulk import/export lets you bring subscriber lists in and out
  • Categorized as "Improvement" and "Admin"
  • See the Help Center for details

Not stated (don't assume)

  • Explicit list of supported countries and plans: Not stated
  • Whether WhatsApp message sending itself is available, and its requirements: Not stated
  • How consent is handled via API / Webhook: Not stated
  • Required app integrations or Meta-side configuration: Not stated
  • Whether availability follows a phased rollout: Not stated
Because this article is a short announcement, be sure to verify the "Not stated" items above firsthand in the Help Center and your own store admin before rolling this out.

6How to check (3 steps)

1

Open the customer profile

From "Customers" in the admin, open the target customer.

2

Review and edit WhatsApp consent

The WhatsApp option appears in the marketing consent section.

3

Bulk import if needed

Bulk import an existing list, or export your current data.

75 points for developers to keep in mind

1. Consent is an attribute on the customer profile

WhatsApp consent now follows the same "customer marketing consent" model as Email and SMS. You can build it into your design with the mindset that adding a channel means adding a consent attribute.

2. Handle migration via bulk import

You can bulk-import WhatsApp subscribers scattered across other tools via CSV or similar. For migration projects, the key is to design the import so it maps the source of consent and the date/time it was obtained.

API ?

3. No mention of API/Webhook specifications

This article only covers admin-side operational guidance. Capturing or updating consent via the Admin API and event integrations need to be verified separately. If you want to sync automatically, confirm it in a sandbox first.

4. Consent management is the heart of compliance

Marketing sends are predicated on consent. The export feature ties directly into audit trails and backups. Make it standard practice to extract only those with consent before sending.

@ SMS WA

5. You can hold a "single source of truth" across channels

With Email, SMS, and WhatsApp consent gathered in the same customer record, you can consolidate your delivery-eligibility logic onto a single data source.Eliminating the duplicate management and inconsistencies of the era when tools were split per channelis the biggest implementation benefit. Check the Help Center for the supported scope and prerequisites.

83 use cases you can apply to your work

USE CASE 1

Centralize cross-channel consent and eliminate duplicate management

Challenge
Email is in Shopify, SMS is in a separate app, WhatsApp is in yet another tool... consent information is fragmented, and no one can accurately grasp whether a customer can be contacted.
Solution
Consolidate WhatsApp consent into the customer profile as well, and unify the reference point for delivery decisions on Shopify's customer record.
Effect
Eliminates duplicate management and prevents opt-out oversights. You can also check contactability on a single screen during customer support.
Technical note
Because each channel's consent can be held in the same customer model, it's easy to consolidate pre-delivery filters into a single query. API handling isn't documented, so it needs verification.
Legacy tool Shopify
USE CASE 2

Migrating subscribers from an external WhatsApp delivery tool

Challenge
You want to bring the WhatsApp subscriber list you've built up in an external tool into Shopify-centric operations, but manual entry is impractical.
Solution
Use bulk import to bring existing subscriber list consent into Shopify, and operate with the customer profile as the source of record thereafter.
Effect
Compresses migration effort and reduces cost and maintenance by consolidating operational tools after the migration.
Technical note
When importing, mapping the consent acquisition date/time and source columns is key. See the Help Center for details on the import format.
Consent export
USE CASE 3

Periodically export consent records for audit and compliance

Challenge
For internal audits or inquiries, you want to be able to present when and through which channel consent was obtained for marketing delivery.
Solution
Use bulk export to periodically write out subscriber data, and retain it as a backup and audit trail.
Effect
Lets you immediately present consent status during opt-out requests or troubleshooting, reducing reputational and legal risk.
Technical note
Build the export into a regular routine; linking it to an external BI / storage system makes it repurposable for analysis as well. Check the Help Center for the output fields.

9A one-line summary you can use in a proposal

"Manage WhatsApp marketing consent in the same customer profile as Email and SMS.
See contactability across every channel on one screen, and migrate or export everything at once with bulk import/export.
Consolidates previously fragmented consent data into Shopify, eliminating duplicate management and missed opt-outs.