shopify_create_collection
Create a Shopify collection and publish it to the Online Store, optionally adding products by ID.
Instructions
Create a custom Shopify collection (optionally seeded with products) and publish it to the Online Store sales channel. Use to group sellables into a browsable storefront category.
Args:
title (required): Collection title.
description_html: Collection description (HTML allowed).
handle: URL handle (defaults to a slug of the title).
product_ids: Product IDs (numeric or GIDs) to add on creation.
publish: Publish to the Online Store channel after creation (default true).
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 | ||
| handle | No | ||
| publish | No | ||
| project_id | No | ||
| product_ids | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| description_html | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |