shopify_list_publications
List a Shopify shop's available publications, such as Online Store and POS, to get the IDs and names needed for publishing products.
Instructions
List the shop's publications (sales channels such as Online Store, POS). Returns [{id, name}]; pass the IDs to shopify.publish_product.
Args:
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: Required and must be read; Spring verifies it.
approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | Yes | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |