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