# CatalogUpdateInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields used to update a catalog. ### Access Scopes ## Fields * [context](/docs/api/admin-graphql/2024-07/input-objects/CatalogContextInput): CatalogContextInput - The context associated with the catalog. * [priceListId](/docs/api/admin-graphql/2024-07/scalars/ID): ID - The ID of the price list to associate to the catalog. * [publicationId](/docs/api/admin-graphql/2024-07/scalars/ID): ID - The ID of the publication to associate to the catalog. * [status](/docs/api/admin-graphql/2024-07/enums/CatalogStatus): CatalogStatus - The status of the catalog. * [title](/docs/api/admin-graphql/2024-07/scalars/String): String - The name of the catalog. ## Input objects with this input object * [catalogUpdate](/docs/api/admin-graphql/2024-07/mutations/catalogUpdate) ## Examples