MagentoCartUpdateAddressQueryVariables
import { MagentoCartUpdateAddressQueryVariables } from '@daffodil/cart/driver/magento'
interface MagentoCartUpdateAddressQueryVariables {
cartId: string
address: MagentoCartAddressInput
addressId: number
}
Properties
Name | Type | Description |
---|---|---|
cartId | string | |
address | MagentoCartAddressInput | |
addressId | number |