# Script Object
## Description
The script object provides information about a Shopify Script.
> **Important:** "Shopify Scripts will be sunset on August 28, 2025. Migrate your existing scripts to Shopify Functions before this date."
## Properties
### id
- **Type:** number
- **Description:** The unique identifier for the script.
### name
- **Type:** string
- **Description:** The display name of the script.
## Example
```json
{
"id": 209584193,
"name": "10% off Whole bloodroot"
}
```
## Additional Resources
For more details about Shopify Scripts and the Script Editor, refer to the [Shopify Help Center documentation](https://help.shopify.com/manual/checkout-settings/script-editor).