GitHub

MagentoListShippingMethodsResponse

import { MagentoListShippingMethodsResponse } from '@daffodil/cart/driver/magento'

interface MagentoListShippingMethodsResponse {
  cart: { __typename: string; id: string; shipping_addresses: { __typename: string; available_shipping_methods: MagentoCartShippingMethod[]; }[]; }
}