--- title: StandardMetafieldDefinitionsEnablePayload - GraphQL Admin description: Return type for `standardMetafieldDefinitionsEnable` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/standardmetafielddefinitionsenablepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/standardmetafielddefinitionsenablepayload.md --- # Standard​Metafield​Definitions​Enable​Payload payload Return type for `standardMetafieldDefinitionsEnable` mutation. ## Fields * definitions [\[Metafield​Definition!\]](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MetafieldDefinition) The list of definitions that were enabled. * user​Errors [\[Standard​Metafield​Definitions​Enable​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/StandardMetafieldDefinitionsEnableUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [standard​Metafield​Definitions​Enable](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/standardMetafieldDefinitionsEnable) mutation Enables multiple specified standard metafield definitions from their templates as a single transaction. This API is idempotent so any previously-enabled standard definitions will not cause a failure. However, invalid inputs or other user errors will prevent all of the requested definitions from being enabled. Refer to the [list of standard metafield definition templates](https://shopify.dev/apps/metafields/definitions/standard-definitions). *** ## Map ### Mutations with this payload * [standard​Metafield​Definitions​Enable](https://shopify.dev/docs/api/admin-graphql/unstable/types/standardMetafieldDefinitionsEnable)