MagentoCartApplyCouponQueryVariables
import { MagentoCartApplyCouponQueryVariables } from '@daffodil/cart/driver/magento'
interface MagentoCartApplyCouponQueryVariables {
cartId: string
couponCode: string
}
Properties
Name | Type | Description |
---|---|---|
cartId | string | |
couponCode | string |