# MarketCatalog - admin-graphql - OBJECT Version: 2024-10 ## Description A list of products with publishing and pricing information associated with markets. ### Access Scopes `read_products` access scope. ## 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 * [markets](/docs/api/admin-graphql/2024-10/connections/MarketConnection): MarketConnection! ## Related queries ## Related mutations ## Related Unions ## Examples