We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/florinel-chis/shopify-liquid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
script.md•702 B
# 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).