GitHub

MagentoCartUpdateShippingAddressQueryVariables

import { MagentoCartUpdateShippingAddressQueryVariables } from '@daffodil/cart/driver/magento'
interface MagentoCartUpdateShippingAddressQueryVariables {
  cartId: string
  address: MagentoShippingAddressInput
}

Properties

Name Type Description
cartId string
address MagentoShippingAddressInput