Пример #1
0
 public string GetTask(string sku, int qty, int locId)
 {
     return(Outbound.CreateOutstoreTask(sku, qty, locId));
 }