Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppCatalog
A catalog that defines the publication associated with an app.
Signature:
export interface AppCatalog extends Catalog, Node
Property | Modifiers | Type | Description |
---|---|---|---|
apps | AppConnection | The apps associated with the catalog. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
operations | Array<ResourceOperation> | Most recent catalog operations. | |
priceList? | Maybe<PriceList> | (Optional) The price list associated with the catalog. | |
publication? | Maybe<Publication> | (Optional) A group of products and collections that’s published to a catalog. | |
status | CatalogStatus | `${CatalogStatus}` | The status of the catalog. | |
title | Scalars[‘String’][‘output’] | The name of the catalog. |