ComponentizableCartLineAttributeArgs
Represents information about the grouped merchandise in the cart.
import { ComponentizableCartLineAttributeArgs } from '@daffodil/driver/shopify'
type ComponentizableCartLineAttributeArgs = {
key: Scalars['String']['input'];
}
Type | Options |
---|---|
ComponentizableCartLineAttributeArgs | {
key: Scalars['String']['input'];
} |