Anchor to catalog
catalog
query
Returns a Catalog resource by ID.
Anchor to Possible returnsPossible returns
- Anchor to CatalogCatalog•
A list of products with publishing and pricing information. A catalog can be associated with a specific context, such as a
Market
,, or
App
.- id•ID!non-null
A globally-unique ID.
- operations•[Resourcenon-null
Operation!]! Most recent catalog operations.
- price
List •PriceList The price list associated with the catalog.
- publication•Publication
A group of products and collections that's published to a catalog.
- status•Catalognon-null
Status! The status of the catalog.
- title•String!non-null
The name of the catalog.
- id•
Was this section helpful?
Query Reference
{
catalog(id) {
# catalog fields
}
}