创建店铺可访问元字段-metafieldStorefrontVisibilityCreate mutation

使具有特定名称空间和键的Metafield对店面API可见。


在本页面


互动范例

这是一个示例变异查询。

突变metafieldStorefrontVisibilityCreate $ input MetafieldStorefrontVisibilityInput !){ metafieldStorefrontVisibilityCreate 输入$ input {
  1. <font style="color:#1F61A0;">metafieldStorefrontVisibility </font><font style="color:#555555;">{</font>
  2. <font style="color:#1F61A0;">ID</font>
  3. <font style="color:#555555;">}</font>
  4. <font style="color:#1F61A0;">userErrors </font><font style="color:#555555;">{</font>
  5. <font style="color:#1F61A0;">场地</font>
  6. <font style="color:#1F61A0;">信息</font>
  7. <font style="color:#555555;">}</font>
} } { “输入” {
  1. <font style="color:#8B2BB9;">“ namespace” </font><font style="color:#555555;"></font><font style="color:#D64292;">“ placeholder” </font><font style="color:#555555;"></font>
  2. <font style="color:#8B2BB9;">“ key” </font><font style="color:#555555;"></font><font style="color:#D64292;">“占位符” </font><font style="color:#555555;"></font>
  3. <font style="color:#8B2BB9;">“ ownerType” </font><font style="color:#555555;"></font><font style="color:#D64292;">“占位符”</font>
} }


参数

参数 描述
input
() [MetafieldStorefrontVisibilityInput!](https://shopify.dev/docs/admin-api/graphql/reference/metafields/metafieldstorefrontvisibilityinput)

必需的
指定可见性的输入字段。


MetafieldStorefrontVisibilityInput字段

  • 键([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)必需的
    对店面api可见的元字段的关键字。
  • 命名空间([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)必需的
    对店面api可见的元字段的名称空间。
  • ownerType([MetafieldOwnerType!](https://shopify.dev/docs/admin-api/graphql/reference/metafields/metafieldownertype)必需的
    拥有此元字段的核心资源(例如:Product)。


返回字段

  • metafieldStorefrontVisibility([MetafieldStorefrontVisibility](https://shopify.dev/docs/admin-api/graphql/reference/metafields/metafieldstorefrontvisibility)
    创建的元字段店面可见性。
  • userErrors([[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
    执行突变时发生的错误列表。