ups

Worldship Batch Import

I am trying to import a .csv file into WorldShip containing names, addresses, and zip codes. I have two profiles set up defining package weight, UPS service, bill transportation, package type, and reference numbers. Can I import just name, addresses and zip codes under a specific profile to keep the other variables constant? Or do I hav...

How to decode U.P.S. Information from UPS MaxiCode Barcode?

I recently purchased a 2D Barcode reader. When scanning a U.P.S. barcode, I get about half of the information I want, and about half of it looks to be encrypted in some way. I have heard there is a UPS DLL. Example - Everything in bold seems to be encrypted, while the non-bold text contains valuable, legitimate data. [)>01961163522424...

Windows UPS (Uninterruptible Power Supply) service - turn off UPS?

I'm using the UPS service to monitor the state of my UPS from an application -- the key at HKLM\SYSTEM\CCS\Services\UPS\Status has all the information you can get from the Power control panel. BUT -- I'd like to be able to tell the UPS to shut down from my app as well. I know that the service can tell the UPS to shut down -- for instan...

Tracking number patterns.

Is there any place to get patterns for shipping tracking numbers for all shipping companies like UPS,FedEX, DHL, AirBorne, USPS ... ...

Regular Expression patterns for Tracking numbers.

Does anybody know good place or patterns for checking which company tracking number is the given tracking number for a package. Idea is After scanning a barcode for a package check tracking number with patterns and show which company it was shipped by. ...

How to prevent data loss in a .net application due to sudden power failure?

We are developing an RetailPOS .net (windows) application. One of the customer asks 'What will happen to current data being processed in the application when a power went off suddenly?', 'Will the application able to recover the unsaved data?' I am wondering, how this feature can be included in the .net application? Can some help m...

FedEx and UPS Tracking API

Anyone familiar with either the FedEx or UPS APIs. Is it possible to calculate the "guaranteed delivery date" of a package. I want to be able to tell if a package arrived late. Thanks ...

How can I monitor availability of a home electrical outlet remotely?

We have a freezer plugged into a GFCI electrical outlet that likes to "pop" and turn off on its own every once in a great while. What I would like to do is monitor the availability of this electrical outlet. Ideally, I'd like to plug in a cheap monitoring device, like a Smarthome or X10 type of device. And when the circuit turns off, ...

Can I create UPS package shipments/pickup requests with PHP? Sample code?

I know that UPS has some APIs they make available for doing shipping calculations. Is it possible to create a shipment and PDF shipping label using the UPS APIs with PHP? Does anyone have any working sample code? ...

UPS freight calculator

I have managed to get a UPS Shipping calculator working in PHP. I now found out that the standard shipping from UPS is capped at 150lbs. For anything over 150lbs, I need to ship via freight. Has anyone ever coded a Freight Calculator with UPS? The calculator I wrote for anything under 150lbs does not require a UPS account. I was hop...

Print to a UPS / Fedex Thermal printer?

I have a client asking if their web application (PHP) can easily print to a UPS / Fedex thermal label printer. So for instance, I can get back a PDF from UPS/Fedex with the shipping label. I just need to print that. Does anyone know if you can print directly to these printers or, if not, if there's another way to do it? EDIT: To cl...

Read weight of package from a Fedex scale within web application?

I've been asked if I can read the weight from a scale, connected via RS232, and dump it into a web application. Reading the weight of the scale from the local machine isn't bad (this SO question gives an explanation: http://stackoverflow.com/questions/2038387/rs232-question-how-to-read-weight-to-pc), but... How do I then get that data ...

Undocumented UPS API question

At work, I'm working on including UPS integration for our product's shopping cart. I'm currently using the documented API, which supplies WSDLs. To use this API, you need a username, password and API key (our customers who use the cart for their business will have to provide this information). There is another (undocumented) API for cal...

Better way to work with the UPS API?

Specifically, the UPS TradeAbility API -- I'm trying to implement Denied Party screening into my lead processing/quotation web application. However, the TradeAbility API is a bear. I've found some decent package classes for simple tracking, which I've implemented successfully. But I've seen nothing to support TradeAbility. UPS-PHP has i...

How do I specify if the shipment is commercial or residential in UPS API ?

Hi, I'm using UPS api for shipment rate calculator within US. How do I specify if the shipment is residential or commercial ? ...

XML document for UPS Freight Shipping

I was wondering if anyone knew of where I could find an example XML document so that I could get get a FREIGHT LTL shipping quote from the UPS API. My XML mojo is seriously deficient, and all UPS has provided me is an XSD document. My client is really hoping that I can get this done sooner rather than later, and I need to send this as ...

IE 8 and the UPS Thermal Printer ActiveX Control

Does anyone have a solution for getting the UPS labels to print from a custom web page (not the UPS test site) on a UPS thermal printer? In Firefox and Chrome it will print two labels at a time, but in IE 8 I can't get it to print using either the or tags. I have the type set to "application/epl2" but that's not working. If I return t...

UPS developer API missing ja

Hello, I am looking for what jar library to import into my software. I am using ups's Shipping_Pkg_Gnd.zip for a spring board to provide shipping label generation. However they did not provide a .jar library in any of sample code that they provide. Does anyone know where to get this library. Here are the imports that will not work beca...

Access licence number for UPS

I am using Mark Sanborn UPS Function to calculate UPS shipping rates with php In this function you have to change some values of variables already defined // ========== CHANGE THESE VALUES TO MATCH YOUR OWN =========== $AccessLicenseNumber = '12345678910'; // Your license number $UserId = 'username'; // Username $Password = ...

Can i use UPS EDI for billing data processing

I'm working on an application for UPS billing data analysis and can`t find any simple solution or API for receiving invoice/shipment billing data from UPS. Billing data that i need is all shipments with tracking number and charge amount. I found the way to use Flat File Billing Data which is sent weekly by e-mail but on http://ups.com ...