--- title: CatalogUpdatePayload - GraphQL Admin description: Return type for `catalogUpdate` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/catalogupdatepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/catalogupdatepayload.md --- # Catalog​Update​Payload payload Return type for `catalogUpdate` mutation. ## Fields * catalog [Catalog](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Catalog) The updated catalog. * user​Errors [\[Catalog​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CatalogUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [catalog​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/catalogUpdate) mutation Updates an existing catalog. *** ## Map ### Mutations with this payload * [catalog​Update](https://shopify.dev/docs/api/admin-graphql/unstable/types/catalogUpdate)