---
title: 'Liquid objects: script'
description: >-
Information about a Shopify Script.
> Caution:
> Shopify Scripts will be sunset on August 28, 2025. Migrate your existing
scripts to [Shopify Functions](/docs/api/functions) before this date.
api_name: liquid
source_url:
html: 'https://shopify.dev/docs/api/liquid/objects/script'
md: 'https://shopify.dev/docs/api/liquid/objects/script.md'
---
# script
Information about a Shopify Script.
***
**Caution:** Shopify Scripts will be sunset on August 28, 2025. Migrate your existing scripts to \Shopify Functions\ before this date.
***
***
**Tip:** To learn more about Shopify Scripts and the Script Editor, visit the \Shopify Help Center\.
***
## Properties
* * **id**
[number](https://shopify.dev/docs/api/liquid/basics#number)
* The ID of the script.
* **name**
[string](https://shopify.dev/docs/api/liquid/basics#string)
* The name of the script.
##### Example
```json
{
"id": 209584193,
"name": "10% off Whole bloodroot"
}
```