author:
AuthorInput -
The name of the author of the article.
blogId:
ID -
The ID of the blog containing the article.
body:
HTML -
The text of the article's body, complete with HTML markup.
handle:
String -
A unique, human-friendly string for the article that's automatically generated from the article's title.
The handle is used in the article's URL.
image:
ArticleImageInput -
The image associated with the article.
isPublished:
Boolean -
Whether or not the article should be visible.
metafields:
MetafieldInput -
The input fields to create or update a metafield.
publishDate:
DateTime -
The date and time (ISO 8601 format) when the article should become visible.
redirectNewHandle:
Boolean -
Whether a redirect is required after a new handle has been provided.
If `true`, then the old handle is redirected to the new one automatically.
summary:
HTML -
A summary of the article, which can include HTML markup.
The summary is used by the online store theme to display the article on other pages, such as the home page or the main blog page.
tags:
String -
A comma-separated list of tags.
Tags are additional short descriptors formatted as a string of comma-separated values.
templateSuffix:
String -
The suffix of the template that's used to render the page.
If the value is an empty string or `null`, then the default article template is used.