shopify_publish_product
Publish a Shopify product to selected sales channels or all publications when none are specified. Specify product ID and optional publication IDs to control where the product appears.
Instructions
Publish a product to one or more sales channels. Defaults to publishing to all of the shop's publications when publication_ids is omitted.
Args:
product_id (required): Product ID (numeric or GID).
publication_ids: Publication IDs (numeric or GIDs) to publish to. Defaults to all publications.
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 |
|---|---|---|---|
| effect | No | ||
| product_id | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| publication_ids | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |