catalog - admin-graphql - QUERY
Version: 2024-10
Description:
Returns a Catalog resource by ID.
Access Scopes
Arguments
-
id:
ID! -
The ID of the `Catalog` to return.
Returns
-
id:
ID!
A globally-unique ID.
-
operations:
ResourceOperation!
Most recent catalog operations.
-
priceList:
PriceList
The price list associated with the catalog.
-
publication:
Publication
A group of products and collections that's published to a catalog.
-
status:
CatalogStatus!
The status of the catalog.
-
title:
String!
The name of the catalog.
Examples