GitHub

ShopifyHasMetafieldsIdentifier

interface

import { ShopifyHasMetafieldsIdentifier } from '@daffodil/driver/shopify'

The input fields to identify a metafield on an owner resource by namespace and key.

interface ShopifyHasMetafieldsIdentifier {
  key: string
  namespace: string
}

Properties

key
string

The identifier for the metafield.

namespace
string

The container the metafield belongs to. If omitted, the app-reserved namespace will be used.