# Changes to ScriptTag displayScope field on Admin GraphQL API — Shopify developer changelog --- ## Changes to ScriptTag displayScope field on Admin GraphQL API As of Admin GraphQL API version 2025-01, the only valid value for the `displayScope` field on the [`ScriptTagInput` object](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ScriptTagInput) is `ONLINE_STORE`. The `displayScope` field remains optional when creating and updating Script tags. When it is omitted from the `scriptTagCreate` mutation, it will default to `ONLINE_STORE` from version 2025-01. This change is related to Script tags being turned off for the Order status page on August 28, 2025, following the launch of [UI Extensions on the Thank You and Order status pages](https://shopify.dev/changelog/ui-extensions-on-the-thank-you-and-order-status-pages-have-launched). *Published: December 13, 2024* Tags: API, Deprecation Announcement Link: https://shopify.dev/changelog/changes-to-scripttag-displayscope-field-on-admin-graphql-api ---