# CatalogCreateInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields required to create a catalog. ### Access Scopes ## Fields * [context](/docs/api/admin/unstable/input-objects/CatalogContextInput): CatalogContextInput! - The context associated with the catalog. * [priceListId](/docs/api/admin/unstable/scalars/ID): ID - The ID of the price list to associate to the catalog. * [publicationId](/docs/api/admin/unstable/scalars/ID): ID - The ID of the publication to associate to the catalog. * [status](/docs/api/admin/unstable/enums/CatalogStatus): CatalogStatus! - The status of the catalog. * [title](/docs/api/admin/unstable/scalars/String): String! - The name of the catalog. ## Input objects with this input object * [catalogCreate](/docs/api/admin/unstable/mutations/catalogCreate) ## Examples