PrivateMetafieldInput input object

Specifies the input fields for a PrivateMetafield.


Input fields

  • key ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)) REQUIRED
    The key for the private metafield.
  • namespace ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)) REQUIRED
    The namespace for the private metafield.
  • owner ([ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The owning resource.
  • valueInput ([PrivateMetafieldValueInput!](https://shopify.dev/docs/admin-api/graphql/reference/metafields/privatemetafieldvalueinput)) REQUIRED
    The value and value type of the metafield, wrapped in a ValueInput object.