create-article
Create a blog article in Shopify by providing title, HTML content, author, and optional publish status and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blogId | Yes | The GID of the blog to create the article in (e.g., "gid://shopify/Blog/1234567890") | |
| title | Yes | The title of the article | |
| content | Yes | The content of the article in HTML format | |
| author | Yes | ||
| published | No | Whether to publish the article immediately | |
| tags | No | Tags to categorize the article |