Matt Searles
Matt Searles
That its undocumented and might change in another release? Thats true, although it's quite usuable in its current form. Whether theres a significant advantage in using or not... I'm not...
Ah.. They're tracking it here too https://github.com/AngularClass/angular2-webpack-starter/issues/629
@cmelion I have not, I'm mostly doing SPA's and going strong with "@angular/router": "3.0.0"
@bennybennybenny ``` foreach(var lineItem in order.LineItems) { var variant = await _productVariantService.GetAsync(lineItem.VariantId.Value); var ids = new List() { variant.InventoryItemId.Value }; var inventoryLevelFilter = new InventoryLevelFilter() { InventoryItemIds = ids };...
You must supply a LocationId in your fulfillment. eg. ``` var fulfillment = new Fulfillment() { OrderId = order.Id, LocationId = location.Id }; ``` You can get the LocationId from...