---
title: MetafieldNamespaceCreatePayload - Shop Partners API
description: Return type for the `metafieldNamespaceCreate` mutation.
api_version: unstable latest
source_url:
  html: https://shopify.dev/docs/api/shop-partners/latest/payloads/MetafieldNamespaceCreatePayload
  md: https://shopify.dev/docs/api/shop-partners/latest/payloads/MetafieldNamespaceCreatePayload.md
---

# Metafield​Namespace​Create​Payload

payload

Return type for the `metafieldNamespaceCreate` mutation.

## Fields

* created​Namespace

  [Metafield​Namespace](https://shopify.dev/docs/api/shop-partners/latest/objects/MetafieldNamespace)

* user​Errors

  [\[User​Error!\]!](https://shopify.dev/docs/api/shop-partners/latest/objects/UserError)

  non-null

  List of errors that occured while executing the mutation.

***

## Mutations with this payload

* [metafield​Namespace​Create](https://shopify.dev/docs/api/shop-partners/latest/mutations/metafieldNamespaceCreate)

  mutation

  Create a new MetafieldNamespace.

  Every client has their own implicit, reserved namespace; however, Namespaces allow sharing groups of Metafield Primitives and Access Grants together. Creating new Namespaces requires the client to have additional scope and is not available to all clients.

  * namespace

    [Metafield​Namespace​Create​Input!](https://shopify.dev/docs/api/shop-partners/latest/input-objects/MetafieldNamespaceCreateInput)

    required

    ### Arguments

  ***

***

## Map

### Mutations with this payload

* [metafield​Namespace​Create](https://shopify.dev/docs/api/shop-partners/latest/mutations/metafieldNamespaceCreate)