# Publishable - admin - INTERFACE
Version: 2024-07

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

### Access Scopes



## Fields
* [availablePublicationsCount](/docs/api/admin/2024-07/objects/Count): Count - The number of
[publications](https://shopify.dev/docs/api/admin-graphql/latest/objects/Publication)
that a resource is published to, without
[feedback errors](https://shopify.dev/docs/api/admin-graphql/latest/objects/ResourceFeedback).
* [publicationCount](/docs/api/admin/2024-07/scalars/Int): Int! - The number of
[publications](https://shopify.dev/docs/api/admin-graphql/latest/objects/Publication)
that a resource is published to, without
[feedback errors](https://shopify.dev/docs/api/admin-graphql/latest/objects/ResourceFeedback).
* [publishedOnChannel](/docs/api/admin/2024-07/scalars/Boolean): Boolean! - Whether the resource is published to a specific channel.
* [publishedOnCurrentChannel](/docs/api/admin/2024-07/scalars/Boolean): Boolean! - Whether the resource is published to a
[channel](https://shopify.dev/docs/api/admin-graphql/latest/objects/Channel).
For example, the resource might be published to the online store channel.
* [publishedOnCurrentPublication](/docs/api/admin/2024-07/scalars/Boolean): Boolean! - Whether the resource is published to the app's
[publication](https://shopify.dev/docs/api/admin-graphql/latest/objects/Publication).
For example, the resource might be published to the app's online store channel.
* [publishedOnPublication](/docs/api/admin/2024-07/scalars/Boolean): Boolean! - Whether the resource is published to a specified
[publication](https://shopify.dev/docs/api/admin-graphql/latest/objects/Publication).
* [resourcePublicationsCount](/docs/api/admin/2024-07/objects/Count): Count - The number of
[publications](https://shopify.dev/docs/api/admin-graphql/latest/objects/Publication)
that a resource is published to, without
[feedback errors](https://shopify.dev/docs/api/admin-graphql/latest/objects/ResourceFeedback).

## Connections
* [resourcePublications](/docs/api/admin/2024-07/connections/ResourcePublicationConnection): ResourcePublicationConnection!
* [resourcePublicationsV2](/docs/api/admin/2024-07/connections/ResourcePublicationV2Connection): ResourcePublicationV2Connection!
* [unpublishedChannels](/docs/api/admin/2024-07/connections/ChannelConnection): ChannelConnection!
* [unpublishedPublications](/docs/api/admin/2024-07/connections/PublicationConnection): PublicationConnection!



## Types implemented in
* [Collection](/docs/api/admin/2024-07/objects/Collection)
* [Product](/docs/api/admin/2024-07/objects/Product)


## Examples