---
title: >-
  Removal of SMS Templates as translatable resources - 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/removal-of-sms-templates-as-translatable-resources
  md: >-
    https://shopify.dev/changelog/removal-of-sms-templates-as-translatable-resources.md
metadata:
  effectiveApiVersion: 2023-01
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Deprecation Announcement
    handle: deprecation
  indicatesActionRequired: true
  createdAt: '2022-11-15T07:12:58-05:00'
  postedAt: '2023-01-01T00:00:00-05:00'
  updatedAt: '2024-12-13T17:24:35-05:00'
  effectiveAt: '2023-01-01T00:00:00-05:00'
---

January 1, 2023

Tags:

* Action Required
* API
* 2023-01

# Removal of SMS Templates as translatable resources

As part of GraphQL Admin API version `2023-01`, we are removing SMS Templates as a translatable resource. This means the [`SMS_TEMPLATE`](https://shopify.dev/api/admin-graphql/2022-10/enums/TranslatableResourceType#value-smstemplate) value will be removed from the [`TranslatableResourceType`](https://shopify.dev/api/admin-graphql/2022-10/enums/TranslatableResourceType) enum and the following GraphQL endpoints will stop accepting SMS Template IDs:

* [`translationsRemove`](https://shopify.dev/api/admin-graphql/latest/mutations/translationsRemove)
* [`translationsRegister`](https://shopify.dev/api/admin-graphql/latest/mutations/translationsRegister)
* [`translatableResource`](https://shopify.dev/api/admin-graphql/latest/queries/translatableResource)
* [`translatableResourcesByIds`](https://shopify.dev/api/admin-graphql/2022-10/queries/translatableResourcesByIds)
