--- title: CatalogContextUpdatePayload - GraphQL Admin description: Return type for `catalogContextUpdate` mutation. api_version: 2025-07 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-07/payloads/catalogcontextupdatepayload md: https://shopify.dev/docs/api/admin-graphql/2025-07/payloads/catalogcontextupdatepayload.md --- # Catalog​Context​Update​Payload payload Return type for `catalogContextUpdate` mutation. ## Fields * catalog [Catalog](https://shopify.dev/docs/api/admin-graphql/2025-07/interfaces/Catalog) The updated catalog. * user​Errors [\[Catalog​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2025-07/objects/CatalogUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [catalog​Context​Update](https://shopify.dev/docs/api/admin-graphql/2025-07/mutations/catalogContextUpdate) mutation Modifies which contexts, like [markets](https://shopify.dev/docs/api/admin-graphql/latest/objects/Market) or B2B [company locations](https://shopify.dev/docs/api/admin-graphql/latest/objects/CompanyLocation), can access a [`Catalog`](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Catalog). You can add or remove contexts to control where the catalog's products and prices are available. Learn more about [managing catalog contexts](https://shopify.dev/docs/apps/build/markets/new-markets/catalogs) and [managing B2B catalogs](https://shopify.dev/docs/apps/build/b2b/manage-catalogs). *** ## Map ### Mutations with this payload * [catalog​Context​Update](https://shopify.dev/docs/api/admin-graphql/2025-07/types/catalogContextUpdate)