import { ShopifyCartMetafieldDeleteInput } from '@daffodil/driver/shopify'
The input fields to delete a cart metafield.
interface ShopifyCartMetafieldDeleteInput {
key: string
ownerId: string
}
key string |
|---|
The key name of the cart metafield. Can either be a composite key ( |
ownerId string |
|---|
The ID of the cart resource. |