GitHub

MagentoCartSetSelectedShippingMethodQueryVariables

interface MagentoCartSetSelectedShippingMethodQueryVariables {
  cartId: string
  method: MagentoShippingMethodInput
}

Properties

Name Type Description
cartId string
method MagentoShippingMethodInput