Home > @infiniteobjects/shopify-data-manager > AdminTypes > CatalogType
The associated catalog’s type.
Signature:
export declare enum CatalogType
| Member | Value | Description |
|---|---|---|
| App | "APP" |
Catalogs belonging to apps. |
| CompanyLocation | "COMPANY_LOCATION" |
Catalogs belonging to company locations. |
| Market | "MARKET" |
Catalogs belonging to markets. |
| None | "NONE" |
Not associated to a catalog. |