CartMetafieldsSetInput
The input fields for a cart metafield value to set.
import { CartMetafieldsSetInput } from '@daffodil/driver/shopify'
type CartMetafieldsSetInput = {
key: Scalars['String']['input'];
ownerId: Scalars['ID']['input'];
type: Scalars['String']['input'];
value: Scalars['String']['input'];
}
Type | Options |
---|---|
CartMetafieldsSetInput | {
key: Scalars['String']['input'];
ownerId: Scalars['ID']['input'];
type: Scalars['String']['input'];
value: Scalars['String']['input'];
} |