GitHub

MagentoShippingMethodInput

import { MagentoShippingMethodInput } from '@daffodil/cart/driver/magento'
interface MagentoShippingMethodInput {
  carrier_code: string
  method_code: string
}

Properties

Name Type Description
carrier_code string
method_code string