# catalogUpdate - admin-graphql - MUTATION Version: 2024-07 ## 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-07/scalars/ID): ID! - The ID of the catalog to update. * [input](/docs/api/admin-graphql/2024-07/input-objects/CatalogUpdateInput): CatalogUpdateInput! - The properties of the updated catalog. ## Returns * [catalog](/docs/api/admin-graphql/2024-07/interfaces/Catalog): Catalog The updated catalog. * [userErrors](/docs/api/admin-graphql/2024-07/objects/CatalogUserError): CatalogUserError! The list of errors that occurred from executing the mutation. ## Examples