--- title: ArticleUpdatePayload - GraphQL Admin description: Return type for `articleUpdate` 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/articleupdatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/articleupdatepayload.md --- # Article​Update​Payload payload Return type for `articleUpdate` mutation. ## Fields * article [Article](https://shopify.dev/docs/api/admin-graphql/latest/objects/Article) The article that was updated. * user​Errors [\[Article​Update​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ArticleUpdateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [article​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/articleUpdate) mutation Updates an article. *** ## Map ### Mutations with this payload * [article​Update](https://shopify.dev/docs/api/admin-graphql/latest/types/articleUpdate)