GitHub

CartMetafieldsSetInput

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

The input fields for a cart metafield value to set.

type CartMetafieldsSetInput = {
    key: Scalars['String']['input'];
    ownerId: Scalars['ID']['input'];
    type: Scalars['String']['input'];
    value: Scalars['String']['input'];
}