create

abstract fun create(shippingInformation: ShippingInformation): List<ShippingMethod>

Return

a list of ShippingMethod options to present to the customer. Will run on a background thread.