Home > @infiniteobjects/shopify-data-manager > AdminTypes > CatalogStatus
The state of a catalog.
Signature:
export declare enum CatalogStatus
Member | Value | Description |
---|---|---|
Active | "ACTIVE" |
The catalog is active. |
Archived | "ARCHIVED" |
The catalog is archived. |
Draft | "DRAFT" |
The catalog is in draft. |