コード例 #1
0
ファイル: Form1.cs プロジェクト: chrismonck/EllisonSizzix
        private void button16_Click(object sender, EventArgs e)
        {
            string strError = string.Empty;

            Magento_Version2_NAV_Integration_Sizzix.MagentoVersion2Helper mage = new Magento_Version2_NAV_Integration_Sizzix.MagentoVersion2Helper();
            mage.UpdateItem
            (

                "https://sizzix-b2b.c3preview.co.uk/soap/all?", //web service
                "Azzure",                                       //username
                "2dmwyw8MghwFeN",                               //password
                "CMSSS123",                                     //VVV123", //sku
                "26335",                                        //product id
                "update Description",                           //name
                0,                                              //weight
                0,                                              //gross weight
                "",                                             // "Dimensions",
                "XMAS",                                         // "Birthday", //theme
                "SIZZIX PaddlePunch",                           // technology
                "XXX",                                          //"Sizzix Textured Impressions",// sub technology
                "Brenda Walton",                                // designer
                "",                                             //design dims
                "Inactive",                                     //life cycle
                "PLAN",                                         // planogram,
                "",                                             //item desc. group
                "Wrexham",                                      //virtual warehouse
                0,                                              //boxqty
                0,                                              //pallet qty
                "chapter",                                      //chapter
                System.DateTime.Now,                            //release date
                "die",                                          //product type
                "SIZZIX",                                       //brand,
                (float)160.50,                                  //price
                1,                                              //
                ref strError);
        }