--- title: CompanyLocationCatalog - GraphQL Admin description: A list of products with publishing and pricing information associated with company locations. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/CompanyLocationCatalog md: https://shopify.dev/docs/api/admin-graphql/latest/objects/CompanyLocationCatalog.md --- # Company​Location​Catalog object Requires `read_products` access scope. A list of products with publishing and pricing information associated with company locations. ## Fields * company​Locations [Company​Location​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/CompanyLocationConnection) non-null The company locations associated with the catalog. * company​Locations​Count [Count](https://shopify.dev/docs/api/admin-graphql/latest/objects/Count) The number of company locations 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 *** ## ||-CompanyLocationCatalog Implements ### Implements * ||-[Catalog](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Catalog) * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)