Agathas.Storefront.Shipping.Model.ShippableToService.items_avilable_for_shipping C# (CSharp) Method

items_avilable_for_shipping() public method

public items_avilable_for_shipping ( List items, int country_id ) : List
items List
country_id int
return List
        public List<Consignment> items_avilable_for_shipping(List<Item> items, int country_id)
        {
            return new List<Consignment>();
        }