--- title: CatalogUpdateInput - GraphQL Admin description: The input fields used to update a catalog. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/CatalogUpdateInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/CatalogUpdateInput.txt --- # Catalog​Update​Input input\_object The input fields used to update a catalog. ## Fields * context [Catalog​Context​Input](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/CatalogContextInput) The context associated with the catalog. * price​List​Id [ID](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) The ID of the price list to associate to the catalog. * publication​Id [ID](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) The ID of the publication to associate to the catalog. * status [Catalog​Status](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/CatalogStatus) The status of the catalog. * title [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The name of the catalog. *** ## Mutations using this input * [catalog​Update.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/catalogUpdate#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[catalog​Update.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/catalogUpdate#argument-input)