shopify_update_theme
Rename a Shopify development theme to update its name, while keeping main and unpublished release-candidate themes immutable.
Instructions
Rename a DEVELOPMENT theme. UNPUBLISHED release candidates and MAIN themes are immutable (SHOPIFY_THEME_ROLE_PROTECTED).
Args:
theme_id (required): DEVELOPMENT theme ID (numeric or GID).
name (required): New theme name.
expected_preimage_sha256 (required): Exact governed get_theme lifecycle digest approved for this rename.
project_id: Authenticated Project UUID.
project_ref: Exact project correlation reference.
connector_account_ref: Project-bound connector account alias.
idempotency_key: Stable business-action identity.
effect: Claimed read or write effect; Spring verifies it.
approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| effect | No | ||
| theme_id | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No | ||
| expected_preimage_sha256 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |