Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetafieldStorefrontVisibilityInput
The input fields to create a MetafieldStorefrontVisibility record.
Signature:
export interface MetafieldStorefrontVisibilityInput
Property | Modifiers | Type | Description |
---|---|---|---|
key | Scalars[‘String’][‘input’] | The key of a metafield to make visible in the Storefront API. | |
namespace? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The namespace of a metafield to make visible in the Storefront API. If omitted the app reserved namespace will be used. | |
ownerType | MetafieldOwnerType | `${MetafieldOwnerType}` | The owner type of a metafield to make visible in the Storefront API. |