Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [usps]

The United States Postal Service provides a web API for accessing postal data such as zip codes and rates.

0 votes
0 answers
42 views

How can I include and use USPS shipping module in my Broadleaf React Starter application

I want to include and use USPS shipping module in my Broadleaf react starter application : reactStarter. I added blc-usps depenndency: blc-usps. I also registered on https://www.usps.com/business/...
Mirza Mujkanovic's user avatar
1 vote
1 answer
1k views

Spring RestTemplate call fails SSL Handshake with USPS

We have a service that makes a REST call to the USPS address validation service. We recently upgraded to a new version of our e-commerce framework (Broadleaf Commerce) with associated updates to ...
Marquee's user avatar
  • 1,806
3 votes
2 answers
386 views

USPS Package Track API is not returning XML child elements for TrackSummary

Please see the temporary solution at the end. Summary (added 12/24/22 for clarification): USPS's tracking API is not returning responses in the same format as their documentation. The actual format ...
Nathan Smeltzer's user avatar
0 votes
1 answer
224 views

need help in usps integration for my laravel project

i have searched alot in internet and didnt find out any proper documentations for usps means they only provide few services like: Rate Calculator (Both domestic and international) Zip code lookup by ...
Assad Ali's user avatar
0 votes
0 answers
126 views

Getting Error "There is an Error in XML Document (2, 2)" Having trouble getting Zip to City State Lookup with USPS WEB API

Trying to get a city and state from a zip5 and I can't seem to get the XML right according to the Error I keep getting "There is an Error in XML Document (2, 2)" when I run it through ...
Xander Kim's user avatar
0 votes
1 answer
276 views

Setting up Usps Returns Account with easy post api

I have a php application in which we are using USPS prepaid account with easy post api which works fine but now client says we need to add a USPS returns account now i am not sure how to do it here is ...
I AM A Hacker's user avatar
0 votes
2 answers
82 views

Convert USPS Manager class C# code to JavaScript

I have some working USPS Manager C# code but need to execute it from Google Apps Script in JavaScript. How would I convert the below to JavaScript format? USPSManager m = new USPSManager("...
Raptor's user avatar
  • 23
0 votes
1 answer
436 views

AWS Lambda Function : {"message":"Internal Server Error"

Im trying to run the United States Postal Service's Web Tools, for converting ZIP Codes into State and City. I created an AWS Lambda function inside the AWS Amplify. But the Lambda function is always ...
Matthew George's user avatar
2 votes
1 answer
583 views

How to fix USPS "The element has invalid child element" API error?

I'm trying to use USPS API to calculate shipping charge. Here's the request I'm sending to https://secure.shippingapis.com/ShippingAPI.dll: <?xml version="1.0" encoding="UTF-8"?&...
msrumon's user avatar
  • 1,398
3 votes
1 answer
309 views

Unclear why Fetch for UPS XML API failing

I'm working on an airtable automation that is putting in an address validation request to the USPS API. For some reason, when I try to fetch it times out. I've validated that the URL I'm testing on ...
j_kathleen's user avatar
2 votes
1 answer
2k views

USPS Address Validation API using XML and Javascript

I ran the following code (with my user Id entered): const xhttp = new XMLHttpRequest(); const url = 'https://secure.shippingapis.com/ShippingAPI.dll?API=Verify'; xhttp.open('GET', url, true); xhttp....
Erich Buelow's user avatar
0 votes
2 answers
882 views

How to calculate UPS Shipping Zone without API

Maybe somebody faced with such issue or can explain how UPS Zones work. As i understand UPS uses Zone to calculate delivery price and time. So if you are close to the warehouse it's Zone 1, if you far ...
leonix's user avatar
  • 1
0 votes
1 answer
78 views

How to customized API calls to Carriers in Acumatica

I would like to customize the API calls to the carriers to add "Reference Fields" .. How is that possible with Acumatica? Do we have the ability to gain access to the Carrier API Plugin?
Dagu Ward's user avatar
0 votes
1 answer
353 views

Do UPS, USPS, and Fedex APis allow access to shipping address from a barcode?

Basically, I want to setup something where the qrcode/barcode that's on a package is scanned, sent to a server, and that the server pings the relevant API (UPS, USPS, Fedex), and is returned the ...
Andrew Sparrow's user avatar
1 vote
1 answer
1k views

Trying to use the USPS Api for address validation in postman get an error

I am using a post request in postman in order to validate the address against usps api: <AddressValidateRequest USERID="123ITRS04217"> <Revision>1</Revision> <Address ID=...
Sdeeeeeeeeeeee's user avatar

15 30 50 per page
1
2 3 4 5
11