--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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.