Newbies ArtTh Posted February 19, 2006 Newbies Posted February 19, 2006 Has anyone developed a way for filemaker to get real time USPS ship rates from the web?
Fenton Posted February 19, 2006 Posted February 19, 2006 I don't know that there's any xml services interface with USPS directly (that I could find or understand anyway). Have you looked at Endicia.com? They have a few products, the simplest Endicia has several integration possibilities, as simple as constructing a URL for GetURL. This is on a Mac, but perhaps it also works with the Windows version: "endicia://newShipment/?address=" & Name1 & " " & Name2 & ¶ & Address1 & Case ( not IsEmpty(Address2); ¶ & Address2 ) & ¶ & City & " " & State & " " & Zip & ";description=" & ProductCode & ";value=" & Value & ";referenceID=" & ReferenceID There is also a full-blown xml interface. I've done a few simple transformations with it, but nothing extensive. It has a few different ways of handling files. Finally, there is a PC-only product, Galaxy, which uses ODBC.
Recommended Posts
This topic is 6850 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now