Creating POST SHIPMENT Scripts
By creating script in your database, you can easily pull back ship results with little effort. Simply create fields in your table for the data you'd like to store, and then pull from the following NRGship fields after calling the "External - Perform ship for passed in Ship ID":
_Tracking_TrackingNumber (master tracking #)
_EstimatedCharges_DiscountedCharges_NetCharge (the rate you are billed)
_EstimatedCharges_PublishedRate (the published rate)
_EstimatedCharges_BilledWeight (the actual billed weight)
__Status [New Shipment|Shipped|Delivered|Voided|Exception]
Copy Track Number to Clipboard
No doubt the simplest option, after shipment the resultant Track Number will be copied to the clipboard and it can be pasted into another field or web page.