Anchor to catalog
querycatalog
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.
Anchor to Arguments
Arguments
- id (ID!)
- •ID!required
The ID of the
Catalogto return.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Catalog (Catalog)
- Anchor to CatalogCatalog•Catalog
A list of products with publishing and pricing information. A catalog can be associated with a specific context, such as a
Market,, orApp.- •ID!non-null
A globally-unique ID.
- Anchor to operationsoperations•[Resource
Operation!]! non-null Most recent catalog operations.
- Anchor to priceListprice•Price
List List The price list associated with the catalog.
- Anchor to publicationpublication•Publication
A group of products and collections that's published to a catalog.
- Anchor to statusstatus•Catalog
Status! non-null The status of the catalog.
- Anchor to titletitle•String!non-null
The name of the catalog.
- •ID!
Was this section helpful?