--- title: MarketCatalog - GraphQL Admin description: A list of products with publishing and pricing information associated with markets. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/marketcatalog md: https://shopify.dev/docs/api/admin-graphql/latest/objects/marketcatalog.md --- # Market​Catalog object Requires `read_products` access scope. A list of products with publishing and pricing information associated with markets. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null A globally-unique ID. * markets [Market​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/MarketConnection) non-null The markets associated with the catalog. * markets​Count [Count](https://shopify.dev/docs/api/admin-graphql/latest/objects/Count) The number of markets associated with the catalog. * 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 ### Fields and connections with this object * {}[Market.catalogs](https://shopify.dev/docs/api/admin-graphql/latest/objects/Market#field-Market.fields.catalogs) * <->[MarketCatalogConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/MarketCatalogConnection#returns-nodes) * {}[MarketCatalogEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/MarketCatalogEdge#field-MarketCatalogEdge.fields.node) * {}[MarketsResolvedValues.catalogs](https://shopify.dev/docs/api/admin-graphql/latest/objects/MarketsResolvedValues#field-MarketsResolvedValues.fields.catalogs) *** ## 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 *** ## ||-MarketCatalog Implements ### Implements * ||-[Catalog](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Catalog) * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)