Skip to main content
query

Retrieves a catalog by its ID. A catalog represents a list of products with publishing and pricing information, and can be associated with a context, such as a market, company location, or app.

Use the catalog query to retrieve information associated with the following workflows:

  • Managing product publications across different contexts
  • Setting up contextual pricing with price lists
  • Managing market-specific product availability
  • Configuring B2B customer catalogs

There are several types of catalogs:

Learn more about catalogs for different markets.

•ID!
required

The ID of the Catalog to return.


Was this section helpful?

•Catalog

A list of products with publishing and pricing information. A catalog can be associated with a specific context, such as a Market, CompanyLocation, or App.

•ID!
non-null

A globally-unique ID.

•[ResourceOperation!]!
non-null

Most recent catalog operations.

•PriceList

The price list associated with the catalog.

•Publication

A group of products and collections that's published to a catalog.

•CatalogStatus!
non-null

The status of the catalog.

•String!
non-null

The name of the catalog.


Was this section helpful?