GitHub

CartAttributeArgs

A cart represents the merchandise that a buyer intends to purchase, and the estimated cost associated with the cart. Learn how to interact with a cart during a customer's session.

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