--- title: CatalogUpdatePayload - GraphQL Admin description: Return type for `catalogUpdate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/catalogupdatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/catalogupdatepayload.md --- # Catalog​Update​Payload payload Return type for `catalogUpdate` mutation. ## Fields * catalog [Catalog](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Catalog) The updated catalog. * user​Errors [\[Catalog​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/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/latest/mutations/catalogUpdate) mutation Updates an existing catalog. *** ## Map ### Mutations with this payload * [catalog​Update](https://shopify.dev/docs/api/admin-graphql/latest/types/catalogUpdate)