Indeed. I've written two different libraries to talk to their stuff myself. One for their earliest and one for ECS. I didn't CPAN them b/c there were simultaneously some there. Someone will redo it all with the new framework before ECS support really ends. If they don't, I will. :) By ending support I'm sure they mean not answering questions, fixing bugs, or porting new formats of product data. I cannot imagine they would pull the plug on the services for at least a full year after. There are tens of thousands of sites running on it.

Inside Net::Amazon::Request there is a config service address of our $AMZN_XML_URL  = 'http://webservices.amazon.com/onca/xml?Service=AWSECommerceService'; That's the ECS platform.


In reply to Re: Accessing Amazon Data by Your Mother
in thread Accessing Amazon Data by InterGuru

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.