AppCatalog - admin-graphql - OBJECT
Version: 2024-10
Description:
A catalog that defines the publication associated with an app.
Access Scopes
`read_products` access scope or `read_product_listings` access scope. Also: The app owning the catalog needs either products or product listing rights.
Fields
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.
Connections
apps
: AppConnection!
Related queries
Related mutations
Related Unions
Examples