GitHub

ShopifyHasMetafields

interface

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

Represents information about the metafields associated to the specified resource.

interface ShopifyHasMetafields {
  metafield: ShopifyMetafield
  metafields: ShopifyMetafield[]
}

Properties

metafield
ShopifyMetafield

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

metafields
ShopifyMetafield[]

A list of custom fields that a merchant associates with a Shopify resource.