Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.24 KB

File metadata and controls

22 lines (19 loc) · 1.24 KB

# BlogArticle

Properties

Name Type Description Notes
id string Platform-native article id (numeric string for Shopify). [optional]
blog_id string Platform-native id of the blog the article belongs to. [optional]
platform string [optional]
title string [optional]
body_html string Article body as HTML. [optional]
handle string URL slug of the article. [optional]
tags string[] [optional]
author string Display name of the article author. [optional]
excerpt string Short summary shown in blog listings. [optional]
image \Zernio\Model\BlogArticleImage [optional]
is_published bool False while the article is a draft or its publish date is still in the future. [optional]
published_at \DateTime When the article was (or is scheduled to be) published; null for drafts. [optional]
created_at \DateTime [optional]
updated_at \DateTime [optional]

[Back to Model list] [Back to API list] [Back to README]