--- title: AppCatalog - GraphQL Admin description: A catalog that defines the publication associated with an app. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/appcatalog md: https://shopify.dev/docs/api/admin-graphql/latest/objects/appcatalog.md --- # App​Catalog object Requires `read_products` access scope or `read_product_listings` access scope. Also: The app owning the catalog needs either products or product listing rights. A catalog that defines the publication associated with an app. ## Fields * apps [App​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/AppConnection) non-null The apps associated with the catalog. * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null A globally-unique ID. * operations [\[Resource​Operation!\]!](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/ResourceOperation) non-null Most recent catalog operations. * price​List [Price​List](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceList) The price list associated with the catalog. * publication [Publication](https://shopify.dev/docs/api/admin-graphql/latest/objects/Publication) A group of products and collections that's published to a catalog. * status [Catalog​Status!](https://shopify.dev/docs/api/admin-graphql/latest/enums/CatalogStatus) non-null The status of the catalog. * title [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The name of the catalog. *** ## Map No referencing types *** ## Interfaces * * [Catalog](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Catalog) interface * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) interface *** ## ||-AppCatalog Implements ### Implements * ||-[Catalog](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Catalog) * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)