CartDiscountCode
The discount codes applied to the cart.
import { CartDiscountCode } from '@daffodil/driver/shopify'
type CartDiscountCode = {
__typename?: 'CartDiscountCode';
applicable: Scalars['Boolean']['output'];
code: Scalars['String']['output'];
}
Type | Options |
---|---|
CartDiscountCode | {
__typename?: 'CartDiscountCode';
applicable: Scalars['Boolean']['output'];
code: Scalars['String']['output'];
} |