--- title: MetaobjectCreatePayload - GraphQL Admin description: Return type for `metaobjectCreate` 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/MetaobjectCreatePayload md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/payloads/MetaobjectCreatePayload.txt --- # Metaobject​Create​Payload payload Return type for `metaobjectCreate` mutation. ## Fields * metaobject [Metaobject](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Metaobject) The created metaobject. * user​Errors [\[Metaobject​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/MetaobjectUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [metaobject​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/metaobjectCreate) mutation Creates a new metaobject. *** ## Map ### Mutations with this payload * <\~>[metaobject​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/metaobjectCreate)