Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
116 views

What are some Physical Mailing Services with APIs? (pdf to delivered letter)

I'm writing a bill generation service for a client, and I would like to program my self out of the most time consuming part of the process. It goes something like this. print X number of pdfs and ...
2
votes
1answer
231 views

Response from USPS Rate Calculator

I need to get shipping rates from USPS. I have signed up with them, got myself a user id and trying to use the sample request XML as shown on page - ...
2
votes
5answers
289 views

Libraries for verifying and sorting addresses in order to get USPS presort discounts [closed]

Been asked to do some research on mail presorting software. I've already looked at Melissa Data, whose API is a mess (luckily its also very terse). I'm interested in hearing your experiences with ...
1
vote
1answer
61 views

OSCommerce USPS convert weight unit from Pound to Ounces

I am working in an OSCommerce site, for USPS Shipping method I want to convert weight Unit from Pounds to Ounces, but not getting the way, can anyone help? Thanks in advance
1
vote
0answers
52 views

Integrating usps api on rails application

I want to integrate https://www.usps.com/ and also fedex api on my rails application, but I could not understand their documentation. Is there anybody who can help me? Or can any one provide me an ...
1
vote
1answer
192 views

USPS - How do I get international shipping rates via the API?

I am trying to get international shipping rate quotes via the USPS API at http://production.shippingapis.com/ShippingAPI.dll I have a username and account number and can use the API successfully for ...
1
vote
1answer
156 views

Is there a full-featured open source shipping library (Fedex/UPS/USPS) for any language?

I'm trying to create a small web service for a larger application that handles some common shipping operations (rates, package creation, labels), so I'm pretty flexible when it comes to picking a ...
1
vote
1answer
192 views

USPS API + Rails: How to get started?

I'm working on a web store for my company. Right now we do most of our transactions through eBay, but we are wanting to build our own web store so as to avoid having to pay eBay's fees. I've ...
1
vote
1answer
350 views

How to programmatically generate USPS Priority Mail labels?

I need an API/service to generate USPS Priority Mail shipping labels. I know about the USPS Web Tools, but they only appear to support Express Mail (overnight) and "Priority Mail Open and Distribute" ...
1
vote
2answers
646 views

Why isn't this valid USPS tracking number validating according to their spec?

I'm writing a gem to detect tracking numbers (called tracking_number, natch). It searches text for valid tracking number formats, and then runs those formats through the checksum calculation as ...
1
vote
1answer
265 views

Free Address Verification/Standardization

USPS webtools is expensive, and Google Maps doesn't have certain addresses. Are there any free or open-source solutions?
1
vote
1answer
290 views

USPS API Returning 501 NOT IMPLEMENTED

I am attempting to utilize the USPS API to do some address verification/validation. I'm sending this XML to http://testing.shippingapis.com/ShippingAPITest.dll: ...
1
vote
1answer
233 views

Where is Ubercart USPS Shipping module

I can't seem to find the Ubercart 2.x version of USPS Shipping module! This is the closest I could come, but I feel like I shouldn't be constructing the module from a source view. ...
0
votes
1answer
29 views

Can Magento pull in USPS “Paid Online” rates rather than “Post Office” rates?

We have USPS rates displaying correctly in Magento 1.5. However, we have noticed that the rates that are appearing are "Paid at Post Office" Rates, as opposed to "Paid Online" Rates. It would be ...
0
votes
1answer
17 views

API Authorization failure. DeliveryConfirmationV3 is not a valid API name for this protocol

I'm integrating usps on my ecommerce solution but whenever i tried to send respose to testing server it end with this respone what should i do?
0
votes
1answer
55 views

Ubercart USPS shipping module package options

There is a client we are assisting with an Ubercart installation and they are having issues with the packages that are used for USPS, in addition it seems that the shipping costs are way off in the ...
0
votes
0answers
85 views

United States Postal Service (USPS) weight limit and Magento E-Commerce

I integrated USPS in our magento website. I noticed that every time the weight of the products exceeded into 70lbs (since that is really their standard weight limit), the USPS doesn't allow you to ...
0
votes
1answer
169 views

How to use the shipping gem in ruby on rails 3 for USPS API?

I've found the shipping gem for ruby here http://shipping.rubyforge.org/ searching on google for some information on integrating USPS API on a Ruby on rails application but when I install the gem and ...
0
votes
0answers
34 views

i need help to find drop boxes end time of TNT, DHL and USPS [closed]

i need to know end time of drop boxes in USA for those DHL,TNT, and USPS i find this USPS DHL but it doesn't help me
0
votes
1answer
176 views

List of countries for USPS API

I'm going to use the USPS API for international shipping rates, but the list they provide is nearly 500 countries long. The listings include: Fernando Po (Equatorial Guinea) Hashemite Kingdom ...
0
votes
1answer
170 views

Magento USPS - What if product weight is not available?

I have one query for USPS shipping method in Magento. If I don’t know and i don’t enter the weight of the product in magento, then how USPS will count the cost? I want where if total amount to pay is ...
0
votes
2answers
487 views

How to generate Intelligent Mail® Barcode (OneCode) via PHP

I have a request to provide CASS certificated addresses on a PDF document. This involves using a certified mailing address, and needs to be printed using the barcode. How can I generate such a ...
0
votes
0answers
115 views

Finding out if the package is shipped using UPS/USPS API?

I was unable to find it in the UPS and USPS documentation but is there an option in the UPS or USPS API to check if the package is shipped.
0
votes
1answer
165 views

find signature is required or not using shipment API (USPS, UPS, DHL, FeDex)

I am integrating the Carrier (USPS, UPS, DHL, FeDex) API with my application. For that i need to find different statuses for that shipment like is it delivered or not, which is getting me properly. ...
0
votes
1answer
111 views

usps credentials

hi i am developing shopping cart site in which i want to use USPS(united states postal service)for shipping.can anybody know the fields which are to be required for this service.
0
votes
1answer
378 views

Ubercart USPS error message

I have shipping quotes with USPS enabled, and I turned on debugging information so I can receive the request/response information: API=RateV3&XML= <RateV3Request USERID="(Hidden)"> ...
0
votes
2answers
1k views

USPS API confusion

If anyone has any experience with the USPS delivery confirmation API, I'd really appreciate any insight I can get... I am using PHP and cURL to send an XML request to the D.C. API. When I send the ...
0
votes
3answers
937 views

USPS ACS Keyline Check Digit

I have implemented the "MOD 10" check digit algorithm using SQL, for the US Postal Service Address Change Service Keyline according to the method in their document, but it seems I'm getting the wrong ...
-1
votes
0answers
23 views

Handling shipping maximum weight rates [closed]

I am looking for the logic used in this website.http://www.plywerk.com/. In this website, They are handling shipping charges using UPS and USPS. When the product weight goes maximum weight limit, ...
-1
votes
1answer
85 views

Maxmimum weight for USPS service [closed]

I am trying to integrate USPS shipping service. I got it works. But I got warning message if i exceed weight limit I got message like "Warning - The package weight cannot exceed 70 pounds." , Here i ...
-2
votes
1answer
325 views

I got switched to USPS production Account still problems [closed]

Last night I mailed USPS customer care executive and they had switched my account to production server in USPS.I got mail from them in which I got this message Dear USPS Customer, Thank you for ...