Ejemplo n.º 1
0
 public bool Update_OrderShippingStatus(QDLogistics.OrderService.Order order, string Carrier = "")
 {
     return(OS_SellerCloud.Orders_UpdateShippingStatusOrder(OS_AuthHeader, OS_Options, order.ID, Carrier, order.ShippingServiceSelected, order.StationID, order.ShippingLocationID, false));
 }
Ejemplo n.º 2
0
        /***** 取得資料 *****/

        /***** 更新資料 *****/
        public bool Update_Order(QDLogistics.OrderService.Order order)
        {
            return(OS_SellerCloud.Orders_SaveOrder(OS_AuthHeader, OS_Options, order));
        }