import { ShopifyBaseCartLineAttributeArgs } from '@daffodil/driver/shopify'
Defines the shared fields for items in a shopping cart. Implemented by CartLine for individual merchandise and ComponentizableCartLine for grouped merchandise like bundles.
Each implementation includes the merchandise being purchased, quantity, cost breakdown, applied discounts, custom attributes, and any associated SellingPlan.
interface ShopifyBaseCartLineAttributeArgs {
key: string
}