GitHub

CartInputMetafieldInput

The input fields for a cart metafield value to set.

import { CartInputMetafieldInput } from '@daffodil/driver/shopify'
type CartInputMetafieldInput = {
    key: Scalars['String']['input'];
    type: Scalars['String']['input'];
    value: Scalars['String']['input'];
}
Type Options
CartInputMetafieldInput { key: Scalars['String']['input']; type: Scalars['String']['input']; value: Scalars['String']['input']; }