Questions tagged [ups]

UPS stands for United Parcel Service and is an international shipping-company. Questions tagged with UPS usually refer to the UPS Developer Kit. The UPS Developer Kit is used to integrate UPS functionality directly into business systems and e-commerce websites using 11 different APIs.

The UPS Developer Kit is used to integrate UPS functionality directly into business systems and e-commerce websites using 11 different APIs. Two types of APIs exist, both using . The first type uses straight , while the other uses and .

287 questions
3
votes
2 answers

Magento - UPS shipping returns error "Missing or invalid service code"

I'm configuring UPS shipping in a Magento installation and when I'm processing an order for shipment (adding products to pack!age, etc.) - after hitting "OK" to generate a shipping label, the error "Missing or invalid service code" is returned. I've…
rfoote
  • 121
  • 2
  • 4
3
votes
2 answers

UPS return service issue

I am receiving the below error message after the implementation return service. Failure: Invalid merchandise description of package (120623) Code what we used. if (isset($return_order) && $return_order==1) { $returnService = new…
Joy Zalte
  • 91
  • 10
3
votes
3 answers

UPS API - LabelLinksIndicator - Object Reference not set to an instance of an object

Below is some code for generating a UPS shipping label. It is based on the .net sample provided in the UPS developer kit. My problem is with the line highlighted in bold below. It throws and error as follows "System.NullReferenceException: Object…
hughesdan
  • 3,019
  • 12
  • 57
  • 80
3
votes
1 answer

PHP+SoapClient exceptions and headers? (UPS Rating)

I'm trying to use PHP and SoapClient to utilize the UPS Ratings web service. I found a nice tool called WSDLInterpreter to create a starting point library for creating the service requests, but regardless what I try I keep getting the same…
Scott
  • 7,983
  • 2
  • 26
  • 41
3
votes
2 answers

Tracking number patterns

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

UPS Rates API - International shipping

I have an implementation for shipping working for US shipping, however I am unable to get this implementation to work with international shipping. I am using the shipping codes 07, 08, 54, and 55 but am getting the error "111210 The requested…
user6383418
  • 395
  • 1
  • 4
  • 19
3
votes
2 answers

How to distinguish UPS Mail Innovations from USPS tracking number

I'm struggling to identify the shipping carrier by the tracking number provided, if this is a UPS Mail Innovations number. I"m writing a small C# library to complete this task and the best resource I've ever found is a Ruby based one called…
kalitsov
  • 1,319
  • 3
  • 20
  • 33
3
votes
8 answers

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…
user46482
  • 31
  • 1
  • 1
  • 2
3
votes
2 answers

The XML document is not well formed error in Paperless Document API

I am sending POST request to UPS paperless document api for upload user created form but i am getting The XML document is not well formed My Request Message is.
Ankur
  • 893
  • 3
  • 12
  • 29
3
votes
1 answer

How do I specify if the shipment is Residential in UPS API?

I'm using UPS api(JSON) refer from the ups.com developer kit. 1)I need shipment rating list with "Residential Shipment". 2)I need Add shipment with "Residential Address". I am add ResidentialAddressIndicator as 1 in ShipTo address.(I am refer from…
this. __curious_geek
  • 42,787
  • 22
  • 113
  • 137
3
votes
0 answers

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…
Sean O
  • 2,276
  • 1
  • 21
  • 24
3
votes
1 answer

Querying UPS API to find out how much they charged me for a shipment: Is it possible?

I'm working on an application that integrates with several of UPS's APIs, but there's one piece of information I can't figure out how to retrieve: how much UPS charged us to ship a package. This information is available through the UPS web app, and…
hoffm
  • 2,386
  • 23
  • 36
3
votes
1 answer

UPS Api - php, how do I get around?

I have downloaded the UPS apis for both shipping and rates. The zips contain multiple docs some of which are hundreds of pages long. The zips also contain sample code, however, they are missing information needed to run successfully, i.e. Url…
Shawn Northrop
  • 5,826
  • 6
  • 42
  • 80
3
votes
3 answers

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? …
jgallant
  • 11,143
  • 1
  • 38
  • 72
3
votes
3 answers

How to fetch UPS Delivery Progress through their APIs?

I found a couple of PHP Classes online that utilizes the UPS Tracking API, but the problem is that I don't get the whole route... I only get the status (saying if it was already delivered or not -- along with a lot more info that I don't need for…
sergiocruz
  • 652
  • 5
  • 10
1 2
3
18 19