Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

object

A resource publication represents information about the publication of a resource. An instance of ResourcePublication, unlike ResourcePublicationV2, can be neither published or scheduled to be published.

See ResourcePublicationV2 for more context.

Boolean!non-null

Whether the resource publication is published. Also returns true if the resource publication is scheduled to be published. If false, then the resource publication is neither published nor scheduled to be published.

Publication!non-null

The publication the resource publication is published to.

Publishable!non-null

The resource published to the publication.

DateTime!non-null

The date that the resource publication was or is going to be published to the publication. If the product isn't published, then this field returns an epoch timestamp.

Channel!non-nullDeprecated

The channel the resource publication is published to. Use publication instead.


Was this section helpful?