Questions tagged [ups-api]

The Application Programming Interface (API) provided by United Parcel Service of America, Inc allows integration of UPS shipping functionality directly into a website or enterprise system.

The Application Programming Interface (API) provided by United Parcel Service of America, Inc allows integration of UPS shipping functionality directly into a website or enterprise system.

19 questions
6
votes
2 answers

UPS Time in Transit service codes to Rating API

I'm working on a system that uses UPS as the main courier for our packaged orders. I've dsicovered a little weird issue using the UPS API. I take all the requests to the Time In Transit then select the best service the client prefers to…
MacMac
  • 34,294
  • 55
  • 151
  • 222
2
votes
2 answers

UPS API throws an "Invalid Shipment content Value" error for US country

I am using UPS API for CANADA and USA countries, the shipment origin will always be Canada. The below is a request I am passing to get the UPS rates and to get an Estimated Arrival Time. If I pass the below request parameters for Canada address it…
Niraj Patel
  • 65
  • 14
2
votes
1 answer

Python UPS XML Tracking

So I am basically trying to get python to output the status of the shipment. Unfortunately, the ClassicUPS package only will show the date IF it was delivered and a "True" or "False" IF in transit. This is in the default "ups.py": class…
Marz_89
  • 51
  • 2
  • 12
2
votes
1 answer

C# - Error in adding UPS Tracking API reference

I am trying to add UPS Tracking API reference to my Console/Asp.Net Web API project using the URL http://onlinetools.ups.com/webservices/Track. Adding this setting in App.Config/Web.Config, but still didn't help:
WonderHeart
  • 678
  • 10
  • 28
1
vote
1 answer

How to get all the available shipping types with their charge using UPS API

I am trying to integrate UPS API using XML to pull all the available shipping types with their shipping charge for a given shipping address. I am using this XML and it works fine for a given shipping type, I want to get all the available shipping…
Developer
  • 83
  • 1
  • 10
1
vote
1 answer

xslt count nodes in grandchild container

Please excuse any mistakes, I only started learning XML 2 days ago. I have an xml file that gets returned in this format:
Alith7
  • 113
  • 13
1
vote
0 answers

UPS shipping error: "110000: XML Rating and Service Selection Service Unavailable"

It was working earlier today but now when I add a product and estimate shipping I get this error: 110000: XML Rating and Service Selection Service Unavailable Only first one shipping applies or order and if select drop-down shipping then gets this…
1
vote
2 answers

UPS API integration- multiple accounts

I'm trying to integrate with UPS API, but would like to integrate with different UPS accounts based on various different rules that span over multiple portals. Below mentioned are some of the access information to post…
user1751510
  • 291
  • 2
  • 14
1
vote
0 answers

UPS shipping rates API error code 9368785

As per the UPS shipping API (API examples given on the UPS developer resources page https://www.ups.com/gec/techdocs/pdf/Rates_Pkg_Gnd.zip) I am getting the error: Please contact UPS Freight Customer Service for Rates at 800-333-7400 (Error Code…
AhmadKarim
  • 899
  • 1
  • 7
  • 16
0
votes
0 answers

UPS API - Invalid Number Of Products 128039

Working with the UPS API - when attempting to generate CN22 content for an international shipment, we are getting a "Invalid Number Of Products" Response. Any help would be appreciated. Example JSON: { "ShipmentRequest": { …
0
votes
0 answers

How can I convert UPS API integration from Soap to Rest API? Anybody has one to one object mapping?

I'm converting the integration of UPS API from soap to rest API. Anyone has done this before!
Suffer
  • 11
  • 6
0
votes
0 answers

How to get redirected query parameters into nodejs?

I am working on an app to track our outbound UPS packages using the UPS API. For those that do not know, they are implementing a OAuth token system to authenticate requests. This article shows the flow of the process:…
matthh
  • 47
  • 4
0
votes
1 answer

Download Proof of Delivery as PDF in UPS API

UPS provided DeveloperKit to find delivery status. Below is an example for .Net: TrackService track = new TrackService(); TrackRequest tr = new TrackRequest(); UPSSecurity upss = new UPSSecurity(); …
Alexander
  • 139
  • 8
0
votes
1 answer

UPS TimeInTransit API not working without destination city

I am using UPS TimeInTransit API for finding Estimate shipping through the destination zip code on Magento 2 site. Yesterday It had stopped working and did not show results without giving destination city. before it had worked fine and give me the…
jawad ali
  • 7
  • 6
0
votes
0 answers

Can UPS Address Validation API be used in webshop?

Imagine a standard webshop with a standard checkout flow where the customer must enter a valid shipping address. I'm looking for a good usage of the UPS Address Validation - Street Level API but can't seem to grasp how to use the suggestion in a…
Rasmus
  • 2,783
  • 2
  • 33
  • 43
1
2