Python UPS / FedEx Shipping Module

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gabriel Cooper

    #1

    Python UPS / FedEx Shipping Module

    I've made UPS and FedEx shipping rate request modules in python using
    XML. Is there an interest in putting this on the web?
  • Peter Hansen

    #2
    Re: Python UPS / FedEx Shipping Module

    Gabriel Cooper wrote:[color=blue]
    > I've made UPS and FedEx shipping rate request modules in python using
    > XML. Is there an interest in putting this on the web?[/color]

    I'd be interested in at least looking at them, hoping to learn
    something of value, even if I don't have (or believe I don't have)
    any current use for them.

    -Peter

    Comment

    • Kartic

      #3
      Re: Python UPS / FedEx Shipping Module

      Gabriel Cooper said the following on 2/11/2005 2:23 PM:[color=blue]
      > I've made UPS and FedEx shipping rate request modules in python using
      > XML. Is there an interest in putting this on the web?[/color]

      I am interested in it for educational value, if not anything else.
      Please post the web address from which to download.

      Thanks!
      -Kartic

      Comment

      • Tom Willis

        #4
        Re: Python UPS / FedEx Shipping Module

        Are the modules just accessing the published apis for their webservices?

        I'm just wondering because I used to work for a logistics mgmt
        company that paid money to be a strategic partner with
        FedEx/UPS/Airborn etc so that they could information on how to return
        rates/print labels/generate edi's/calculate arrival times etc.

        I'd get a good laugh out of it suddenly being freely available now.





        On Fri, 11 Feb 2005 19:00:25 -0800 (PST), Kartic
        <removethis.kar tic.krishnamurt hy@gmail.com> wrote:[color=blue]
        > Gabriel Cooper said the following on 2/11/2005 2:23 PM:[color=green]
        > > I've made UPS and FedEx shipping rate request modules in python using
        > > XML. Is there an interest in putting this on the web?[/color]
        >
        > I am interested in it for educational value, if not anything else.
        > Please post the web address from which to download.
        >
        > Thanks!
        > -Kartic
        > --
        > http://mail.python.org/mailman/listinfo/python-list
        >[/color]


        --
        Thomas G. Willis

        Comment

        • Tom Willis

          #5
          Re: Python UPS / FedEx Shipping Module

          Good to know.

          i've always thought that python would make an excellent solution for
          transportation and logistics software. I used to maintain a nasty vb6
          solution, and a lot of the brick walls could have been overcome by
          utilizing the dynamic nature of python.


          But, there is not enough hours in the day. And writing a solution puts
          you in an odd relationship with your partners(UPS/FexEx etc...).


          On one hand you are helping them indirectly sell their services, On
          the other, you are sort of competing with them, so, those companies
          have plenty of reason to screw with you by changing the specs, lot's
          of hoops to jump through to contiuously be certified.

          I guess I care anyway because the problem domain is so interesting to
          me. Maybe it's because I'm running a fever. :)

          Thanks for the info.



          On Mon, 14 Feb 2005 09:51:35 -0500, Gabriel Cooper
          <gabriel.cooper @mediapulse.com > wrote:[color=blue]
          >
          >
          > Tom Willis wrote:
          >[color=green]
          > >Are the modules just accessing the published apis for their webservices?
          > >
          > >I'm just wondering because I used to work for a logistics mgmt
          > >company that paid money to be a strategic partner with
          > >FedEx/UPS/Airborn etc so that they could information on how to return
          > >rates/print labels/generate edi's/calculate arrival times etc.
          > >
          > >I'd get a good laugh out of it suddenly being freely available now.
          > >[/color]
          > Yes, they use the free API's that have always been freely available.
          > They're just *Impossible* to find on either of UPS's OR FedEx's
          > websites. It took me no less than an hour and likely more just to find
          > the documentation pages on each site. As for putting them up on the web,
          > I should be able to get them up by the end of the week.
          >
          > Gabriel.
          >[/color]


          --
          Thomas G. Willis

          Comment

          • Brad Clements

            #6
            Re: Python UPS / FedEx Shipping Module

            _
            "Gabriel Cooper" <gabriel.cooper @mediapulse.com > wrote in message
            news:4210BAF7.9 030106@mediapul se.com...[color=blue]
            >[color=green]
            > >Are the modules just accessing the published apis for their webservices?[/color][/color]
            [color=blue]
            > Yes, they use the free API's that have always been freely available.
            > They're just *Impossible* to find on either of UPS's OR FedEx's
            > websites. It took me no less than an hour and likely more just to find
            > the documentation pages on each site. As for putting them up on the web,
            > I should be able to get them up by the end of the week.
            >[/color]

            If you downloaded the documentation from UPS, please re-check your license
            agreement for the documentation before posting the code. You might be in
            violation of some terms and conditions. I say might, I do not know for
            certain and am not hinting that you are violating anything.


            I've been tracking through UPS for 4 years using their old crappy interface,
            and a newer one, and now we've moved to the XML version. All of their
            documents come with a click - through license agreement that probably
            restricts you in some way. I haven't read them too closely, since I'm under
            contract I say "yes" on behalf of my client. ;-)



            --
            Novell DeveloperNet Sysop #5



            Comment

            • Gabriel Cooper

              #7
              Re: Python UPS / FedEx Shipping Module



              Tom Willis wrote:
              [color=blue]
              >On one hand you are helping them indirectly sell their services, On
              >the other, you are sort of competing with them, so, those companies
              >have plenty of reason to screw with you by changing the specs, lot's
              >of hoops to jump through to contiuously be certified.
              >[/color]

              Well before we make it out to be more than it is, what I have here is
              merely a module for getting rate requests. Basically we wanted a
              UPS/FedEx module to price-check shipping costs for eCommerce websites.
              The other types of requests could be implemented with no problem, but
              that's all that has been done so far.

              Gabriel.

              Comment

              • Aahz

                #8
                Re: Python UPS / FedEx Shipping Module

                In article <mailman.2411.1 108149803.22381 .python-list@python.org >,
                Gabriel Cooper <gabriel.cooper @mediapulse.com > wrote:[color=blue]
                >
                >I've made UPS and FedEx shipping rate request modules in python using
                >XML. Is there an interest in putting this on the web?[/color]

                Yes! My company has some similar software, and I may be able to get
                permission to combine our work.
                --
                Aahz (aahz@pythoncra ft.com) <*> http://www.pythoncraft.com/

                "The joy of coding Python should be in seeing short, concise, readable
                classes that express a lot of action in a small amount of clear code --
                not in reams of trivial code that bores the reader to death." --GvR

                Comment

                • greg656
                  New Member
                  • Apr 2006
                  • 1

                  #9
                  More Info

                  Did you end up posting the code anywhere? I'm very curious to have a look.

                  Also, here is a write up of some Python work I've done with the FedEx API. I also try to keep it at a beginner level and explain how to get started with the FedEx API and go over what API choices you have, etc.

                  Part 1:

                  Part 2:


                  -Greg

                  Comment

                  Working...