Publishable interface
Represents a resource that can be published to a channel. A publishable resource can be either a Product or Collection.
Fields
-
availablePublicationCount (
Int!
)The number of publications a resource is published to without feedback errors.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores. -
publicationCount (
Int!
)The number of publications a resource is published on.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description onlyPublished
(Boolean
)Include only the resource's publications that are published. If false, then return all the resource's publications including future publications.
Default value:true
-
publishedOnCurrentPublication (
Boolean!
)Check to see whether the resource is published to the calling app's publication.
Required access
read_product_listings
access scope. -
publishedOnPublication (
Boolean!
)Check to see whether the resource is published to a given publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description publicationId
(ID!
) requiredThe ID of the publication to check.
-
resourcePublications (
ResourcePublicationConnection!
)The list of resources that are published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
resourcePublicationsV2 (
ResourcePublicationV2Connection!
)The list of resources that are either published or staged to be published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled or staged to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
unpublishedPublications (
PublicationConnection!
)The list of publications that the resource is not published to.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Types that implement Publishable
Deprecated fields
-
publishedOnChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to a given channel.
Deprecation warning
Use
publishedOnPublication
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description channelId
(ID!
) requiredThe ID of the channel to check.
-
publishedOnCurrentChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to the calling app's channel.
Deprecation warning
Use
publishedOnCurrentPublication
insteadRequired access
read_product_listings
access scope. -
unpublishedChannels (
ChannelConnection!
) deprecatedThe list of channels that the resource is not published to.
Deprecation warning
Use
unpublishedPublications
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Represents a resource that can be published to a channel. A publishable resource can be either a Product or Collection.
Fields
-
availablePublicationCount (
Int!
)The number of publications a resource is published to without feedback errors.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores. -
publicationCount (
Int!
)The number of publications a resource is published on.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description onlyPublished
(Boolean
)Include only the resource's publications that are published. If false, then return all the resource's publications including future publications.
Default value:true
-
publishedOnCurrentPublication (
Boolean!
)Check to see whether the resource is published to the calling app's publication.
Required access
read_product_listings
access scope. -
publishedOnPublication (
Boolean!
)Check to see whether the resource is published to a given publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description publicationId
(ID!
) requiredThe ID of the publication to check.
-
resourcePublications (
ResourcePublicationConnection!
)The list of resources that are published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
resourcePublicationsV2 (
ResourcePublicationV2Connection!
)The list of resources that are either published or staged to be published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled or staged to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
unpublishedPublications (
PublicationConnection!
)The list of publications that the resource is not published to.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Types that implement Publishable
Deprecated fields
-
publishedOnChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to a given channel.
Deprecation warning
Use
publishedOnPublication
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description channelId
(ID!
) requiredThe ID of the channel to check.
-
publishedOnCurrentChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to the calling app's channel.
Deprecation warning
Use
publishedOnCurrentPublication
insteadRequired access
read_product_listings
access scope. -
unpublishedChannels (
ChannelConnection!
) deprecatedThe list of channels that the resource is not published to.
Deprecation warning
Use
unpublishedPublications
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Represents a resource that can be published to a channel. A publishable resource can be either a Product or Collection.
Fields
-
availablePublicationCount (
Int!
)The number of publications a resource is published to without feedback errors.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores. -
publicationCount (
Int!
)The number of publications a resource is published on.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description onlyPublished
(Boolean
)Include only the resource's publications that are published. If false, then return all the resource's publications including future publications.
Default value:true
-
publishedOnCurrentPublication (
Boolean!
)Check to see whether the resource is published to the calling app's publication.
Required access
read_product_listings
access scope. -
publishedOnPublication (
Boolean!
)Check to see whether the resource is published to a given publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description publicationId
(ID!
) requiredThe ID of the publication to check.
-
resourcePublications (
ResourcePublicationConnection!
)The list of resources that are published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
resourcePublicationsV2 (
ResourcePublicationV2Connection!
)The list of resources that are either published or staged to be published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled or staged to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
unpublishedPublications (
PublicationConnection!
)The list of publications that the resource is not published to.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Types that implement Publishable
Deprecated fields
-
publishedOnChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to a given channel.
Deprecation warning
Use
publishedOnPublication
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description channelId
(ID!
) requiredThe ID of the channel to check.
-
publishedOnCurrentChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to the calling app's channel.
Deprecation warning
Use
publishedOnCurrentPublication
insteadRequired access
read_product_listings
access scope. -
unpublishedChannels (
ChannelConnection!
) deprecatedThe list of channels that the resource is not published to.
Deprecation warning
Use
unpublishedPublications
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Represents a resource that can be published to a channel. A publishable resource can be either a Product or Collection.
Fields
-
availablePublicationCount (
Int!
)The number of publications a resource is published to without feedback errors.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores. -
publicationCount (
Int!
)The number of publications a resource is published on.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description onlyPublished
(Boolean
)Include only the resource's publications that are published. If false, then return all the resource's publications including future publications.
Default value:true
-
publishedOnCurrentPublication (
Boolean!
)Check to see whether the resource is published to the calling app's publication.
Required access
read_product_listings
access scope. -
publishedOnPublication (
Boolean!
)Check to see whether the resource is published to a given publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description publicationId
(ID!
) requiredThe ID of the publication to check.
-
resourcePublications (
ResourcePublicationConnection!
)The list of resources that are published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
resourcePublicationsV2 (
ResourcePublicationV2Connection!
)The list of resources that are either published or staged to be published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled or staged to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
unpublishedPublications (
PublicationConnection!
)The list of publications that the resource is not published to.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Types that implement Publishable
Deprecated fields
-
publishedOnChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to a given channel.
Deprecation warning
Use
publishedOnPublication
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description channelId
(ID!
) requiredThe ID of the channel to check.
-
publishedOnCurrentChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to the calling app's channel.
Deprecation warning
Use
publishedOnCurrentPublication
insteadRequired access
read_product_listings
access scope. -
unpublishedChannels (
ChannelConnection!
) deprecatedThe list of channels that the resource is not published to.
Deprecation warning
Use
unpublishedPublications
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Represents a resource that can be published to a channel. A publishable resource can be either a Product or Collection.
Fields
-
availablePublicationCount (
Int!
)The number of publications a resource is published to without feedback errors.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores. -
publicationCount (
Int!
)The number of publications a resource is published on.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description onlyPublished
(Boolean
)Include only the resource's publications that are published. If false, then return all the resource's publications including future publications.
Default value:true
-
publishedOnCurrentPublication (
Boolean!
)Check to see whether the resource is published to the calling app's publication.
Required access
read_product_listings
access scope. -
publishedOnPublication (
Boolean!
)Check to see whether the resource is published to a given publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description publicationId
(ID!
) requiredThe ID of the publication to check.
-
resourcePublications (
ResourcePublicationConnection!
)The list of resources that are published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
unpublishedPublications (
PublicationConnection!
)The list of publications that the resource is not published to.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Types that implement Publishable
Deprecated fields
-
publishedOnChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to a given channel.
Deprecation warning
Use
publishedOnPublication
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description channelId
(ID!
) requiredThe ID of the channel to check.
-
publishedOnCurrentChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to the calling app's channel.
Deprecation warning
Use
publishedOnCurrentPublication
insteadRequired access
read_product_listings
access scope. -
unpublishedChannels (
ChannelConnection!
) deprecatedThe list of channels that the resource is not published to.
Deprecation warning
Use
unpublishedPublications
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Represents a resource that can be published to a channel. A publishable resource can be either a Product or Collection.
Fields
-
availablePublicationCount (
Int!
)The number of publications a resource is published to without feedback errors.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores. -
publicationCount (
Int!
)The number of publications a resource is published on.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description onlyPublished
(Boolean
)Include only the resource's publications that are published. If false, then return all the resource's publications including future publications.
Default value:true
-
publishedOnCurrentPublication (
Boolean!
)Check to see whether the resource is published to the calling app's publication.
Required access
read_product_listings
access scope. -
publishedOnPublication (
Boolean!
)Check to see whether the resource is published to a given publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description publicationId
(ID!
) requiredThe ID of the publication to check.
-
resourcePublications (
ResourcePublicationConnection!
)The list of resources that are published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
unpublishedPublications (
PublicationConnection!
)The list of publications that the resource is not published to.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Types that implement Publishable
Deprecated fields
-
publishedOnChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to a given channel.
Deprecation warning
Use
publishedOnPublication
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description channelId
(ID!
) requiredThe ID of the channel to check.
-
publishedOnCurrentChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to the calling app's channel.
Deprecation warning
Use
publishedOnCurrentPublication
insteadRequired access
read_product_listings
access scope. -
unpublishedChannels (
ChannelConnection!
) deprecatedThe list of channels that the resource is not published to.
Deprecation warning
Use
unpublishedPublications
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Represents a resource that can be published to a channel. A publishable resource can be either a Product or Collection.
Fields
-
availablePublicationCount (
Int!
)The number of publications a resource is published to without feedback errors.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores. -
publicationCount (
Int!
)The number of publications a resource is published on.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description onlyPublished
(Boolean
)Include only the resource's publications that are published. If false, then return all the resource's publications including future publications.
Default value:true
-
publishedOnCurrentPublication (
Boolean!
)Check to see whether the resource is published to the calling app's publication.
Required access
read_product_listings
access scope. -
publishedOnPublication (
Boolean!
)Check to see whether the resource is published to a given publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description publicationId
(ID!
) requiredThe ID of the publication to check.
-
resourcePublications (
ResourcePublicationConnection!
)The list of resources that are published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
unpublishedPublications (
PublicationConnection!
)The list of publications that the resource is not published to.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Types that implement Publishable
Deprecated fields
-
publishedOnChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to a given channel.
Deprecation warning
Use
publishedOnPublication
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description channelId
(ID!
) requiredThe ID of the channel to check.
-
publishedOnCurrentChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to the calling app's channel.
Deprecation warning
Use
publishedOnCurrentPublication
insteadRequired access
read_product_listings
access scope. -
unpublishedChannels (
ChannelConnection!
) deprecatedThe list of channels that the resource is not published to.
Deprecation warning
Use
unpublishedPublications
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Represents a resource that can be published to a channel. A publishable resource can be either a Product or Collection.
Fields
-
availablePublicationCount (
Int!
)The number of publications a resource is published to without feedback errors.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores. -
publicationCount (
Int!
)The number of publications a resource is published on.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description onlyPublished
(Boolean
)Include only the resource's publications that are published. If false, then return all the resource's publications including future publications.
Default value:true
-
publishedOnCurrentPublication (
Boolean!
)Check to see whether the resource is published to the calling app's publication.
Required access
read_product_listings
access scope. -
publishedOnPublication (
Boolean!
)Check to see whether the resource is published to a given publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description publicationId
(ID!
) requiredThe ID of the publication to check.
-
resourcePublications (
ResourcePublicationConnection!
)The list of resources that are published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
unpublishedPublications (
PublicationConnection!
)The list of publications that the resource is not published to.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Types that implement Publishable
Deprecated fields
-
publishedOnChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to a given channel.
Deprecation warning
Use
publishedOnPublication
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description channelId
(ID!
) requiredThe ID of the channel to check.
-
publishedOnCurrentChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to the calling app's channel.
Deprecation warning
Use
publishedOnCurrentPublication
insteadRequired access
read_product_listings
access scope. -
unpublishedChannels (
ChannelConnection!
) deprecatedThe list of channels that the resource is not published to.
Deprecation warning
Use
unpublishedPublications
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Represents a resource that can be published to a channel. A publishable resource can be either a Product or Collection.
Fields
-
availablePublicationCount (
Int!
)The number of publications a resource is published to without feedback errors.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores. -
publicationCount (
Int!
)The number of publications a resource is published on.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description onlyPublished
(Boolean
)Include only the resource's publications that are published. If false, then return all the resource's publications including future publications.
Default value:true
-
publishedOnCurrentPublication (
Boolean!
)Check to see whether the resource is published to the calling app's publication.
Required access
read_product_listings
access scope. -
publishedOnPublication (
Boolean!
)Check to see whether the resource is published to a given publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description publicationId
(ID!
) requiredThe ID of the publication to check.
-
resourcePublications (
ResourcePublicationConnection!
)The list of resources that are published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
unpublishedPublications (
PublicationConnection!
)The list of publications that the resource is not published to.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Types that implement Publishable
Deprecated fields
-
publishedOnChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to a given channel.
Deprecation warning
Use
publishedOnPublication
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description channelId
(ID!
) requiredThe ID of the channel to check.
-
publishedOnCurrentChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to the calling app's channel.
Deprecation warning
Use
publishedOnCurrentPublication
insteadRequired access
read_product_listings
access scope. -
unpublishedChannels (
ChannelConnection!
) deprecatedThe list of channels that the resource is not published to.
Deprecation warning
Use
unpublishedPublications
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Represents a resource that can be published to a channel. A publishable resource can be either a Product or Collection.
Fields
-
availablePublicationCount (
Int!
)The number of publications a resource is published to without feedback errors.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores. -
publicationCount (
Int!
)The number of publications a resource is published on.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description onlyPublished
(Boolean
)Include only the resource's publications that are published. If false, then return all the resource's publications including future publications.
Default value:true
-
publishedOnCurrentPublication (
Boolean!
)Check to see whether the resource is published to the calling app's publication.
Required access
read_product_listings
access scope. -
publishedOnPublication (
Boolean!
)Check to see whether the resource is published to a given publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description publicationId
(ID!
) requiredThe ID of the publication to check.
-
resourcePublications (
ResourcePublicationConnection!
)The list of resources that are published to a publication.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.onlyPublished
(Boolean
)Whether to return only the resources that are currently published. If false, then also returns the resources that are scheduled to be published.
Default value:true
reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
-
unpublishedPublications (
PublicationConnection!
)The list of publications that the resource is not published to.
Required access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Types that implement Publishable
Deprecated fields
-
publishedOnChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to a given channel.
Deprecation warning
Use
publishedOnPublication
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description channelId
(ID!
) requiredThe ID of the channel to check.
-
publishedOnCurrentChannel (
Boolean!
) deprecatedCheck to see whether the resource is published to the calling app's channel.
Deprecation warning
Use
publishedOnCurrentPublication
insteadRequired access
read_product_listings
access scope. -
unpublishedChannels (
ChannelConnection!
) deprecatedThe list of channels that the resource is not published to.
Deprecation warning
Use
unpublishedPublications
insteadRequired access
read_publications
access scope. This scope is currently available only to private apps installed on Shopify Plus stores.Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false