Blogs
Create a blog article
Creates an article on the blog. Publishing behavior:
- WordPress defaults to a draft when both publishing fields are omitted.
- isPublished: false keeps the article as a draft and takes priority over a future publishDate.
- A future publishDate schedules publication natively on the platform; the platform publishes it at that time with no Zernio queue involved.
- isPublished: true publishes immediately when there is no future publishDate.
- seo.title / seo.description map to Shopify's global title_tag and description_tag metafields (the fields Shopify themes read for the page title and meta description). WordPress rejects seo; SEO plugin and custom-field writes are not supported.
Supported on Shopify (shopify) and WordPress (wordpress). WordPress native scheduling depends on the site's scheduler/WP-Cron.
post/v1/accounts/{accountId}/blogs/{blogId}/articles
Path parameters
accountIdstring required
Connected Shopify or WordPress account id.
blogIdstring required
Platform-native numeric blog/site id returned by the list operation.
Request body
Response
Article created