This article describes the overall process used by Cyrious to integrate shipping with UPS Worldship. It expands on the how_the_shipping_integration_works article.
This table shows the fields in the TransHeaderUserField database table that are updated after a shipment is processed through UPS Worldship.
| Field Name | Field Updated Form |
| TransHeaderUserField.UPS_Shipper_Charges | UPSShippingLog.ShipperCharge |
| TransHeaderUserField.UPS_Total_Charges | UPSShippingLog.TotalCharge |
| TransHeaderUserField.UPS_Package_Weight | UPSShippingLog.Weight |
| TransHeaderUserField.UPS_Shipment_Date | UPSShippingLog.ShipDate |
| TransHeaderUserField.UPS_Tracking_Number | UPSShippingLog.TrackingNumber |
Using UDFs (Drop Ship option turned ON)
UDF Field Update (Drop Ship ON)
This table shows the fields in the TransHeaderUserField database table that are updated after a shipment is processed through UPS Worldship.
| Field Name | Field Updated Form | ||
| TransHeaderUserField.UPS_Shipper_Charges | UPSShippingLog.ShipperCharge | ||
| TransHeaderUserField.UPS_Total_Charges | UPSShippingLog.TotalCharge | ||
| TransHeaderUserField.UPS_Package_Weight | UPSShippingLog.Weight | ||
| TransHeaderUserField.UPS_Shipment_Date | UPSShippingLog.ShipDate | ||
| TransHeaderUserField.UPS_Tracking_Number | UPSShippingLog.TrackingNumber |
—-
Using Shipment Items (Shipping Tab in Order Entry)
Shipment Item Field Update
This table shows the fields in the Shipments database table that are updated after a shipment is processed through UPS Worldship.
| Field Name | Field Updated Form |
| Shipments.ActualCost | UPSShippingLogForShipments.ShipperCharge |
| Shipments.CarrierID | ShippingMethod.ID |
| Shipments.CarrierClassTypeID | ShippingMethod.ClassTypeID |
| Shipments.CarrierService | UPSShippingLogForShipments.ServiceType |
| Shipments.EstimatedCost | UPSShippingLogForShipments.TotalCharge |
| Shipments.IsShipped | Automatically set to TRUE |
| Shipments.NumberOfPackages | UPSShippingLogForShipments.NumberOfPackages |
| Shipments.PackageSize | UPSShippingLogForShipments.PackageType |
| Shipments.PackageWeight | UPSShippingLogForShipments.Weight |
| Shipments.ShipDate | UPSShippingLogForShipments.ShipDate |
| Shipments.TrackingNumber | UPSShippingLogForShipments.TrackingNumber |
UPS Worldship updates the database directly and since there is no method to inform Control of the change, the order will not reflect the change if it is currently being displayed during the UPS Worldship processing. The display of the order must be closed and reopened for the changes to reflect.
include component"backlinks" page"FedEx Integration Process" limit"10"