Represents a resource that can be published to a channel. A publishable resource can be either a Product or Collection.


Anchor to Publishable.availablePublicationsCount
availablePublicationsCount
Access requirements

The number of publications that a resource is published to, without feedback errors.

Anchor to Publishable.publishedOnCurrentPublication
publishedOnCurrentPublication
non-null
Access requirements

Whether the resource is published to the app's publication. For example, the resource might be published to the app's online store channel.

Whether the resource is published to a specified publication.

Anchor to Publishable.resourcePublications
resourcePublications
Connection
non-null
Access requirements

The list of resources that are published to a publication.

Anchor to Publishable.resourcePublicationsCount
resourcePublicationsCount
Access requirements

The number of publications that a resource is published to, without feedback errors.

Anchor to Publishable.resourcePublicationsV2
resourcePublicationsV2
Connection
non-null
Access requirements

The list of resources that are either published or staged to be published to a publication.

Anchor to Publishable.unpublishedPublications
unpublishedPublications
Connection
non-null
Access requirements

The list of publications that the resource isn't published to.


Was this section helpful?

value-collection
object
Access requirements

Represents a group of products that can be displayed in online stores and other sales channels in categories, which makes it easy for customers to find them. For example, an athletics store might create different collections for running attire, shoes, and accessories.

Collections can be defined by conditions, such as whether they match certain product tags. These are called smart or automated collections.

Collections can also be created for a custom group of products. These are called custom or manual collections.

value-product
object
Access requirements

The Product object lets you manage products in a merchant’s store.

Products are the goods and services that merchants offer to customers. They can include various details such as title, description, price, images, and options such as size or color. You can use product variants to create or update different versions of the same product. You can also add or update product media. Products can be organized by grouping them into a collection.

Learn more about working with Shopify's product model, including limitations and considerations.


Was this section helpful?
Copy