ScriptTag object
A script tag represents remote JavaScript code that is loaded into the pages of a shop’s storefront or the order status page of checkout.
Required access
read_script_tags
access scope.
On this page
Fields
- createdAt (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The date and time when the script tag was created. - displayScope (
[ScriptTagDisplayScope!](https://shopify.dev/docs/admin-api/graphql/reference/online-store/scripttagdisplayscope)
)
The page or pages on the online store that the script should be included. - id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier. - legacyResourceId (
[UnsignedInt64!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#unsignedint64-2021-01)
)
The ID of the corresponding resource in the REST Admin API. - src (
[URL!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
)
The URL to the remote script. - updatedAt (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The date and time when the script tag was last updated.
Types that return ScriptTag
[QueryRoot.scriptTag](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#scripttag-2021-01)
[QueryRoot.scriptTags](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#scripttags-2021-01)
Mutations for ScriptTag
- scriptTagCreate
Creates a new script tag. - scriptTagDelete
Deletes a script tag. - scriptTagUpdate
Updates a script tag.
Implements
[LegacyInteroperability](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/legacyinteroperability)
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)