---
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.
source_url:
  html: 'https://shopify.dev/docs/api/liquid/objects/script'
  md: 'https://shopify.dev/docs/api/liquid/objects/script.md'
api_name: liquid
---

# script

Information about a Shopify Script.

***

**Caution:** Shopify Scripts will be sunset on August 28, 2025. Migrate your existing scripts to \<a href="/docs/api/functions">Shopify Functions\</a> before this date.

***

***

**Tip:** To learn more about Shopify Scripts and the Script Editor, visit the \<a href="https://help.shopify.com/manual/checkout-settings/script-editor">Shopify Help Center\</a>.

***

## 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"
}
```
