# AppCatalog - admin-graphql - OBJECT Version: 2024-10 ## Description A catalog that defines the publication associated with an app. ### Access Scopes `read_products` access scope or `read_product_listings` access scope. Also: The app owning the catalog needs either products or product listing rights. ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [operations](/docs/api/admin-graphql/2024-10/interfaces/ResourceOperation): ResourceOperation! - Most recent catalog operations. * [priceList](/docs/api/admin-graphql/2024-10/objects/PriceList): PriceList - The price list associated with the catalog. * [publication](/docs/api/admin-graphql/2024-10/objects/Publication): Publication - A group of products and collections that's published to a catalog. * [status](/docs/api/admin-graphql/2024-10/enums/CatalogStatus): CatalogStatus! - The status of the catalog. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the catalog. ## Connections * [apps](/docs/api/admin-graphql/2024-10/connections/AppConnection): AppConnection! ## Related queries ## Related mutations ## Related Unions ## Examples