shopify_update_collection
Update a Shopify collection's title, description, or product list by providing the collection ID and optional new values.
Instructions
Update a Shopify collection's title/description and/or add products to it.
Args: collection_id (required): Collection ID (numeric or GID). title: New collection title. description_html: New collection description (HTML allowed). add_product_ids: Product IDs (numeric or GIDs) to add to the collection. 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 |
|---|---|---|---|
| title | No | ||
| effect | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| collection_id | No | ||
| add_product_ids | No | ||
| idempotency_key | No | ||
| description_html | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |