Blogs
Manages blog metadata including titles, handles, and publishing status.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Long | True |
A unique numeric identifier for the blog. | |
| AdminGraphqlApiId | String | True |
The globally unique identifier for the blog in the Admin GraphQL API. | |
| Commentable | String | False |
Indicates whether readers can post comments on the blog and whether moderation is required. The allowed values are no, yes, moderate. | |
| CreatedAt | Datetime | True |
The date and time when the blog was created. | |
| Feedburner | String | False |
Specifies whether Feedburner integration is enabled for the blog. Feedburner provides custom RSS feeds for Shopify blogs. The value is null or blank unless Feedburner is configured in the shop admin. | |
| FeedburnerLocation | String | False |
The URL of the Feedburner feed for blogs that have enabled Feedburner through the shop admin. Returns null or blank if Feedburner is not enabled. | |
| Handle | String | False |
A human-friendly unique string automatically generated from the blog title, used in the blog's URL. | |
| Metafields | String | False |
Additional structured metadata attached to the blog resource. | |
| Tags | String | False |
A comma-separated list of tags that describe or categorize the blog for filtering and organization. | |
| TemplateSuffix | String | False |
The name of the template used to render the blog. Returns null if the default 'blog.liquid' template is used. | |
| Title | String | False |
The title of the blog as displayed in the store and admin. | |
| UpdatedAt | Datetime | True |
The date and time when the blog was last updated. |