Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketCatalog
A list of products with publishing and pricing information associated with markets.
Signature:
export interface MarketCatalog extends Catalog, Node
Property | Modifiers | Type | Description |
---|---|---|---|
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
markets | MarketConnection | The markets associated with the catalog. | |
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. |