GitHub

MagentoShippingMethodInput

interface MagentoShippingMethodInput {
  carrier_code: string
  method_code: string
}

Properties

Name Type Description
carrier_code string
method_code string