GitHub

MagentoCartSetSelectedShippingMethodQueryVariables

import { MagentoCartSetSelectedShippingMethodQueryVariables } from '@daffodil/cart/driver/magento'
interface MagentoCartSetSelectedShippingMethodQueryVariables {
  cartId: string
  method: MagentoShippingMethodInput
}

Properties

Name Type Description
cartId string
method MagentoShippingMethodInput