--- title: CatalogStatus - GraphQL Admin description: The state of a catalog. api_version: 2024-10 api_name: admin type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/enums/CatalogStatus' md: 'https://shopify.dev/docs/api/admin-graphql/2024-10/enums/CatalogStatus.txt' --- # Catalog​Status enum The state of a catalog. ## Valid values * ACTIVE The catalog is active. * ARCHIVED The catalog is archived. * DRAFT The catalog is in draft. *** ## Fields * [App​Catalog.​status](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AppCatalog#field-status) OBJECT A catalog that defines the publication associated with an app. * [Catalog.​status](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/Catalog#field-status) INTERFACE A list of products with publishing and pricing information. A catalog can be associated with a specific context, such as a [`Market`](https://shopify.dev/api/admin-graphql/current/objects/market), [`CompanyLocation`](https://shopify.dev/api/admin-graphql/current/objects/companylocation), or [`App`](https://shopify.dev/api/admin-graphql/current/objects/app). * [Catalog​Create​Input.​status](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/CatalogCreateInput#field-status) INPUT OBJECT The input fields required to create a catalog. * [Catalog​Update​Input.​status](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/CatalogUpdateInput#field-status) INPUT OBJECT The input fields used to update a catalog. * [Company​Location​Catalog.​status](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/CompanyLocationCatalog#field-status) OBJECT A list of products with publishing and pricing information associated with company locations. * [Market​Catalog.​status](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/MarketCatalog#field-status) OBJECT A list of products with publishing and pricing information associated with markets. *** ## Map ### Fields with this enum * <-|[App​Catalog.status](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/AppCatalog#field-status) * <-|[Company​Location​Catalog.status](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/CompanyLocationCatalog#field-status) * <-|[Market​Catalog.status](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/MarketCatalog#field-status) ### Inputs with this enum * [Catalog​Create​Input.status](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/CatalogCreateInput#field-status) * [Catalog​Update​Input.status](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/CatalogUpdateInput#field-status)