GitHub

ShopifyCartMetafieldDeleteInput

interface

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

The input fields to delete a cart metafield.

interface ShopifyCartMetafieldDeleteInput {
  key: string
  ownerId: string
}

Properties

key
string

The key name of the cart metafield. Can either be a composite key (namespace.key) or a simple key that relies on the default app-reserved namespace.

ownerId
string

The ID of the cart resource.