# catalogUpdate - admin-graphql - MUTATION Version: 2024-10 ## Description Updates an existing catalog. ### Access Scopes `write_products` access scope. Also: The user must have a permission to update a catalog. ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the catalog to update. * [input](/docs/api/admin-graphql/2024-10/input-objects/CatalogUpdateInput): CatalogUpdateInput! - The properties of the updated catalog. ## Returns * [catalog](/docs/api/admin-graphql/2024-10/interfaces/Catalog): Catalog The updated catalog. * [userErrors](/docs/api/admin-graphql/2024-10/objects/CatalogUserError): CatalogUserError! The list of errors that occurred from executing the mutation. ## Examples