Ejemplo n.º 1
0
 public static string BuildInventoryExportMessageAsync(this Product product, string providerCode, string xrefMerchantId, IList <LocationInventory> locations)
 {
     return(product != null?product.ToEdgeInventoryExportMessage(providerCode, xrefMerchantId, locations).ToXml() : String.Empty);
 }