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
0
votes
1 answer

Is Magento reaching out to Fedex and UPS on each product page load?

I have a magento site with about 200 products and the product pageloads take over 14 seconds. I've done many of the often suggested speedups with no real difference in speed. So I asked my webhost for some help with optimizing and they did some sort…
0
votes
2 answers

UPS tracking request doesn't return number of packages within shipment if there is more than one

I've got different shipments and some of them contain more then one package. I've created this request: $data =" myLicenceNumber
emil.c
  • 1,987
  • 2
  • 26
  • 46
0
votes
1 answer

Cannot get UPS extension to work with One Page Checkout Virtuemart 2, Joomla 2.5

I cannot get UPS extension to work with the One Page Checkout extension. I'm using Virtuemart 2 & Joomla 2.5 http://www.mackeyshotrods.com/test/store When I enter my address at the checkout screen it says "We are sorry, no shipment method matches…
0
votes
1 answer

Get actual package weight from UPS API

Is anybody here familiar with the UPS API? I'm trying to figure out how to get the actual package weight from when UPS scanned in the package, I'm using the UPS Tracking api, below I have an example output from the API. My problem is, it shows the…
William L.
  • 3,846
  • 9
  • 53
  • 72
0
votes
1 answer

Websphere 7 with UPS Web service integration

I’m trying to integrate with my application with UPS Web service in Websphere 7. But it gives the certificate chaining error. How can I fix this? javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: PKIX path building failed:…
sam
  • 1
  • 1
0
votes
2 answers

What does "-1" means in the delivery day and delivery time of return data from UPS API

I am working with UPS API and having a problem with the result return by UPS API. I am getting the result ,which look like this : Array ( [1] => Array ( [value] => 9.90 [code] => 03 [delivery_day] =>…
Toretto
  • 4,721
  • 5
  • 27
  • 46
0
votes
1 answer

Force a Generated UPS Label to Download

I'm using a third party php class to talk to UPS and generate a label. The generated label data comes in the Base64 format and I can display it like this. echo ''; I'm just looking for a way to…
farjam
  • 2,089
  • 8
  • 40
  • 77
0
votes
1 answer

magento ups shipping api

I want to calculate shipping rate using UPS api in magento. I will pass lenght, width, height and zipcode the UPS api will return shipping rate for that product. I got the UPS rating API that will calculate the shipping rate from the below url…
Satyendra Mishra
  • 523
  • 2
  • 9
  • 21
0
votes
1 answer

Is there a way to add tracking information from our Fedex account to Magento via the API?

We don't originate the shipments, our suppliers ship on our behalf using our account number and a reference number. Thank you!
user1422635
  • 21
  • 1
  • 5
0
votes
2 answers

UPS API Error Code 9370701

I'm building a python app using the UPS Shipping API. On sending the request (see below) I keep getting the following error: UPS Error 9370701: Invalid processing option. I'm not sure what this means and there isn't much more info in the API…
winkerVSbecks
  • 1,173
  • 1
  • 10
  • 24
0
votes
1 answer

UPS "AccessLicenseNumber"

This question is related to Stackoverflow Question -> Access licence number for UPS When I registered for Developer APIs, I was given a 4-part credential: User ID, Password, Access Key, and Shipper Number. I used this and the CIE URL to get rates,…
user1129208
0
votes
1 answer

How do I set up ubercart to be conditional based on a ups shipping quote?

I am using Drupal 7 with ubercart shipping. My client want the cost of shipping to be ups ground quote unless it is >=$50. Then he wants to charge a flat $50. I created a flat rate that cost $50 and a ups ground quote. I don't see a condition that…
danielson317
  • 3,121
  • 3
  • 28
  • 43
0
votes
1 answer

Enabling Satchmo Shipping Module Not from admin interface

I am using Satchmo in Django. I want to activate the UPS shipping module in it or make it the default shipping module in the using the settings file. But, I do not want to use the admin interface to do the same as described here. What can I do to…
Sandip Agarwal
  • 1,890
  • 5
  • 28
  • 42
0
votes
1 answer

Caching strategy for UPS and USPS rate api results

In trying to be a pragmatic programmer, I'm trying to work out a caching strategy for services and rates returned from the UPS and USPS apis. My first thought would be to store following: postal code (normalized, no spaces, simply as a…
Eric C
  • 971
  • 6
  • 14
0
votes
2 answers

UPS GetRate() Shipping Server Error Log

Can someone help break this error down into plain English? I'm seeing the following error in our server application logs but am not sure where exactly the error is occurring. The library its referring to is the .NET Shipping library…
Jason Miller
  • 253
  • 1
  • 3
  • 10
1 2 3
18
19