コード例 #1
0
ファイル: Form1.cs プロジェクト: chrismonck/EllisonSizzix
 private void button15_Click(object sender, EventArgs e)
 {
     Magento_Version2_NAV_Integration_Sizzix.MagentoVersion2Helper mage = new Magento_Version2_NAV_Integration_Sizzix.MagentoVersion2Helper();
     mage.UpdateOrderToShipped(
         // "https://sizzix-b2b.c3preview.co.uk/soap/b2b_gbp?",
         //"https://sizzix-b2b.c3preview.co.uk/soap/all?",
         "https://sizzix-b2b.c3preview.co.uk/soap/all?",
         "Azzure",
         "2dmwyw8MghwFeN",
         "3000000055",
         "complete",
         "",
         "track123",
         "dhl");
     //string strMagentoURL,string strUser, string strPass, string strIncrementID, string strShippedStatus, string strComment)
 }