Skip to main content
Anchor to SitemapResourceInterface

SitemapResourceInterface

interface

Represents the common fields for all sitemap resource types.

•String!
non-null

Resource's handle.

•DateTime!
non-null

The date and time when the resource was updated.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

Represents a sitemap resource that is not a metaobject.

•String!
non-null

Resource's handle.

•SitemapImage

Resource's image.

•String

Resource's title.

•DateTime!
non-null

The date and time when the resource was updated.

•OBJECT

A SitemapResourceMetaobject represents a metaobject with the renderable capability.

•String!
non-null

Resource's handle.

Anchor to onlineStoreUrlHandleonlineStoreUrlHandle
•String

The URL handle for accessing pages of this metaobject type in the Online Store.

•String!
non-null

The type of the metaobject. Defines the namespace of its associated metafields.

•DateTime!
non-null

The date and time when the resource was updated.


Was this section helpful?