---
title: >-
  Customer SMS Consent Collected From now returns Shopify when the buyer
  consents to SMS marketing in Shopify Checkout - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/customer-sms-consent-collected-from-now-returns-shopify-when-the-buyer-consents-to-sms-marketing-in-shopify-checkout
  md: >-
    https://shopify.dev/changelog/customer-sms-consent-collected-from-now-returns-shopify-when-the-buyer-consents-to-sms-marketing-in-shopify-checkout.md
metadata:
  effectiveApiVersion: 2024-07
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
    - displayName: Admin REST API
      handle: admin-rest
    - displayName: Webhook
      handle: webhook
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2024-09-12T13:33:01-04:00'
  postedAt: '2024-09-12T13:25:00-04:00'
  updatedAt: '2024-12-13T17:24:41-05:00'
  effectiveAt: '2024-09-12T13:25:00-04:00'
---

September 12, 2024

Tags:

* Admin GraphQL API
* Admin REST API
* Webhook
* 2024-07

# Customer SMS Consent Collected From now returns Shopify when the buyer consents to SMS marketing in Shopify Checkout

As of September 12, 2024, the [`CustomerConsentCollectedFrom` field](https://shopify.dev/docs/api/admin-graphql/2024-07/enums/CustomerConsentCollectedFrom) will return `SHOPIFY` whenever SMS consent is captured in Shopify Checkout. Previously, it would return `OTHER` if the buyer consented to SMS marketing in checkout, but the sales channel of the checkout was not one owned by Shopify (Example, online store checkouts would return `SHOPIFY` while custom storefronts would return `OTHER`).

This applies to both the 1st party SMS consent UI, as well as any checkout UI extensions using the [`ConsentCheckbox`](https://shopify.dev/docs/api/checkout-ui-extensions/2024-07/components/forms/consentcheckbox) or [`ConsentPhoneField`](https://shopify.dev/docs/api/checkout-ui-extensions/2024-07/components/forms/consentphonefield) UI components.

Other SMS consent capture flows are unaffected.
