--- title: ArticleCreatePayload - GraphQL Admin description: Return type for `articleCreate` mutation. api_version: 2024-10 api_name: admin type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/payloads/ArticleCreatePayload md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/payloads/ArticleCreatePayload.txt --- # Article​Create​Payload payload Return type for `articleCreate` mutation. ## Fields * article [Article](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Article) The article that was created. * user​Errors [\[Article​Create​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ArticleCreateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [article​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/articleCreate) mutation Creates an article. *** ## Map ### Mutations with this payload * <\~>[article​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/articleCreate)