stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > OnlineStoreBlog

AdminTypes.OnlineStoreBlog interface

Shopify stores come with a built-in blogging engine, allowing a shop to have one or more blogs. Blogs are meant to be used as a type of magazine or newsletter for the shop, with content that changes over time.

Signature:

export interface OnlineStoreBlog extends HasPublishedTranslations, Node 

Extends: HasPublishedTranslations, Node

Properties

Property Modifiers Type Description
id   Scalars[‘ID’][‘output’] A globally-unique ID.
translations   Array<Translation> The translations associated with the resource.