Article Update Input
The input fields to update an article.
Anchor to FieldsFields
- •Author
Input The name of the author of the article.
- Anchor to blogIdblog•ID
Id The ID of the blog containing the article.
- Anchor to bodybody•HTML
The text of the article's body, complete with HTML markup.
- Anchor to handlehandle•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.
- Anchor to imageimage•Article
Image Input The image associated with the article.
- Anchor to isPublishedis•Boolean
Published Whether or not the article should be visible.
- Anchor to metafieldsmetafields•[Metafield
Input!] The input fields to create or update a metafield.
- Anchor to publishDatepublish•Date
Date Time The date and time (ISO 8601 format) when the article should become visible.
- Anchor to redirectNewHandleredirect•BooleanDefault:false
New Handle 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.- Anchor to summarysummary•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.
- •[String!]
A comma-separated list of tags. Tags are additional short descriptors formatted as a string of comma-separated values.
- Anchor to templateSuffixtemplate•String
Suffix 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.- Anchor to titletitle•String
The title of the article.